Skip to content

Commit 19d26a2

Browse files
committed
Bump version to 3.0.3 (versionCode 73) and add the release changelog for the en-GB locale.
1 parent 003107d commit 19d26a2

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

android_app/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId = "com.health.openscale"
2626
minSdk = 31
2727
targetSdk = 36
28-
versionCode = 72
29-
versionName = "3.0.2"
28+
versionCode = 73
29+
versionName = "3.0.3"
3030

3131
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3232
manifestPlaceholders["appName"] = "openScale"

android_app/app/src/main/java/com/health/openscale/core/data/Enums.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ enum class SupportedLanguage(val code: String, val nativeDisplayName: String) {
112112
//ROMANIAN("ro", "Romanian (Română)"),
113113
RUSSIAN("ru", "Russian (русский)"),
114114
//SLOVAK("sk", "Slovak (Slovenčina)"),
115-
//SLOVENIAN("sl", "Slovenian (Slovenski Jezik)"),
115+
SLOVENIAN("sl", "Slovenian (Slovenski Jezik)"),
116116
SPANISH("es", "Spanish (Español)"),
117117
SWEDISH("sv", "Swedish (Svenska)"),
118118
//TAMIL("ta", "Tamil (தமிழ்)"),
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* New Body Fat Method: Added the U.S. Navy formula, which calculates body fat percentage using your waist, neck, and hip measurements.
2+
* Easier Data Management: You can now delete measurements directly from the edit screen, featuring a new confirmation dialog and improved button layout.
3+
* Expanded Device Support: Added compatibility for the Realme Smart Scale (RMH2011) and Xiaomi Body Composition Scale S400, along with connectivity fixes for Renpho and Mi Scale models.
4+
* Performance & UI Polish: Smoother chart animations, faster table loading, and a new "Clear" button in input dialogs for quicker manual entries.

0 commit comments

Comments
 (0)