Skip to content

Commit

Permalink
build: Version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 21, 2025
1 parent db8f6f3 commit c7a804b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2024, Petr Laštovička as Lasta apps, All rights reserved
* Copyright 2025, Petr Laštovička as Lasta apps, All rights reserved
*
* This file is part of Menza.
*
Expand Down Expand Up @@ -37,8 +37,8 @@ android {
applicationId = "cz.lastaapps.menza"

// have to be specified explicitly for FDroid to work
versionCode = 1030700 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.3.7"
versionCode = 1040000 // 1x major . 2x minor . 2x path . 2x build diff
versionName = "1.4.0"

minSdk =
libs.versions.sdk.min
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/1040000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Hodnocení jídel
Videa z podporovaných menz
Podpora angličtiny
Přidán nový režim pro zobrazení jídel

Interní refaktor - vše je více observable
Vylepšení UI, shared element a predictive back gesture
Vylepšení práce se Strávník kontem
Odstranění restaurace Strahov
Aktualizace parsování jídel v FEL/FS bufetu (znovu)
Aktualizace knihoven, podpora pro Android 15
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1040000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Rating added
Video feeds from supported cafeterias
Proper English names support
New Carousel dish view mode

Internal refactor - more observable approach used
UI updates, shared element and predictive back support, ...
Improve Stravnik wallet handling
Remove Strahov Restaurant
Updated FEL/FS menu parsing (again)
Update libs, Android 15 support

0 comments on commit c7a804b

Please sign in to comment.