Skip to content

Commit

Permalink
Update version code and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Mar 27, 2024
1 parent 5e7cf2a commit 54c7bfd
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android
targetSdkVersion var_compile_sdk

// Versioning
versionCode 63
versionName "v7.4.1"
versionCode 64
versionName "v7.5.0"
}

// Build types always include debug (hidden by default)
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/assets/changelog-en/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v7.5.0 (64) - 27/03/2024
NEW THINGS
- Allow icon packs to change folder icon (@kaanelloed, @Donnnno)
IMPROVEMENTS
- Limit search input length (@comradekingu)
- Interactive clock tap detection (@AdalynBlack)
- Move touch targets option upwards (@bmivzkrp)
CORRECTIONS
- Possible crash at export/import (@lesar8)
- Possible crash if app not found (@AdalynBlack)
10 changes: 10 additions & 0 deletions app/src/main/assets/changelog-fr/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v7.5.0 (64) - 27/03/2024
NOUVEAUTÉS
- Permettre aux packs d'icônes de changer l'icône des dossiers (@kaanelloed, @Donnnno)
AMÉLIORATIONS
- Limitation taille recherche (@comradekingu)
- Clic sur l'horloge interactive (@AdalynBlack)
- Options cibles de clic plus haute (@bmivzkrp)
CORRECTIONS
- Possible crash à l'export/import (@lesar8)
- Possible crash app introuvable (@AdalynBlack)
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v7.5.0 (64) - 27/03/2024
NEW THINGS
- Allow icon packs to change folder icon (@kaanelloed, @Donnnno)
IMPROVEMENTS
- Limit search input length (@comradekingu)
- Interactive clock tap detection (@AdalynBlack)
- Move touch targets option upwards (@bmivzkrp)
CORRECTIONS
- Possible crash at export/import (@lesar8)
- Possible crash if app not found (@AdalynBlack)
10 changes: 10 additions & 0 deletions fastlane/metadata/android/fr/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v7.5.0 (64) - 27/03/2024
NOUVEAUTÉS
- Permettre aux packs d'icônes de changer l'icône des dossiers (@kaanelloed, @Donnnno)
AMÉLIORATIONS
- Limitation taille recherche (@comradekingu)
- Clic sur l'horloge interactive (@AdalynBlack)
- Options cibles de clic plus haute (@bmivzkrp)
CORRECTIONS
- Possible crash à l'export/import (@lesar8)
- Possible crash app introuvable (@AdalynBlack)

1 comment on commit 54c7bfd

@lscarpa
Copy link

@lscarpa lscarpa commented on 54c7bfd Apr 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your app is great, it has everything you need, the only thing that would be better would be a blur of the background in the application drawer, more icon sizes, icons for the folders, that the square of a folder when you open it is dynamic by quantity of apps and not so square and disable favorites, to be able to lower the bar without problems, with those details it would be an 11/10

Please sign in to comment.