You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Removed logic for next-day-upload for the TEK of the reporting day. With this change, you must make sure that Google configured EN for your country/app to always release the last TEK directly with a shortened rolling period.
Refactored Workers to Kotlin CoroutineWorkers for better handling of blocking EN API calls
Added DP3TKotlin class with suspend function to send fake infected request
Added flag to enable federation gateway sync: by default flag is not set, can be configured to be explicitly true or false
SignatureException is now a subclass of IOException