All Projects → guardianproject → LocationPrivacy

guardianproject / LocationPrivacy

Licence: GPL-3.0 license
a transparent filter for all of the various ways of sharing location

Programming Languages

java
68154 projects - #9 most used programming language

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.

This was started as part of the T2 Panic work, since sharing location is so often a part of panic apps. Follow our progress here:

Licenses

The app itself it released under the GNU GPLv3+. Here are some specific credits:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].