mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-27 02:05:26 +02:00
update openScale to version 2.3.2
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
testApplicationId "com.health.openscale.test"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 50
|
||||
versionName "2.3.1"
|
||||
versionCode 51
|
||||
versionName "2.3.2"
|
||||
archivesBaseName = "openScale-$versionName"
|
||||
|
||||
manifestPlaceholders = [
|
||||
@@ -128,17 +128,17 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.9'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.0'
|
||||
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
||||
implementation 'androidx.preference:preference:1.1.1'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.3.0'
|
||||
implementation 'androidx.navigation:navigation-ui:2.3.0'
|
||||
implementation 'androidx.navigation:navigation-fragment:2.3.1'
|
||||
implementation 'androidx.navigation:navigation-ui:2.3.1'
|
||||
implementation "android.arch.lifecycle:extensions:1.1.1"
|
||||
annotationProcessor "android.arch.lifecycle:compiler:1.1.1"
|
||||
|
||||
@@ -147,12 +147,12 @@ dependencies {
|
||||
// Simple CSV
|
||||
implementation 'com.j256.simplecsv:simplecsv:2.6'
|
||||
// Blessed Android
|
||||
implementation 'com.github.weliem:blessed-android:1.26'
|
||||
implementation 'com.github.weliem:blessed-android:1.29'
|
||||
// CustomActivityOnCrash
|
||||
implementation 'cat.ereza:customactivityoncrash:2.2.0'
|
||||
implementation 'cat.ereza:customactivityoncrash:2.3.0'
|
||||
// AppIntro
|
||||
implementation 'com.github.AppIntro:AppIntro:6.0.0'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.72'
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10'
|
||||
// Room
|
||||
implementation 'androidx.room:room-runtime:2.2.5'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.2.5'
|
||||
@@ -160,13 +160,13 @@ dependencies {
|
||||
// Timber
|
||||
implementation 'com.jakewharton.timber:timber:4.7.1'
|
||||
// Local unit tests
|
||||
testImplementation 'junit:junit:4.13'
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
// Instrumented unit tests
|
||||
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test:rules:1.2.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||
androidTestImplementation 'androidx.test:rules:1.3.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.3.0'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
<string name="label_goal_date_is">Zieldatum:</string>
|
||||
<string name="label_goal_weight">Zielgewicht</string>
|
||||
<string name="label_import">Importieren</string>
|
||||
<string name="label_last_month">Monatsschnitt</string>
|
||||
<string name="label_last_month">Monatsdurchschnitt</string>
|
||||
<string name="label_last_week">Wochendurchschnitt</string>
|
||||
<string name="label_male">Männlich</string>
|
||||
<string name="label_muscle">Muskelmasse</string>
|
||||
@@ -148,7 +148,7 @@
|
||||
<string name="customactivityoncrash_error_activity_error_details_copied">in Zwischenablage kopiert</string>
|
||||
<string name="customactivityoncrash_error_activity_error_details_clipboard_label">Fehlerinformationen</string>
|
||||
<string name="title_general">Allgemein</string>
|
||||
<string name="label_theme">Aussehen</string>
|
||||
<string name="label_theme">Theme</string>
|
||||
<string name="label_share">Teilen</string>
|
||||
<string name="label_bluetooth_searching_finished">Suche beendet</string>
|
||||
<string name="label_help">Hilfe</string>
|
||||
@@ -185,7 +185,7 @@
|
||||
<string name="label_daily">täglich</string>
|
||||
<string name="label_weekly">wöchentlich</string>
|
||||
<string name="label_monthly">monatlich</string>
|
||||
<string name="label_long_press_drag_reorder">Langes Drücken und Halten zum erneuten messen</string>
|
||||
<string name="label_long_press_drag_reorder">Langes Drücken und Halten zum Neuordnen</string>
|
||||
<string name="label_development">Entwicklung</string>
|
||||
<string name="label_select_measurement">Messwert auswählen</string>
|
||||
<string name="label_select_user">Benutzer auswählen</string>
|
||||
@@ -247,7 +247,7 @@
|
||||
<string name="label_slide_user_top_text">Es werden mehrere Benutzer unterstützt.</string>
|
||||
<string name="label_slide_user_main_text">openScale verlangt nicht, dass Sie ein Online-Konto erstellen.
|
||||
\n
|
||||
\nKörperdaten werden aus den Messungen berechnet.</string>
|
||||
\nKörpermetriken werden anhand der Messwerte berechnet.</string>
|
||||
<string name="label_slide_opensource_top_text">Es handelt sich um Open-Source Software mit einem hohen Maß an Transparenz.</string>
|
||||
<string name="label_slide_opensource_main_text">openScale ist lizenziert unter der <a href="https://github.com/oliexdev/openScale/blob/master/LICENSE">GPLv3</a>.
|
||||
\n
|
||||
@@ -263,7 +263,7 @@
|
||||
\n
|
||||
\nEs kann individuell konfiguriert werden, um nur die Körpermetriken anzuzeigen, die Ihnen wichtig sind.
|
||||
\n
|
||||
\nWenn Ihre Waage Körperfett, Körperwasser und fettfreie Körpermasse fehlt, können Sie diese Werte auf der Grundlage von <a href="https://github.com/oliexdev/openScale/wiki/Body-metric-estimations">wissenschaftlichen Publikationen</a> schätzen lassen.</string>
|
||||
\nWenn Ihre Waage Körperfett, Körperwasser und Muskelmasse nicht unterstützt, können Sie diese Werte auf der Grundlage von <a href="https://github.com/oliexdev/openScale/wiki/Body-metric-estimations">wissenschaftlichen Publikationen</a> schätzen lassen.</string>
|
||||
<string name="label_slide_support_top_text">Helfen Sie uns, openScale zu verbessern.</string>
|
||||
<string name="label_slide_support_main_text">openScale braucht dich! Erstelle ein <a href="https://github.com/oliexdev/openScale/issues">neues Ticket</a> auf GitHub, wenn du einen Fehler gefunden hast, eine Idee oder eine Frage hast oder helfen möchtest, deine Bluetooth Waage zu unterstützen.
|
||||
\n
|
||||
|
@@ -6,8 +6,8 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0"
|
||||
classpath 'com.android.tools.build:gradle:4.1.0'
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#Mon Jun 01 15:44:49 CEST 2020
|
||||
#Thu Nov 05 13:59:58 CET 2020
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||
|
Reference in New Issue
Block a user