aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-10-04 02:37:11 -0700
committerGitHub <noreply@github.com>2020-10-04 02:37:11 -0700
commit4440326f4bb9f57fd1635403b1966cb81f3d359f (patch)
tree49437ccd2f465ddfd71093eee7ea536cbf3f19e8 /app/src/main/res
parent019067430fce1fdd6cc4ff0a4e63937927de2c17 (diff)
parent70563777b84fb475a5100054cb53bca261a7a0a7 (diff)
downloadfrost-4440326f4bb9f57fd1635403b1966cb81f3d359f.tar.gz
frost-4440326f4bb9f57fd1635403b1966cb81f3d359f.tar.bz2
frost-4440326f4bb9f57fd1635403b1966cb81f3d359f.zip
Merge pull request #1720 from AllanWang/textbox
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings_pref_behaviour.xml2
-rw-r--r--app/src/main/res/xml/frost_changelog.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml
index 32188698..b6d0aebc 100644
--- a/app/src/main/res/values/strings_pref_behaviour.xml
+++ b/app/src/main/res/values/strings_pref_behaviour.xml
@@ -23,6 +23,8 @@
<string name="autoplay_settings_desc">Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work.</string>
<string name="exit_confirmation">Exit Confirmation</string>
<string name="exit_confirmation_desc">Show confirmation dialog before exiting the app</string>
+ <string name="auto_expand_text_box">Auto expand text box</string>
+ <string name="auto_expand_text_box_desc">Increase text box height while typing. Disable if there are scroll issues.</string>
<string name="analytics">Analytics</string>
<string name="analytics_desc">Enable anonymous analytics and bug reports to help improve the app. No personal information is ever exposed.</string>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index c380b27a..654f4a72 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -8,8 +8,8 @@
<version title="v2.4.6" />
<item text="Add option to hide likes and action bar in newsfeed" />
- <item text="" />
- <item text="" />
+ <item text="Fix textbox scroll position when typing multiple lines" />
+ <item text="Add option to disable textbox auto resize (settings > behaviour)" />
<version title="v2.4.5" />
<item text="Fix url query encoding" />