Marvin W
914a8307e9
Fix for #1110 crash on open uninstalled app details
2020-07-31 10:32:27 +02:00
Marvin W
32ab82924e
Fix for #1106
2020-07-30 14:09:55 +02:00
Marvin W
ab69fa1ee0
Fix legacy multidex support
2020-07-30 10:44:19 +02:00
Marvin W
964555691e
Adjust IT translations for recent changes
2020-07-26 22:38:34 +02:00
Pdevo
322e806548
Added IT lang files ( #1096 )
2020-07-26 22:30:36 +02:00
Marvin W
74a1b1799c
Make strings translatable
2020-07-26 21:47:39 +02:00
delthas
f199f902b1
Fix GCM heartbeat interval for roaming connections with manual interval
...
When using GCM on a roaming connection, the heartbeat interval is set
to: `networkRoaming * 6000`. It should instead be
`networkRoaming * 60000` because we're converting from a number of
minutes (stored in the properties) to a number of milliseconds, like
it's done for regular mobile and wifi connections.
2020-07-26 15:43:46 +02:00
Alexandru Chircu
7bc61ab97f
Implement AppInvite and Firebase Dynamic Links
2020-07-26 15:20:06 +02:00
Alexandru Chircu
94de371cb9
Implement API for AppInvite and Firebase Dynamic Links
2020-07-26 14:51:12 +02:00
Marvin W
ed68a9482e
Add initial basic provisioning service
2020-07-26 13:40:09 +02:00
Marvin W
1187a91325
Remove some unnecessary classes from legacy ui tools
2020-07-26 12:05:28 +02:00
Marvin W
cda60817f2
Major update to lib implementations
2020-07-26 12:01:03 +02:00
Marvin W
396965f407
Major changes to core and settings ui
2020-07-26 12:00:16 +02:00
Marvin W
aae974ec5b
Complete play-services-tasks implementation
2020-07-14 12:02:33 +02:00
Yegor Timoshenko
0522ed41fb
GoogleCloudMessaging getMessageType shouldn't throw IOException
2020-07-09 14:47:36 +02:00
Marvin W
74213474b5
GCM: Do not require receiver permission for target app
2020-07-09 11:39:43 +02:00
Marvin W
ac5f7457bd
Ensure to clean up location requests on update
2020-07-09 11:35:10 +02:00
georgeto
5146559f89
Fix FCM registration for apps using firebase >= 20.1.1
...
With version 20.1.1 the Firebase Cloud Messaging SDK started to use
the Firebase Installations SDK, which affects the FCM registration
process.
The implementation of FCM registration in microG failed to pass extra
parameters that became relevant with the introduction of the
Firebase Installations SDK to the FCM registration endpoint.
These additional parameters are passed through to the endpoint with an 'X-' prefix.
2020-07-09 10:27:53 +02:00
Marvin W
8eff51cfb6
Use flavors for mapbox vs vtm
2020-07-09 09:53:37 +02:00
Marvin W
895c74d095
Huge merge/refactor/update
2020-07-08 22:49:27 +02:00
Marvin W
a5bfecee6f
Merge GmsLib
2020-06-14 23:30:02 +02:00
Marvin W
95e9413f9b
Remove symlinks before merge
2020-06-14 23:29:43 +02:00
Marvin W
091b4f6ac4
Remove non-merged files
2020-06-14 23:28:21 +02:00
Marvin W
4373972b8a
Update for use with androidx
2020-06-14 23:26:23 +02:00
Marvin W
4b6c61caaa
Merge GmsApi
2020-06-14 23:25:01 +02:00
Marvin W
739dc0c54a
Remove *-api symlinks
2020-06-14 23:24:51 +02:00
Marvin W
c834ca2202
Remove non-merged files
2020-06-14 23:16:36 +02:00
Marvin W
3e70603d59
Update for use with androidx
2020-06-14 23:14:47 +02:00
Marvin W
8334f62991
Merge microg-ui-tools
2020-06-09 20:47:54 +02:00
Marvin W
7b295d4bdd
Remove microg-ui-tools
2020-06-09 20:45:03 +02:00
Marvin W
08e258e9c1
Remove non-merged files
2020-06-09 20:38:35 +02:00
Marvin W
9aa4b857f1
Migrate to androidx
2020-06-09 20:37:27 +02:00
Marvin W
db4bb568e1
Run GCM services as foreground service if needed
...
That's when we run with battery optimizations disabled but not in foreground
2019-12-04 23:14:58 +01:00
Marvin W
cfc90b45bd
Ensure ProGuard does not "optimize" away our code
2019-10-25 20:46:31 +02:00
Marvin W
2c5c30bdde
Add additional sync permissions
2019-10-23 15:18:03 +02:00
Marvin W
cb5fe55606
Add Hangouts Meet to known google packages
2019-10-23 11:16:18 +02:00
Marvin W
9d0bb9670b
Allow access to Google contact data based on READ_CONTACTS permission
2019-10-23 11:16:00 +02:00
Marvin W
b0724f1243
Invalidate auth tokens as needed
...
This seems to fix issues with Google Maps stopping to connect to internet after adding an Account.
2019-10-23 01:38:37 +02:00
Marvin W
855b4c6d4e
Bump version code
2019-10-22 11:39:43 +02:00
Marvin W
6c27c2474e
Ensure form data is not optimized by proguard
2019-10-16 01:29:20 +02:00
Marvin W
fc3e24c0ea
Various improvements and fixes for MapBox maps implementation
2019-10-15 14:59:34 +02:00
Marvin W
3c5e68404b
Improvements to Wear code for emulator
2019-10-15 14:58:07 +02:00
Marvin W
6ba9bbb03b
Add dummy TapAndPay service
2019-10-15 14:56:24 +02:00
Marvin W
ee8e5427c4
Update build system and deps
2019-10-15 14:54:05 +02:00
Marvin W
15cd4491bc
Update build tools and dependencies
2019-10-15 12:26:26 +02:00
Marvin W
2a43448e49
Update Travis config
2019-10-15 11:48:04 +02:00
Marvin W
7f32119d89
Fix various linker warnings
2019-10-15 02:53:05 +02:00
Marvin W
50d788a2b3
Bump version code
2019-10-15 02:45:10 +02:00
Marvin W
810a5ccab7
Update build tools
2019-10-15 02:44:32 +02:00
Marvin W
48f8bfa7a5
Add missing wear stub methods
2019-10-13 23:33:56 +02:00