name change
|
@ -1 +1 @@
|
|||
Asgardius S3 Manager
|
||||
Asgardius S3 Music
|
|
@ -1,4 +1,4 @@
|
|||
# Asgardius S3 Manager
|
||||
# Asgardius S3 Music
|
||||
|
||||
File Explorer to manage servers compatible with S3 Object Storage Protocol
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.content.Context;
|
||||
|
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import static android.content.ContentValues.TAG;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.graphics.drawable.Drawable;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.content.Context;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import android.os.Bundle;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.content.Context;
|
||||
import android.view.GestureDetector;
|
|
@ -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 {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import static android.content.ContentValues.TAG;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import android.app.AppOpsManager;
|
||||
import android.app.NotificationChannel;
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
|
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Normal 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>
|
5
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Normal 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>
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package asgardius.page.s3manager;
|
||||
package asgardius.page.s3music;
|
||||
|
||||
import org.junit.Test;
|
||||
|
|
@ -12,5 +12,5 @@ dependencyResolutionManagement {
|
|||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Asgardius S3 Manager"
|
||||
rootProject.name = "Asgardius S3 Music"
|
||||
include ':app'
|
||||
|
|