diff options
author | Allan Wang <me@allanwang.ca> | 2017-12-26 04:01:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-26 04:01:23 -0500 |
commit | 7a3165ac7404381eb85ea40525db1a7a7d980761 (patch) | |
tree | 2341ea4ef0488b9abeea1fbe70697705d295aeb2 /sample/src/main/res | |
parent | fb9ca21757068c0fb4123a5e30b1471ae4c32cf3 (diff) | |
download | kau-7a3165ac7404381eb85ea40525db1a7a7d980761.tar.gz kau-7a3165ac7404381eb85ea40525db1a7a7d980761.tar.bz2 kau-7a3165ac7404381eb85ea40525db1a7a7d980761.zip |
Update/kpref activity (#113)
* Revamp kpref
* Clean up data
* Fix script
* Test emulator
* Test google api
* Test again
* Test gpg
* Update dependencies
Diffstat (limited to 'sample/src/main/res')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index db01fae..f57f8c4 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,13 +6,21 @@ <item text="" /> --> + <version title="v3.6.0" /> + <item text=":core: Created BundleUtils" /> + <item text=":core: [Breaking] Refactored startActivity functions" /> + <item text=":kpref-activity: [Breaking] Simplified listener function parameters" /> + <item text=":kpref-activity: [Breaking] Added dynamic string loading options" /> + <item text="" /> + <item text="(See Migrations.md for further details on breaking changes)" /> + <version title="v3.5.1" /> <item text="Add Portuguese translations" /> <item text="Add Galician translations" /> <item text="Add some minor util elements" /> <item text="Update dependencies (sdk 27)" /> - <version title="v3.5.0" /> + <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" /> @@ -21,8 +29,8 @@ <item text=":adapter: Add helper methods to enhance FastAdapter for Kotlin" /> <item text=":core: Create ProgressAnimator class" /> <item text=":searchview: Add searchview holder interface" /> - - <version title="v3.4.5" /> + + <version title="v3.4.5" /> <item text="Add French translations" /> <item text="Add Spanish translations" /> <item text="Add German translations" /> |