mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 16:00:28 +03:00
Merge commit 'refs/merge-requests/34' of git://gitorious.org/f-droid/fdroidserver into merge-requests/34
This commit is contained in:
commit
d1038acac0
7 changed files with 8 additions and 3 deletions
1
README
1
README
|
|
@ -207,6 +207,7 @@ the following values, describing an AntiFeature the application has:
|
||||||
"Tracking" - the application tracks and reports your activity to somewhere
|
"Tracking" - the application tracks and reports your activity to somewhere
|
||||||
"NonFreeNet" - the application promotes a non-Free network service
|
"NonFreeNet" - the application promotes a non-Free network service
|
||||||
"NonFreeAdd" - the application promotes non-Free add-ons
|
"NonFreeAdd" - the application promotes non-Free add-ons
|
||||||
|
"NonFreeDep" - the application depends on another non-Free application (e.g. Google Maps)
|
||||||
|
|
||||||
==Disabled==
|
==Disabled==
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -295,6 +295,7 @@ def parse_metadata(metafile, **kw):
|
||||||
if (part != "Ads" and
|
if (part != "Ads" and
|
||||||
part != "Tracking" and
|
part != "Tracking" and
|
||||||
part != "NonFreeNet" and
|
part != "NonFreeNet" and
|
||||||
|
part != "NonFreeDep" and
|
||||||
part != "NonFreeAdd"):
|
part != "NonFreeAdd"):
|
||||||
print "Unrecognised antifeature '" + part + "' in " \
|
print "Unrecognised antifeature '" + part + "' in " \
|
||||||
+ metafile.name
|
+ metafile.name
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
Use Built:Yes
|
Use Built:Yes
|
||||||
License:Apache2
|
License:Apache2
|
||||||
|
AntiFeatures:NonFreeDep
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
Web Site:http://code.google.com/p/mytracks/
|
Web Site:http://code.google.com/p/mytracks/
|
||||||
Source Code:http://code.google.com/p/mytracks/source/checkout
|
Source Code:http://code.google.com/p/mytracks/source/checkout
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Category:Games
|
Category:Games
|
||||||
License:GPLv3+
|
License:GPLv3
|
||||||
Web Site:http://ichi2.net/anki/wiki/AnkiDroid
|
Web Site:https://code.google.com/p/ankidroid/wiki/Index
|
||||||
Source Code:http://github.com/nicolas-raoul/Anki-Android/
|
Source Code:http://github.com/nicolas-raoul/Anki-Android/
|
||||||
Issue Tracker:http://code.google.com/p/ankidroid/issues
|
Issue Tracker:http://code.google.com/p/ankidroid/issues
|
||||||
Summary:A flashcard-based study aid
|
Summary:A flashcard-based study aid
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Repo Type:git
|
||||||
Repo:git://staticfree.info/git/Units/
|
Repo:git://staticfree.info/git/Units/
|
||||||
Build Version:0.8,7,8be8c10c67152783b6871a70d077a0758e5086ba
|
Build Version:0.8,7,8be8c10c67152783b6871a70d077a0758e5086ba
|
||||||
Build Version:0.9,8,3cde1f8d6b822ddcee23f984fab53e7bad3817df
|
Build Version:0.9,8,3cde1f8d6b822ddcee23f984fab53e7bad3817df
|
||||||
|
Build Version:1.0,9,1db6cd055203bd2f15eaffd7a780db2ee22974af
|
||||||
|
|
||||||
Market Version:1.0
|
Market Version:1.0
|
||||||
Market Version Code:9
|
Market Version Code:9
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
|
AntiFeatures:NonFreeDep
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
Web Site:http://code.google.com/p/open-gpstracker/
|
Web Site:http://code.google.com/p/open-gpstracker/
|
||||||
Source Code:http://code.google.com/p/open-gpstracker/source/checkout
|
Source Code:http://code.google.com/p/open-gpstracker/source/checkout
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
|
Category:Internet
|
||||||
Web Site:https://code.google.com/p/external-ip/
|
Web Site:https://code.google.com/p/external-ip/
|
||||||
Source Code:https://code.google.com/p/external-ip/source/checkout
|
Source Code:https://code.google.com/p/external-ip/source/checkout
|
||||||
Issue Tracker:https://code.google.com/p/external-ip/issues/list
|
Issue Tracker:https://code.google.com/p/external-ip/issues/list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue