From a7bc90826d5297cdd4839dd6663292052d6a30fc Mon Sep 17 00:00:00 2001 From: FriendlyNeighborhoodShane Date: Sat, 31 Dec 2022 15:40:44 +0530 Subject: [PATCH] README.md: refactor variant section --- README.md | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index d936ca1..5f3ce2d 100644 --- a/README.md +++ b/README.md @@ -20,32 +20,37 @@ can also (mostly) support much older versions, but sync adapters and some location providers won't work. It can even uninstall itself from your device, just rename it and flash it again. +### Variants The `MinMicroG` packages are intended as various base configuration for microG, they are all mutually exclusive with each other and you can only choose one. While the `MinAddon` packages act as independent additions on top, you can have as many as you wish over a base package, or even without a base package. -### Table of component packages per MinMicroG release variant - -| Variant → Component ↓ | Standard | NoGoolag | UNLP | Minimal | MinimalIAP | AuroraServices | PlayStore | -|-----------------------|----------|----------|------|---------|------------|----------------|-----------| -| MicroG | x | x | | x | x | | | -| Standalone UNLP (old) | | | x | | | | | -| Maps APIv1 | x | x | x | x | x | | | -| UNLP Backends | x | x | x | | | | | -| Fake Store | | x | | x | | | | -| Google Play Store | x | | | | x | | x | -| Aurora Store | | x | | | | | | -| Aurora Droid | x | x | | | | | | -| Aurora Services | x | x | | | | x | | -| Swype libs | x | | | | | | | -| Google DRM jars | x | | | | x | | | -| Google Sync adapters | x | | | | | | | - -All of these include required permissions and an addon.d file to backup/restore everything on a ROM flash. +All of these include required permissions and an addon.d file to backup/restore +everything on a ROM flash in a system installation. + +#### Table of contents of different MinMicroG variants +| Component \ Variant | Standard | NoGoolag | UNLP | Minimal | MinimalIAP | +|-----------------------|----------|----------|------|---------|------------| +| MicroG | x | x | | x | x | +| Standalone UNLP (old) | | | x | | | +| Maps APIv1 | x | x | x | x | x | +| UNLP Backends | x | x | x | | | +| Fake Store | | x | | x | | +| Google Play Store | x | | | | x | +| Aurora Store | | x | | | | +| Aurora Droid | x | x | | | | +| Aurora Services | x | x | | | | +| Swype libs | x | | | | | +| Google DRM jars | x | | | | x | +| Google Sync adapters | x | | | | | + +#### List of MinAddon variants +They just consist of singular components, just what they say on their label. +- AuroraServices +- PlayStore #### Package sources and credit - - MicroG includes GMSCore and GSFProxy from MicroG FDroid repo - Maps APIv1 from MicroG FDroid repo - UNLP and UNLP backends from FDroid repo (Dejá vu, LocalGSM, LocalWiFi, Mozilla, Nominatim)