From 5a1dfaab6f76e2f94bd462e50a2a4f71e24745b8 Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Sat, 6 Aug 2016 23:17:49 +0200 Subject: [PATCH 1/4] Updated Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 679d53ef..faffad21 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Why a WebApp is better than using the mobile site on a browser? Basically it provides better integration with the system (events coming into and going out of the app), notifications, customized interface and functions and a nice little icon that takes you directly to your favorite social network :) ### Device Requirements -The minimum version supported is Ice Cream Sandwich, Android v4.0.3 / API 15 +The minimum version supported is Ice Cream Sandwich, Android v4.2.0 / API 17 ### App Permissions It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots. From 769459a8c17800f56e3b624f3b1fefcbbc60a72b Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Sat, 6 Aug 2016 23:18:19 +0200 Subject: [PATCH 2/4] Updated Readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faffad21..0cb92f0e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Why a WebApp is better than using the mobile site on a browser? Basically it provides better integration with the system (events coming into and going out of the app), notifications, customized interface and functions and a nice little icon that takes you directly to your favorite social network :) ### Device Requirements -The minimum version supported is Ice Cream Sandwich, Android v4.2.0 / API 17 +The minimum version supported is Jelly Bean, Android v4.2.0 / API 17 ### App Permissions It requires access to the Internet and to external storage to be able to upload photos when creating a new post and for taking screenshots. From 770e744c18069aff7dd04f2e9cfcb3340421eadd Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Sun, 7 Aug 2016 00:32:30 +0200 Subject: [PATCH 3/4] Update podlist; TR refs --- app/src/main/AndroidManifest.xml | 7 +++++++ app/src/main/res/menu/main__menu_bottom.xml | 2 +- app/src/main/res/menu/main__menu_top.xml | 2 +- app/src/main/res/values-de/strings.xml | 2 +- app/src/main/res/values-fr/strings.xml | 2 +- app/src/main/res/values/strings.xml | 7 +++---- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 68c0e928..a1578ea5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -105,6 +105,7 @@ + @@ -125,11 +126,14 @@ + + + @@ -145,6 +149,7 @@ + @@ -190,6 +195,7 @@ + @@ -200,6 +206,7 @@ + diff --git a/app/src/main/res/menu/main__menu_bottom.xml b/app/src/main/res/menu/main__menu_bottom.xml index f4e8fd53..b67d35b3 100644 --- a/app/src/main/res/menu/main__menu_bottom.xml +++ b/app/src/main/res/menu/main__menu_bottom.xml @@ -15,7 +15,7 @@ android:id="@+id/action_compose" android:icon="@drawable/fab_compose" app:showAsAction="always" - android:title="@string/action_compose" /> + android:title="@string/action_compose_new_post" /> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 4fe343b4..7a5a11ad 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -40,7 +40,7 @@ Linkadresse kopiert … Nach oben scrollen Suche nach Tags oder Personen … - Neuer Beitrag + Neuer Beitrag App beenden Mobil-/Desktopansicht umschalten Teilen… diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index e8c193e4..b4363351 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -36,7 +36,7 @@ Lien copié… Retour en haut Recherche par tags ou par personnes - Nouveau message + Nouveau message Quitter l\'application Partager… Nouveau message diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2031d782..b7a73d5e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -65,14 +65,13 @@ Link address copied … + New post Go to top Search by tags or persons - New message + @string/new_post Exit app Toggle mobile/desktop view Share… - New message - Conversations @string/search @@ -83,7 +82,7 @@ Share link address Save image Share image - Open in external browser … + Open in external browser… Copy link address to clipboard From fa1222ffbb6c564068698f8ac38476fd6e17fcf5 Mon Sep 17 00:00:00 2001 From: Gregor Santner Date: Sun, 7 Aug 2016 00:51:39 +0200 Subject: [PATCH 4/4] Remove unused translations --- app/src/main/res/values-de/strings.xml | 1 - app/src/main/res/values-fr/strings.xml | 1 - app/src/main/res/values/strings.xml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 7a5a11ad..8bba3ee4 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -45,7 +45,6 @@ Mobil-/Desktopansicht umschalten Teilen… Neuer Beitrag - Unterhaltungen nach Tags nach Personen Füge einen Namen ein. diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b4363351..8519384f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -40,7 +40,6 @@ Quitter l\'application Partager… Nouveau message - Discussions par tags par personne Veuillez ajouter un nom diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b7a73d5e..9bb88634 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -68,7 +68,7 @@ New post Go to top Search by tags or persons - @string/new_post + @string/new_post Exit app Toggle mobile/desktop view Share…