From ed27844fa919d7a0f348bfc208b822c19cff8607 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Sat, 31 Oct 2020 22:16:59 +0100 Subject: [PATCH] 1.5.5 --- app/build.gradle | 27 +++++++------- app/src/main/assets/editor.html | 6 +-- app/src/main/java/telegra/ph/MainActivity.kt | 4 +- app/src/main/java/telegra/ph/Prefs.kt | 2 +- app/src/main/res/values-de/strings.xml | 2 + app/src/main/res/values-es/strings.xml | 29 +++++++++++++++ app/src/main/res/values-ru/strings.xml | 29 +++++++++++++++ app/src/main/res/values-tr/strings.xml | 29 +++++++++++++++ app/src/main/res/values/strings.xml | 2 + build.gradle | 6 +-- gradle/wrapper/gradle-wrapper.jar | Bin 55616 -> 59203 bytes gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 37 +++++++++---------- gradlew.bat | 27 ++++---------- 14 files changed, 140 insertions(+), 62 deletions(-) create mode 100644 app/src/main/res/values-es/strings.xml create mode 100644 app/src/main/res/values-ru/strings.xml create mode 100644 app/src/main/res/values-tr/strings.xml diff --git a/app/build.gradle b/app/build.gradle index f499c7b..80c57fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,15 +2,15 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 30 + buildToolsVersion "30.0.2" defaultConfig { applicationId "telegra.ph" minSdkVersion 19 - targetSdkVersion 28 - versionCode 17 - versionName "1.5.4" - resConfigs "en", "de" + targetSdkVersion 30 + versionCode 18 + versionName "1.5.5" + resConfigs "en", "de", "es", "tr", "ru" } buildTypes { debug { @@ -30,12 +30,13 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.preference:preference-ktx:1.1.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.github.delight-im:Android-AdvancedWebView:3.2.0' - implementation 'com.afollestad.material-dialogs:core:2.8.1' - implementation 'com.afollestad.material-dialogs:input:2.8.1' - implementation 'com.github.kittinunf.fuel:fuel:2.1.0' - implementation 'com.github.kittinunf.fuel:fuel-android:2.1.0' - implementation 'com.github.kittinunf.fuel:fuel-json:2.1.0' + implementation 'com.github.delight-im:Android-AdvancedWebView:3.2.1' + implementation 'com.afollestad.material-dialogs:core:3.3.0' + implementation 'com.afollestad.material-dialogs:input:3.3.0' + implementation 'com.github.kittinunf.fuel:fuel:2.3.0' + implementation 'com.github.kittinunf.fuel:fuel-android:2.3.0' + implementation 'com.github.kittinunf.fuel:fuel-json:2.3.0' } diff --git a/app/src/main/assets/editor.html b/app/src/main/assets/editor.html index cb989f7..11b171d 100644 --- a/app/src/main/assets/editor.html +++ b/app/src/main/assets/editor.html @@ -5,7 +5,7 @@