diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-09 01:54:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 01:54:02 -0500 |
commit | 637851b6ddc4a22583797a45bdbb72eb9c6dac23 (patch) | |
tree | 68b5a496ea3c8783fa61748c74a88fb692df553b /sample/src | |
parent | 98e8a962c419d49de6e6050bf834f4d490932aa9 (diff) | |
download | kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.tar.gz kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.tar.bz2 kau-637851b6ddc4a22583797a45bdbb72eb9c6dac23.zip |
misc (#97)
* Update translators
* Increase debounce test interval
* Clean unnecessary adapter files
* Update fastadapter
* Add fastadapter helper method
* Remove external method
* Add better wrap
* Add more helpers
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index b964cb6..4718e09 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,13 +6,20 @@ <item text="" /> --> + <version title="v3.5.0" /> + <item text="Update dependencies, many of which with major version increments" /> + <item text="Add Vietnamese translations" /> + <item text="Add Italian translations" /> + <item text="Clean up unnecessary build version support" /> + <item text="Optimize and refactor old code" /> + <item text="Add helper methods to enhance FastAdapter for Kotlin" /> + <item text="" /> + <version title="v3.4.5" /> <item text="Add French translations" /> <item text="Add Spanish translations" /> <item text="Add German translations" /> <item text="Remove unnecessary strings" /> - <item text="" /> - <item text="" /> <version title="v3.4.4" /> <item text="Add translation support for crowdin" /> |