aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-29 21:48:27 -0700
committerAllan Wang <me@allanwang.ca>2017-06-29 21:48:27 -0700
commit86f789f8ec0d150098904b85dd6feb7a19725b1c (patch)
tree3cfcbdc78a96572ab5ef723de023b922a221cd54 /app/src/main/res
parent601b0492110f17e5f9a1a446897e0b42d4a8cffe (diff)
downloadfrost-86f789f8ec0d150098904b85dd6feb7a19725b1c.tar.gz
frost-86f789f8ec0d150098904b85dd6feb7a19725b1c.tar.bz2
frost-86f789f8ec0d150098904b85dd6feb7a19725b1c.zip
Lots of small incremental fixes
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_main.xml1
-rw-r--r--app/src/main/res/values/strings.xml9
-rw-r--r--app/src/main/res/values/strings_preferences5
-rw-r--r--app/src/main/res/xml/changelog.xml7
4 files changed, 18 insertions, 4 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index bbb7dc70..5bb44c47 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -12,7 +12,6 @@
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="@dimen/appbar_padding_top"
android:theme="@style/AppTheme.AppBarOverlay">
<android.support.v7.widget.Toolbar
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 24d3d93c..0f439fe0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -34,12 +34,19 @@
<string name="frost_notifications">Frost Notifications</string>
<string name="requires_custom_theme">Requires custom theme</string>
- <string name="frost_feedback">Frost for Facebook: Feedback</string>
+ <string name="frost_prefix">Frost for Facebook:</string>
+ <string name="feedback">Feedback</string>
+ <string name="bug_report">Bug Report</string>
+ <string name="theme_issue">Theme Issue</string>
+ <string name="feature_request">Feature Request</string>
+ <string name="subject">Subject</string>
+
<string name="no_longer_facebook">No longer under facebook; refreshing…</string>
<string name="web_overlay_swipe_hint">Swipe right to go back to the previous window.</string>
<string name="profile_picture">Profile Picture</string>
+ <string name="pro_features">Pro Features</string>
<string name="custom_pro">Custom [Pro]</string>
<string name="uh_oh">Uh Oh</string>
<string name="play_store_not_found">This is a pro feature, but this app doesn\'t seem to be installed from the Play Store. Please reinstall if this is an issue.</string>
diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences
index 6c69f5a4..e2376493 100644
--- a/app/src/main/res/values/strings_preferences
+++ b/app/src/main/res/values/strings_preferences
@@ -38,4 +38,9 @@
<string name="tint_nav">Tint Nav Bar</string>
<string name="tint_nav_desc">Navigation bar will be the same color as the header</string>
+ <string name="experimental">Experimental</string>
+ <string name="experimental_desc">Enable early access to potentially unstable features</string>
+ <string name="search">Search Type</string>
+ <string name="search_desc">Enable the search bar instead of a search overlay</string>
+
</resources> \ No newline at end of file
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml
index a2275309..a7c895bd 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -11,8 +11,11 @@
<item text="Added more global preferences" />
<item text="Added fully customizable theme engine" />
<item text="Added support for in app billing" />
- <item text="" />
- <item text="" />
+ <item text="Huge changes internally from KAU" />
+ <item text="Added credits section" />
+ <item text="Added experimental section" />
+ <item text="Added search option" />
+ <item text="Fixed up main layout" />
<item text="" />
<item text="" />