archiving My position after migrating to YAML (see #1252)
This commit is contained in:
parent
ea316b84b4
commit
11f0ebae58
|
@ -1,42 +0,0 @@
|
||||||
AntiFeatures:UpstreamNonFree
|
|
||||||
Categories:Navigation
|
|
||||||
License:GPL-3.0-only
|
|
||||||
Web Site:
|
|
||||||
Source Code:https://github.com/sylvek/sharemyposition
|
|
||||||
Issue Tracker:https://github.com/sylvek/sharemyposition/issues
|
|
||||||
|
|
||||||
Auto Name:My position
|
|
||||||
Summary:Share your location
|
|
||||||
Description:
|
|
||||||
A simple way of sharing your location via a widget. You can send a message
|
|
||||||
containing a link to a map of your current location via any standard registered
|
|
||||||
sharing application. For example, an SMS message.
|
|
||||||
|
|
||||||
The recipient is sent a link to a web page that displays the location on a
|
|
||||||
Google map, though the app itself uses OSM. (The source for the web service is
|
|
||||||
in the same repository as the client).
|
|
||||||
|
|
||||||
Anti-Feature:UpstreamNonFree - Newer versions of this app require Google Play
|
|
||||||
Services, so there will not be any further updates in our repos.
|
|
||||||
.
|
|
||||||
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/sylvek/sharemyposition
|
|
||||||
|
|
||||||
Build:1.0.11,16
|
|
||||||
commit=64
|
|
||||||
|
|
||||||
Build:1.1.0-beta3,20
|
|
||||||
commit=70
|
|
||||||
prebuild=mv lib libs
|
|
||||||
target=android-11
|
|
||||||
|
|
||||||
Build:1.1.2,24
|
|
||||||
commit=75
|
|
||||||
prebuild=mv lib libs
|
|
||||||
target=android-11
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
|
||||||
Update Check Mode:Static
|
|
||||||
Current Version:1.2.11
|
|
||||||
Current Version Code:36
|
|
47
metadata/net.sylvek.sharemyposition.yml
Normal file
47
metadata/net.sylvek.sharemyposition.yml
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
AntiFeatures:
|
||||||
|
- UpstreamNonFree
|
||||||
|
Categories:
|
||||||
|
- Navigation
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/sylvek/sharemyposition
|
||||||
|
IssueTracker: https://github.com/sylvek/sharemyposition/issues
|
||||||
|
|
||||||
|
AutoName: My position
|
||||||
|
Summary: Share your location
|
||||||
|
Description: |-
|
||||||
|
A simple way of sharing your location via a widget. You can send a message
|
||||||
|
containing a link to a map of your current location via any standard registered
|
||||||
|
sharing application. For example, an SMS message.
|
||||||
|
|
||||||
|
The recipient is sent a link to a web page that displays the location on a
|
||||||
|
Google map, though the app itself uses OSM. (The source for the web service is
|
||||||
|
in the same repository as the client).
|
||||||
|
|
||||||
|
Anti-Feature:UpstreamNonFree - Newer versions of this app require Google Play
|
||||||
|
Services, so there will not be any further updates in our repos.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/sylvek/sharemyposition
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.11
|
||||||
|
versionCode: 16
|
||||||
|
commit: '64'
|
||||||
|
|
||||||
|
- versionName: 1.1.0-beta3
|
||||||
|
versionCode: 20
|
||||||
|
commit: '70'
|
||||||
|
prebuild: mv lib libs
|
||||||
|
target: android-11
|
||||||
|
|
||||||
|
- versionName: 1.1.2
|
||||||
|
versionCode: 24
|
||||||
|
commit: '75'
|
||||||
|
prebuild: mv lib libs
|
||||||
|
target: android-11
|
||||||
|
|
||||||
|
ArchivePolicy: 0 versions
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: Static
|
||||||
|
CurrentVersion: 1.2.11
|
||||||
|
CurrentVersionCode: 36
|
Loading…
Reference in a new issue