Commit Graph

955 Commits

Author SHA1 Message Date
KevinX8
50e803b018
Merge pull request #37 from Oizaro/master
Update dependencies & made notification translatable
2020-08-29 20:11:32 +01:00
KevinX8
ca84059253
Merge pull request #35 from Oizaro/patch-1
Restore previous versioncode
2020-08-29 20:10:57 +01:00
Oizaro
daa23d87bf Fix 2020-08-23 22:45:39 +02:00
Oizaro
8703fb3138 Make notification translatable 2020-08-23 21:11:58 +02:00
Oizaro
1e233f01b4 Update dependencies 2020-08-22 22:41:18 +02:00
Oizaro
da54d82a7c
Restore previous versioncode 2020-08-12 14:03:02 +02:00
KevinX8
30e45abbab
Merge pull request #34 from Oizaro/master
Signs of nanoG
2020-08-11 16:25:24 +01:00
Oizaro
66be2e97fc a more smaller range 2020-08-11 16:54:51 +02:00
Oizaro
760a1798f7
More little interval 2020-08-11 15:14:27 +02:00
Oizaro
452cf57a31 Remove unused library and update readme 2020-08-11 13:22:44 +02:00
Oizaro
953da395c2 Fix 2020-08-10 23:42:23 +02:00
Oizaro
503288160a Fix 2020-08-10 23:34:09 +02:00
Oizaro
0c5bf92816
Fix 2020-08-10 22:28:37 +02:00
Oizaro
dcdbaaef27
Merge branch 'master' into master 2020-08-10 21:32:58 +02:00
Oizaro
420ace1219 Fixed pointless bug of unlinked translations 2020-08-10 18:55:16 +02:00
Oizaro
b8346c8bb8 crazy debloat 2/2 2020-08-10 15:09:06 +02:00
KevinX8
55c01ccb7b
Merge pull request #33 from Oizaro/patch-1
Fix
2020-08-10 13:16:26 +03:00
Oizaro
f8d8f1f2ab Crazy debloat 2020-08-10 05:59:29 +02:00
Oizaro
173033af90
Fix 2020-08-10 03:37:37 +02:00
KevinX8
79986c5439 fix upstream commits 2020-08-09 00:42:05 +03:00
KevinX8
0e9f6f6951
Merge pull request #32 from YTVanced/revert-28-cast_fix
Revert "Fix device duplication in casting menu"
2020-08-09 00:20:55 +03:00
KevinX8
776451efd4
Revert "Fix device duplication in casting menu" 2020-08-09 00:20:38 +03:00
KevinX8
3c5289072b
Merge pull request #31 from Oizaro/master
Update upstream
2020-08-09 00:15:04 +03:00
Oizaro
0846c9c29a Update upstream 2020-08-07 18:57:36 +02:00
KevinX8
07ac289d5c
Merge pull request #28 from gr3ger/cast_fix
Fix device duplication in casting menu
2020-08-07 13:59:44 +03:00
gr3ger
bc526bf548 Update strings to reflect that this is a fix, and invert the toggle. 2020-08-07 12:50:13 +02:00
KevinX8
4e67957707
Merge pull request #27 from YTVanced/X1nto-patch-1
Fixed GitHub actions
2020-08-07 13:23:44 +03:00
KevinX8
3dc1868337
increase heap size 2020-08-07 13:16:24 +03:00
gr3ger
2e675ffdde using lambda and elvis operator. 2020-08-07 11:32:59 +02:00
gr3ger
9c96383eb9 Add preference for controlling the cast service 2020-08-07 11:24:41 +02:00
Tornike Khintibidze
f707d68ef8
Update AndroidManifest.xml 2020-08-05 23:30:38 +04:00
KevinX8
b196fc95f0
Merge pull request #26 from Oizaro/patch-1
Update versioncode
2020-08-05 17:58:32 +03:00
KevinX8
3da3e7e8d7
Merge pull request #25 from Oizaro/master
Update to latest upstream
2020-08-05 17:58:19 +03:00
Marvin W
2076970d40
Disable fragment transitions when system transitions/animations are disabled
Fixes #1119
2020-08-05 15:49:22 +02:00
Alexandru Chircu
0e7ae1d767 Allow null bitmap. Fixes #1128. 2020-08-05 14:30:20 +02:00
Alexandru Chircu
c2f95bbfdd Added setMapStyleOptions, updated some Parcels 2020-08-05 14:30:01 +02:00
Alexandru Chircu
5839489b1c Don't null a param which is still used, stub for missing function. Fixes #1126. 2020-08-05 14:30:01 +02:00
Alexandru Chircu
a22a366797 Return v1 for maps. Fixes #1124. 2020-08-05 14:29:09 +02:00
Marvin W
f30605b145
EN API: Only use a single writable database instance
Should fix some issues with older Android versions, #1115
2020-08-05 14:27:53 +02:00
Oizaro
589bce7ade
Update versioncode 2020-08-05 02:25:55 +02:00
Oizaro
6037181e8a Update to latest upstream 2020-08-05 01:57:23 +02:00
Alexandru Chircu
ee176c42cc Move <meta-data> inside <application>. Fixes #1122. 2020-08-04 17:24:32 +02:00
Alexandru Chircu
312d2a1930
Actually instantiate objects so that we don't pass null. Fixes #1120 (#1121) 2020-08-04 17:24:02 +02:00
Marvin W
761b6dfd47
Do not use database.use (for pre-Q), ensure database stays open as needed
Related to #1115
2020-08-04 11:42:15 +02:00
Yeshwanth V Shenoy
b898878f26 Allow Google Pay India 2020-08-03 23:00:04 +02:00
Pdevo
fadeb85d28
Synced translations with latest changes/additions of microG (#1103) 2020-08-03 22:57:24 +02:00
Kamil Bobrowski
7d91551126 reading from the stream in a loop
this ensures that desired number of bytes will be read,
as stream.read(byte[] buffer) will just make effort to read
at least 1 byte
2020-08-03 22:53:28 +02:00
Marvin W
5f70d943cb
Add initial Exposure Notification API implementation 2020-08-03 18:19:20 +02:00
Marvin W
af28a78bba
Update chimera service provider 2020-08-03 18:05:14 +02:00
Marvin W
3c2119ce79
Migrate to latest Wire library, build directly from proto 2020-08-01 22:34:53 +02:00