aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2015-03-04 17:21:00 +0100
committerBananeweizen <bananeweizen@gmx.de>2015-03-04 17:21:00 +0100
commitab31d15c2a3fb5797e09ba53fdef0a59df7b3594 (patch)
tree0af7a1ce3779115c0aeb3c7ae4cf0e28b30d2e61 /main/res
parent76156d12f1c1f2eb49eea5f63b7a34e0bb4fef0b (diff)
downloadcgeo-ab31d15c2a3fb5797e09ba53fdef0a59df7b3594.zip
cgeo-ab31d15c2a3fb5797e09ba53fdef0a59df7b3594.tar.gz
cgeo-ab31d15c2a3fb5797e09ba53fdef0a59df7b3594.tar.bz2
new: link to github changelog
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/about_changes_page.xml15
-rw-r--r--main/res/values/strings.xml1
2 files changed, 16 insertions, 0 deletions
diff --git a/main/res/layout/about_changes_page.xml b/main/res/layout/about_changes_page.xml
index 355ce90..04b5ff3 100644
--- a/main/res/layout/about_changes_page.xml
+++ b/main/res/layout/about_changes_page.xml
@@ -37,6 +37,21 @@
android:textColor="?text_color"
android:textColorLink="?text_color_link"
android:textSize="12sp" />
+
+ <TextView
+ android:id="@+id/changelog_github"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="5dip"
+ android:layout_marginLeft="10dip"
+ android:layout_marginRight="10dip"
+ android:clickable="true"
+ android:focusable="true"
+ android:linksClickable="true"
+ android:text="@string/changelog_github"
+ android:textColor="?text_color_link"
+ android:textColorLink="?text_color_link"
+ android:textSize="12sp" />
</LinearLayout>
</ScrollView> \ No newline at end of file
diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml
index 716c6de..a287441 100644
--- a/main/res/values/strings.xml
+++ b/main/res/values/strings.xml
@@ -373,6 +373,7 @@
<string name="about_apache_license"><a href="">Apache License, Version 2.0</a></string>
<string name="about_help">Help</string>
<string name="about_system_include">Please include the following system information when sending a bug report or asking for more information about c:geo:</string>
+ <string name="changelog_github">List of all changes</string>
<!-- settings -->
<string name="settings_title_services">Services</string>