Changed app name to Pupil-Beta
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 600,
|
"versionCode": 600,
|
||||||
"versionName": "6.0.0-alpha2",
|
"versionName": "6.0.0-alpha1",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ class ReaderActivity : ComponentActivity(), DIAware {
|
|||||||
onLongClick = {
|
onLongClick = {
|
||||||
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
|
haptic.performHapticFeedback(HapticFeedbackType.LongPress)
|
||||||
|
|
||||||
|
// TODO
|
||||||
val uri = FileProvider.getUriForFile(this@ReaderActivity, "xyz.quaver.pupil.fileprovider", (imageSource as FileXImageSource).file)
|
val uri = FileProvider.getUriForFile(this@ReaderActivity, "xyz.quaver.pupil.fileprovider", (imageSource as FileXImageSource).file)
|
||||||
startActivity(Intent.createChooser(Intent(Intent.ACTION_SEND).apply {
|
startActivity(Intent.createChooser(Intent(Intent.ACTION_SEND).apply {
|
||||||
type = "image/*"
|
type = "image/*"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
<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>
|
<string name="release_url" translatable="false">https://api.github.com/repos/tom5079/Pupil/releases</string>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user