VancedMicroG/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification
Marvin W 110157dab8
ENF: Handle issue with negative or 0 durations due to system time changes
With time synchronisation and can happen that timestamps in database are newer
than reported system time, which then can lead to reported exposure with
multiple measurements but negative or zero reported duration, resulting in
divide-by-zero and other issues in average RSSI calculation. This fixes the
issue, by ignoring new measurements of the same RPI when they are seemingly
older than a previous measurement.
2022-01-14 10:48:03 +01:00
..
AdvertiserService.kt Use ENF version 1.1 to send confidence values 2022-01-14 10:07:23 +01: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 ENF: Handle issue with negative or 0 durations due to system time changes 2022-01-14 10:48:03 +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 add CWA and CCTG exposure file public signing keys 2021-11-24 23:21:02 -06:00
ExposurePreferences.kt Settings: Make provider package dependent and move to core 2021-08-20 10:28:03 +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