diff --git a/.idea/.name b/.idea/.name index 5f69c07..affc49a 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -Asgardius S3 Manager \ No newline at end of file +Asgardius S3 Music \ No newline at end of file diff --git a/README.md b/README.md index 815f6ae..d1497ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Asgardius S3 Manager +# Asgardius S3 Music File Explorer to manage servers compatible with S3 Object Storage Protocol diff --git a/app/build.gradle b/app/build.gradle index 6c3efed..9f0e50b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,11 +6,11 @@ android { compileSdk 33 defaultConfig { - applicationId "asgardius.page.s3manager" + applicationId "asgardius.page.s3music" minSdk 21 targetSdk 33 - versionCode 76 - versionName "0.9.0" + versionCode 1 + versionName "0.0.0" setProperty("archivesBaseName", "s3-manager-$versionName") testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/androidTest/java/asgardius/page/s3manager/ExampleInstrumentedTest.java b/app/src/androidTest/java/asgardius/page/s3music/ExampleInstrumentedTest.java similarity index 95% rename from app/src/androidTest/java/asgardius/page/s3manager/ExampleInstrumentedTest.java rename to app/src/androidTest/java/asgardius/page/s3music/ExampleInstrumentedTest.java index d4901c4..35154b7 100644 --- a/app/src/androidTest/java/asgardius/page/s3manager/ExampleInstrumentedTest.java +++ b/app/src/androidTest/java/asgardius/page/s3music/ExampleInstrumentedTest.java @@ -1,4 +1,4 @@ -package asgardius.page.s3manager; +package asgardius.page.s3music; import android.content.Context; diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8320717..5b39c61 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + package="asgardius.page.s3music" > + + + + \ 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 0000000..c4a603d --- /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 index 97bfa6a..b7836a9 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index a31d483..dd144e9 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index bcda868..c0d1b1f 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher.png b/app/src/main/res/mipmap-mdpi/ic_launcher.png index 3da710f..c04823e 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 72296f7..599e139 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index d0e5d50..043ae0a 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 6c89123..04b923a 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index d72a425..0e9485c 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index 7d3a5c7..923dc8d 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index b9eb747..f104d76 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index a6c1fac..b23cb70 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 2e2e0cf..194c2ab 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 9601c11..2751570 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index a21d320..056e483 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index e27b8d1..0659bb0 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2c59bd1..4c451a3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,5 +1,5 @@ - S3 Manager + S3 Music .amazonaws.com https://office.asgardius.company/pdfjs You need to setup a pdf.js server diff --git a/app/src/test/java/asgardius/page/s3manager/ExampleUnitTest.java b/app/src/test/java/asgardius/page/s3music/ExampleUnitTest.java similarity index 90% rename from app/src/test/java/asgardius/page/s3manager/ExampleUnitTest.java rename to app/src/test/java/asgardius/page/s3music/ExampleUnitTest.java index 043d73b..2a52ffd 100644 --- a/app/src/test/java/asgardius/page/s3manager/ExampleUnitTest.java +++ b/app/src/test/java/asgardius/page/s3music/ExampleUnitTest.java @@ -1,4 +1,4 @@ -package asgardius.page.s3manager; +package asgardius.page.s3music; import org.junit.Test; diff --git a/settings.gradle b/settings.gradle index f16babd..758efda 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,5 +12,5 @@ dependencyResolutionManagement { mavenCentral() } } -rootProject.name = "Asgardius S3 Manager" +rootProject.name = "Asgardius S3 Music" include ':app'