54 lines
1.6 KiB
YAML
54 lines
1.6 KiB
YAML
Categories:
|
|
- Navigation
|
|
License: Apache-2.0
|
|
WebSite: http://www.onyxbits.de/geobookmark
|
|
SourceCode: https://github.com/onyxbits/geobookmark
|
|
IssueTracker: https://github.com/onyxbits/geobookmark/issues
|
|
|
|
AutoName: Geo Bookmark
|
|
Description: |-
|
|
A simple widget that will add a bookmark with your current time and geographical
|
|
location to the homescreen. The interface is kept minimal to allow operation in
|
|
situations that do not permit extensive interaction with the phone (e.g. while
|
|
driving a car).
|
|
|
|
Bookmarks are color coded. Blue icons represent exact locations, red icons mean
|
|
that the widget could not get a GPS fix within 40 seconds and therefore recorded
|
|
the last known GPS location.
|
|
|
|
In order to view a bookmark, a suitable maps application needs to be installed
|
|
(e.g. [[net.osmand.plus]]).
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/onyxbits/geobookmark.git
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
srclibs:
|
|
- DashClock@ecb5a191880
|
|
extlibs:
|
|
- android/android-support-v4r13.jar
|
|
prebuild:
|
|
- rm custom_rules.xml
|
|
- echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl'
|
|
>> project.properties
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2
|
|
srclibs:
|
|
- DashClock@ecb5a191880
|
|
extlibs:
|
|
- android/android-support-v4r13.jar
|
|
prebuild:
|
|
- rm custom_rules.xml
|
|
- echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl'
|
|
>> project.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 3
|