2016-12-27 13:37:38 -05:00
|
|
|
# F-Droid
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
F-Droid \
|
2018-03-23 12:37:26 -04:00
|
|
|
F-DroidPrivilegedExtension
|
2017-12-19 20:01:17 -05:00
|
|
|
|
2018-06-02 18:28:40 -04:00
|
|
|
# UnifiedNLP Backends (DejaVu is always included even when microG is disabled to prevent deletion of a user's database)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
DejaVuNlpBackend
|
|
|
|
|
2018-07-07 02:37:00 -04:00
|
|
|
# Replacements
|
2018-03-13 23:07:41 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-04-14 02:27:01 -04:00
|
|
|
CameraRoll \
|
2018-07-07 02:37:00 -04:00
|
|
|
VanillaMusic
|
|
|
|
|
|
|
|
# Others
|
|
|
|
PRODUCT_PACKAGES += \
|
2018-03-13 23:07:41 -04:00
|
|
|
LocalCalendar
|
|
|
|
|
2017-12-19 20:01:17 -05:00
|
|
|
# Browser
|
2017-12-24 20:59:00 -05:00
|
|
|
# This is a shim, it is intended that F-Droid will update on first run to the real version of Fennec DOS
|
2018-03-23 09:37:08 -04:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
FennecDOS
|
2018-06-25 14:19:38 -04:00
|
|
|
|
|
|
|
# Notes
|
|
|
|
# - Official F-Droid will be included once #843 is implemented
|
|
|
|
# - K-9 Mail will be included after 5.5xx release
|
|
|
|
# - OpenKeychain inclusion is undecided yet
|
|
|
|
# - Net Monitor will be included after #58 is merged
|
|
|
|
# - Orbot/Orfox will most likely never be included due to various reasons
|
|
|
|
# - Replacing HOSTS with DNS66 isn't ideal as it breaks regular VPN usage
|