diff --git a/CHANGELOG.md b/CHANGELOG.md index bb413e9a54..f54ae3217c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 3.5.0 +###### Released: Jan 17, 2022 +* 🎉 56 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, No-Meanings, Giannis05, hassancreative) +* 🔥 3509 icons in total! + ### 3.4.5 ###### Released: Dec 18, 2021 * 🎉 80 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, Otemachi, Juvss, Totoroot!) diff --git a/app/build.gradle b/app/build.gradle index e239e0e015..d02715024e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.donnnno.arcticons" minSdkVersion rootProject.ext.MinSdk targetSdkVersion rootProject.ext.TargetSdk - versionCode 79 - versionName '3.4.5' + versionCode 80 + versionName '3.5.0' multiDexEnabled true // Naming app bundles diff --git a/app/src/dark/play/release-notes/en-US/default.txt b/app/src/dark/play/release-notes/en-US/default.txt index f0f6d3be19..0666887987 100644 --- a/app/src/dark/play/release-notes/en-US/default.txt +++ b/app/src/dark/play/release-notes/en-US/default.txt @@ -1,3 +1,3 @@ -3.4.5 -🎉 80 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, Otemachi, Juvss, Totoroot!) -🔥 3453 icons in total! \ No newline at end of file +3.5.0 +🎉 56 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, No-Meanings, Giannis05, hassancreative) +🔥 3509 icons in total! \ No newline at end of file diff --git a/app/src/dark/res/drawable-nodpi/bilibili.png b/app/src/dark/res/drawable-nodpi/bilibili.png new file mode 100644 index 0000000000..aae54327ef Binary files /dev/null and b/app/src/dark/res/drawable-nodpi/bilibili.png differ diff --git a/app/src/dark/res/drawable-nodpi/gcore.png b/app/src/dark/res/drawable-nodpi/gcore.png new file mode 100644 index 0000000000..38f9bbeaf5 Binary files /dev/null and b/app/src/dark/res/drawable-nodpi/gcore.png differ diff --git a/app/src/dark/res/drawable-nodpi/psremoteplay.png b/app/src/dark/res/drawable-nodpi/psremoteplay.png new file mode 100644 index 0000000000..a4e1d43fba Binary files /dev/null and b/app/src/dark/res/drawable-nodpi/psremoteplay.png differ diff --git a/app/src/light/play/release-notes/en-US/default.txt b/app/src/light/play/release-notes/en-US/default.txt index 18f4a79f71..0666887987 100644 --- a/app/src/light/play/release-notes/en-US/default.txt +++ b/app/src/light/play/release-notes/en-US/default.txt @@ -1,3 +1,3 @@ -3.3.7 -🎉 164 new or updated icons (thanks Kaiserdragon2, JoelChrono12, Ddavidd, Fanfu, Quantenzitrone, Totoroot, Aloxe, Vitordematos!) -🔥 3372 icons in total! \ No newline at end of file +3.5.0 +🎉 56 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, No-Meanings, Giannis05, hassancreative) +🔥 3509 icons in total! \ No newline at end of file diff --git a/app/src/light/res/drawable-nodpi/bilibili.png b/app/src/light/res/drawable-nodpi/bilibili.png new file mode 100644 index 0000000000..0a77359801 Binary files /dev/null and b/app/src/light/res/drawable-nodpi/bilibili.png differ diff --git a/app/src/light/res/drawable-nodpi/gcore.png b/app/src/light/res/drawable-nodpi/gcore.png new file mode 100644 index 0000000000..639115be8f Binary files /dev/null and b/app/src/light/res/drawable-nodpi/gcore.png differ diff --git a/app/src/light/res/drawable-nodpi/psremoteplay.png b/app/src/light/res/drawable-nodpi/psremoteplay.png new file mode 100644 index 0000000000..6a71ac2a54 Binary files /dev/null and b/app/src/light/res/drawable-nodpi/psremoteplay.png differ diff --git a/app/src/main/assets/appfilter.xml b/app/src/main/assets/appfilter.xml index 55149ef5a5..a7c51dad8a 100644 --- a/app/src/main/assets/appfilter.xml +++ b/app/src/main/assets/appfilter.xml @@ -1109,6 +1109,9 @@ + + + @@ -3715,6 +3718,9 @@ + + + @@ -7310,6 +7316,9 @@ + + + diff --git a/app/src/main/assets/drawable.xml b/app/src/main/assets/drawable.xml index efdfaffa66..de7d870e96 100644 --- a/app/src/main/assets/drawable.xml +++ b/app/src/main/assets/drawable.xml @@ -472,6 +472,7 @@ + @@ -1228,6 +1229,7 @@ + @@ -2521,6 +2523,7 @@ + diff --git a/app/src/main/res/values/changelog.xml b/app/src/main/res/values/changelog.xml index 3f00df784a..714e2a5dfb 100644 --- a/app/src/main/res/values/changelog.xml +++ b/app/src/main/res/values/changelog.xml @@ -3,7 +3,7 @@ - December 18, 2021 + January 17, 2022 - 🎉 80 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, Otemachi, Juvss, Totoroot!) - 🔥 3453 icons in total! + 🎉 56 new or updated icons (thanks JoelChrono12, Kaiserdragon2, Aloxe, Quantenzitrone, No-Meanings, Giannis05, hassancreative) + 🔥 3509 icons in total! \ No newline at end of file diff --git a/app/src/main/res/values/iconpack.xml b/app/src/main/res/values/iconpack.xml index 52acb06588..de934c9b3c 100644 --- a/app/src/main/res/values/iconpack.xml +++ b/app/src/main/res/values/iconpack.xml @@ -318,6 +318,7 @@ biblio bikelocation bikesharinghub + bilibili billthefarmercrossword binance binaryeye @@ -1142,6 +1143,7 @@ gaspar gcash gcompris + gcore gdroid gearbest gear_vpn @@ -2478,6 +2480,7 @@ protonvideocompressor protonvpn pslab + psremoteplay ps_app ptcltouch pubg_mobile diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 55149ef5a5..a7c51dad8a 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -1109,6 +1109,9 @@ + + + @@ -3715,6 +3718,9 @@ + + + @@ -7310,6 +7316,9 @@ + + + diff --git a/app/src/main/res/xml/drawable.xml b/app/src/main/res/xml/drawable.xml index efdfaffa66..de7d870e96 100644 --- a/app/src/main/res/xml/drawable.xml +++ b/app/src/main/res/xml/drawable.xml @@ -472,6 +472,7 @@ + @@ -1228,6 +1229,7 @@ + @@ -2521,6 +2523,7 @@ + diff --git a/app/src/main/res/xml/iconpack.xml b/app/src/main/res/xml/iconpack.xml index 52acb06588..de934c9b3c 100644 --- a/app/src/main/res/xml/iconpack.xml +++ b/app/src/main/res/xml/iconpack.xml @@ -318,6 +318,7 @@ biblio bikelocation bikesharinghub + bilibili billthefarmercrossword binance binaryeye @@ -1142,6 +1143,7 @@ gaspar gcash gcompris + gcore gdroid gearbest gear_vpn @@ -2478,6 +2480,7 @@ protonvideocompressor protonvpn pslab + psremoteplay ps_app ptcltouch pubg_mobile diff --git a/icons/black/bilibili.svg b/icons/black/bilibili.svg new file mode 100644 index 0000000000..580721303d --- /dev/null +++ b/icons/black/bilibili.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/black/gcore.svg b/icons/black/gcore.svg new file mode 100644 index 0000000000..669e2844de --- /dev/null +++ b/icons/black/gcore.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/black/psremoteplay.svg b/icons/black/psremoteplay.svg new file mode 100644 index 0000000000..2244f817f7 --- /dev/null +++ b/icons/black/psremoteplay.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/other/bilibili.svg b/icons/white/bilibili.svg similarity index 100% rename from other/bilibili.svg rename to icons/white/bilibili.svg diff --git a/other/gcore.svg b/icons/white/gcore.svg similarity index 100% rename from other/gcore.svg rename to icons/white/gcore.svg diff --git a/other/psremoteplay.svg b/icons/white/psremoteplay.svg similarity index 100% rename from other/psremoteplay.svg rename to icons/white/psremoteplay.svg