diff --git a/README.md b/README.md index 56a4eb72..c792c123 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Tempus + Tempus

--- @@ -136,4 +136,4 @@ Tempus is released under the [GNU General Public License v3.0](LICENSE). Feel fr ## Credits Thanks to the original repo/creator [CappielloAntonio](https://github.com/CappielloAntonio) (forked from v3.9.0) -[Opensvg.org](https://opensvg.org) for the new turntable logo. +[SeattleGuy](https://github.com/SeattleGuy) for the new logo design. diff --git a/app/src/degoogled/ic_launcher-playstore.png b/app/src/degoogled/ic_launcher-playstore.png deleted file mode 100644 index 87098298..00000000 Binary files a/app/src/degoogled/ic_launcher-playstore.png and /dev/null differ diff --git a/app/src/degoogled/res/drawable/ic_launcher_background.xml b/app/src/degoogled/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..0b6b081c --- /dev/null +++ b/app/src/degoogled/res/drawable/ic_launcher_background.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/app/src/degoogled/res/drawable/ic_launcher_foreground.xml b/app/src/degoogled/res/drawable/ic_launcher_foreground.xml index 2f629d48..f3c96998 100644 --- a/app/src/degoogled/res/drawable/ic_launcher_foreground.xml +++ b/app/src/degoogled/res/drawable/ic_launcher_foreground.xml @@ -1,54 +1,78 @@ - + android:viewportWidth="108" + android:viewportHeight="108"> - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/degoogled/res/drawable/ic_splash_logo.xml b/app/src/degoogled/res/drawable/ic_splash_logo.xml index cc4ea53d..dcb12153 100644 --- a/app/src/degoogled/res/drawable/ic_splash_logo.xml +++ b/app/src/degoogled/res/drawable/ic_splash_logo.xml @@ -1,53 +1,77 @@ - + android:viewportWidth="108" + android:viewportHeight="108"> + + + android:pathData="M250,0c138.07,0 250,111.93 250,250S388.07,500 250,500 0,388.07 0,250 111.93,0 250,0ZM250,235c-8.28,0 -15,6.72 -15,15c0,8.28 6.72,15 15,15c8.28,0 15,-6.72 15,-15c0,-8.28 -6.72,-15 -15,-15Z"> + + + + + + + + + android:pathData="M250.41,20.5c126.89,0 229.75,102.86 229.75,229.75c0,126.89 -102.86,229.75 -229.75,229.75c-126.89,0 -229.75,-102.86 -229.75,-229.75C20.66,123.36 123.53,20.5 250.41,20.5ZM250.85,161.82c-49.09,0 -88.88,39.79 -88.88,88.88c0,49.09 39.79,88.88 88.88,88.88c49.09,0 88.88,-39.79 88.88,-88.88c0,-49.09 -39.79,-88.88 -88.88,-88.88Z"> + + + + + + + + + android:pathData="M453.23,307.8c-18.5,72.24 -73.8,129.26 -144.2,148.92l-36.39,-138.74c21.97,-7.21 39.22,-24.84 45.88,-47.06l134.71,36.88Z"> + + + + + + + + + android:pathData="M228.3,183.04c-21.73,7.15 -38.82,24.5 -45.62,46.39L47.5,192.42c18.5,-72.24 73.8,-129.26 144.2,-148.92l36.6,139.54Z"> + + + + + + + + - - - - - - - - + android:fillColor="#66FFFFFF" + android:pathData="M250.5,179.5c39.21,0 71,31.79 71,71s-31.79,71 -71,71s-71,-31.79 -71,-71s31.79,-71 71,-71ZM250,235c-8.28,0 -15,6.72 -15,15c0,8.28 6.72,15 15,15c8.28,0 15,-6.72 15,-15c0,-8.28 -6.72,-15 -15,-15Z" /> + \ No newline at end of file diff --git a/app/src/degoogled/res/drawable/ic_toolbar_tempo.xml b/app/src/degoogled/res/drawable/ic_toolbar_tempo.xml new file mode 100644 index 00000000..06eb5d4e --- /dev/null +++ b/app/src/degoogled/res/drawable/ic_toolbar_tempo.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/degoogled/res/drawable/logo.xml b/app/src/degoogled/res/drawable/logo.xml new file mode 100644 index 00000000..c2a775eb --- /dev/null +++ b/app/src/degoogled/res/drawable/logo.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml index 7353dbd1..04091bd1 100644 --- a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - + + \ No newline at end of file diff --git a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 7353dbd1..00000000 --- a/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/degoogled/res/mipmap-hdpi/ic_launcher.webp b/app/src/degoogled/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index 411c3615..00000000 Binary files a/app/src/degoogled/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/degoogled/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index fbbe2e15..00000000 Binary files a/app/src/degoogled/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-mdpi/ic_launcher.webp b/app/src/degoogled/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index 940d52f4..00000000 Binary files a/app/src/degoogled/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/degoogled/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index dd79b425..00000000 Binary files a/app/src/degoogled/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xhdpi/ic_launcher.webp b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index f502e427..00000000 Binary files a/app/src/degoogled/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 40a9c5a3..00000000 Binary files a/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 7454bb06..00000000 Binary files a/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 0b815364..00000000 Binary files a/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index d8ed1497..00000000 Binary files a/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 1a6a93a7..00000000 Binary files a/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/degoogled/res/values/ic_launcher_background.xml b/app/src/degoogled/res/values/ic_launcher_background.xml deleted file mode 100644 index dacc1d21..00000000 --- a/app/src/degoogled/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #626A75 - \ No newline at end of file diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png deleted file mode 100644 index b0867796..00000000 Binary files a/app/src/main/ic_launcher-playstore.png and /dev/null differ diff --git a/app/src/main/res/drawable/ic_launcher_background.xml b/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..a3843ef9 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml index 89ac22cc..b443de89 100644 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,56 +1,77 @@ - - - - - - - - - - - - - - - - - - + android:viewportWidth="108" + android:viewportHeight="108"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 00000000..7f5b3630 --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_splash_logo.xml b/app/src/main/res/drawable/ic_splash_logo.xml index ed526ece..b443de89 100644 --- a/app/src/main/res/drawable/ic_splash_logo.xml +++ b/app/src/main/res/drawable/ic_splash_logo.xml @@ -1,56 +1,77 @@ - - - - - - - - - - - - - - - - - - + android:viewportWidth="108" + android:viewportHeight="108"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_toolbar_tempo.xml b/app/src/main/res/drawable/ic_toolbar_tempo.xml index 63e72c7f..328ada79 100644 --- a/app/src/main/res/drawable/ic_toolbar_tempo.xml +++ b/app/src/main/res/drawable/ic_toolbar_tempo.xml @@ -1,52 +1,77 @@ + android:viewportHeight="522"> + - - + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/logo.xml b/app/src/main/res/drawable/logo.xml index 8d9ad6d4..0747e9b9 100644 --- a/app/src/main/res/drawable/logo.xml +++ b/app/src/main/res/drawable/logo.xml @@ -1,51 +1,78 @@ - - - - - - - - - - - - - - - - + xmlns:aapt="http://schemas.android.com/aapt" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 7353dbd1..a1460977 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ - - + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index 7353dbd1..00000000 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index a798f3f3..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index 6664ee2e..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index bb29009a..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index 3c9b8392..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 6e97e90e..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 3c626ea4..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 027987a1..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index feb9feb5..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 6a92327b..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml deleted file mode 100644 index dacc1d21..00000000 --- a/app/src/main/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #626A75 - \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png index 4790599c..b75cf6a8 100644 Binary files a/fastlane/metadata/android/en-US/images/icon.png and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/mockup/svg/tempus-horizontal-banner.png b/mockup/svg/tempus-horizontal-banner.png new file mode 100644 index 00000000..b005fc31 Binary files /dev/null and b/mockup/svg/tempus-horizontal-banner.png differ diff --git a/mockup/svg/tempus_horizontal_logo.png b/mockup/svg/tempus_horizontal_logo.png deleted file mode 100644 index 3fea957e..00000000 Binary files a/mockup/svg/tempus_horizontal_logo.png and /dev/null differ