Skip to content

Commit 714adf9

Browse files
committed
Release 2.2.0
1 parent 4288548 commit 714adf9

File tree

12 files changed

+3397
-2667
lines changed

12 files changed

+3397
-2667
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId = "com.ammar.wallflow"
3939
minSdk = 24
4040
targetSdk = 34
41-
versionCode = 12
42-
versionName = "2.1.0"
41+
versionCode = 13
42+
versionName = "2.2.0"
4343

4444
val abi = getAbi()
4545
ndk {

app/src/base/res/raw/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/src/main/generated/baselineProfiles/baseline-prof.txt

Lines changed: 3265 additions & 2663 deletions
Large diffs are not rendered by default.

app/src/plus/res/raw/aboutlibraries.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
What's New
2+
* Allow setting app language from Android system settings (Android 13 and above)
3+
* Remember prev search filters when searching
4+
* Get image from cache if available when downloading or sharing
5+
* Show image url in info sheet and allow long click copying the url
6+
* Copy tag on long click
7+
* Add setting to write tags to downloaded wallpaper EXIF 'UserComment'
8+
* Add setting to remember viewed wallpapers
9+
* Added translation: Norwegian Bokmål
10+
* Added translation: Belarusian
11+
* Added translation: Korean
12+
13+
Bug Fixes
14+
* Fix wallpapers not ordered according to api response
15+
* Fix download error on Android 10
16+
* Fix backup restore error caused by duplicate uploaders

0 commit comments

Comments
 (0)