name change

This commit is contained in:
Page Asgardius 2023-02-22 08:46:57 -07:00
parent 0083f34a82
commit 4472e863e6
48 changed files with 43 additions and 36 deletions

View file

@ -1 +1 @@
Asgardius S3 Manager
Asgardius S3 Music

View file

@ -1,4 +1,4 @@
# Asgardius S3 Manager
# Asgardius S3 Music
File Explorer to manage servers compatible with S3 Object Storage Protocol

View file

@ -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"

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.Context;

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="asgardius.page.s3manager" >
package="asgardius.page.s3music" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.annotation.SuppressLint;
import android.content.Context;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.os.Bundle;
import android.view.View;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.os.Bundle;
import android.view.View;

View file

@ -1,6 +1,5 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import static android.content.ContentValues.TAG;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.annotation.SuppressLint;
import android.graphics.drawable.Drawable;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.DialogInterface;
import android.content.Intent;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.os.Bundle;
import android.view.View;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.model.GeneratePresignedUrlRequest;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.content.Context;
import android.view.GestureDetector;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.annotation.SuppressLint;
import android.content.Intent;
@ -11,17 +11,15 @@ import androidx.appcompat.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import com.google.android.exoplayer2.database.StandaloneDatabaseProvider;
import com.google.android.exoplayer2.upstream.cache.LeastRecentlyUsedCacheEvictor;
import com.google.android.exoplayer2.upstream.cache.SimpleCache;
import com.google.android.material.switchmaterial.SwitchMaterial;
import java.io.File;
import asgardius.page.s3manager.databinding.ActivitySettingsBinding;
import asgardius.page.s3music.databinding.ActivitySettingsBinding;
public class Settings extends AppCompatActivity {

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AppCompatActivity;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.os.Build;
import android.os.Bundle;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import static android.content.ContentValues.TAG;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import android.app.AppOpsManager;
import android.app.NotificationChannel;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AppCompatActivity;

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import androidx.appcompat.app.AppCompatActivity;

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -1,5 +1,5 @@
<resources>
<string name="app_name" translatable="false">S3 Manager</string>
<string name="app_name" translatable="false">S3 Music</string>
<string name="aws_endpoint" translatable="false">.amazonaws.com</string>
<string name="pdf_reader" translatable="false">https://office.asgardius.company/pdfjs</string>
<string name="pdf_reader_notready">You need to setup a pdf.js server</string>

View file

@ -1,4 +1,4 @@
package asgardius.page.s3manager;
package asgardius.page.s3music;
import org.junit.Test;

View file

@ -12,5 +12,5 @@ dependencyResolutionManagement {
mavenCentral()
}
}
rootProject.name = "Asgardius S3 Manager"
rootProject.name = "Asgardius S3 Music"
include ':app'