Commit Graph

456 Commits

Author SHA1 Message Date
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
AsavarTzeth d2735650af Exclude com.bankid.bus from provider installer
The addition of the ProviderInstallerImpl broke com.bankid.bus
(BankID säkerhetsapp). This app is essential to Swedish users since it
is effectively the de facto Swedish online id.

This issue is resolved by adding the app id to the existing black list.

Fixes #824
2019-09-28 00:41:16 +02:00
Niklas Sombert 0d9bb345a8 Make requestLocationSettingsDialog return success 2019-09-28 00:40:36 +02:00
Marvin W 06c8b765ba
Update Conscrypt to 2.1.0, activate the default cipher suite in cross-arch loader 2019-07-05 00:47:12 +02:00
Marvin W dfb1e7fbb7
Fix mapbox native library loading if app targets armeabi non-v7a 2019-07-04 23:53:04 +02:00
Marvin W 8a0010a1d8
Fix incomplete certificate requests causing crashes 2019-07-03 11:24:34 +02:00
Marvin W 5d6e9ac01c
Make mapbox the default and vtm the variant 2019-07-03 11:14:28 +02:00
Marvin W f2de773bee
Bump version code 2019-07-03 00:56:55 +02:00
Christopher Roy Bratusek e7e30f6cd4 add Google One to KNOWN_GOOGLE_PACKAGES 2019-07-02 14:07:39 +02:00
Christopher Roy Bratusek 67b04bbdc3 add Google Crowdsourcing to KNOWN_GOOGLE_PACKAGES 2019-07-02 14:07:39 +02:00
Marvin W b02d72b01f
Add support for cross architecture loading in ProviderInstaller 2019-07-01 11:11:13 +02:00
Marvin W bae47feeca
Fix wearable implementation network usage 2019-07-01 00:31:26 +02:00
Marvin W f8a0c9c4d3
Small bug fixes 2019-07-01 00:27:34 +02:00
Marvin W bf88e7c8bd
Add Google Certficate service 2019-07-01 00:26:57 +02:00
Marvin W 73aca6ea10
Various fixes and improvements to Maps API 2019-07-01 00:25:24 +02:00
Marvin W 73fd85a8c7
mapbox: Allow savedInstanceState to be null 2019-06-03 15:35:51 +02:00
Marvin W 4713797edc
Fix calling package detection in KK+ 2019-06-01 15:57:46 +01:00
Marvin W a74ce16d2a
Add new libraries to about screen 2019-06-01 15:09:23 +02:00
Marvin W 30ed2720a0
Allow to bypass Android O+ account restrictions for Google Apps 2019-05-28 18:45:54 +02:00
Marvin W 7a646e3346
Remove typo 2019-05-27 16:01:05 +02:00
Marvin W a80b263656
Merge pull request #555 from armills/cast-mvp
MVP Cast API
2019-05-27 13:48:49 +02:00
Marvin W c7e9b299f6
Add multidex support 2019-05-27 13:21:28 +02:00
Marvin W c0a5051941
Merge branch 'master' into armills-cast-mvp 2019-05-27 12:58:57 +02:00
Marvin W 0480bbbba6
Only include vtm with the vtm maps implementation 2019-05-26 23:04:13 +02:00
Marvin W 1c965f3133
Bump version code 2019-05-26 21:19:48 +02:00
Marvin W b646f9a467
Update GmsApi 2019-05-26 21:10:59 +02:00
Marvin W 4a0bdeda44
Fix Travis 2019-05-26 20:52:37 +02:00
Marvin W 51e5f7714b
Correctly handle ProviderInstaller if it was not used before first network interaction 2019-05-26 17:53:56 +02:00
Marvin W 45ee4903f8
Adapt auth implementation to better reflect current play services 2019-05-26 17:53:56 +02:00
Marvin W 6174997cb7
Initial mapbox based maps implementation 2019-05-26 17:53:56 +02:00
Marvin W 2a01e6cb74
Temporary disable place picker 2019-05-26 17:53:55 +02:00
Marvin W 9f922b5a19
Refactor vtm maps into seperate module, use version from maven 2019-04-22 19:57:25 +02:00
Marvin W 937e3422aa
Add package name to location requests when possible, fix incomplete permission check 2019-04-22 19:57:24 +02:00
Marvin W c927f1a86a
Bump version to 16.0.89 2019-04-22 19:57:13 +02:00
voidstarstar 5875ab752b Move some expensive reflection calls to onCreate 2019-04-22 19:56:51 +02:00
voidstarstar 60023887d1 Temporary whitelist support for Doze (#732)
Fixes #338 

Co-Authored-By: @ccaapton <6211551+ccaapton@users.noreply.github.com>
Co-Authored-By: @ale5000-git <15793015+ale5000-git@users.noreply.github.com>
2019-04-21 16:39:18 +02:00
Christopher Roy Bratusek e7f37e17a8 build.gradle: properly calculate gitVersionBase if latest tag is not a release tag 2019-04-21 13:54:29 +02:00
Moritz Horstmann 652d7a9104 Include GCM message ID in app message intent 2019-04-20 15:09:58 +02:00
Christopher Roy Bratusek 3d9a8f4af9 Update German translation 2019-04-17 17:16:07 +02:00
Vavun 65b588e20d Add account button to microG settings, fix #413
Signed-off-by: ale5000 <ale5000-git@users.noreply.github.com>
2019-04-17 17:16:07 +02:00
voidstarstar 7b651aaaad Unregister app if fully removed or data is cleared
This fixes a bug where apps were not properly unregistered on Android
8.0+ systems. Also update the log message.
2019-04-13 10:44:41 +02:00
voidstarstar 2a21b8ad11 Finish the activity if the app was deleted 2019-04-13 10:44:41 +02:00
Adam Mills 7c93f8785e
Remove safe-parcel testing setting 2019-03-12 21:58:19 -04:00
jimbo1qaz 40974f806d Add support for Google Suite accounts with external login 2019-03-12 03:56:13 +01:00
voidstarstar 725926529a Add implementation of ProviderInstallerImpl 2019-03-12 03:54:01 +01:00
Adam Mills 3c1ffe1388
Merge remote-tracking branch 'origin/master' into cast-mvp 2019-03-10 16:47:36 -04:00
Adam Mills 7627d8ae42
Update GmsApi to master 2019-03-10 15:05:17 -04:00