Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Jul 6, 2024
1 parent eb0f4aa commit 37a5626
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
CHANGELOG
=========

1.0.3 (06.07.2024) 30+ Commits +30 Translations
------------------

### Function

- Fix: BackHandler of AppSheet
- Fix: Crash on launching from permissions' page
- Fix: Crash on using same key for lazy release items
- Fix: Opening different prefs page when default page is changed
- Update: Inject installer using Koin
- Update: Migrate most sheets to BottomSheetScaffold
- Update: Make flows respect distinction earlier
- Update: Revamp Source handling of requests

### UI

- Update: Convert Search back to a page
- Update: Revamp Installed page hierarchy
- Update: Use segmented buttons in Installed page
- Update: Revamp apps' carrousel and limit version name length

### UX

- Add: Special search filter tabs
- Add: Indicator that an app is installed to list items
- Update: Default to search all apps

1.0.2 (19.05.2024) 10+ Commits +50 Translations
------------------

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 24
targetSdk = 34
versionCode = 1014
versionName = "1.0.2"
versionCode = 1015
versionName = "1.0.3"
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

javaCompileOptions {
Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/1015.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Special search filter tabs
Add: Indicator that an app is installed to list items
Fix: Crash on using same key for lazy release items
Fix: Opening different prefs page when default page is changed
Update: Convert Search back to a page
Update: Revamp apps' carrousel and limit version name length
+ more in more than 10 commits & 30 translation contributions

0 comments on commit 37a5626

Please sign in to comment.