VancedMicroG/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification
Torsten Grote aa3a2d65cd Refactor settings access to use a SettingsProvider
to enable safe usage of settings no matter which process is getting/setting them.
Previously, different processes were accessing settings in an unsafe way and the warn methods were throwing Runtime exceptions which went largely unnoticed, but happened, especially on a fresh start of the OS.

Change-Id: Ie4134e7be2a7ca4a373790f45fbcbd09bf02ad86
2021-06-27 22:39:15 +02:00
..
AdvertiserService.kt Omit RPIs in log (#1464) 2021-05-05 23:20:23 +02:00
CleanupService.kt Change background service notification 2020-12-21 21:46:03 +01:00
Constants.kt EN: Add latest API details, improve performance 2020-09-27 14:57:08 +02:00
Crypto.kt EN: Manually cast to long whenever needed to be on the safe side 2020-12-13 15:50:54 +01:00
DeviceInfo.kt EN: Update device data 2020-12-16 11:13:05 +01:00
ExposureDatabase.kt EN: Display historgram of collected IDs using hourly heat map 2021-01-08 15:46:25 +01:00
ExposureFileProvider.kt EN: Use own file provider class to ensure there is no duplicate use 2020-12-20 19:29:50 +01:00
ExposureNotificationService.kt EN: Add undocumented feature flag. Required for latest CWA to register test. 2021-05-13 14:16:37 +02:00
ExposureNotificationServiceImpl.kt EN: Add undocumented feature flag. Required for latest CWA to register test. 2021-05-13 14:16:37 +02:00
ExposurePreferences.kt Refactor settings access to use a SettingsProvider 2021-06-27 22:39:15 +02:00
Extensions.kt EN: Request users to enable Bluetoooth/Location access 2020-12-13 15:37:07 +01:00
MeasuredExposure.kt EN: Display historgram of collected IDs using hourly heat map 2021-01-08 15:46:25 +01:00
NotifyService.kt Change background service notification 2020-12-21 21:46:03 +01:00
ScannerService.kt Change background service notification 2020-12-21 21:46:03 +01:00
ServiceInfo.kt Refactor settings access to use a SettingsProvider 2021-06-27 22:39:15 +02:00
ServiceTrigger.kt EN: Request users to enable Bluetoooth/Location access 2020-12-13 15:37:07 +01:00