Commit Graph

17 Commits

Author SHA1 Message Date
Oizaro 8472943bb4 Optimize imports 2022-01-28 01:15:01 +01:00
Oizaro d64e4556f6 MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
TacoTheDank 2231c9d1fe Delete unused imports 2020-08-31 19:37:29 -04:00
Oizaro 6037181e8a Update to latest upstream 2020-08-05 01:57:23 +02:00
Marvin W d9e86d960d
Increase version code, update sublib and copyright header 2017-06-13 00:34:09 +02:00
Marvin W 97f4c82172
GCM improvements
- Add upstream message support (#228)
- Improve support for 7.0+ (#226)
- don't start closed apps if disabled (#230)
- ask after denying registered app (#230)
- automatically unregister apps on uninstall
2016-11-20 20:37:31 +01:00
Marvin W 70119087fe
Ensure all threads to be closed
Fixes possible OOM error
2016-05-18 14:10:17 +02:00
Marvin W fbfb6c088a Merge branch 'master' of github.com:microg/android_packages_apps_GmsCore 2016-01-27 01:39:31 +01:00
Marvin W 8fa0515bf6 Squashed commit:
- Update build tools
- Update sublibs
- Add proper PlacePicker, fixes #65
- Add selfcheck
- Improvements to MCS connection, related #31 #54
- Do not crash when permission to GPS is not granted
- Various smaller fixes
2016-01-27 01:36:48 +01:00
Michael Hamann 3636f18d84 McsInputStream: terminate if error occurred
This terminates the input stream when an error occurred and does not
wait for the handler thread in the McsService to send the interrupt
signal.

This hopefully fixes a situation that I had where tear down messages
were created in a busy loop because of repeatedly reading -1 from the
input (I don't know how it got into the situation as the log was filled
with the messages from the tear down).
2016-01-17 15:44:00 +01:00
mar-v-in 766a6a1b47 Update portions of GCM implementation
- Fix bug causing unregister to be send multiple times
- More work related to #23, #29 and #31
2015-10-11 00:46:58 +02:00
mar-v-in 40ca65bbf4 Huge Update
- Update Location APIs, fixes #37
- Update version number, fixes #38
- Enable long press input on WebView during login, fixes #34
- Extended log output and auto-repair for GCM connection, related to #29 and #31
- New icons
- Small quirks in Auth handling (required for Login to some applications)
2015-10-03 22:47:05 +02:00
mar-v-in 1a83f8281f Improve mcs connection
wake up device when reconnecting, fix teardown incomplete on null message (#24)
2015-08-17 23:28:01 +02:00
mar-v-in bd69c16c62 Various fixes
Fixes #24
2015-08-06 17:38:46 +02:00
mar-v-in 331813ce3c Update maps, rework MCS
MCS rework related to #23 and #24
2015-08-04 13:05:47 +02:00
mar-v-in 7b3e490d55 Add settings and Fix small MCS problems 2015-04-03 23:54:41 +02:00
mar-v-in 0e0309df85 Add trigger for Mcs *#*#gcmstart#*#* and various fixes 2015-04-02 23:46:47 +02:00
Renamed from play-services-core/src/main/java/org/microg/gms/gcm/mcs/McsInputStream.java (Browse further)