Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Mar 1, 2021
1 parent 93d045c commit bf742fa
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Credits](https://img.shields.io/static/v1?label=Contributors&message=many&color=81d4fa)](https://github.com/enricocid/VectorifyDaHome/blob/master/Credits.md)

[![API](https://img.shields.io/static/v1?label=API&message=21&color=a5d6a7)](https://developer.android.com/about/versions/android-5.0.html)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.1&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.2&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
<a href="https://github.com/enricocid/VectorifyDaHome/actions">
<img alt="CI" src="https://github.com/enricocid/VectorifyDaHome/workflows/Android%20CI/badge.svg">
</a>
Expand All @@ -14,7 +14,7 @@
<img src="https://hosted.weblate.org/widgets/vectorify-da-home/-/287x66-white.png" />
</a>

<img align="right" src="art1.gif" height="500px"/>
<img align="right" src="art2.gif" height="500px"/>


# Description:
Expand Down
Binary file removed art1.gif
Binary file not shown.
Binary file added art2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Wallpapers are now saved to /Pictures folder
- Landscape support
- Preview: support display cutouts
- Preview: double tap to close
- Preview: review reset button behaviour
- Click: restore previous wallpaper scale/position
- Long click: restore default scale/position settings
- Many other UI improvements
- Update translations
- Upgrade dependencies
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/it/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- Gli sfondi sono salvati nella cartella /Pictures
- Supporto landscape
- Anteprima: supporto display cutouts
- Anteprima: double tap per chiudere
- Anteprima: rivisto comportamento pulsante reset
- Click: ripristina dimensione/posizione dello sfondo precedente
- Long click: ripristina dimensione/posizione predefinita
- Molti altri miglioramenti dell'interfaccia
- Aggiornate traduzioni
- Aggiornate dipendenze
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.iven.iconify"
minSdkVersion 21
targetSdkVersion 30
versionCode 49
versionName "1.9.1"
versionCode 50
versionName "1.9.2"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit bf742fa

Please sign in to comment.