Commit Graph

1384 Commits

Author SHA1 Message Date
Marvin W a95f6449f5
GCM: Fix apps not always whitelisted from powersave
Fixes #1188
2020-10-18 10:20:41 +02:00
Oizaro 41e4c8c1af Start TriggerReceiver service from GServicesProvider 2020-10-18 05:32:34 +02:00
Marvin W ebbf78a876
Bump version to 20.39.15 2020-10-17 23:49:58 +02:00
Marvin W b67a11f4e6
EN: Display more details about app usage, add feature for deleting RPI storage 2020-10-17 22:58:02 +02:00
Marvin W 15fb118bbd
EN: Correctly report multiple exposures to same key 2020-10-17 19:18:59 +02:00
Marvin W ff79a670e5
Update UnifiedNlp to alpha4 2020-10-17 16:50:07 +02:00
Marvin W 155bbce69b
EN: Retroactively "repair" broken database entries to a sane default value
Related to #1230
2020-10-17 15:30:03 +02:00
Marvin W 139f7eaf17
EN: Correctly average rssi on database entry update
Fixes #1230
2020-10-17 15:09:17 +02:00
Oizaro c28376543f Fix + Make string translatable 2020-10-16 01:44:22 +02:00
Oizaro 5d9459e3dc Merge remote-tracking branch 'upstream/master' 2020-10-16 01:22:46 +02:00
Oizaro cb719fce32 26f2e85 + Wrapper update 2020-10-16 01:16:59 +02:00
Marvin W d3d04459d6
EN: Support partial device list matches 2020-10-15 22:09:15 +02:00
Marvin W 26f2e859b8
Ensure checkin before gcm registration, fix gcm permission requests 2020-10-15 22:08:05 +02:00
Christian Grigis b0e52b7a89 Update power calibrations with latest data 2020-10-15 10:02:18 +02:00
Oizaro 8d0586487e Update dependencies and Readme 2020-10-14 23:10:55 +02:00
Oizaro f2f7f43dd2 Merge remote-tracking branch 'upstream/master' 2020-10-14 23:02:28 +02:00
Oizaro aa816ef84b Update to latest upstream 2020-10-14 23:00:04 +02:00
Marvin W 0eb75ba363
EN: Fix oversize database migration 2020-10-14 11:28:28 +02:00
Marvin W e20a6c3a3c
Checkin: Ensure we recheckin regularly 2020-10-14 10:57:55 +02:00
Marvin W 31a8a3308b
Force queryability for Android 11 compat 2020-10-13 23:58:19 +02:00
Marvin W dbcf70f99e
Cast: Migrate to latest version of safeparcelable annotation 2020-10-13 21:53:03 +02:00
Marvin W 1deeb45834
EN: Make database access suspendable, add migration routine for oversized databases 2020-10-13 21:20:12 +02:00
Marvin W c4b480c5a9
Add minimal dummy Phenotype service implementation 2020-10-12 21:33:57 +02:00
Marvin W 0ee18ae6f7
Add new permission requirements for Firebase Auth to Self-Check 2020-10-12 21:29:49 +02:00
Marvin W c3bfb63f27
Add initial support for Firebase Auth 2020-10-12 21:29:36 +02:00
Marvin W 7d54c4d4cb
make base service extend LifecycleService 2020-10-12 21:28:01 +02:00
Oizaro 7a7f663c72
Partially revert "Other preferences fixes" 2020-10-12 19:00:26 +02:00
Oizaro 039b8772d8 Fix main language string 2020-10-12 18:29:56 +02:00
Oizaro 2a503b1a39 Fix Spanish translation and notification content length 2020-10-12 07:01:27 +02:00
Oizaro 0ea4d0ee64 Add interactable info on battery saving notification 2020-10-12 05:51:01 +02:00
Oizaro 7ad7e2db0f Add Spanish translation (thanks to 1488Potato) and cleanup 2020-10-12 05:30:22 +02:00
Oizaro 68da1f74bb
Preference fix 2020-10-11 14:39:56 +02:00
Oizaro 893874c04f Other preferences fixes 2020-10-11 01:52:19 +02:00
Oizaro f21b5b2740 Apply preferences fix 2020-10-10 23:53:41 +02:00
Oizaro 42465a888c Switch from static to preferences variables 2020-10-10 21:24:19 +02:00
Oizaro 042aae92de MicroG 0.2.203317 2020-10-10 02:23:12 +02:00
Oizaro 646eab8f2a Reset AndroidID after switching login method 2020-10-10 02:19:45 +02:00
Marvin W 981301e9c6
Mapbox: Implement option to display user location
Co-Authored-By: Vincent Vidal <vinvidal@gmail.com>
2020-10-09 16:32:21 +02:00
Marvin W 775b18c203
EN: Make sure to that database lock is freed during daily cleanup every 5s
Delete with limit is not supported on all Androids
2020-10-09 16:24:43 +02:00
Christian Grigis da7a4e0fdb Add exposure summary to exposure intent 2020-10-09 15:28:28 +02:00
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