-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream merge #1
Upstream merge #1
Conversation
Needs slightly more time if apps take care of only registering one bitmap once but saves a lot of time and memory when they don't (and many don't)
Also handle empty strings from apps as none. Fixes microg#2021, microg#2022
This puts the base to allow apps that allow/require sign in with Google Play Games to work. Note that as the Play Games companion app is not functional (yet), many features of Play Games remain unusable.
…r out on legacy Android versions, fix microg#2023
…out on legacy Android versions
It's a PendingIntent, so that doesn't work and spills a warning. Fixes microg#2029
This is the same as in fake-store. Soon we'll have to move FakeStore/Companion to this repository anyway (so that it can access certain parts from core needed to support IAP and PI), until then it's probably fine to have this code duplicated.
Server says >> "" is not a valid serial number <<, but null is fine 🤷
And fix the bugs found by that
This fixes a crash in the sample app
We lost them when moving from safe-parcel module
…lection This improves speed and should help against ProGuard optimizing away our code
This is useful for apps that include microG as a library, so they can easily modify the default configuration of their embedded microG.
- Nearby can now be configured through local build property, enabled by default - Exposure Notifications is not displayed in settings if not used for >14 days - Flavors per map type remain (but moved maps implementations)
…gnature Moving the vending app here is also in preparation for support for various features that have to be provided in the com.android.vending package like IAP, Play Integrity, Split Install, ...
This may limit functionality (e.g. the device might be unable to act as a privileged device in the authentication system), but allows to register on devices that are not registered in Google's system.
This is disabled by default, as it currently relies on a non-free library. It can be enabled by setting modules.hms=true in local.properties. You also need to place your agconnect-services.json and set hmsmap.key in local.properties.
…abled without making microG settings inaccessible since there are launchers that doesn't allow to hide Apps on their own)
…re supposed to able to open Google settings)
Looks OK. I don't see any new strings translated though, I've only noticed some strings to be actually moved to |
Also thx for helping me with keeping this repo fresh! I've also translated new |
Ah sorry, I translated them while resolving conflicts and this is why they hard to find :D
At this moment, the configuration file has been deleted, so it's hard to tell 😃 |
Wasn't that defined in Outside of this, I haven't noticed any changes to localizations done, so I guess this PR indeed only resolved the conflicts. But still there were some leftovers left and I'm not sure if there are any additional items added in existing locales after you merged the upstream. |
Hmm... It seems that was something strange happened on my vscode and I had to add these two lines manually, I took them from According to the commit history this translation was already there, so in that case that's why my changes are not visible, because they are identical, so you are correct, this is only upstream merge, nothing else 😂 |
I resolved repo incompatibility
and translated two items in -base