Commit Graph

1494 Commits

Author SHA1 Message Date
Christian Grigis 4e3c03cfaa
Fix overflow that prevents matching 2020-10-09 15:24:50 +02:00
Vincent Vidal 5b06366cd5 Mapbox: Fix crash when destroying maps
'setLocationSource' may be called with a null parameter:

E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter locationSource
E AndroidRuntime: at org.microg.gms.maps.mapbox.GoogleMapImpl.setLocationSource(Unknown Source:2)
2020-10-09 15:21:35 +02:00
Christian Grigis fed85b1ca4 Make DB access uniform with ENServiceImpl 2020-10-09 15:21:01 +02:00
Marvin W d0668d3c83
Make nearby module optional, move UI bits in own module 2020-10-09 15:19:43 +02:00
Oizaro 258b9936f3
Fix typo 2020-10-08 02:54:34 +02:00
Oizaro 13b7a1ba8f
Fix typo 2020-10-08 02:53:33 +02:00
Marvin W 4486ff52ef
EN: Improve some database bits 2020-10-07 23:16:53 +02:00
Oizaro 441a2204b7 Cleanup 2020-10-05 20:25:28 +02:00
Oizaro d8b32c8310 Cleanup 2020-10-03 16:09:26 +02:00
Oizaro 4daa2a0e38 Attempt to fix registration service...again 2020-10-03 16:07:35 +02:00
Oizaro a511289a6d Fix typo 2020-10-03 05:34:51 +02:00
Oizaro 8412e3e7ee Set initial preferences bools to true 2020-10-03 05:31:29 +02:00
Oizaro a17969a23a Fix typo 2020-10-03 05:24:21 +02:00
Oizaro cb619449db
Fix typo 2020-09-30 15:43:41 +02:00
Oizaro 5ceec83a13
Cleanup 2020-09-30 15:07:14 +02:00
Oizaro 4c4d52e4b7
Fix 2020-09-30 15:06:00 +02:00
Oizaro c0f387de9a Show spoof button from start 2020-09-30 14:33:21 +02:00
Oizaro f12501076d Move spoof detection to main method 2020-09-30 00:33:58 +02:00
Oizaro bdb343fa31 Update dependencies 2020-09-29 23:52:07 +02:00
Oizaro af8fcc0527 Cleanup 2020-09-28 00:32:00 +02:00
Oizaro 418c73c00d Typo 2020-09-27 23:33:01 +02:00
Oizaro 6dea657b89 Fix resources 2020-09-27 23:26:14 +02:00
Oizaro d11177d69f Bump version up 2020-09-27 21:46:50 +02:00
Oizaro 0014bb074c Fix translations elements 2020-09-27 21:45:40 +02:00
Oizaro cec9b6a82c No more dynamic ping intervals 2020-09-27 21:24:56 +02:00
Marvin W 7601b37ee4
EN: Display 0 RPIs as none in graph 2020-09-27 15:27:21 +02:00
Marvin W 6afcca0396
EN: Add latest API details, improve performance 2020-09-27 14:57:08 +02:00
Marvin W cab09cb238
Mapbox: Add dummy ground and tile overlays 2020-09-27 11:40:46 +02:00
Marvin W e70e6bc956
Mapbox: Track info window shown 2020-09-27 11:40:46 +02:00
Marvin W c965e3cd0b
Add some messing API fields 2020-09-27 11:40:46 +02:00
Marvin W 04c955e998
Self-Check: Add missing permission check, allow to grant FakeStore spoofing perm
Fixes #1178
2020-09-27 11:40:46 +02:00
Pdevo 03237fc86b Update plurals.xml
Just a small typo
2020-09-27 10:21:46 +02:00
Christian Grigis 8065e873ce Add ResolvableApiException 2020-09-27 10:21:18 +02:00
Christian Grigis 98d1f54e54 TemporaryExposureKey: safely initialize with null data 2020-09-27 10:21:18 +02:00
Christian Grigis 832ee232ea Add ApiException and use it in EN client impl 2020-09-27 10:21:18 +02:00
Christian Grigis bd20634bd9 Add provideDiagnosisKeys() implementation 2020-09-27 10:21:18 +02:00
Oizaro eabf13a564 Migrate spoof switch to button 2020-09-24 21:13:01 +02:00
Oizaro 45c29cf0b8 Cleanup 2020-09-24 01:29:12 +02:00
Oizaro 2fd19ada91 MicroG 0.2.12.203316
Thanks to xinto for kotlin fixes :D
2020-09-23 22:40:22 +02:00
Oizaro 1bf15a111a Fix notification content 2020-09-21 14:42:04 +02:00
Oizaro 3cbcb8578e
Cleanup 2020-09-20 03:10:11 +02:00
Oizaro dab55e29a0 Fix 2020-09-20 01:26:08 +02:00
Oizaro 1ccd603860 Fix 2020-09-20 01:21:47 +02:00
Oizaro a9ee2e5065
Fix 2020-09-20 01:10:05 +02:00
Oizaro 6d47d24b56 Make original notification method compatible with M and higher 2020-09-20 00:59:46 +02:00
Oizaro 43bde91dab Move battery saving notification to original method 2020-09-20 00:11:03 +02:00
Oizaro ef752e19e9 Entirely override build model on devices that don't have GPlay services 2020-09-19 21:47:42 +02:00
Oizaro d25c9cf24a Revert "Fix FC" and completely restore ForegroundServiceContext.java 2020-09-19 21:28:42 +02:00
Oizaro 95543f10a4 Battery saving notification improved 2020-09-19 02:32:11 +02:00
Oizaro 7d6f3d1dea
Missing char fix 2020-09-18 22:29:10 +02:00