51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
Categories:
|
|
- Writing
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/GroundApps/ShoppingList
|
|
IssueTracker: https://github.com/GroundApps/ShoppingList/issues
|
|
|
|
AutoName: ShoppingList
|
|
Description: |-
|
|
Helps to keep a shoppinglist synchronized among multiple people. Please remember
|
|
to keep the backend updated.
|
|
|
|
Features:
|
|
|
|
* Basic cached version in case of connection loss
|
|
* Tap to mark to delete
|
|
* Longtap to edit item
|
|
* Quick add for favorites
|
|
* Material Design
|
|
* The PHP & MySql backend is available [https://github.com/GroundApps/ShoppingList_Backend here]
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/GroundApps/ShoppingList
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: rm -fR ../build
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|