diff --git a/app/build.gradle b/app/build.gradle index 6d9e1884..d996b76e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 36 - versionName '3.17.14' + versionCode 1 + versionName '4.0.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { @@ -40,14 +40,14 @@ android { flavorDimensions += "default" productFlavors { - tempo { + tempus { dimension = "default" - applicationId 'com.cappielloantonio.tempo' + applicationId 'com.eddyizm.tempus' } - notquitemy { + degoogled { dimension = "default" - applicationId "com.cappielloantonio.notquitemy.tempo" + applicationId "com.eddyizm.degoogled.tempus" } } @@ -110,7 +110,7 @@ dependencies { implementation 'androidx.media3:media3-exoplayer:1.5.1' implementation 'androidx.media3:media3-ui:1.5.1' implementation 'androidx.media3:media3-exoplayer-hls:1.5.1' - tempoImplementation 'androidx.media3:media3-cast:1.5.1' + tempusImplementation 'androidx.media3:media3-cast:1.5.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0' diff --git a/app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt b/app/src/degoogled/java/com/cappielloantonio/tempo/service/MediaService.kt similarity index 100% rename from app/src/notquitemy/java/com/cappielloantonio/tempo/service/MediaService.kt rename to app/src/degoogled/java/com/cappielloantonio/tempo/service/MediaService.kt diff --git a/app/src/notquitemy/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java b/app/src/degoogled/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java similarity index 100% rename from app/src/notquitemy/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java rename to app/src/degoogled/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java diff --git a/app/src/notquitemy/java/com/cappielloantonio/tempo/util/Flavors.java b/app/src/degoogled/java/com/cappielloantonio/tempo/util/Flavors.java similarity index 100% rename from app/src/notquitemy/java/com/cappielloantonio/tempo/util/Flavors.java rename to app/src/degoogled/java/com/cappielloantonio/tempo/util/Flavors.java diff --git a/app/src/notquitemy/res/drawable/ic_splash_logo.xml b/app/src/degoogled/res/drawable/ic_splash_logo.xml similarity index 100% rename from app/src/notquitemy/res/drawable/ic_splash_logo.xml rename to app/src/degoogled/res/drawable/ic_splash_logo.xml diff --git a/app/src/notquitemy/res/drawable/ic_toolbar_tempo.xml b/app/src/degoogled/res/drawable/ic_toolbar_tempo.xml similarity index 100% rename from app/src/notquitemy/res/drawable/ic_toolbar_tempo.xml rename to app/src/degoogled/res/drawable/ic_toolbar_tempo.xml diff --git a/app/src/notquitemy/res/menu/main_page_menu.xml b/app/src/degoogled/res/menu/main_page_menu.xml similarity index 100% rename from app/src/notquitemy/res/menu/main_page_menu.xml rename to app/src/degoogled/res/menu/main_page_menu.xml diff --git a/app/src/notquitemy/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from app/src/notquitemy/res/mipmap-anydpi-v26/ic_launcher.xml rename to app/src/degoogled/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/app/src/notquitemy/res/mipmap-hdpi/ic_launcher.png b/app/src/degoogled/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from app/src/notquitemy/res/mipmap-hdpi/ic_launcher.png rename to app/src/degoogled/res/mipmap-hdpi/ic_launcher.png diff --git a/app/src/notquitemy/res/mipmap-hdpi/ic_launcher_background.png b/app/src/degoogled/res/mipmap-hdpi/ic_launcher_background.png similarity index 100% rename from app/src/notquitemy/res/mipmap-hdpi/ic_launcher_background.png rename to app/src/degoogled/res/mipmap-hdpi/ic_launcher_background.png diff --git a/app/src/notquitemy/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/degoogled/res/mipmap-hdpi/ic_launcher_foreground.png similarity index 100% rename from app/src/notquitemy/res/mipmap-hdpi/ic_launcher_foreground.png rename to app/src/degoogled/res/mipmap-hdpi/ic_launcher_foreground.png diff --git a/app/src/notquitemy/res/mipmap-hdpi/ic_launcher_monochrome.png b/app/src/degoogled/res/mipmap-hdpi/ic_launcher_monochrome.png similarity index 100% rename from app/src/notquitemy/res/mipmap-hdpi/ic_launcher_monochrome.png rename to app/src/degoogled/res/mipmap-hdpi/ic_launcher_monochrome.png diff --git a/app/src/notquitemy/res/mipmap-mdpi/ic_launcher.png b/app/src/degoogled/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from app/src/notquitemy/res/mipmap-mdpi/ic_launcher.png rename to app/src/degoogled/res/mipmap-mdpi/ic_launcher.png diff --git a/app/src/notquitemy/res/mipmap-mdpi/ic_launcher_background.png b/app/src/degoogled/res/mipmap-mdpi/ic_launcher_background.png similarity index 100% rename from app/src/notquitemy/res/mipmap-mdpi/ic_launcher_background.png rename to app/src/degoogled/res/mipmap-mdpi/ic_launcher_background.png diff --git a/app/src/notquitemy/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/degoogled/res/mipmap-mdpi/ic_launcher_foreground.png similarity index 100% rename from app/src/notquitemy/res/mipmap-mdpi/ic_launcher_foreground.png rename to app/src/degoogled/res/mipmap-mdpi/ic_launcher_foreground.png diff --git a/app/src/notquitemy/res/mipmap-mdpi/ic_launcher_monochrome.png b/app/src/degoogled/res/mipmap-mdpi/ic_launcher_monochrome.png similarity index 100% rename from app/src/notquitemy/res/mipmap-mdpi/ic_launcher_monochrome.png rename to app/src/degoogled/res/mipmap-mdpi/ic_launcher_monochrome.png diff --git a/app/src/notquitemy/res/mipmap-xhdpi/ic_launcher.png b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xhdpi/ic_launcher.png rename to app/src/degoogled/res/mipmap-xhdpi/ic_launcher.png diff --git a/app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_background.png b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_background.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_background.png rename to app/src/degoogled/res/mipmap-xhdpi/ic_launcher_background.png diff --git a/app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_foreground.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_foreground.png rename to app/src/degoogled/res/mipmap-xhdpi/ic_launcher_foreground.png diff --git a/app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_monochrome.png b/app/src/degoogled/res/mipmap-xhdpi/ic_launcher_monochrome.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xhdpi/ic_launcher_monochrome.png rename to app/src/degoogled/res/mipmap-xhdpi/ic_launcher_monochrome.png diff --git a/app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher.png b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher.png rename to app/src/degoogled/res/mipmap-xxhdpi/ic_launcher.png diff --git a/app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_background.png b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_background.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_background.png rename to app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_background.png diff --git a/app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_foreground.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_foreground.png rename to app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_foreground.png diff --git a/app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_monochrome.png b/app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_monochrome.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxhdpi/ic_launcher_monochrome.png rename to app/src/degoogled/res/mipmap-xxhdpi/ic_launcher_monochrome.png diff --git a/app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher.png rename to app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher.png diff --git a/app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_background.png b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_background.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_background.png rename to app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_background.png diff --git a/app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_foreground.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_foreground.png rename to app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_foreground.png diff --git a/app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_monochrome.png similarity index 100% rename from app/src/notquitemy/res/mipmap-xxxhdpi/ic_launcher_monochrome.png rename to app/src/degoogled/res/mipmap-xxxhdpi/ic_launcher_monochrome.png diff --git a/app/src/main/ic_launcher-playstore.png b/app/src/main/ic_launcher-playstore.png new file mode 100644 index 00000000..b0867796 Binary files /dev/null and b/app/src/main/ic_launcher-playstore.png differ diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..89ac22cc --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/logo.xml b/app/src/main/res/drawable/logo.xml new file mode 100644 index 00000000..8d9ad6d4 --- /dev/null +++ b/app/src/main/res/drawable/logo.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + 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 345888d2..7353dbd1 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +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 new file mode 100644 index 00000000..7353dbd1 --- /dev/null +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.png b/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 7a9f733c..00000000 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 00000000..a798f3f3 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher.webp 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 new file mode 100644 index 00000000..6664ee2e Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index d3d7193c..00000000 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png 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 new file mode 100644 index 00000000..bb29009a Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher.webp 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 new file mode 100644 index 00000000..3c9b8392 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index df8276e6..00000000 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png 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 new file mode 100644 index 00000000..6e97e90e Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 00000000..1cefadf0 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 9dd9840d..00000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png 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 new file mode 100644 index 00000000..3c626ea4 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp 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 new file mode 100644 index 00000000..027987a1 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 72b6de04..00000000 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png 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 new file mode 100644 index 00000000..feb9feb5 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp 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 new file mode 100644 index 00000000..6a92327b Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 00000000..dacc1d21 --- /dev/null +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #626A75 + \ No newline at end of file diff --git a/app/src/tempo/java/com/cappielloantonio/tempo/service/MediaBrowserTree.kt b/app/src/tempus/java/com/cappielloantonio/tempo/service/MediaBrowserTree.kt similarity index 100% rename from app/src/tempo/java/com/cappielloantonio/tempo/service/MediaBrowserTree.kt rename to app/src/tempus/java/com/cappielloantonio/tempo/service/MediaBrowserTree.kt diff --git a/app/src/tempo/java/com/cappielloantonio/tempo/service/MediaLibraryServiceCallback.kt b/app/src/tempus/java/com/cappielloantonio/tempo/service/MediaLibraryServiceCallback.kt similarity index 100% rename from app/src/tempo/java/com/cappielloantonio/tempo/service/MediaLibraryServiceCallback.kt rename to app/src/tempus/java/com/cappielloantonio/tempo/service/MediaLibraryServiceCallback.kt diff --git a/app/src/tempo/java/com/cappielloantonio/tempo/service/MediaService.kt b/app/src/tempus/java/com/cappielloantonio/tempo/service/MediaService.kt similarity index 100% rename from app/src/tempo/java/com/cappielloantonio/tempo/service/MediaService.kt rename to app/src/tempus/java/com/cappielloantonio/tempo/service/MediaService.kt diff --git a/app/src/tempo/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java b/app/src/tempus/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java similarity index 100% rename from app/src/tempo/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java rename to app/src/tempus/java/com/cappielloantonio/tempo/ui/fragment/ToolbarFragment.java diff --git a/app/src/tempo/java/com/cappielloantonio/tempo/util/Flavors.java b/app/src/tempus/java/com/cappielloantonio/tempo/util/Flavors.java similarity index 100% rename from app/src/tempo/java/com/cappielloantonio/tempo/util/Flavors.java rename to app/src/tempus/java/com/cappielloantonio/tempo/util/Flavors.java