Commit Graph

1494 Commits

Author SHA1 Message Date
Marvin W a83b677f46
FirebaseAuth: Allow apps to not announce library version 2020-12-06 11:12:33 +01:00
Marvin W 0c321fd1eb
EN: Display warnings in settings when not operating correctly 2020-12-06 11:00:09 +01:00
Marvin W ce43256812
Fix copyright headers 2020-12-06 10:59:32 +01:00
Marvin W eaef4bc151
Auth: Do not try to get token for non-existing accounts 2020-12-05 10:03:22 +01:00
Marvin W 5e39818a20
Add initial support for Vision Barcode API
This work is heavily based on work by @lfxgroove

Co-Authored-By: lfxgroove <lfxgroove@zoho.com>
2020-12-05 09:57:19 +01:00
KevinX8 ebe204d2f3
Merge pull request #64 from Oizaro/master
BRUH...
2020-12-03 15:31:59 +00:00
Oizaro 1d238f9d62 BRUH... 2020-12-03 16:28:48 +01:00
Marvin W 2b09a5e530
EN: Ensure correct handling of new provideDiagnosisKeys()
Fixes #1300
2020-12-03 10:15:18 +01:00
KevinX8 7aecc9ad59
Merge pull request #61 from Oizaro/master
Attempt to fix Huawei battery optimization reference
2020-12-02 21:28:55 +00:00
KevinX8 930ecb8bb7
Merge pull request #62 from groozchique/fix-bad-wording
Little fix for Russian translation
2020-12-02 21:28:39 +00:00
Marvin W c0324710f3
Return empty list of accounts when receiving weird requests
This is an attempt to fix #1052
2020-12-01 18:30:07 +01:00
Marvin W f7190091af
EN: Add methods to check if advertising/scanning is supported by device 2020-12-01 18:27:07 +01:00
Marvin W 00a8e83540
Also show service notification when app is in foreground.
Useful when embedding microG
2020-12-01 18:26:10 +01:00
Christian Grigis d4e20883d7 Avoid division by 0 2020-12-01 18:20:17 +01:00
Nick 72d97083b3
Replace incorrect word in translation
We use our fingers to interact with the screen on the phone, so we "tap" and don't "click"
2020-12-01 05:07:52 +03:00
Oizaro d140eea420 Attempt to fix Huawei battery optimization reference 2020-11-30 17:40:38 +01:00
KevinX8 ce87d6fbfd
Merge pull request #60 from Oizaro/master
Update string values
2020-11-28 21:49:05 +00:00
Oizaro e1f25c07c7 Fix copyrights 2020-11-28 22:46:34 +01:00
Oizaro d4c0f6bc8e MicroG 0.2.14.204216 2020-11-28 22:25:45 +01:00
Oizaro 47b0f67f5b Update string values 2020-11-28 18:43:41 +01:00
Marvin W 0b6f929eaa
Fix library name of manual library loader 2020-11-27 11:22:03 +01:00
Marvin W a43273b5e0
Gradle: add description to poms 2020-11-24 23:02:32 +01:00
Marvin W e84452aeaf
EN: Clear matching cache to ensure we don't miss any warnings due to changed bluetooth protocol 2020-11-24 16:36:08 +01:00
Marvin W b05da04e33
Update UnifiedNlp to alpha 5 2020-11-24 16:35:18 +01:00
KevinX8 b834ba4ed7
Merge pull request #56 from Oizaro/master
MicroG 0.2.14.204215
2020-11-22 19:01:09 +00:00
KevinX8 ad59b24345
Merge pull request #54 from groozchique/master
Russian translation for Vanced MicroG
2020-11-22 18:58:02 +00:00
Marvin W bc0b08c2b6
EN: Only ask for confirmation if build comes with confirm ui 2020-11-19 20:07:37 +01:00
Marvin W 568c015be7
Readme: Fix travis badge 2020-11-19 18:43:08 +01:00
Marvin W 50c241ab63
EN: Fixed rare case of incorrectly reporting more exposures than happened 2020-11-19 18:40:11 +01:00
Marvin W 9ef9f29940
Wallet: Add dummy for isReadyToPay() API 2020-11-19 16:53:50 +01:00
Oizaro 4665efd4eb
Fix 2020-11-19 16:35:06 +01:00
Oizaro f403715896 MicroG 0.2.14.204215 2020-11-19 15:56:44 +01:00
Marvin W d038fd82cf
Use Status.isSuccess() instead equals(Status.SUCCESS) 2020-11-19 01:51:28 +01:00
Marvin W 1211a3a9f2
Fix build 2020-11-18 23:26:18 +01:00
Marvin W 3c10ba6f01
Bump version to 20.42.15 2020-11-18 19:21:26 +01:00
Marvin W 4c2ef04364
EN API: Update 2020-11-18 19:18:20 +01:00
Marvin W 8006b2c8a9
ProviderInstaller: Use conscrypt-gmscore instead of original conscrypt
Helps with bunch of apps that use OkHttp
2020-11-18 14:40:29 +01:00
Nick b55a8508ae
Add Russian translation 2020-11-15 13:10:57 +03:00
Nick 683ec851bf
Add Russian translation 2020-11-15 13:09:10 +03:00
Nick 063c3d639b
Add Russian translation 2020-11-15 13:08:24 +03:00
Nick e692de7eb7
Add russian strings 2020-11-13 21:11:45 +03:00
Marvin W 0bb46d6af6
Update a few dependencies 2020-11-10 10:15:35 +01:00
Christian Grigis 12905d6621 Add new fields to TemporaryExposureKey 2020-11-10 10:14:29 +01:00
Christian Grigis 5ef1144131 Mark deprecated APIs and add the two other versions of provideDiagnosisKeys() 2020-11-10 10:14:29 +01:00
Christian Grigis 42da7aa2fa Handle callback when returning early 2020-11-10 10:14:29 +01:00
Christian Grigis f2bc5f5baa Add some methods to client library 2020-11-10 10:14:29 +01:00
Oizaro e5c0e26e8d
MicroG 0.2.13.203916 2020-10-23 09:56:03 +02:00
Oizaro a1fdf60cb4 Attempt to fix Android 11 crash 2020-10-22 23:23:48 +02:00
Oizaro 33daf1be04 Oreo reboot fix 2020-10-22 03:40:34 +02:00
Oizaro d4c15d3a3a Fix 2020-10-21 02:05:23 +02:00