- 18 Jul, 2022 1 commit
-
-
Jonathan Klee authored
Do not show Install EN preference in EN version of GmsCore See merge request !46
-
- 11 Jul, 2022 2 commits
-
-
Jonathan Klee authored
-
Jonathan Klee authored
-
- 12 Apr, 2022 2 commits
-
-
Jonathan Klee authored
Open Exposure Notification documentation See merge request !45
-
Jonathan Klee authored
-
- 11 Apr, 2022 1 commit
-
-
Jonathan Klee authored
Since microG with Exposure Notification is not available on the store anymore, open the documentation page associated to Exposure Notification installation when clicking on "Tap to add Exposure Notifications" in the microG Settings.
-
- 01 Apr, 2022 3 commits
-
-
Aayush Gupta authored
Update device profiles See merge request !44
-
Jonathan Klee authored
Remove them from GmsCore since we moved them to ih8sn configuration. There is an exception for GS290 where ih8sn makes device crash/boot into recovery when setting the build fingerprint at init. Related to GSI image ?
-
Jonathan Klee authored
Update the build fingerprint to the one associated to the 2021-12-05 security patch level.
-
- 20 Mar, 2022 1 commit
-
-
Paolo Pantaleo authored
Currently translated at 100.0% (147 of 147 strings) Translation: /e//GmsCore Translate-URL: https://i18n.e.foundation/projects/e/gmscore/it/
-
- 17 Mar, 2022 1 commit
-
-
Aayush Gupta authored
Add emerald, GS290 & starlte device profile See merge request !43
-
- 16 Mar, 2022 3 commits
-
-
Jonathan Klee authored
-
Jonathan Klee authored
-
Jonathan Klee authored
-
- 08 Mar, 2022 1 commit
-
-
Romain Hunault authored
-
- 22 Feb, 2022 1 commit
-
-
Jonathan Klee authored
Add additional info to FP4 profile See merge request e/apps/GmsCore!40
-
- 17 Feb, 2022 2 commits
-
-
Jonathan Klee authored
This reverts commit 8b8da15b.
-
Jonathan Klee authored
Change the fingerprint for the FP3 device See merge request e/apps/GmsCore!41
-
- 16 Feb, 2022 1 commit
-
-
Jonathan Klee authored
Change the fingerprint for FP3. This fingerprint corresponds to the 2022-01-05 security patch.
-
- 12 Feb, 2022 1 commit
-
-
Paolo Pantaleo authored
Currently translated at 92.5% (136 of 147 strings) Translation: /e//GmsCore Translate-URL: https://i18n.e.foundation/projects/e/gmscore/it/
-
- 11 Feb, 2022 1 commit
-
-
Jonathan Klee authored
Adding those new info to the profile makes the profile more accurate. Indeed, ro.build.date.utc are different on the FP4 128G & 256G and could make a difference sometime regarding SafetyNet.
-
- 09 Feb, 2022 2 commits
-
-
Jonathan Klee authored
Make code & resources compliant with API 25 See merge request e/apps/GmsCore!39
-
Jonathan Klee authored
Added resources for API 25 inheriting from default themes and colors.
-
- 08 Feb, 2022 1 commit
-
-
F Wildermuth authored
Currently translated at 100.0% (147 of 147 strings) Translation: /e//GmsCore Translate-URL: https://i18n.e.foundation/projects/e/gmscore/de/
-
- 06 Feb, 2022 1 commit
-
-
Nikolay Sinyov authored
Currently translated at 100.0% (147 of 147 strings) Translation: /e//GmsCore Translate-URL: https://i18n.e.foundation/projects/e/gmscore/ru/
-
- 02 Feb, 2022 5 commits
-
-
Jonathan Klee authored
Update with GmsCore upstream See merge request e/apps/GmsCore!38
-
-
-
Correctly discard new measurements when the reported timestamp is older than the timestamp in the database. Fixes https://github.com/microg/GmsCore/issues/1655.
-
-
- 01 Feb, 2022 3 commits
-
-
Jonathan Klee authored
-
Jonathan Klee authored
-
Jonathan Klee authored
-
- 27 Jan, 2022 1 commit
-
-
Jonathan Klee authored
-
- 26 Jan, 2022 2 commits
-
-
Jonathan Klee authored
-
Jonathan Klee authored
-
- 25 Jan, 2022 4 commits
-
-
Marvin W. authored
-
Marvin W. authored
-
Before, the call to closeAll() in McsService#connect() would trigger a SocketException (Socket closed) in McsOutputStream and/or McsInputStream. This would send a teardown message causing McsService to take the new connection down right away. In unlucky situations, this could cause small connect/teardown loops. This commit hopes to prevent those. Change-Id: Id347d598e028bdd1ba2622cd6a5c6b07874335d6
-
Waiting twice the heartbeat interval since the last ACK can make us miss dead connections for more than 10min in which no push messages get received. This change requires the ACK to come within 90 seconds of sending the heartbeat ping, otherwise the connection is considered dead which will trigger a re-connect. We use a high timeout of 90 seconds, because in some mobile networks (like in trains) ping times of more than 60 seconds have been observed in practice. Change-Id: I8e63843400b47e1a6d23faf180f9446bcb5e0cd8
-