Commit Graph

1494 Commits

Author SHA1 Message Date
KevinX8 7cf99fd238
Merge pull request #134 from novas78/master
Update czech strings.xml
2021-05-14 01:14:14 +01:00
Oizaro c4bace6880 Merge remote-tracking branch 'upstream/master' 2021-05-14 02:04:36 +02:00
Oizaro 806dcec9c3 MicroG 0.2.19.211712 2021-05-14 01:59:12 +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
Lukas Novotny ba306f6898
Fixed typos 2021-05-10 14:31:04 +02:00
Lukas Novotny 4744ce0fc8
Update strings.xml 2021-05-10 14:10:12 +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
KevinX8 70c5e044db
Merge pull request #130 from Oizaro/patch-1
Remove missing library reference
2021-05-02 18:50:42 +01:00
Oizaro 7b7203388b
Remove missing library reference 2021-05-02 19:49:51 +02:00
Marvin W aee45c22be
EN: Add implementation for getStatus() 2021-04-28 20:09:32 +02:00
KevinX8 8527e341f9 bumps deps 2021-04-26 23:27:35 +01:00
KevinX8 ace9dd0458
Merge pull request #126 from Oizaro/master
Re-add chimera
2021-04-26 23:26:14 +01:00
Oizaro a0eaf23de4 Fix 2021-04-26 20:47:15 +02:00
Oizaro d2f9be1fb6
Re-add chimera 2021-04-26 20:07:20 +02:00
Francesco Saltori ad12bd5de4
Handle GMS intent for launching account settings (#1452) 2021-04-19 12:42:53 +02:00
KevinX8 f6c2322506
Merge pull request #123 from Oizaro/master
Update to latest upstream
2021-04-17 18:29:28 +01:00
Oizaro 0ad9e464c7 Merge remote-tracking branch 'upstream/master' 2021-04-17 19:21:37 +02:00
Oizaro 0bd641430d Update to latest upstream 2021-04-17 19:18:22 +02:00
KevinX8 15fc7e6ad4
Merge pull request #122 from Oizaro/master
Update to latest upstream
2021-04-17 18:07:34 +01: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
Oizaro f0b904e313 Merge remote-tracking branch 'upstream/master' 2021-04-15 23:45:12 +02:00
Oizaro 540bbb94f6 Update to latest upstream 2021-04-15 23:35:47 +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
KevinX8 d01b6cd40e
Merge pull request #97 from novas78/master
Czech translation
2021-04-06 22:11:47 +01:00
KevinX8 7088a0da2f
Merge pull request #118 from Oizaro/master
Update to latest upstream
2021-03-22 10:58:22 +00:00
Oizaro a68d0ab98a
Fix 2021-03-22 04:28:53 +01:00
Oizaro 5018c9ad2b Merge remote-tracking branch 'upstream/master' 2021-03-22 04:10:28 +01:00
Oizaro dc77b75927 Update to latest upstream 2021-03-22 04:04:09 +01: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
KevinX8 8ad8ea42e6
Merge pull request #116 from X1nto/master
Fixed microg icon unhiding on huawei
2021-03-16 11:14:09 +00:00
X1nto c7eee4fab1 unhide microg icon on huawei 2021-03-16 09:30:07 +04:00
Tornike Khintibidze f779e2593e
Merge pull request #2 from YTVanced/master
Sync
2021-03-16 09:21:38 +04:00