Go to file
Simon Polack e74b7ec740 FDroid: update to 1.4
Version: 1.4 (1004050)
Source: https://f-droid.org/repo/org.fdroid.fdroid_1004050.apk
Date of pull: 2018-09-27
2018-09-27 11:12:34 +02:00
com.google.android.maps Add privileged permissions whitelists 2018-03-11 10:17:47 +01:00
FakeStore Add privileged permissions whitelists 2018-03-11 10:17:47 +01:00
FDroid FDroid: update to 1.4 2018-09-27 11:12:34 +02:00
FDroidPrivilegedExtension FDroid privileged: Update to 0.2.8 2018-08-29 16:17:27 +02:00
GmsCore GmsCore: Update to 0.2.6.13280 2018-09-27 11:09:57 +02:00
GsfProxy Initial commit 2017-04-29 13:55:43 +02:00
MozillaNlpBackend MozillaNlp: Update to 1.3.3 2017-12-27 08:30:57 +01:00
NominatimNlpBackend Update APKs 2017-06-23 17:54:34 +02:00
OpenWeatherMapWeatherProvider Add LineageOS' weather providers 2018-03-05 22:35:51 +01:00
WundergroundWeatherProvider Add LineageOS' weather providers 2018-03-05 22:35:51 +01:00
YahooWeatherProvider Add LineageOS' weather providers 2018-03-05 22:35:51 +01:00
README.md Rewrite README.md 2018-03-05 22:47:01 +01:00

Prebuilt APKs

This is a collection of FOSS APKs, coupled with the respective Android.mk for an easy integration in the Android build system. These are just the official unmodified* prebuilt binaries, signed by the corresponding developers.

*except for com.google.android.maps, as the JAR and the XML have been extracted from the ZIP on the microG's GitHub release page

To include them in your build just add their name in CUSTOM_PACKAGES (for example in vendor/lineage/config/common.mk).

The included APKs are:

  • FDroid packages (binaries sourced from here and here)
    • FDroid: a catalogue of FOSS (Free and Open Source Software) applications for the Android platform
    • FDroid Privileged Extension: a FDroid extension to ease the installation/removal of apps
  • microG packages (binaries sourced from here and here)
    • GmsCore: the main component of microG, a FOSS reimplementation of the Google Play Services (requires GsfProxy and FakeStore for full functionality)
    • GsfProxy: a GmsCore proxy for legacy GCM compatibility
    • FakeStore: an empty package that mocks the existence of the Google Play Store
    • com.google.android.maps: legacy microG's mapsv1 reimplementation
  • LineageOS packages (binaries sourced from here)
    • YahooWeatherProvider: "Yahoo" weather provider for the LineageOS' weather service
    • WundergroundWeatherProvider: "Weather Underground" weather provider for the LineageOS' weather service
    • OpenWeatherMapWeatherProvider: "Open Weather Map" weather provider for the LineageOS' weather service