Skip to content

Commit

Permalink
release "5.4.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Feb 7, 2024
1 parent 30ea5e2 commit dec14ca
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## 5.4.7 (15 Jan 2023)
## 5.4.8 (7 Feb 2024)
- avoid duplicates in a shortcut name suggestions
- add filter bottom sheet drag handle
- scroll the list to the top to display new items
- scroll the activities list to the top when toggle non-exported activities visibility
- hide the fast scroll popup when the list is sorted in non-alphabetical order
- handle the case when an application versionName is null
- add an option to create an application shortcut
- update snackbar style

## 5.4.7 (15 Jan 2024)
- Add a new filter menu with sorting options

## 5.4.6 (6 Jan 2023)
## 5.4.6 (6 Jan 2024)
- Display applications version

## 5.4.5 (2 Oct 2023)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.activitymanager"
minSdk = 21
targetSdk = 34
versionCode = 547
versionName = "5.4.7"
versionCode = 548
versionName = "5.4.8"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 8 additions & 0 deletions metadata/en-US/changelogs/548.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- avoid duplicates in a shortcut name suggestions
- add filter bottom sheet drag handle
- scroll the list to the top to display new items
- scroll the activities list to the top when toggle non-exported activities visibility
- hide the fast scroll popup when the list is sorted in non-alphabetical order
- handle the case when an application versionName is null
- add an option to create an application shortcut
- update snackbar style

0 comments on commit dec14ca

Please sign in to comment.