From 88560c184cbb64549c2cc1d5f9444b8a70a48304 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 21:06:00 +0100 Subject: [PATCH 1/6] Update README.md with current build information --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2370286..12d4f8a 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,13 @@ Download latest APK at https://github.com/rigid/Birthdroid/releases/latest 2. Compile ========== -Use the provided Makefile wrapper. Available targets are +Use the provided gradle wrapper. To simply build the APK, use the command -* make keygen - generate own keystore -* make update - update project -* make all - build release -* make debug - build debug -* make sign - sign release -* make install - push .apk to device using adb -* make install_debug - push debugging .apk to device using adb +$ ./gradlew build -e.g. make update && make keygen && make && make sign && make install +For an overview of all available tasks, use + +$ ./gradlew tasks You need the appcompat library to compile Birthdroid. You might have to update that path for the update target in the Makefile. From be6bcbed7dfc873dae2f4016bd95002b0dd9e7c1 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 21:07:24 +0100 Subject: [PATCH 2/6] Remove untranslatable string from Spanish translation --- app/src/main/res/values-es/strings.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index c8c2eb6..1d14c3b 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -34,5 +34,4 @@ ¿Widget clickable? Cumplira %1$d %2$s Cumplira %1$s - \ No newline at end of file From a32aa187ca74429038e636339b5d0f3d8ccfd41e Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 21:12:33 +0100 Subject: [PATCH 3/6] Use proper characters (ndash and ellipsis) in texts --- app/src/main/res/values-de/strings.xml | 8 ++++---- app/src/main/res/values-es/strings.xml | 8 ++++---- app/src/main/res/values-fr/strings.xml | 2 +- app/src/main/res/values/strings.xml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 704bf46..0a4071b 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -27,15 +27,15 @@ wurde heute geboren (Heuer kein Schaltjahr, aber feiert gewiss trotzdem ;) Keine Geburtstage in Kontaktdatenbank - Keine anstehenden Geburtstage ... + Keine anstehenden Geburtstage … Einstellungen - Über ... + Über … Allgemein Anwendung Widget Aktualisierungsintervall Zeige Avatar - Sortierung ... + Sortierung … Anzeigezeitraum Layout-Einstellungen Anzeigeintervall @@ -47,7 +47,7 @@ Anpassen der Anzeigeeinstellungen Zeige nächsten Eintrag nach n Sekunden Öffne Birthdroid bei Klick auf Widget? - 2011-2015 © Daniel Hiepler + 2011–2015 © Daniel Hiepler Birthdroid v0.6.4 Über Birthdroid Einfache Anwendung um anstehende Geburtstage anzuzeigen. diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 1d14c3b..615dd08 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,11 +1,11 @@ Cumpledroid - Acerca de ... + Acerca de … Configuración Sin cumpleaños en los contactos (No es un año visiesto, pero seguro que lo celebra ;) - Ningun cumpleaños cercano... + Ningún cumpleaños cercano … Preferencias de Birthdroid Cargar imagen desde contactos y mostrala Simple aplicacion para indicar cumpleaños cercanos @@ -15,7 +15,7 @@ en %1$d días mañana hoy - 2011-2015 © Daniel Hiepler + 2011–2015 © Daniel Hiepler Mostrar los cumpleaños de los siguientes n días Cambiar a otro contacto cada n segundos Ajustar configuracion de layout @@ -29,7 +29,7 @@ General Configuracion de layout Intervalo de escaneo de contactos - Ordenar por... + Ordenar por … Widget ¿Widget clickable? Cumplira %1$d %2$s diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 84faf2d..2dd561e 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -50,5 +50,5 @@ Ouvrir Annidroid lors du clic sur le widget ? Annidroid v0.6.4 Application simple pour afficher les anniversaires à venir. - 2011-2015 © Daniel Hiepler + 2011–2015 © Daniel Hiepler diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 53014d9..dfadce0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -28,7 +28,7 @@ was born today (This is no leap year, but surely celebrates anyway ;) No birthdays in contacts - No upcoming birthdays... + No upcoming birthdays … Settings About General @@ -36,7 +36,7 @@ Widget Contact scan interval Show avatar - Sort by... + Sort by … Foresight period Layout settings Flip cycle interval @@ -49,7 +49,7 @@ Flip to next contact every n seconds Open Birthdroid upon click on widget? Birthdroid v0.6.4 - 2011-2015 © Daniel Hiepler + 2011–2015 © Daniel Hiepler http://github.com/rigid/Birthdroid Simple application to show upcoming birthdays. From 59009dd506dbafbe1252d20a2f07303a7578b7fe Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 21:14:46 +0100 Subject: [PATCH 4/6] Add copyright and license header to translation --- app/src/main/res/values-es/strings.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 615dd08..7352ee3 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,4 +1,21 @@ + Cumpledroid Acerca de … From 67f4ff302682419f70c1e2a068f187fcd2ab76c2 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 22:06:49 +0100 Subject: [PATCH 5/6] Use API version 19 as target --- .idea/misc.xml | 2 +- Birthdroid.iml | 2 +- app/app.iml | 24 +++++++----------------- app/build.gradle | 8 ++++---- 4 files changed, 13 insertions(+), 23 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 1a3eaff..45bb483 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/Birthdroid.iml b/Birthdroid.iml index 182d52e..e2941d4 100644 --- a/Birthdroid.iml +++ b/Birthdroid.iml @@ -8,7 +8,7 @@ - + diff --git a/app/app.iml b/app/app.iml index 0dc3c02..37ce0bd 100644 --- a/app/app.iml +++ b/app/app.iml @@ -26,7 +26,7 @@ - + @@ -67,32 +67,22 @@ - - - - - + - + - - - - + - - - + - - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 82f0d9a..7ede728 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 19 + buildToolsVersion "19.1.0" defaultConfig { applicationId "com.rigid.birthdroid" minSdkVersion 8 - targetSdkVersion 23 + targetSdkVersion 19 } buildTypes { @@ -19,5 +19,5 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:appcompat-v7:19.1.0' } From 59f014491c3ae49e7680eba173c690048f310904 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Fri, 8 Jan 2016 22:23:14 +0100 Subject: [PATCH 6/6] Move version information from Manifest to build.gradle --- app/build.gradle | 2 ++ app/src/main/AndroidManifest.xml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ede728..3dbfb7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,6 +8,8 @@ android { applicationId "com.rigid.birthdroid" minSdkVersion 8 targetSdkVersion 19 + versionCode 64 + versionName "0.6.4" } buildTypes { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 61c4259..5cfb396 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,9 +18,7 @@ --> + package="com.rigid.birthdroid">