Skip to content

Commit

Permalink
v1.4.0-alpha0 (31)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jul 1, 2022
1 parent 4dcb021 commit dbfb15a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.0-alpha0
* Utilize the new [photo picker](https://developer.android.com/about/versions/13/features/photopicker)
* [Revoke permission](https://developer.android.com/about/versions/13/features?hl=en#developer-downgradable-permissions) after import of wallpaper
* Add a monochrome launcher icon for ["Themed icons"](https://developer.android.com/about/versions/13/features?hl=en#themed-app-icons) in "Material You"
* Include necessary files for [per-app language](https://developer.android.com/about/versions/13/features/app-languages)
* Replace [onBackPressed()](https://developer.android.com/about/versions/13/features/predictive-back-gesture)
* Known issue: Importing wallpaper fails on Android 13 on a fresh install

## 1.3.1
* Fix translations

Expand Down
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 {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 33
versionCode 30
versionName "1.3.1"
versionCode 31
versionName "1.4.0-alpha0"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Adaptions for Android 13 Tiramisu
Known issue: Importing wallpaper fails on Android 13 on a fresh install

0 comments on commit dbfb15a

Please sign in to comment.