diff --git a/app/build.gradle b/app/build.gradle index e3c9a9a..efa9a96 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 17 targetSdkVersion 27 versionCode 27 - versionName "0.3.0" + versionName "0.4.0" resConfigs "en", "zh-rCN" } diff --git a/app/src/main/res/drawable-nodpi/google_translate.png b/app/src/main/res/drawable-nodpi/google_translate.png index 82d258a..05c8861 100644 Binary files a/app/src/main/res/drawable-nodpi/google_translate.png and b/app/src/main/res/drawable-nodpi/google_translate.png differ diff --git a/app/src/main/res/drawable-nodpi/phyphox.png b/app/src/main/res/drawable-nodpi/phyphox.png new file mode 100644 index 0000000..5e3b265 Binary files /dev/null and b/app/src/main/res/drawable-nodpi/phyphox.png differ diff --git a/app/src/main/res/drawable-nodpi/shattered_pixel.png b/app/src/main/res/drawable-nodpi/shattered_pixel.png new file mode 100644 index 0000000..ddd52b0 Binary files /dev/null and b/app/src/main/res/drawable-nodpi/shattered_pixel.png differ diff --git a/app/src/main/res/drawable-nodpi/skymap.png b/app/src/main/res/drawable-nodpi/skymap.png new file mode 100644 index 0000000..ca233fa Binary files /dev/null and b/app/src/main/res/drawable-nodpi/skymap.png differ diff --git a/app/src/main/res/drawable-nodpi/tor.png b/app/src/main/res/drawable-nodpi/tor.png new file mode 100644 index 0000000..272c70a Binary files /dev/null and b/app/src/main/res/drawable-nodpi/tor.png differ diff --git a/app/src/main/res/drawable-nodpi/twidere.png b/app/src/main/res/drawable-nodpi/twidere.png index 9bfd578..fbcd26e 100644 Binary files a/app/src/main/res/drawable-nodpi/twidere.png and b/app/src/main/res/drawable-nodpi/twidere.png differ diff --git a/app/src/main/res/drawable-nodpi/waveup.png b/app/src/main/res/drawable-nodpi/waveup.png new file mode 100644 index 0000000..83b65fd Binary files /dev/null and b/app/src/main/res/drawable-nodpi/waveup.png differ diff --git a/app/src/main/res/drawable-nodpi/yandex_translate.png b/app/src/main/res/drawable-nodpi/yandex_translate.png new file mode 100644 index 0000000..482be22 Binary files /dev/null and b/app/src/main/res/drawable-nodpi/yandex_translate.png differ diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 1464296..61bb89f 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -16,22 +16,14 @@ - aurora_store - binaural_beats - calculator_notify - clipboard - open_flood - pin - fm - radiodroid - syncthing - subway_tooter - tetris - tinder + phyphox + shattered_pixel + skymap + tor + waveup + yandex_translate + google_translate twidere - vector_camera - mail - touchpal_keyboard \ No newline at end of file diff --git a/app/src/main/res/xml/appfilter.xml b/app/src/main/res/xml/appfilter.xml index 1ccfae8..4c49730 100644 --- a/app/src/main/res/xml/appfilter.xml +++ b/app/src/main/res/xml/appfilter.xml @@ -4934,4 +4934,25 @@ + + + + + + + + + diff --git a/app/src/main/res/xml/drawable.xml b/app/src/main/res/xml/drawable.xml index 7741f4e..c0238eb 100644 --- a/app/src/main/res/xml/drawable.xml +++ b/app/src/main/res/xml/drawable.xml @@ -744,5 +744,11 @@ + + + + + + \ No newline at end of file diff --git a/assets/dev/all-xxl.png b/assets/dev/all-xxl.png index 9e09781..8de7eca 100644 Binary files a/assets/dev/all-xxl.png and b/assets/dev/all-xxl.png differ diff --git a/assets/dev/all.png b/assets/dev/all.png index 08b0c90..85c133c 100644 Binary files a/assets/dev/all.png and b/assets/dev/all.png differ diff --git a/assets/icons/google_translate.png b/assets/icons/google_translate.png new file mode 100644 index 0000000..dd6a067 Binary files /dev/null and b/assets/icons/google_translate.png differ diff --git a/assets/icons/phyphox.png b/assets/icons/phyphox.png new file mode 100644 index 0000000..354ae02 Binary files /dev/null and b/assets/icons/phyphox.png differ diff --git a/assets/icons/shattered_pixel.png b/assets/icons/shattered_pixel.png new file mode 100644 index 0000000..3520148 Binary files /dev/null and b/assets/icons/shattered_pixel.png differ diff --git a/assets/icons/skymap.png b/assets/icons/skymap.png new file mode 100644 index 0000000..83a7ed5 Binary files /dev/null and b/assets/icons/skymap.png differ diff --git a/assets/icons/tor.png b/assets/icons/tor.png new file mode 100644 index 0000000..1daa753 Binary files /dev/null and b/assets/icons/tor.png differ diff --git a/assets/icons/twidere.png b/assets/icons/twidere.png index c1b0032..e5a4612 100644 Binary files a/assets/icons/twidere.png and b/assets/icons/twidere.png differ diff --git a/assets/icons/waveup.png b/assets/icons/waveup.png new file mode 100644 index 0000000..03dc553 Binary files /dev/null and b/assets/icons/waveup.png differ diff --git a/assets/icons/yandex_translate.png b/assets/icons/yandex_translate.png new file mode 100644 index 0000000..4f53a0d Binary files /dev/null and b/assets/icons/yandex_translate.png differ