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"
minSdk 24
targetSdk 33
versionCode 21
versionName "0.1.19"
versionCode 22
versionName "0.1.20"
setProperty("archivesBaseName", "s3-manager-$versionName")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

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

View file

@ -126,8 +126,6 @@ public class Share extends AppCompatActivity {
//System.out.println(URLify(objectURL.toString()));
Intent shareIntent = new Intent(Intent.ACTION_SEND);
shareIntent.setType("text/plain");
shareIntent.putExtra(Intent.EXTRA_TEXT, URLify(objectURL.toString()));
startActivity(Intent.createChooser(shareIntent, "choose one"));
}
} catch (Exception e) {
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