diff options
author | Allan Wang <me@allanwang.ca> | 2018-01-20 22:19:03 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2018-01-20 22:19:03 -0500 |
commit | 9c00231884c69456c2deb2918cd0ecd50f3ac0a0 (patch) | |
tree | 622d4d5ca60ef582ca96cd84106a1443a543ad8d /sample | |
parent | 28c07ba66bf71dd322ffe3253b35862cdfc82e98 (diff) | |
download | kau-9c00231884c69456c2deb2918cd0ecd50f3ac0a0.tar.gz kau-9c00231884c69456c2deb2918cd0ecd50f3ac0a0.tar.bz2 kau-9c00231884c69456c2deb2918cd0ecd50f3ac0a0.zip |
Add tablet check in email builder
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 2b78784..3eec313 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -7,9 +7,11 @@ --> <version title="v3.6.3" /> - <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> - <item text="" /> + <item text=":core: Check for tablet in email builder" /> + <item text=":kpref-activity: Simplify internal code and add better encapsulation" /> <item text="" /> + <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> + <item text="Add back git versioning" /> <item text="" /> <item text="" /> |