Skip to content

Commit

Permalink
0.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 28, 2022
1 parent c870f4f commit 3406b33
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
CHANGELOG
=========

0.9.12 (28.12.2022) 30+ Commits +60 Translations
------------------

### Function
- Add: Notifications permission (for A13)
- Add: Ask for PostNotifications permission on start
- Fix: Improve search performance (credits @Pedrox)
- Fix: Showing apps of all developers with protonmail as apps from the protonmail developer
- Fix: Sorting installed apps
- Fix: Replace deprecated functions in RootInstaller
- Fix: Installers getting false context
- Fix: LegacyInstaller's false Uri
- Update: TargetSDK 33

### UI
- Fix: Location permission group icon
- Update: ProductCard layout
- Update: Horizontal Product recycler layouts

### UX
- Add: Categories SideNavBar to explorer
- Fix: Category SideBar not updating according to SortFilterSheet
- Update: Change category filter to single selection
- Update: Asking for root permission when setting root installer

0.9.11 (03.12.2022) 70+ Commits +15 Translations
------------------
### Function
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 33
versionCode = 921
versionName = "0.9.11"
versionCode = 922
versionName = "0.9.12"
vectorDrawables.useSupportLibrary = true
buildConfigField("String", "KEY_API_EXODUS", "\"81f30e4903bde25023857719e71c94829a41e6a5\"")

Expand Down
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/922.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Add: Notifications permission (for A13)
Add: Categories SideNavBar to explorer
Fix: Legacy- & RootInstaller
Fix: Improve search performance (credits @Pedrox)
Update: Horizontal apps layout
Update: Asking for root permission when setting root installer
+ more than 60 tranlation contributions

0 comments on commit 3406b33

Please sign in to comment.