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/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. 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..3dbfb7c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,15 @@ 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 + versionCode 64 + versionName "0.6.4" } buildTypes { @@ -19,5 +21,5 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:appcompat-v7:19.1.0' } 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"> 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 c8c2eb6..7352ee3 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,11 +1,28 @@ + 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 +32,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,10 +46,9 @@ General Configuracion de layout Intervalo de escaneo de contactos - Ordenar por... + Ordenar por … Widget ¿Widget clickable? Cumplira %1$d %2$s Cumplira %1$s - \ No newline at end of file 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.