All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Delegate Non-implemented methods of Resources into the baseResources by Serghei Ceacal
- Upgrade Kotlin to version 1.3.61
- Upgrade Kluent to version 1.60
- Upgrade Gradle to version 6.1.1
2019-12-16 Github Diff
- Support for texts attributes from style by Ilya Ghirici
- Improve how Text Resources Ids are read from attributes creating the new extension
Context.getStringResourceId()
by Valerii Turcan
ViewTransformer#setTextIfExists
has been removed
2019-11-07 Github Diff
- Add
Resources#getText(id: Int, def: CharSequence)
support
2019-09-03 Github Diff
- AppCompact from AndroidX Project
- Migrate to AndroidX
- Upgrade ViewPump to version 2.0.3
- AppCompact from the old Android Support library
2019-09-03 Github Diff
- A
CHANGELOG.md
File to track every new change on the library by Jc Miñarro - Add String Array Support by Maxim Bircu
2019-08-08 Github Diff
- Custom implementation to support Plurals on Old Android API Versions by Serghei Oleinicenco
com.ibm.icu:icu4j
Dependency
2019-07-18 Github Diff
- Android Plurals support by Serghei Oleinicenco
com.ibm.icu:icu4j
Dependency to support plural on Old Android API Versions
2018-08-04 Github Diff
- Robolectric framework to test cross multiple Android API Versions by Jc Miñarro
- Crash when checking if a view is Toolbar in Android version lower than Lolipop by Jc Miñarro
2018-07-05 Initial version