Merge branch 'LocationPrivacy' into 'master'
Added Location privacy See merge request !542
This commit is contained in:
commit
22799137d5
34
metadata/info.guardianproject.locationprivacy.txt
Normal file
34
metadata/info.guardianproject.locationprivacy.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:Navigation,Security
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/guardianproject/LocationPrivacy
|
||||
Source Code:https://github.com/guardianproject/LocationPrivacy
|
||||
Issue Tracker:https://github.com/guardianproject/LocationPrivacy/issues
|
||||
|
||||
Summary:A transparent filter for all of the various ways of sharing location
|
||||
Description:
|
||||
LocationPrivacy is not really app but rather a set of "Intent Filters" for all
|
||||
of the various ways of sharing location. When you share location from one app,
|
||||
LocationPrivacy offers itself as an option. It then recognizes insecure methods
|
||||
of sharing location, and then converts them to more secure methods. This mostly
|
||||
means that it rewrites URLs to use https, and even to use geo: URIs, which can
|
||||
work on fully offline setups. LocationPrivacy mostly works by reading the
|
||||
location information from the URL itself. For many URLs, LocationPrivacy must
|
||||
actually load some of the webpage in order to get the location.
|
||||
|
||||
LocationPrivacy can also serve as a way to redirect all location links to your
|
||||
favorite mapping app. All map apps in Android can view geo: URIs, and
|
||||
LocationPrivacy converts many kinds of links to geo: URIs, including: Google
|
||||
Maps, OpenStreetMap, Amap, Baidu Map, QQ Map, Nokia HERE, Yandex Maps.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/guardianproject/LocationPrivacy
|
||||
|
||||
Build:0.1,10
|
||||
commit=0.1
|
||||
target=android-21
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1
|
||||
Current Version Code:10
|
Loading…
Reference in a new issue