diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-09-24 09:03:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-09-24 09:03:57 +0000 |
commit | bfb311d75fbe704e9db5aae04ceeb91315fb3ba1 (patch) | |
tree | e0f76180bb532337d2e3a127fd2bd7646245873f /app/src/main/res/values | |
parent | a7d4485fc18452b3897a95b4de152707d9209a39 (diff) | |
download | infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar.gz infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar.bz2 infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar.lz infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar.xz infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.tar.zst infinity-for-reddit-bfb311d75fbe704e9db5aae04ceeb91315fb3ba1.zip |
Add a feature which is refreshing the posts by clicking the refresh button. Minor bugs fixed. Rewrite some code.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 34ac12f2..3616ff91 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -7,6 +7,7 @@ <string name="action_settings">Settings</string> <string name="action_download">Download</string> + <string name="action_refresh">Refresh</string> <string name="load_posts_error">Error loading posts.\nTap to retry.</string> |