Skip to content

Commit a715022

Browse files
nichu42Copilot
andcommitted
chore: bump version to 0.50 (versionCode 14)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d5bc1c9 commit a715022

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to the BoxViewer project will be documented in this file.
44

5+
## [0.50] - 2026-07-20
6+
7+
### Added
8+
- **Multi-Language Support**: Added full Android localization infrastructure with POEditor-managed translations. English is the source/fallback language; German is the first target language.
9+
- **Per-App Language Picker**: New in-app language setting defaults to the system locale and supports English and German. Integrated with Android 13+ system app-language settings via `locale_config.xml`.
10+
- **Automated Translation Sync**: Added `.github/workflows/sync-translations.yml` to pull completed POEditor translations into the repository.
11+
- **App-Wide Text Scale**: New setting to adjust app interface text size from 60% to 200%, helpful for tablets and Android Automotive OS. Scales only text (`sp`), not layout (`dp`).
12+
- **Numeric Localization**: Temperature, pressure, wind, coordinate, and percentage values now format with the user's locale-aware decimal/thousands separators.
13+
14+
### Changed
15+
- **German Tone of Voice**: Standardized the German translation to use the informal "du" address throughout.
16+
- **Theme Base**: Switched the app theme parent to `Theme.AppCompat.DayNight.NoActionBar` to support AppCompat per-app locales.
17+
518
## [0.45] - 2026-07-12
619

720
### Changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "de.nichu42.boxviewer"
1515
minSdk = 24
1616
targetSdk = 37
17-
versionCode = 13
18-
versionName = "0.45"
17+
versionCode = 14
18+
versionName = "0.50"
1919
}
2020

2121
signingConfigs {

0 commit comments

Comments
 (0)