new release

This commit is contained in:
Page Asgardius 2022-10-05 16:32:25 -07:00
parent e38f425e48
commit 6f48eebf77
4 changed files with 3 additions and 5 deletions

View file

@ -9,8 +9,8 @@ android {
applicationId "asgardius.page.s3manager" applicationId "asgardius.page.s3manager"
minSdk 24 minSdk 24
targetSdk 33 targetSdk 33
versionCode 21 versionCode 22
versionName "0.1.19" versionName "0.1.20"
setProperty("archivesBaseName", "s3-manager-$versionName") setProperty("archivesBaseName", "s3-manager-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -55,7 +55,6 @@ public class AccountAdd extends AppCompatActivity {
pdfendpoint = getIntent().getStringExtra("pdfendpoint"); pdfendpoint = getIntent().getStringExtra("pdfendpoint");
aapick.setText(id); aapick.setText(id);
//aapick.setEnabled(false); //aapick.setEnabled(false);
aepick.setText(endpoint);
aupick.setText(username); aupick.setText(username);
appick.setText(password); appick.setText(password);
arpick.setText(location); arpick.setText(location);

View file

@ -126,8 +126,6 @@ public class Share extends AppCompatActivity {
//System.out.println(URLify(objectURL.toString())); //System.out.println(URLify(objectURL.toString()));
Intent shareIntent = new Intent(Intent.ACTION_SEND); Intent shareIntent = new Intent(Intent.ACTION_SEND);
shareIntent.setType("text/plain"); shareIntent.setType("text/plain");
shareIntent.putExtra(Intent.EXTRA_TEXT, URLify(objectURL.toString()));
startActivity(Intent.createChooser(shareIntent, "choose one"));
} }
} catch (Exception e) { } catch (Exception e) {
Toast.makeText(getApplicationContext(),getResources().getString(R.string.invalid_expiration_date), Toast.LENGTH_SHORT).show(); Toast.makeText(getApplicationContext(),getResources().getString(R.string.invalid_expiration_date), Toast.LENGTH_SHORT).show();

View file

@ -0,0 +1 @@
Fix performance issue at main screen