diff --git a/CHANGELOG.md b/CHANGELOG.md index fd64aed5..3480d657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* Add brand new icon by dzuk * Significantly improve scrolling performance when there are a lot of saved posts * Improve how the app interacts with system bars * Enable logging of SQLite queries diff --git a/android/lint-baseline.xml b/android/lint-baseline.xml index 2657c5bd..3f1be3da 100644 --- a/android/lint-baseline.xml +++ b/android/lint-baseline.xml @@ -1,4 +1,15 @@ - + + + + + diff --git a/android/src/main/ic_launcher-playstore.png b/android/src/main/ic_launcher-playstore.png new file mode 100644 index 00000000..ccb65280 Binary files /dev/null and b/android/src/main/ic_launcher-playstore.png differ diff --git a/android/src/main/res/drawable/ic_launcher_foreground.xml b/android/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..8ce7e32d --- /dev/null +++ b/android/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/android/src/main/res/mipmap-anydpi/ic_launcher.xml b/android/src/main/res/mipmap-anydpi/ic_launcher.xml index dfe2c06e..f77995cd 100644 --- a/android/src/main/res/mipmap-anydpi/ic_launcher.xml +++ b/android/src/main/res/mipmap-anydpi/ic_launcher.xml @@ -5,7 +5,7 @@ ~ https://opensource.org/licenses/MIT. --> - - - + + + diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index adb0edf4..00000000 Binary files a/android/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp deleted file mode 100644 index 530924be..00000000 Binary files a/android/src/main/res/mipmap-hdpi/ic_launcher_background.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp deleted file mode 100644 index 65dd565f..00000000 Binary files a/android/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index b7458477..00000000 Binary files a/android/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp deleted file mode 100644 index 68664085..00000000 Binary files a/android/src/main/res/mipmap-mdpi/ic_launcher_background.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp deleted file mode 100644 index b4358c16..00000000 Binary files a/android/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index bfc5e611..00000000 Binary files a/android/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp deleted file mode 100644 index 7f290f2e..00000000 Binary files a/android/src/main/res/mipmap-xhdpi/ic_launcher_background.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 23333378..00000000 Binary files a/android/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index b4da5b44..00000000 Binary files a/android/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp deleted file mode 100644 index 3912e562..00000000 Binary files a/android/src/main/res/mipmap-xxhdpi/ic_launcher_background.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 538796bf..00000000 Binary files a/android/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index c4a0c21f..00000000 Binary files a/android/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp deleted file mode 100644 index 1c64d8f4..00000000 Binary files a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_background.webp and /dev/null differ diff --git a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index b05dc158..00000000 Binary files a/android/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/android/src/main/res/values/ic_launcher_background.xml b/android/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 00000000..fccf5476 --- /dev/null +++ b/android/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,9 @@ + + + #540C00 + diff --git a/android/src/main/res/values/themes.xml b/android/src/main/res/values/themes.xml index 074bcca1..e4629b4a 100644 --- a/android/src/main/res/values/themes.xml +++ b/android/src/main/res/values/themes.xml @@ -7,8 +7,8 @@ diff --git a/api/lint-baseline.xml b/api/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/api/lint-baseline.xml +++ b/api/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/common/lint-baseline.xml b/common/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/common/lint-baseline.xml +++ b/common/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/core/lint-baseline.xml b/core/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/core/lint-baseline.xml +++ b/core/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/database/core/lint-baseline.xml b/database/core/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/database/core/lint-baseline.xml +++ b/database/core/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/database/impl/lint-baseline.xml b/database/impl/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/database/impl/lint-baseline.xml +++ b/database/impl/lint-baseline.xml @@ -1,4 +1,4 @@ - + diff --git a/model/lint-baseline.xml b/model/lint-baseline.xml index 2657c5bd..ff61537e 100644 --- a/model/lint-baseline.xml +++ b/model/lint-baseline.xml @@ -1,4 +1,4 @@ - +