forked from penguin86/nextcloud-maps-client
Fastlane structure for F-Droid
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ android {
|
|||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "0.1"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB |
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<!-- App strings -->
|
<!-- 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>
|
<string name="welcome">Welcome to Nextcloud Maps Geobookmarks</string>
|
||||||
|
|
||||||
<!-- Login Activity -->
|
<!-- Login Activity -->
|
||||||
@@ -70,4 +70,4 @@
|
|||||||
<string name="setting_sort_by">SETTING_SORT_BY</string>
|
<string name="setting_sort_by">SETTING_SORT_BY</string>
|
||||||
<string name="setting_grid_view_enabled">SETTING_GRID_VIEW_ENABLED</string>
|
<string name="setting_grid_view_enabled">SETTING_GRID_VIEW_ENABLED</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
First alpha release: working geobookmarks list, open geobookmarks in other apps via geo link, add geobookmark on current location.
|
||||||
@@ -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.
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
@@ -0,0 +1 @@
|
|||||||
|
Manage Nextcloud Maps Geobookmarks on your Android phone
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Nextcloud Maps Geobookmarks
|
||||||
Reference in New Issue
Block a user