diff --git a/Credits.md b/Credits.md
index 56a236d..ae07740 100644
--- a/Credits.md
+++ b/Credits.md
@@ -8,12 +8,8 @@
### Libraries/dependencies/dev/support
-- [Maximilian Keppeler](https://github.com/maxkeppeler) for beautiful [Color sheet](https://github.com/maxkeppeler/sheets/) library!
-
- [Square](https://github.com/square/) for [Moshi](https://github.com/square/moshi/) library!
-- [Chris Banes](https://github.com/chrisbanes) for the awesome [Insetter](https://github.com/chrisbanes/insetter/) library!
-
- [Jnss98b](https://github.com/Jnss98b) for his support on different issues: [3](https://github.com/enricocid/VectorifyDaHome/issues/3), [4](https://github.com/enricocid/VectorifyDaHome/issues/4), [7](https://github.com/enricocid/VectorifyDaHome/issues/7),[8](https://github.com/enricocid/VectorifyDaHome/issues/8), [14](https://github.com/enricocid/VectorifyDaHome/issues/14), [16](https://github.com/enricocid/VectorifyDaHome/issues/16), [17](https://github.com/enricocid/VectorifyDaHome/issues/17)!
- [Cheng Wang](https://github.com/wangcheng) for [display cutout support fixes](https://github.com/enricocid/VectorifyDaHome/pull/46)
@@ -26,7 +22,7 @@
- [**TacoTheDank**](https://github.com/TacoTheDank) for upgrades to gradle, java 1.8 and [improvements](https://github.com/enricocid/Music-Player-GO/pull/248) which I used here!
-- [Toastcode](https://toastco.de/) for the wunderbar [Screener - Better screenshots](https://play.google.com/store/apps/details?id=de.toastcode.screener) app
+- [Gavin Liu](https://play.google.com/store/apps/developer?id=Gavin+Liu) for the wunderbar [Snapmod](https://play.google.com/store/apps/details?id=cn.gavinliu.snapmod) app
- [Potato Open Sauce Project (POSP)](https://potatoproject.co/) team and [POSP Telegram community](https://t.me/SaucyPotatoesOfficial) for support, inspirations and suggestions! The app itself is based on the original iteration [Potate da home!](https://github.com/enricocid/PotateDaHome) that was built thanks to the team/community feedbacks!
@@ -42,10 +38,11 @@
- [ZJRDroid](https://github.com/ZJRDroid) for Brazilian Portuguese translations!
-- [OraBB1t](https://github.com/OraBB1t) for this [bug reporting](https://github.com/enricocid/VectorifyDaHome/issues/32)
+- [OraBB1t](https://github.com/OraBB1t) for this [bug report](https://github.com/enricocid/VectorifyDaHome/issues/32)
- Abdul Kahlawi for reporting and letting me to fix an issue on Lollipop!
+- [jahongir28](https://github.com/jahongir28) for the rounded corner [fix](https://github.com/material-components/material-components-android/issues/1278#issuecomment-1248984201)
### SVG sources
diff --git a/README.md b/README.md
index de143b6..cbf2da7 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![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.6.4&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
+[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.6.5&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
@@ -17,7 +17,7 @@
-
+
# Description:
diff --git a/art3.gif b/art3.gif
deleted file mode 100644
index d7b4ba9..0000000
Binary files a/art3.gif and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png
index 327348b..19a36bf 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_01.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png
index fa68cef..989b477 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_02.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png
index 56ee000..4e23542 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_03.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png
index f70fc97..04213b6 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_04.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png
index 199c295..4a59ff6 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/shot_05.png differ
diff --git a/project/app/src/main/java/com/iven/vectorify/adapters/RecentsAdapter.kt b/project/app/src/main/java/com/iven/vectorify/adapters/RecentsAdapter.kt
index e7611e8..cdb1723 100644
--- a/project/app/src/main/java/com/iven/vectorify/adapters/RecentsAdapter.kt
+++ b/project/app/src/main/java/com/iven/vectorify/adapters/RecentsAdapter.kt
@@ -58,14 +58,12 @@ class RecentsAdapter(private val recentSetups: MutableList?)
absoluteAdapterPosition.toString()
))
.setPositiveButton(R.string.ok) { _, _ ->
- //add an empty list to preferences
- try {
- val index = recentSetups?.indexOf(wallpaper)!!
- if (recentSetups.contains(wallpaper)) recentSetups.remove(wallpaper)
- notifyItemRemoved(index)
- prefs.recentSetups = recentSetups
- } catch (e: Exception) {
- e.printStackTrace()
+ recentSetups?.run {
+ val index = indexOf(wallpaper)
+ if (recentSetups.remove(wallpaper)) {
+ notifyItemRemoved(index)
+ prefs.recentSetups = recentSetups
+ }
}
}
.setNegativeButton(R.string.cancel, null)