diff options
author | Allan Wang <me@allanwang.ca> | 2019-02-05 23:46:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 23:46:02 -0500 |
commit | a75555f3464607b93d523478999b9c8a7dc224a0 (patch) | |
tree | 9036dea7b93463a9f8c275b03dde5f4985c9bf72 /app/src/main/res | |
parent | 81e259430c1bb6a034d18c059b410890b5386f2b (diff) | |
download | frost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.gz frost-a75555f3464607b93d523478999b9c8a7dc224a0.tar.bz2 frost-a75555f3464607b93d523478999b9c8a7dc224a0.zip |
Theme (#1346)
* Theme text from linked user list
* Theme unlike page, resolves #1335
* Fix comment theme box text, resolves #1340
* Apply spotless
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index a2347873..1736b0ea 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,6 +11,8 @@ <item text="Fix crash when internet disconnects (may still need app restart)" /> <item text="Improve JS code" /> <item text="Add ability to copy text from comments" /> + <item text="Various theme fixes" /> + <item text="" /> <item text="" /> <version title="v2.2.1" /> |