diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle
index 2f648e6f..abfff19d 100644
--- a/android_app/app/build.gradle
+++ b/android_app/app/build.gradle
@@ -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) {
diff --git a/android_app/app/src/main/res/values-de/strings.xml b/android_app/app/src/main/res/values-de/strings.xml
index 8274e1d7..99650f54 100644
--- a/android_app/app/src/main/res/values-de/strings.xml
+++ b/android_app/app/src/main/res/values-de/strings.xml
@@ -39,7 +39,7 @@
Zieldatum:
Zielgewicht
Importieren
- Monatsschnitt
+ Monatsdurchschnitt
Wochendurchschnitt
Männlich
Muskelmasse
@@ -148,7 +148,7 @@
in Zwischenablage kopiert
Fehlerinformationen
Allgemein
- Aussehen
+ Theme
Teilen
Suche beendet
Hilfe
@@ -185,7 +185,7 @@
täglich
wöchentlich
monatlich
- Langes Drücken und Halten zum erneuten messen
+ Langes Drücken und Halten zum Neuordnen
Entwicklung
Messwert auswählen
Benutzer auswählen
@@ -247,7 +247,7 @@
Es werden mehrere Benutzer unterstützt.
openScale verlangt nicht, dass Sie ein Online-Konto erstellen.
\n
-\nKörperdaten werden aus den Messungen berechnet.
+\nKörpermetriken werden anhand der Messwerte berechnet.
Es handelt sich um Open-Source Software mit einem hohen Maß an Transparenz.
openScale ist lizenziert unter der GPLv3.
\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 wissenschaftlichen Publikationen schätzen lassen.
+\nWenn Ihre Waage Körperfett, Körperwasser und Muskelmasse nicht unterstützt, können Sie diese Werte auf der Grundlage von wissenschaftlichen Publikationen schätzen lassen.
Helfen Sie uns, openScale zu verbessern.
openScale braucht dich! Erstelle ein neues Ticket 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
diff --git a/android_app/build.gradle b/android_app/build.gradle
index 49672d5d..aff4b859 100644
--- a/android_app/build.gradle
+++ b/android_app/build.gradle
@@ -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"
}
}
diff --git a/android_app/gradle/wrapper/gradle-wrapper.properties b/android_app/gradle/wrapper/gradle-wrapper.properties
index 6d64323a..441ce471 100644
--- a/android_app/gradle/wrapper/gradle-wrapper.properties
+++ b/android_app/gradle/wrapper/gradle-wrapper.properties
@@ -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
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index d7510b85..0df80e57 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -84,7 +84,7 @@ platform :android do
upload_to_play_store(
package_name: "com.health.openscale.light",
track: "production",
- metadata_path: "fastlane/openScale_light/",
+ metadata_path: "fastlane/metadata/openScale_light/",
apk: "android_app/app/build/outputs/apk/light/openScale-#{versionName}-light.apk"
)
end
@@ -103,7 +103,7 @@ platform :android do
upload_to_play_store(
package_name: "com.health.openscale.pro",
track: "production",
- metadata_path: "fastlane/openScale_pro/",
+ metadata_path: "fastlane/metadata/openScale_pro/",
apk: "android_app/app/build/outputs/apk/pro/openScale-#{versionName}-pro.apk"
)
end
@@ -115,7 +115,7 @@ platform :android do
api_token: ENV["OLIEXDEV_GITHUB_API_TOKEN"],
name: "openScale #{versionName} release",
tag_name: "v#{versionName}",
- description: (File.read("metadata/openScale/en-GB/changelogs/#{versionCode}.txt") rescue "No changelog provided"),
+ description: (File.read("fastlane/metadata/android/en-GB/changelogs/#{versionCode}.txt") rescue "No changelog provided"),
upload_assets: [ "android_app/app/build/outputs/apk/release/openScale-#{versionName}-release.apk" ]
)
end
diff --git a/fastlane/openScale/en-GB/changelogs/48.txt b/fastlane/openScale/en-GB/changelogs/48.txt
deleted file mode 100644
index 58d29420..00000000
--- a/fastlane/openScale/en-GB/changelogs/48.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-* added an App introduction
-* added support for Soehnle Shape Sense scales
-* enhanced support for Yunmai scale
-* set CSV date format to ISO 8601:2004
-* fixed minor bugs
\ No newline at end of file
diff --git a/fastlane/openScale/en-GB/changelogs/49.txt b/fastlane/openScale/en-GB/changelogs/49.txt
deleted file mode 100644
index aea6776c..00000000
--- a/fastlane/openScale/en-GB/changelogs/49.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale/en-GB/changelogs/50.txt b/fastlane/openScale/en-GB/changelogs/50.txt
deleted file mode 100644
index a2044050..00000000
--- a/fastlane/openScale/en-GB/changelogs/50.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-- added support for assisted weighing (e.g. for babies or pets)
-- additional support for people with amputations
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale/en-GB/full_description.txt b/fastlane/openScale/en-GB/full_description.txt
deleted file mode 100644
index 80c5c4c1..00000000
--- a/fastlane/openScale/en-GB/full_description.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-Monitor and track your weight, BMI, body fat, body water, muscle and other body metrics in an open source app that:
-* has an easy to use user interface with graphs,
-* doesn't require you to create an account,
-* can be configured to only show the metrics you care about, and
-* respects your privacy and lets you decide what to do with your data.
-
-Bluetooth scales
-openScale has built-in support for a number of Bluetooth (BLE or "smart") scales from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model list below). Together with our users we constantly improve and extend the set of supported scales and in many cases pick up where the original app falls short.
-
-For scales without Bluetooth, or Bluetooth scales not (yet) supported by openScale, measurements can be manually entered in a quick and easy way.
-
-Privacy
-This app has no ads and requests no unnecessary permissions. The location permission is only needed to find a Bluetooth scale. Once found the permission can be revoked (or never granted if Bluetooth isn't used).
-
-Supported metrics
-Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps circumference, neck circumference, body fat caliper, BMR (basal metabolic rate), TDEE (Total Daily Energy Expenditure) and Calories. Each entry can also have an optional comment.
-
-Note: don't worry if you think the list is too long: metrics you don't use can be disabled and hidden.
-
-Other features
-- Resizable widget to show the latest measurement on the home screen
-- Configure your weight unit: kg, lb or st
-- Set a goal to help keep your diet
-- Displays all your data on a chart and in a table to track your progress
-- Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
-- Import or export your data from/into a CSV (comma separated value) file
-- Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
-- Support for multiple users
-- Support for assisted weighing (e.g. for babies or pets)
-- Support for people with amputations
-- Partially or fully translated into more than 27 languages
-- Optional dark theme selectable
-
-Supported Bluetooth scales
-- Custom made Bluetooth scale
-- Beurer BF700, BF710 and BF800
-- Digoo DG-S038H
-- Excelvan CF369BLE
-- Exingtech Y1
-- Hesley (Yunchen)
-- MGB
-- Medisana BS444, BS440
-- Runtastic Libra
-- Sanitas SBF70
-- Silvercrest SBF75
-- Xiaomi Mi scale v1 and v2
-- Yunmai Mini and SE
-- iHealth HS3
-- Easy Home 64050
-- and many more
-
-Please see https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale for the full list and the level of support for each scale.
-
-Support
-If you find a bug, have an idea on how to improve openScale or have a question, please visit the openScale project page on GitHub: https://github.com/oliexdev/openScale
diff --git a/fastlane/openScale/en-GB/images/featureGraphic.png b/fastlane/openScale/en-GB/images/featureGraphic.png
deleted file mode 100644
index 2185848d..00000000
Binary files a/fastlane/openScale/en-GB/images/featureGraphic.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/icon.png b/fastlane/openScale/en-GB/images/icon.png
deleted file mode 100644
index b42a868c..00000000
Binary files a/fastlane/openScale/en-GB/images/icon.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/1_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/1_en-GB.png
deleted file mode 100644
index 250721a1..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/1_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/2_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/2_en-GB.png
deleted file mode 100644
index edfd1ee3..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/2_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/3_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/3_en-GB.png
deleted file mode 100644
index c98a312d..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/3_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/4_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/4_en-GB.png
deleted file mode 100644
index f82dcdfa..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/4_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/5_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/5_en-GB.png
deleted file mode 100644
index 0cdd7147..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/5_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/6_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/6_en-GB.png
deleted file mode 100644
index af7fc9d9..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/6_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/7_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/7_en-GB.png
deleted file mode 100644
index 6d55013d..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/7_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/images/phoneScreenshots/8_en-GB.png b/fastlane/openScale/en-GB/images/phoneScreenshots/8_en-GB.png
deleted file mode 100644
index ceef2166..00000000
Binary files a/fastlane/openScale/en-GB/images/phoneScreenshots/8_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale/en-GB/short_description.txt b/fastlane/openScale/en-GB/short_description.txt
deleted file mode 100644
index 5c54de77..00000000
--- a/fastlane/openScale/en-GB/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Open-source weight and body metrics tracker, with support for Bluetooth scales
\ No newline at end of file
diff --git a/fastlane/openScale/en-GB/title.txt b/fastlane/openScale/en-GB/title.txt
deleted file mode 100644
index ab86a53e..00000000
--- a/fastlane/openScale/en-GB/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-openScale
\ No newline at end of file
diff --git a/fastlane/openScale_light/en-GB/changelogs/48.txt b/fastlane/openScale_light/en-GB/changelogs/48.txt
deleted file mode 100644
index 58d29420..00000000
--- a/fastlane/openScale_light/en-GB/changelogs/48.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-* added an App introduction
-* added support for Soehnle Shape Sense scales
-* enhanced support for Yunmai scale
-* set CSV date format to ISO 8601:2004
-* fixed minor bugs
\ No newline at end of file
diff --git a/fastlane/openScale_light/en-GB/changelogs/49.txt b/fastlane/openScale_light/en-GB/changelogs/49.txt
deleted file mode 100644
index aea6776c..00000000
--- a/fastlane/openScale_light/en-GB/changelogs/49.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale_light/en-GB/changelogs/50.txt b/fastlane/openScale_light/en-GB/changelogs/50.txt
deleted file mode 100644
index a2044050..00000000
--- a/fastlane/openScale_light/en-GB/changelogs/50.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-- added support for assisted weighing (e.g. for babies or pets)
-- additional support for people with amputations
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale_light/en-GB/full_description.txt b/fastlane/openScale_light/en-GB/full_description.txt
deleted file mode 100644
index 81fd1d90..00000000
--- a/fastlane/openScale_light/en-GB/full_description.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-Monitor and track your weight, BMI, body fat, body water, muscle and other body metrics in an open source app that:
-* has an easy to use user interface with graphs,
-* doesn't require you to create an account,
-* can be configured to only show the metrics you care about, and
-* respects your privacy and lets you decide what to do with your data.
-
-Bluetooth scales (pro version)
-
-openScale has built-in support for a number of Bluetooth (BLE or "smart") scales from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model list below). Together with our users we constantly improve and extend the set of supported scales and in many cases pick up where the original app falls short.
-
-For scales without Bluetooth, or Bluetooth scales not (yet) supported by openScale, measurements can be manually entered in a quick and easy way.
-
-Note: Please install openScale pro version to enable Bluetooth support
-
-Privacy
-This app has no ads and requests no unnecessary permissions. The location permission is only needed to find a Bluetooth scale. Once found the permission can be revoked (or never granted if Bluetooth isn't used).
-
-Supported metrics
-Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps circumference, neck circumference, body fat caliper, BMR (basal metabolic rate), TDEE (Total Daily Energy Expenditure) and Calories. Each entry can also have an optional comment.
-
-Note: don't worry if you think the list is too long: metrics you don't use can be disabled and hidden.
-
-Other features
-- Synchronize your weight to GoogleFit with openScale sync
-- Resizable widget to show the latest measurement on the home screen
-- Configure your weight unit: kg, lb or st
-- Set a goal to help keep your diet
-- Displays all your data on a chart and in a table to track your progress
-- Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
-- Import or export your data from/into a CSV (comma separated value) file
-- Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
-- Support for multiple users
-- Support for assisted weighing (e.g. for babies or pets)
-- Support for people with amputations
-- Partially or fully translated into more than 27 languages
-- Optional dark theme selectable
-
-Support
-If you find a bug, have an idea on how to improve openScale or have a question, please visit the openScale project page on GitHub: https://github.com/oliexdev/openScale
diff --git a/fastlane/openScale_light/en-GB/images/featureGraphic.png b/fastlane/openScale_light/en-GB/images/featureGraphic.png
deleted file mode 100644
index 2185848d..00000000
Binary files a/fastlane/openScale_light/en-GB/images/featureGraphic.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/icon.png b/fastlane/openScale_light/en-GB/images/icon.png
deleted file mode 100644
index 9f4a425b..00000000
Binary files a/fastlane/openScale_light/en-GB/images/icon.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/1_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/1_en-GB.png
deleted file mode 100644
index 250721a1..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/1_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/2_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/2_en-GB.png
deleted file mode 100644
index edfd1ee3..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/2_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/3_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/3_en-GB.png
deleted file mode 100644
index f82dcdfa..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/3_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/4_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/4_en-GB.png
deleted file mode 100644
index 0cdd7147..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/4_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/5_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/5_en-GB.png
deleted file mode 100644
index af7fc9d9..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/5_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/6_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/6_en-GB.png
deleted file mode 100644
index 6d55013d..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/6_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/images/phoneScreenshots/7_en-GB.png b/fastlane/openScale_light/en-GB/images/phoneScreenshots/7_en-GB.png
deleted file mode 100644
index ceef2166..00000000
Binary files a/fastlane/openScale_light/en-GB/images/phoneScreenshots/7_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_light/en-GB/short_description.txt b/fastlane/openScale_light/en-GB/short_description.txt
deleted file mode 100644
index bc7affcf..00000000
--- a/fastlane/openScale_light/en-GB/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Open-source weight and body metrics tracker
\ No newline at end of file
diff --git a/fastlane/openScale_light/en-GB/title.txt b/fastlane/openScale_light/en-GB/title.txt
deleted file mode 100644
index e21db42b..00000000
--- a/fastlane/openScale_light/en-GB/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-openScale light
\ No newline at end of file
diff --git a/fastlane/openScale_pro/en-GB/changelogs/48.txt b/fastlane/openScale_pro/en-GB/changelogs/48.txt
deleted file mode 100644
index 58d29420..00000000
--- a/fastlane/openScale_pro/en-GB/changelogs/48.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-* added an App introduction
-* added support for Soehnle Shape Sense scales
-* enhanced support for Yunmai scale
-* set CSV date format to ISO 8601:2004
-* fixed minor bugs
\ No newline at end of file
diff --git a/fastlane/openScale_pro/en-GB/changelogs/49.txt b/fastlane/openScale_pro/en-GB/changelogs/49.txt
deleted file mode 100644
index aea6776c..00000000
--- a/fastlane/openScale_pro/en-GB/changelogs/49.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale_pro/en-GB/changelogs/50.txt b/fastlane/openScale_pro/en-GB/changelogs/50.txt
deleted file mode 100644
index a2044050..00000000
--- a/fastlane/openScale_pro/en-GB/changelogs/50.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-- added support for assisted weighing (e.g. for babies or pets)
-- additional support for people with amputations
-- added support for Vigorun YG and Quanta QTBL10 scale
-- added fastlane support
-- integration of Androidx navigation component
-- replaced obsoleted preferences with Androidx preferences
-- replaced png file with svg files
-- integration of DayNight theme
-- use of live data to have always up-to-date measurements
-- added support for round launcher icons
-- fixed minor bug
diff --git a/fastlane/openScale_pro/en-GB/full_description.txt b/fastlane/openScale_pro/en-GB/full_description.txt
deleted file mode 100644
index 096b9069..00000000
--- a/fastlane/openScale_pro/en-GB/full_description.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-Monitor and track your weight, BMI, body fat, body water, muscle and other body metrics in an open source app that:
-* has an easy to use user interface with graphs,
-* doesn't require you to create an account,
-* can be configured to only show the metrics you care about, and
-* respects your privacy and lets you decide what to do with your data.
-
-Bluetooth scales
-openScale has built-in support for a number of Bluetooth (BLE or "smart") scales from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model list below). Together with our users we constantly improve and extend the set of supported scales and in many cases pick up where the original app falls short.
-
-For scales without Bluetooth, or Bluetooth scales not (yet) supported by openScale, measurements can be manually entered in a quick and easy way.
-
-Privacy
-This app has no ads and requests no unnecessary permissions. The location permission is only needed to find a Bluetooth scale. Once found the permission can be revoked (or never granted if Bluetooth isn't used).
-
-Supported metrics
-Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps circumference, neck circumference, body fat caliper, BMR (basal metabolic rate), TDEE (Total Daily Energy Expenditure) and Calories. Each entry can also have an optional comment.
-
-Note: don't worry if you think the list is too long: metrics you don't use can be disabled and hidden.
-
-Other features
-- Synchronize your weight to GoogleFit with openScale sync
-- Resizable widget to show the latest measurement on the home screen
-- Configure your weight unit: kg, lb or st
-- Set a goal to help keep your diet
-- Displays all your data on a chart and in a table to track your progress
-- Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
-- Import or export your data from/into a CSV (comma separated value) file
-- Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
-- Support for multiple users
-- Support for assisted weighing (e.g. for babies or pets)
-- Support for people with amputations
-- Partially or fully translated into more than 27 languages
-- Optional dark theme selectable
-
-Supported Bluetooth scales
-- Custom made Bluetooth scale
-- Beurer BF700, BF710 and BF800
-- Digoo DG-S038H
-- Excelvan CF369BLE
-- Exingtech Y1
-- Hesley (Yunchen)
-- MGB
-- Medisana BS444, BS440
-- Runtastic Libra
-- Sanitas SBF70
-- Silvercrest SBF75
-- Xiaomi Mi scale v1 and v2
-- Yunmai Mini and SE
-- iHealth HS3
-- Easy Home 64050
-- and many more
-
-Please see https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale for the full list and the level of support for each scale.
-
-Support
-If you find a bug, have an idea on how to improve openScale or have a question, please visit the openScale project page on GitHub: https://github.com/oliexdev/openScale
diff --git a/fastlane/openScale_pro/en-GB/images/featureGraphic.png b/fastlane/openScale_pro/en-GB/images/featureGraphic.png
deleted file mode 100644
index 2185848d..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/featureGraphic.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/icon.png b/fastlane/openScale_pro/en-GB/images/icon.png
deleted file mode 100644
index e2ce0fbb..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/icon.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/1_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/1_en-GB.png
deleted file mode 100644
index 250721a1..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/1_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/2_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/2_en-GB.png
deleted file mode 100644
index edfd1ee3..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/2_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/3_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/3_en-GB.png
deleted file mode 100644
index c98a312d..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/3_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/4_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/4_en-GB.png
deleted file mode 100644
index f82dcdfa..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/4_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/5_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/5_en-GB.png
deleted file mode 100644
index 0cdd7147..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/5_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/6_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/6_en-GB.png
deleted file mode 100644
index af7fc9d9..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/6_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/7_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/7_en-GB.png
deleted file mode 100644
index 6d55013d..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/7_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/8_en-GB.png b/fastlane/openScale_pro/en-GB/images/phoneScreenshots/8_en-GB.png
deleted file mode 100644
index ceef2166..00000000
Binary files a/fastlane/openScale_pro/en-GB/images/phoneScreenshots/8_en-GB.png and /dev/null differ
diff --git a/fastlane/openScale_pro/en-GB/short_description.txt b/fastlane/openScale_pro/en-GB/short_description.txt
deleted file mode 100644
index 5c54de77..00000000
--- a/fastlane/openScale_pro/en-GB/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Open-source weight and body metrics tracker, with support for Bluetooth scales
\ No newline at end of file
diff --git a/fastlane/openScale_pro/en-GB/title.txt b/fastlane/openScale_pro/en-GB/title.txt
deleted file mode 100644
index 7e3f2e77..00000000
--- a/fastlane/openScale_pro/en-GB/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-openScale pro
\ No newline at end of file