Changed app name to Pupil-Beta

This commit is contained in:
tom5079
2021-12-18 09:36:46 +09:00
parent bdd2bc8645
commit adf18341d0
3 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 600,
"versionName": "6.0.0-alpha2",
"versionName": "6.0.0-alpha1",
"outputFile": "app-release.apk"
}
],

View File

@@ -224,6 +224,7 @@ class ReaderActivity : ComponentActivity(), DIAware {
onLongClick = {
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
// TODO
val uri = FileProvider.getUriForFile(this@ReaderActivity, "xyz.quaver.pupil.fileprovider", (imageSource as FileXImageSource).file)
startActivity(Intent.createChooser(Intent(Intent.ACTION_SEND).apply {
type = "image/*"

View File

@@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name" translatable="false" tools:override="true">Pupil</string>
<string name="app_name" translatable="false" tools:override="true">Pupil-Beta</string>
<string name="release_url" translatable="false">https://api.github.com/repos/tom5079/Pupil/releases</string>