aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-16 23:54:13 -0500
committerGitHub <noreply@github.com>2019-01-16 23:54:13 -0500
commitf1c74afe1c52cfc6b8bc2964e8a2df964521e2c9 (patch)
tree55ffcecd2309b0475ad4c74b2c0d36fc4e80dccd /app/src/main/res
parentedbbd9ae47edec0da4548727cd0992e15cdbda7f (diff)
downloadfrost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.tar.gz
frost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.tar.bz2
frost-f1c74afe1c52cfc6b8bc2964e8a2df964521e2c9.zip
Feature/marketplace (#1328)
* Add marketplace item * Add marketplace entry to drawer * Update changelog
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/main/res/xml/frost_changelog.xml7
2 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 16b55b79..5fd35613 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -15,6 +15,7 @@
<string name="birthdays">Birthdays</string>
<string name="chat">Chat</string>
<string name="photos">Photos</string>
+ <string name="marketplace">Marketplace</string>
<string name="menu" translatable="false">@string/kau_menu</string>
<string name="settings" translatable="false">@string/kau_settings</string>
<string name="notes">Notes</string>
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index adc888c6..f90ecf37 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,6 +6,13 @@
<item text="" />
-->
+ <version title="v2.2.2" />
+ <item text="New marketplace shortcut" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+
<version title="v2.2.1" />
<item text="Update theme" />
<item text="Update translations" />