Commit Graph

982 Commits

Author SHA1 Message Date
Marvin W dc3d6250ac
Revert "Make the application persistent"
This reverts commit 3eb3380c2d.
See #1487 for details
2021-07-01 12:08:07 +02:00
Marvin W a431fea9bb
Fix settings provider being called with wrong identity
Fixes #1503
2021-07-01 10:39:54 +02:00
Marvin W 2d9419a785
Bump version 2021-06-30 14:31:32 +02:00
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
Marvin W fbcb6066c3
Exposure Notifications: Request permissions for Android 12 Beta 2021-06-27 22:19:26 +02:00
Marvin W 602a34ff4b
TapAndPay: Add Dummy 2021-06-27 20:18:40 +02:00
Marvin W a43048995c
Add Cronet 2021-06-26 11:28:47 +02:00
Marvin W 2e64427734
Add CredentialsService dummy 2021-06-26 11:28:46 +02:00
Torsten Grote 9ccb2073e0 Add a FontsProvider that always returns the default font 2021-06-06 17:00:51 -06:00
Chirayu Desai 3eb3380c2d Make the application persistent
* Should help with not having services killed
* System app only, but shouldn't cause any errors if it's a user-app

Change-Id: Iee2a662da074753008f6896cfa155acbeddcc974
2021-06-06 16:56:07 -06:00
Marvin W 6555997664
Location: fix LocationSettingsRequest parcelable 2021-06-06 16:00:43 -06:00
Marvin W a830b5dd5d
Dynamite: Use filters for class loader merging 2021-05-15 15:09:43 +02:00
Marvin W a746e79b91
Auth: Update API implementation 2021-05-15 14:45:50 +02:00
Marvin W 5d50ae375f
Adjust dynamite loader to support chimera modules with merged class loaders 2021-05-14 23:52:21 +02:00
Marvin W e42f68497f
EN: Add undocumented feature flag. Required for latest CWA to register test.
Fixes #1469
2021-05-13 14:16:37 +02:00
Marvin W ab36b32d47
Add missing artwork file 2021-05-10 16:54:33 +02:00
Marvin W cb3592688b
Bump version 2021-05-10 16:33:40 +02:00
Marvin W cd0953b44e
Update libraries 2021-05-10 16:25:20 +02:00
Marvin W e9766db28e
Fix build 2021-05-06 10:14:01 +02:00
Marvin W f6ec0efb63
Add FACS Cache dummy 2021-05-05 23:35:31 +02:00
Marvin W 3c1cb13e32
Credentials: Fix copyright headers 2021-05-05 23:35:31 +02:00
Marvin W a37b14eda3
Location: Announce additional feature 2021-05-05 23:35:31 +02:00
Marvin W 1a809e0e47
SafetyNet updates
- Add more API details
- preliminary support for SafetyNet reCAPTCHA
- prepare for improved DroidGuard handling
2021-05-05 23:35:27 +02:00
Marvin W 7f131c0cfa
ENUI: Make date to dot position based on DateFormat
Should fix #1444
2021-05-05 23:31:46 +02:00
Nico f5cd584a0a
Correct grammar (#1462) 2021-05-05 23:21:43 +02:00
Fynn Godau c9d767dd80 Allow drawing RPIs fragment under system navbars 2021-05-05 23:20:50 +02:00
fynngodau 9eb0adda9d
Omit RPIs in log (#1464) 2021-05-05 23:20:23 +02:00
Marvin W aee45c22be
EN: Add implementation for getStatus() 2021-04-28 20:09:32 +02:00
Francesco Saltori ad12bd5de4
Handle GMS intent for launching account settings (#1452) 2021-04-19 12:42:53 +02:00
Dylanger Daly e9f028c813
Add Android Auto to known Google packages (#1396) 2021-04-17 16:20:26 +02:00
Dima Ryazanov 1a149c6c51 Add Chat to known Google packages 2021-04-17 14:56:25 +02:00
Oliver Scott 63d09df2fc Replace remaining shared preference edits with service configuration setters
Change-Id: I518f54653791ce02cb0e82662802474c5e8852d5
2021-04-17 14:54:17 +02:00
fynngodau 8dceaad8ea
Fix date format being used incorrectly (#1443)
fixes #1441
2021-04-17 13:20:30 +02:00
Marvin W a173d26897
Announce (unsupported) feature in location manager 2021-04-15 12:06:44 +02:00
Marvin W 161c2ffa24
Add Credentials Picker Stub 2021-04-15 12:06:24 +02:00
Marvin W 91b0f6893f
GCM: Fix confirm dialog in dark theme 2021-03-18 01:20:40 +01:00
Marvin W 5eb04b44db
Fix typo 2021-03-18 01:20:39 +01:00
Marcus Hoffmann ff1f879ab6 add deeplink to rpi information screen
CCTG could use this when interacting with external microG. Instead of
directly embedding the fragment through the bottomNavigationBar we can
at least jump to the correct target location. Doing this through an
implicit deeplink intent seems easiest as an explicit intent adds all
the top level nav elements to the backstack
(see: https://developer.android.com/guide/navigation/navigation-deep-link).

Tested and this works pretty nicely :).
2021-03-17 23:39:56 +01:00
Marvin W c9e09e9714
Use Cursor.getColumnIndexOrThrow() 2021-03-17 19:38:34 +01:00
Marvin W 1516af4395
Move EN permission to withNearby flavour 2021-03-11 10:14:43 +01:00
Marvin W ecfe3da3f7
Wakeful receivers only handle non-null intents 2021-03-09 22:21:25 +01:00
Fynn Godau 87465cd1dd Add missing method to GoogleApiAvailability 2021-02-23 12:09:30 -06:00
Fynn Godau 5b50e24636 EN: Hide legend if no data is to be displayed 2021-02-23 12:08:40 -06:00
Marvin W 412e513afe
EN: Implement new versioning scheme of API 1.8 2021-02-21 16:39:12 -06:00
Marvin W 83a150b128
EN: Add API for API version 1.8 2021-02-21 16:24:22 -06:00
Marvin W 3d2c7e9523
Add DroidGuard service API and client 2021-01-31 12:13:03 -06:00
Marvin W 2fbe0a0928
Mapbox: use specialized location layer
Less buggy and more performant, but lacks pulsing animation.
Fixes #1293
2021-01-21 11:41:49 +01:00
Marvin W 1b3c2f87d8
Fix Android Studio not reading symbols of proto generated classes 2021-01-21 11:41:07 +01:00
Marvin W baf890cf18
Bump version 2021-01-12 14:27:36 +01:00
Óscar Fernández Díaz b0fae31c4b
Update Spanish translation (#1315) 2021-01-11 23:14:48 +01:00