Skip to content

Commit 4b61252

Browse files
committed
Update openScale to version 3.1.0 (versionCode 74)
1 parent 9fb87bb commit 4b61252

4 files changed

Lines changed: 10 additions & 5 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 = 73
29-
versionName = "3.0.3"
28+
versionCode = 74
29+
versionName = "3.1.0"
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ enum class SupportedLanguage(val code: String, val nativeDisplayName: String) {
9191
// Native names from https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
9292
//ARABIC("ar", "Arabic (العربية)"),
9393
//BENGALI("bn-BD", "Bengali (বাংলা)"),
94+
BASQUE("eu", "Basque (Euskara)"),
9495
//CATALAN("ca", "Catalan (català)"),
9596
CHINESE_SIMPLIFIED("zh-CN", "Chinese (simplified; 中文 (汉语))"),
9697
CHINESE_TRADITIONAL("zh-TW", "Chinese (traditional; 中文 (繁體))"),
9798
//CROATIAN("hr", "Croatian (hrvatski jezik)"),
9899
//CZECH("cs", "Czech (čeština)"),
99100
//DANISH("da", "Danish (dansk)"),
100-
//DUTCH("nl", "Dutch (Nederlands)"),
101+
DUTCH("nl", "Dutch (Nederlands)"),
101102
ENGLISH("en", "English"),
102103
//ESPERANTO("eo", "Esperanto"),
103104
FINNISH("fi", "Finnish (suomi)"),
@@ -115,7 +116,7 @@ enum class SupportedLanguage(val code: String, val nativeDisplayName: String) {
115116
//NORWEGIAN_BOKMAL("nb", "Norwegian Bokmål (Norsk)"),
116117
POLISH("pl", "Polish (język polski)"),
117118
PORTUGUESE_BRAZIL("pt-BR", "Portuguese (Brazil; Português)"),
118-
//ROMANIAN("ro", "Romanian (Română)"),
119+
ROMANIAN("ro", "Romanian (Română)"),
119120
RUSSIAN("ru", "Russian (русский)"),
120121
//SLOVAK("sk", "Slovak (Slovenčina)"),
121122
SLOVENIAN("sl", "Slovenian (Slovenski Jezik)"),

android_app/app/src/main/java/com/health/openscale/ui/screen/components/MeasurementChartLayers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ internal fun rememberXAxisValueFormatter(
393393
val pattern = when (aggregationLevel) {
394394
AggregationLevel.NONE -> "d MMM"
395395
AggregationLevel.DAY -> "d MMM"
396-
AggregationLevel.WEEK -> "'${weekAbbrev}'w MMM"
396+
AggregationLevel.WEEK -> "'${weekAbbrev}'w yy"
397397
AggregationLevel.MONTH -> "MMM yy"
398398
AggregationLevel.YEAR -> "yyyy"
399399
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Add support for Body Fat-B2 / Belter Body Fat Scale / Etekcity ESF-551 / Runstar R5 / SEB Scale
2+
* Add aggregation support
3+
* Improve App perfomance
4+
* Support of App Material 3 theming, dynmaic coloring and hight contrast

0 commit comments

Comments
 (0)