mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
0.9.5
This commit is contained in:
parent
7bf15730c8
commit
a3fc611d9b
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,6 +1,18 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.5 (19.09.2022) +120 Commits
|
||||||
|
------------------
|
||||||
|
- Add: Useful links in Prefs
|
||||||
|
- Update: Revamp AppSheet's Head & Header
|
||||||
|
- Update: Repo item's text colors
|
||||||
|
- Update: Migrate navigation fully to Compose
|
||||||
|
- Update: Migrate preferences to Compose
|
||||||
|
- Update: Allow setting higher number for updated/new apps' recycler and sync interval
|
||||||
|
- Fix: ActionButtons visibility
|
||||||
|
- Fix: Show Repo description pre-first-sync
|
||||||
|
- Remove: Legacy fragment-related classes
|
||||||
|
|
||||||
0.9.4 (18.08.2022)
|
0.9.4 (18.08.2022)
|
||||||
------------------
|
------------------
|
||||||
- Fix: Showing updates notification even when disabled
|
- Fix: Showing updates notification even when disabled
|
||||||
|
@ -20,8 +20,8 @@ android {
|
|||||||
applicationId = "com.machiav3lli.fdroid"
|
applicationId = "com.machiav3lli.fdroid"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 914
|
versionCode = 915
|
||||||
versionName = "0.9.4"
|
versionName = "0.9.5"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
7
metadata/en-US/changelogs/915.txt
Normal file
7
metadata/en-US/changelogs/915.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Update: Revamp AppSheet's UI
|
||||||
|
Update: Migrate navigation fully to Compose
|
||||||
|
Update: Migrate preferences to Compose
|
||||||
|
Update: Allow setting higher number for updated/new apps' recycler and sync interval
|
||||||
|
Add: Useful links in Prefs
|
||||||
|
Fix: ActionButtons visibility
|
||||||
|
Fix: Show Repo description pre-first-sync
|
Loading…
x
Reference in New Issue
Block a user