Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ammargitham committed Apr 13, 2024
1 parent 47aeb36 commit 74cd207
Show file tree
Hide file tree
Showing 12 changed files with 1,025 additions and 1,106 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {
applicationId = "com.ammar.wallflow"
minSdk = 24
targetSdk = 34
versionCode = 20
versionName = "2.4.3"
versionCode = 21
versionName = "2.5.0"

val abi = getAbi()
ndk {
Expand Down
2 changes: 1 addition & 1 deletion app/src/base/res/raw/aboutlibraries.json

Large diffs are not rendered by default.

2,059 changes: 957 additions & 1,102 deletions app/src/main/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/plus/res/raw/aboutlibraries.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/2101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/2102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/2103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/2104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/2101.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/2102.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/2103.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog
8 changes: 8 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/2104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
What's New
* Auto wallpaper will choose next wallpaper in sequence instead of random to prevent re-using previous wallpapers
* Allow separate frequency for home and lock screen in auto wallpaper

Bug Fixes
* Fix incorrect UI state when setting saved and local folders in Auto wallpaper sources
* Handle crash if Files app is disabled when trying to choose a local directory or file
* Fix UI logic for 'Set to' dialog

0 comments on commit 74cd207

Please sign in to comment.