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

Commit

Permalink
Bump to 1.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <enrico2588@gmail.com>
  • Loading branch information
enricocid committed Feb 24, 2022
1 parent 20f294f commit 80e93ef
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 12 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.5.1&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.6&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 Down Expand Up @@ -47,7 +47,7 @@
Help translate the project on [weblate](https://hosted.weblate.org/engage/vectorify-da-home/). Consider supporting the Weblate guys by sending a [donation](https://weblate.org/it/donate/new/) with our full approval :)

<a href="https://hosted.weblate.org/engage/vectorify-da-home/">
<img src="https://hosted.weblate.org/widgets/vectorify-da-home/-/88x31-white.png" alt="Stato traduzione" />
<img src="https://hosted.weblate.org/widgets/vectorify-da-home/-/horizontal-auto.svg" alt="Stato traduzione" />
</a>

# License
Expand Down
Binary file removed art2.gif
Binary file not shown.
Binary file added art3.gif
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.
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.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Note: recents and current wallpaper will be cleared after the update.
Before updating, consider saving them from the preview screen!
Sorry and thanks for Your patience!

Changes:
- Replaced/removed outdated libraries
- Update dependencies
- Code improvements/cleaning
- Update translations
Binary file added fastlane/metadata/android/en-US/images/icon.png
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.
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.
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.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/it/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Nota: i recenti e lo sfondo corrente saranno cancellati dall'aggiornamento.
Prima di aggiornare, considera di salvarli sulla memoria dalla schermata di anteprima!
Scusate e grazie per la pazienza!

Cambiamenti:
- Sostituite/rimosse vecchie librerie
- Aggiornamento dipendenze
- Miglioramento e pulizia codice
- Aggiornamento traduzioni
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 32
versionCode 54
versionName "1.9.5.1"
versionCode 55
versionName "1.9.6"

vectorDrawables.useSupportLibrary true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class RecentsSheet: BottomSheetDialogFragment(), SharedPreferences.OnSharedPrefe
* Use this factory method to create a new instance of
* this fragment using the provided parameters.
*
* @return A new instance of fragment ModalSheet.
* @return A new instance of fragment [RecentsSheet].
*/
@JvmStatic
fun newInstance() = RecentsSheet()
Expand Down
14 changes: 7 additions & 7 deletions project/app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<string name="space_delimiter">&#160;</string>
<string name="underscore_delimiter">&#95;</string>
<string name="hex">#%1s</string>
<string name="background_color_key">background_key</string>
<string name="vectors_color_key">icon_key</string>
<string name="background_color_key">background_color_key</string>
<string name="vectors_color_key">icon_color_key</string>
<string name="theme_key">theme_pref_key</string>
<string name="theme_pref_light">theme_pref_light</string>
<string name="theme_pref_dark">theme_pref_dark</string>
<string name="theme_pref_auto">theme_pref_auto</string>
<string name="recent_wallpapers_key">recent_wallpapers_key</string>
<string name="recent_wallpapers_land_key">recent_wallpapers_land_key</string>
<string name="live_wallpaper_key">live_wallpaper_key</string>
<string name="saved_wallpaper_key">restore_wallpaper_key</string>
<string name="recent_wallpapers_key">recents_key</string>
<string name="recent_wallpapers_land_key">recents_land_key</string>
<string name="live_wallpaper_key">live_wall_key</string>
<string name="saved_wallpaper_key">recent_wall_key</string>
<string name="saved_wallpaper_land_key">restore_wallpaper_land_key</string>
<string name="saved_metrics_key">saved_metrics_key</string>
<string name="saved_metrics_key">restore_metrics_key</string>
<string name="app_github_link">
https://github.com/enricocid/VectorifyDaHome
</string>
Expand Down

0 comments on commit 80e93ef

Please sign in to comment.