Fastlane structure for F-Droid
This commit is contained in:
parent
cf24433d4d
commit
fd4009ec02
@ -25,7 +25,7 @@ android {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionName "0.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
@ -17,7 +17,7 @@
|
||||
|
||||
<resources>
|
||||
<!-- App strings -->
|
||||
<string name="app_name">Nextcloud Maps Geobookmarks</string>
|
||||
<string name="app_name">Maps Geobookmarks</string>
|
||||
<string name="welcome">Welcome to Nextcloud Maps Geobookmarks</string>
|
||||
|
||||
<!-- Login Activity -->
|
||||
@ -70,4 +70,4 @@
|
||||
<string name="setting_sort_by">SETTING_SORT_BY</string>
|
||||
<string name="setting_grid_view_enabled">SETTING_GRID_VIEW_ENABLED</string>
|
||||
|
||||
</resources>
|
||||
</resources>
|
||||
|
1
fastlane/metadata/android/en-US/changelogs/1.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/1.txt
Normal file
@ -0,0 +1 @@
|
||||
First alpha release: working geobookmarks list, open geobookmarks in other apps via geo link, add geobookmark on current location.
|
3
fastlane/metadata/android/en-US/full_description.txt
Normal file
3
fastlane/metadata/android/en-US/full_description.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Shows your Nextcloud Maps geobookmarks list. Geobookmarks can be opened in all apps supporting geo links (i.e. Google Maps, Organic Maps etc...).
|
||||
A new geobookmark can be created on current location.
|
||||
Requires Maps app to be installed on the Nextcloud instance.
|
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
@ -0,0 +1 @@
|
||||
Manage Nextcloud Maps Geobookmarks on your Android phone
|
1
fastlane/metadata/android/en-US/title.txt
Normal file
1
fastlane/metadata/android/en-US/title.txt
Normal file
@ -0,0 +1 @@
|
||||
Nextcloud Maps Geobookmarks
|
Loading…
Reference in New Issue
Block a user