From b792081274fc893fa0aa17ee4ad2c1040884c2d2 Mon Sep 17 00:00:00 2001 From: Magnetic_dud Date: Sat, 15 Sep 2018 00:43:02 +0200 Subject: [PATCH 1/2] dummy keys just for building the app --- .gitignore | 4 ++++ TheCashster.properties | 2 ++ app/build.gradle | 3 ++- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 6 ------ 5 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 TheCashster.properties delete mode 100644 gradle/wrapper/gradle-wrapper.properties diff --git a/.gitignore b/.gitignore index 0f0ff4d..af2c454 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ .externalNativeBuild app/src/main/assets/README.html + +\.idea/ + +gradle/wrapper/gradle-wrapper\.properties diff --git a/TheCashster.properties b/TheCashster.properties new file mode 100644 index 0000000..7a8be0d --- /dev/null +++ b/TheCashster.properties @@ -0,0 +1,2 @@ +FourSquareClientID=donttellu +FourSquareClientSecret=imnotuploadingittogithub \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 74f09c5..72ce68b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,8 @@ static def renderMarkdown(File md, File html) { android { def props = new Properties() - props.load(new FileInputStream(System.getProperty("user.home") + "/Dropbox/AndroidKeystore/TheCashster.properties")) + //props.load(new FileInputStream(System.getProperty("user.home") + "/Dropbox/AndroidKeystore/TheCashster.properties")) + props.load(project.rootProject.file('TheCashster.properties').newDataInputStream()) compileSdkVersion 26 defaultConfig { diff --git a/build.gradle b/build.gradle index a2c90da..2147ccd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0' + classpath 'com.android.tools.build:gradle:3.1.3' classpath "io.realm:realm-gradle-plugin:4.1.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 83f3ac8..0000000 --- a/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,6 +0,0 @@ -#Mon Oct 30 09:21:01 CET 2017 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip From 0d386763c89c778293695fbd3a489cfde1e6dd56 Mon Sep 17 00:00:00 2001 From: Magnetic_dud Date: Sat, 15 Sep 2018 00:58:03 +0200 Subject: [PATCH 2/2] Italian strings --- app/src/main/res/values-it/strings.xml | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/src/main/res/values-it/strings.xml diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 0000000..ec20a41 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,29 @@ + + + TheCashster + Cerca + Menu + Seleziona luogo + Info + canc + Fatto + Info + risultato salvato + Versione + ID Google Docs: + Sei sicuro di voler eliminare questo luogo? + Luogo: + Eliminare %1$s? + + No + Il permesso per accedere alla posizione è necessario per individuare i luoghi vicino a te + Il permesso per accedere ai contatti è necessario per autenticarti a Google Sheets + Nessun luogo selezionato + Primo luogo selezionato, seleziona \"fatto\" per confermare + Scusa, è troppo + Spiacente, nessun luogo disponibile + Il raggio di ricerca è stato aumentato di %1$d. + Importo non specificato + Luoghi vicini: + Transazioni in coda + \ No newline at end of file