diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-30 17:04:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-30 17:04:32 -0700 |
commit | 5583f519dd7c4843f045029b0e48fd882dd79c71 (patch) | |
tree | 778103d6d2822d0f33f8f0b4bab7239767fe7d63 /app/src/main/res | |
parent | 14185936f46160997ef9eaae92cb3c8eacae93c5 (diff) | |
download | frost-5583f519dd7c4843f045029b0e48fd882dd79c71.tar.gz frost-5583f519dd7c4843f045029b0e48fd882dd79c71.tar.bz2 frost-5583f519dd7c4843f045029b0e48fd882dd79c71.zip |
Feature/disable reload on textarea focus (#101)
* Implement and test
* Update themes again
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index cc77c661..4b41553b 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,6 +10,14 @@ <!--<version title="Beta Updates" />--> + <version title="v1.5"/> + <item text="Add intro pages" /> + <item text="Style new comment highlights" /> + <item text="Style reaction background" /> + <item text="Disable pull to refresh when typing is detected" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v1.4" /> <item text="Update IAB helper" /> |