Compare commits

...

1235 Commits

Author SHA1 Message Date
KevinX8 6814161c48
Remove the oop 2022-03-11 09:51:17 +00:00
KevinX8 309544601e
Merge pull request #183 from DavidBrazSan/master
Add translation of Portuguese Brazil
2022-03-09 12:20:17 +00:00
KevinX8 88f083616a
Merge pull request #184 from Oizaro/master
New stuff
2022-03-08 19:52:54 +00:00
Oizaro 895b6628fb Update deps 2022-03-08 20:18:59 +01:00
Oizaro 61582b63d0 Use new method for lifting idle restrictions temporarily when receiving PUSH messages 2022-03-08 20:18:49 +01:00
David BrazSan 77b560e620
Create strings.xml 2022-02-28 11:14:14 -03:00
David BrazSan 1899564f74
Create plurals.xml 2022-02-28 11:13:23 -03:00
David BrazSan 7e5f008906
Create arrays.xml 2022-02-28 11:12:39 -03:00
KevinX8 379346614c
Merge pull request #178 from Oizaro/master
Restore previous services list
2022-02-11 16:43:15 +00:00
KevinX8 cafd5ee4d4
Merge pull request #177 from novas78/master
Update of Czech translation
2022-02-11 15:43:14 +00:00
Lukas Novotny 2b2581d131
Update of Czech translation 2022-02-11 16:15:20 +01:00
Oizaro 6ca53537ee Restore previous services list 2022-02-11 16:06:20 +01:00
KevinX8 dc6426b9ff
Merge pull request #175 from Oizaro/master
Fix potential context crash + update deps
2022-02-09 21:39:28 +00:00
Oizaro 8a0361ea5e Fix potential context crash + update deps 2022-02-09 22:17:39 +01:00
KevinX8 d3092c4579
Merge pull request #174 from Oizaro/master
MicroG 0.2.24.220220
2022-02-07 09:40:00 +00:00
Oizaro 56538dd003 Merge remote-tracking branch 'upstream/master' 2022-02-05 12:52:03 +01:00
Oizaro a33a62ac79 MicroG 0.2.24.220220 2022-02-05 12:45:55 +01:00
Marvin W 17b8371b48
Update UnifiedNlp version 2022-02-01 20:23:12 +01:00
Marvin W adf534d20a
ENF: Replace invalid RSSI values in database 2022-02-01 14:47:52 +01:00
Tim Hetkämper 75aaeb1fc6 ENF: Fix average RSSI calculation
Correctly discard new measurements when the reported timestamp is older
than the timestamp in the database.
Fixes https://github.com/microg/GmsCore/issues/1655.
2022-02-01 13:50:37 +01:00
Marvin W 61957c33cd
ProfileManager: Allow overriding User-Agent in WebView 2022-02-01 13:36:39 +01:00
KevinX8 e6d706456e
Merge pull request #170 from Oizaro/master
MicroG 0.2.23.220217
2022-01-31 12:57:15 +00:00
KevinX8 d231e059f7 Update Dependencies and SDK target to match Vanced 2022-01-31 12:49:59 +00:00
Oizaro 5f2b3b5205 Cleanup 2022-01-31 00:31:49 +01:00
Oizaro 785ffe4933 Fix 2022-01-29 20:55:43 +01:00
Oizaro 8472943bb4 Optimize imports 2022-01-28 01:15:01 +01:00
Oizaro f600688264 Merge remote-tracking branch 'upstream/master' 2022-01-28 01:06:36 +01:00
Oizaro d64e4556f6 MicroG 0.2.23.220217 2022-01-28 00:47:01 +01:00
Marvin W af28974d97
Use different API key for SafetyNet checks 2022-01-25 18:31:32 +01:00
Marvin W 0497f7ead3
Make strings translatable 2022-01-25 18:31:24 +01:00
Torsten Grote f3c20333b0 Don't teardown things after sockets have been closed
Before, the call to closeAll() in McsService#connect() would trigger a SocketException (Socket closed) in McsOutputStream and/or McsInputStream. This would send a teardown message causing McsService to take the new connection down right away. In unlucky situations, this could cause small connect/teardown loops. This commit hopes to prevent those.

Change-Id: Id347d598e028bdd1ba2622cd6a5c6b07874335d6
2022-01-25 12:37:08 +01:00
Torsten Grote b9b1ef6246 Detect missing heartbeat ACKs and broken connections faster
Waiting twice the heartbeat interval since the last ACK can make us miss dead connections for more than 10min in which no push messages get received.

This change requires the ACK to come within 90 seconds of sending the heartbeat ping, otherwise the connection is considered dead which will trigger a re-connect.

We use a high timeout of 90 seconds, because in some mobile networks (like in trains) ping times of more than 60 seconds have been observed in practice.

Change-Id: I8e63843400b47e1a6d23faf180f9446bcb5e0cd8
2022-01-25 12:37:08 +01:00
Torsten Grote 2ba2c04cc0 Don't say we are connected when push is disabled for current network
This may cause a connection attempt, but in connect(), we'll notice that it is disabled and won't continue to connect.

Change-Id: Id5f00539a48fad16b5e5f55bd336fb8890aa1acc
2022-01-25 12:37:08 +01:00
Torsten Grote bb68674cae Initiate connection teardown only once
Otherwise, this gets called multiple times from different places via MSG_TEARDOWN. This causes the reconnect delay to increase with each call to scheduleReconnect(), increasing the time we stay disconnected.

This commit introduces a boolean flag preventing handleTeardown() to run twice or more until connect() was called again.

Change-Id: I3d7cb08d696be48532a61819fbb279a908919a3d
2022-01-25 12:37:08 +01:00
Marcus Hoffmann 10455df7e2 also catch potential stopAdvertising exceptions 2022-01-25 00:03:13 +01:00
Marcus Hoffmann 88d14e9e8a fix log message on BLE advertising on SDK < 26 2022-01-25 00:03:13 +01:00
Fynn Godau 15a1b15591 Really fix nearby permission check in settings view 2022-01-25 00:03:13 +01:00
Marcus Hoffmann 80b3129356 improve background location request flow
Instead of directly jumping to the settings screen (which is what the
"Request background location access" amounts to) and leaving the user
there without a clue what to do, we update the label, icon and button
with new text explaining what the user needs to do next.
2022-01-25 00:03:13 +01:00
Marcus Hoffmann 6cfc0aa255 request BLUETOOTH_SCAN and ADVERTISE permissions on Android 12
This also adds a warning notification when the app doesn't have the
required permission after an OS update.
2022-01-25 00:03:13 +01:00
Marvin W 4a5c98491b
Bump version 2022-01-24 19:53:07 +01:00
Marvin W 7969aa817b
Fix Lint issues 2022-01-24 19:51:54 +01:00
Marvin W 91071bbea1
Move ReCAPTCHA Activity to UI package 2022-01-24 19:11:36 +01:00
Marvin W 6e21b52bfe
Profile Manager: Add configuration features 2022-01-24 17:47:34 +01:00
Marvin W 3bbae67fda
Claim to provide tapandpay_token_listing feature 2022-01-24 17:47:34 +01:00
Marvin W 9f3a5ce329
Mapbox: Don't crash for invalid Polygons 2022-01-24 17:47:34 +01:00
Marvin W 711e5c7e12
Fix build of maps-vtm 2022-01-24 17:47:34 +01:00
Marvin W 552aaf856d
Update stub services 2022-01-24 17:47:34 +01:00
Marvin W 10de88b89f
Add new Auth API features 2022-01-24 17:47:34 +01:00
Marvin W 854f879da4
Update checkin service API 2022-01-24 17:47:34 +01:00
Marvin W 9304375da7
ENF: Use new base features 2022-01-24 17:47:34 +01:00
Marvin W fd8ce71a83
Add initial UI for new features 2022-01-24 17:47:34 +01:00
Marvin W e3b042ccd7
Update GCM/IID client code 2022-01-24 17:47:33 +01:00
Marvin W 050afb8f87
Update base 2022-01-24 17:47:33 +01:00
Marvin W 0bdcb1319b
Update location service 2022-01-24 17:47:33 +01:00
Marvin W d593de25ef
Update dependencies 2022-01-24 17:47:33 +01:00
Marvin W 56b8bc9f65
Update DroidGuard + SafetyNet 2022-01-18 18:42:23 +01:00
Marvin W ee91cc9b79
Update Gradle 2022-01-18 13:51:16 +01:00
Marvin W 2dd6b6b173
Fixes for profile manager 2022-01-18 13:50:45 +01:00
Marvin W 68e116388b
ENF: Add proper default for new columns 2022-01-16 23:08:51 +01:00
Marvin W 110157dab8
ENF: Handle issue with negative or 0 durations due to system time changes
With time synchronisation and can happen that timestamps in database are newer
than reported system time, which then can lead to reported exposure with
multiple measurements but negative or zero reported duration, resulting in
divide-by-zero and other issues in average RSSI calculation. This fixes the
issue, by ignoring new measurements of the same RPI when they are seemingly
older than a previous measurement.
2022-01-14 10:48:03 +01:00
Marvin W d16d438350
Location: Ensure we don't keep GPS active indoors when requesting app is already gone 2022-01-14 10:39:10 +01:00
Marvin W fba6fbdfd0
DotChartView: Format date without year 2022-01-14 10:39:10 +01:00
Marvin W 05d18bb8d2
Do not use application context when requesting resources
Application context is not properly themed, resulting in ugly UI on some devices
2022-01-14 10:39:10 +01:00
Marvin W a7b2b7e3f8
Add profile manager 2022-01-14 10:39:10 +01:00
Marvin W 6d45bfb7ed
Add DroidGuard support 2022-01-14 10:39:09 +01:00
Marvin W d8325870cb
Add basic chimera classes for DroidGuard compatibility 2022-01-14 10:39:09 +01:00
Marvin W 6202aa9b34
Add play-services-tasks-ktx 2022-01-14 10:39:09 +01:00
Marvin W 41a32d93fe
Move kotlin extension from play-services-basement to play-services-basement-ktx 2022-01-14 10:39:09 +01:00
Marvin W a7eb9a2732
Update firebase dynamic links API 2022-01-14 10:39:09 +01:00
Oliver S ac779f9ac8 Fix off by one error 2022-01-14 10:12:57 +01:00
Oliver S 7321ea7d25 Add missing fields to ENF database 2022-01-14 10:12:57 +01:00
Oliver S 24d6b5aef5 Use ENF version 1.1 to send confidence values 2022-01-14 10:07:23 +01:00
Kaukov 64f12230f7 Bump GMS version 2021-12-15 22:32:22 +01:00
Francesco Saltori 507c20aaac
Update and improve Italian translation (#1457) 2021-11-25 06:43:59 +01:00
Marcus Hoffmann 0ae3a82b4e add CWA and CCTG exposure file public signing keys
From: https://github.com/corona-warn-app/cwa-documentation/issues/740#issuecomment-963223074
2021-11-24 23:21:02 -06:00
Torsten Grote 222b03f7ee Respect bounds for heartbeat intervals when learning from timeouts
Without this it can happen that we learn the interval too close to 0 which causes us to assume that we are always disconnected breaking Mcs network functionality

Change-Id: I0dee59d1365a8e10941dd346bfcd7af19d79d523
2021-11-03 13:02:51 +01:00
Torsten Grote 00a06d4b94 Don't reconnect to gcm when opening settings
This doesn't treat the underlying issues and can make debugging harder if we suddenly auto-connect due to this.

Change-Id: I9c04c78e8ebda8472b0cd8c7b0b0deb2e2300139
2021-11-03 13:02:51 +01:00
Torsten Grote 14d666a163 Do a check-in if we are not actually checked in, but should be, e.g. cleared app data
Change-Id: If800339fa35644d8783203fbd511128457d6d101
2021-11-03 13:02:51 +01:00
Torsten Grote f806e1bcdb When check-in fails due to missing internet access, try again as soon as access is restored 2021-11-03 13:02:51 +01:00
Torsten Grote 1367649a18 Lower heartbeat interval when we find the connection reset when wanting to send a message 2021-11-03 13:02:51 +01:00
Torsten Grote d25e351c41 Re-connected in SettingsFragment if we are erroneously disconnected 2021-11-03 13:02:51 +01:00
Christian Grigis 9067f66f0c Instantiate key signatures on demand 2021-11-02 17:35:06 +01:00
Christian Grigis dd617e27b6 Verify keyfiles only when a backend PK exists 2021-11-02 17:35:06 +01:00
Christian Grigis 8a1ac35c4d Ensure zip keyfile has unique entries 2021-11-02 17:35:06 +01:00
Christian Grigis 3885ed6ef8 Verifiy signature of received keyfiles 2021-11-02 17:35:06 +01:00
David 925ce2ddd9 Fix UI crash in Asus 5.0 devices
Closes: #267 , #463 .
This is the same fix made by emv412 here: https://github.com/microg/android_external_MicroGUiTools/pull/11
2021-10-30 21:08:26 +02:00
Marcos Marado a4a20dc87a do not hardcode the apk path
The apk path is hardcoded, but it is in fact placed inside the build
path. This patch changes it, so the apk path is calculated from the
build path.

This patch does not change any behavior. However, it allows future
changes to build path to automaticly reflect on the apk path.
2021-10-30 21:07:26 +02:00
Torsten Grote a808476b7d Work around rare crashes that can happen when fragments are not attached to a context
while co-routines are still executing but requiring a context

Change-Id: Ie6c7cee50014b59c25384d3bf9a122081b9917fc
2021-10-30 20:48:40 +02:00
Marvin W ae8516a339
Add some Cast APIs 2021-10-29 15:29:52 +02:00
Francesco Saltori 82d11e4e7a Log which app was denied push permission 2021-10-07 12:21:48 +02:00
Marvin W e90ce370d4
Don't log callbacks of Google Sign-In page to logcat
Google seems to include sensitive account details in some of these fields.
Fixes #1567
2021-10-06 11:51:04 +02:00
KevinX8 2a4c73518b
Merge pull request #159 from GoldenRetro/master
Some updates
2021-09-11 21:19:30 +01:00
GoldenRetro ae3feaad7e Fix manifest provider 2021-09-11 21:34:52 +02:00
KevinX8 a610156db7 Upgraded AGP to 7.0.2 2021-09-11 21:10:39 +03:00
GoldenRetro 403c2f78ad Merge remote-tracking branch 'upstream/master' 2021-09-11 10:47:10 +02:00
GoldenRetro da6399b18c MicroG 0.2.22.212658 2021-09-11 10:44:37 +02:00
Marvin W 96cfe2bd9b
Bump version 2021-08-23 13:11:15 +02:00
Marvin W 2e286a7e5b
Mark oneway functions as oneway in aidl 2021-08-20 10:28:03 +02:00
Marvin W 60d26b80eb
Clearcut: Get rid of log spam due to missing fields in tracking function 2021-08-20 10:28:03 +02:00
Marvin W 659ece03b4
Add mobstore to dummy service 2021-08-20 10:28:03 +02:00
Marvin W d707288ec9
Settings: Make provider package dependent and move to core 2021-08-20 10:28:03 +02:00
Christian Grigis a0558a5f38 EN: Fix permission granting on Android 11 2021-08-19 16:10:27 +02:00
Chirayu Desai 1d747f6a83 Add Stadia to known Google packages
Change-Id: Ie70cde85e398dc5eed13fc2294f78088661a743a
2021-08-19 14:42:35 +02:00
Francesco Saltori 985f0aea5a Remove outdated log message 2021-08-19 14:41:08 +02:00
Chirayu Desai 012c2ffc89 SettingsProvider: Remove logs
* This is really spammy!

Change-Id: If1b9cbaa50bf8af37ca7146c6f510ad6875bab35
2021-08-19 14:40:48 +02:00
KevinX8 020b789fe8
Merge pull request #155 from Oizaro/master
Remove getDefaultSharedPreferences calls
2021-07-06 15:33:40 +01:00
Oizaro c86b9ab7c5 Remove getDefaultSharedPreferences calls 2021-07-06 15:07:39 +02:00
KevinX8 4c9230d279
Merge pull request #154 from Oizaro/master
MicroG 0.2.21.212417
2021-07-06 11:20:02 +01:00
Oizaro e32c3332e1 Move classes from 'gms' to 'mgms' folder 2021-07-06 01:58:24 +02:00
Oizaro 3c3f1e811a MicroG 0.2.21.212417 2021-07-05 20:36:56 +02:00
KevinX8 42cde92013
Merge pull request #152 from Oizaro/master
Update to latest upstream
2021-07-03 09:25:58 +01:00
Oizaro 64bd3ef520 Merge remote-tracking branch 'upstream/master' 2021-07-03 10:19:44 +02:00
Oizaro 11bab49107 Update to latest upstream 2021-07-03 10:15:40 +02:00
Marvin W db6fd73736
Add Cronet to About screen 2021-07-01 21:20:20 +02:00
Marvin W 3075bf1a34
Cronet: Don't bundle API for now
Fixes #1506
2021-07-01 20:51:08 +02:00
Oizaro e519443293
Update to latest upstream (#151)
* Exposure Notifications: Request permissions for Android 12 Beta

* 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

* Bump version

* Fix settings provider being called with wrong identity

Fixes #1503

* Revert "Make the application persistent"

This reverts commit 3eb3380c2d.
See #1487 for details

* Cronet: Use updated version

* Update to latest upstream

Co-authored-by: Marvin W <git@larma.de>
Co-authored-by: Torsten Grote <t@grobox.de>
2021-07-01 18:32:42 +01:00
Oizaro 6b534c2362 Merge remote-tracking branch 'upstream/master' 2021-07-01 15:41:04 +02:00
Oizaro dbecd4aab3 Update to latest upstream 2021-07-01 15:38:17 +02:00
Marvin W d8e50cb341
Cronet: Use updated version 2021-07-01 12:22:28 +02:00
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
KevinX8 6b9aa61849
Merge pull request #149 from Oizaro/master
Update to latest upstream
2021-06-27 22:09:31 +01: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
Oizaro 9554db9dd7 MicroG 0.2.20.212415 2021-06-27 22:09:37 +02:00
Oizaro d846a1afb1 Merge remote-tracking branch 'upstream/master' 2021-06-27 21:57:37 +02:00
Oizaro 19af72d14a Update to latest upstream 2021-06-27 21:53:47 +02:00
Marvin W 28d82eff04
Exposure Notifications: Request permissions for Android 12 Beta 2021-06-27 21:34:04 +02:00
Marvin W 602a34ff4b
TapAndPay: Add Dummy 2021-06-27 20:18:40 +02:00
KevinX8 c7cfb3e72b
Merge pull request #147 from Oizaro/patch-1
Fix gcm description
2021-06-26 20:27:10 +01:00
Oizaro 6710aab0bf
Fix gcm description 2021-06-26 21:25:59 +02:00
KevinX8 ed5c96271b
Merge pull request #146 from Oizaro/master
Update to latest upstream
2021-06-26 14:03:59 +01:00
Oizaro 1bc6b82a27 Fix array positions 2021-06-26 14:52:15 +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
Oizaro f1d530e1b5 Merge remote-tracking branch 'upstream/master' 2021-06-26 09:54:54 +02:00
Oizaro 79f78b8d86 Update to latest upstream 2021-06-26 09:45:33 +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
KevinX8 ba1ee758be
Merge pull request #139 from Oizaro/master
Move chimera content to com.google
2021-05-17 15:55:58 +01:00
Oizaro c17db96478 Move chimera content to com.google 2021-05-17 16:29:02 +02:00
KevinX8 e3bbca5e06
Merge pull request #138 from Oizaro/master
Update to latest upstream
2021-05-17 07:33:23 +01:00
Oizaro 0d69cfdeee Merge remote-tracking branch 'upstream/master' 2021-05-16 22:16:08 +02:00
Oizaro 748a0c021d Update to latest upstream 2021-05-16 22:12:32 +02: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
KevinX8 747cd9b5bd
Merge pull request #135 from Oizaro/master
MicroG 0.2.19.211712
2021-05-14 01:14:24 +01:00
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
KevinX8 3e98b98aa3
Merge pull request #113 from Oizaro/patch-1
Show launcher icon after click on Huawei button
2021-03-15 19:37:43 +00:00
Oizaro 221e6e74ce
Show launcher icon after click on Huawei button 2021-03-15 20:04:11 +01:00
KevinX8 0bb6500d04
Merge pull request #112 from Oizaro/master
More translations
2021-03-14 15:22:48 +00:00
Oizaro e015189785
Hide icon russian translation 2021-03-14 15:14:51 +00:00
Oizaro 4fb53e35d7
Hide icon indonesian translation 2021-03-14 15:12:49 +00:00
Oizaro c2a737a0c9
Hide icon spanish translation 2021-03-14 15:10:47 +00:00
KevinX8 5599ddb1bb
Merge pull request #111 from Oizaro/master
Fix italian translation
2021-03-14 14:34:55 +00:00
Oizaro b41770fd5b
Fix italian translation 2021-03-14 14:33:49 +00:00
KevinX8 9f8f696656 revert default state 2021-03-14 14:26:13 +00:00
KevinX8 94ba880540 change wording 2021-03-14 14:12:28 +00:00
KevinX8 73677ee57c fixed hiding stuff 2021-03-14 14:10:46 +00:00
KevinX8 dbb08e5085
Merge pull request #110 from Oizaro/patch-1
Remove unused library from settings
2021-03-14 10:15:50 +00:00
Oizaro afe1be854d
Remove unused library from settings 2021-03-14 10:08:00 +01:00
KevinX8 acf6facdb6
Merge pull request #109 from Oizaro/master
Attempt to fix debug error
2021-03-13 21:29:14 +00:00
Oizaro e91ef2133c Another attempt 2021-03-13 22:19:08 +01:00
Oizaro 97b91b7dfe Attempt to fix debug error 2021-03-13 22:11:34 +01:00
KevinX8 416ef1d780
Merge pull request #108 from Oizaro/master
MicroG 0.2.18.210390
2021-03-13 21:02:07 +00:00
Oizaro 338a471cb2 MicroG 0.2.18.210390
- Bump version.
- Automatically fetch versioncode from buildconfig.
- Code cleanup.
2021-03-13 21:58:28 +01:00
KevinX8 80d0992d5b
Merge pull request #107 from Oizaro/master
Hide icon italian translation
2021-03-13 20:15:26 +00:00
Oizaro e89f21e9e3
Hide icon italian translation 2021-03-13 20:14:18 +00: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
KevinX8 2c6d46282e
Merge pull request #101 from X1nto/master
Added an ability to hide app icon in the launcher
2021-03-05 12:02:40 +00:00
X1nto 6dffdfcf27 updated deps 2021-03-03 16:19:29 +04:00
X1nto 764fe0d7ff added an option to hide app icon and bumped up deps 2021-03-02 19:15:36 +04:00
Tornike Khintibidze 66055c95b0
Merge pull request #1 from YTVanced/master
Sync
2021-03-02 18:06:06 +04: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
Lukas Novotny 4ba144af28
Czech language 2021-02-15 13:29:16 +01:00
Lukas Novotny 9d12365421
Czech language 2021-02-15 13:27:12 +01: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
Marvin W 19118d0b31
Enable GitHub Actions 2021-01-11 22:40:14 +01:00
Vladimir Filatov 75ae299b54
Improve translations (#1330) 2021-01-11 21:15:36 +01:00
heyarne 29b39a861e
Fix typo for short exposure notifications (#1355) 2021-01-11 21:05:50 +01:00
Marvin W 2fe12d8788
EN-UI: Add popup to ID chart 2021-01-11 21:04:08 +01:00
Marvin W 2f29b93a99
EN-UI: Make legend translateable 2021-01-09 17:52:14 +01:00
Marvin W 65032fbb3c
EN-UI: Fix chart in dark mode, add legend 2021-01-08 21:15:11 +01:00
Marvin W 11a86d9169
EN: Display historgram of collected IDs using hourly heat map 2021-01-08 15:46:25 +01:00
Marvin W 6e176cceed
EN: Move permission to not interfere with existing permission when used as a library 2021-01-06 12:14:53 +01:00
Marvin W af0aa2288a
Auth: Log and handle invalid package names 2021-01-06 12:13:20 +01:00
Marvin W f12536e6ce
EN: Catch errors in zip file processing 2021-01-06 12:11:57 +01:00
Marvin W 8e7544bd14
EN: Correctly set since last scan in seconds not milliseconds 2021-01-06 12:00:59 +01:00
KevinX8 8bb1d8720c added new icon 2020-12-27 23:15:17 +00:00
Marvin W 91c8e43ab9
EN: Make service more robust against exceptions while processing app input 2020-12-27 17:09:51 +01:00
KevinX8 229802fb8a
Merge pull request #79 from Oizaro/patch-1
Fix badge
2020-12-24 22:15:16 +00:00
Oizaro 42b16840f2
Fix badge 2020-12-24 22:48:15 +01:00
KevinX8 4f2ac3224e
Merge pull request #77 from Oizaro/master
MicroG 0.2.16.204713
2020-12-23 16:27:56 +00:00
Oizaro ad6efefcf8 Merge remote-tracking branch 'upstream/master' 2020-12-23 03:25:12 +01:00
Oizaro 3a06aa7c15 MicroG 0.2.16.204713 2020-12-23 03:12:18 +01:00
Marvin W 45d4dffb88
Add service to list, fix unknown service behavior 2020-12-22 00:15:00 +01:00
Marvin W b7717e5d92
Allow full backups of microG via adb backup 2020-12-21 21:46:03 +01:00
Marvin W 68a16af53b
Change background service notification
Fixes #1324
2020-12-21 21:46:03 +01:00
Marvin W f20d966f1b
Mapbox: Add version stamp file to cached native library
Fixes #1321
2020-12-21 20:32:44 +01:00
Marvin W 85e06675f3
EN: Fix notifications on 8.0.0
Actually same issue as #1312
2020-12-21 17:05:31 +01:00
Marvin W 714367b3aa
EN: Remove ExposureSummary from intent extras in ExposureWindow mode
Intent extras are only supported in v1 mode, but CWA also accesses them in
ExposureWindow mode, which can result in ClassNotFoundException in optimized
builds.

Fixes #1325
2020-12-20 19:29:51 +01:00
Marvin W c648883128
UI: Move advanced GCM configuration get/set off ui process 2020-12-20 19:29:51 +01:00
Marvin W 8b49b05585
EN: Do not log isEnabled calls
Some apps make excessive use of this method, so better not log it
2020-12-20 19:29:50 +01:00
Marvin W c30e05ee68
EN: Use own file provider class to ensure there is no duplicate use 2020-12-20 19:29:50 +01:00
Marvin W f0337b5dcd
Move EN and GCM service in persistent subprocess
This increases stability/durability of these services in case of crashes
2020-12-20 19:29:50 +01:00
Marvin W 6d423bb8e4
EN: Make rotated key use same start number as regular key
This hides the fact that the key was rotated. Probably never needed because one
is not going to get infected twice within 14 days, but doesn't hurt either.
2020-12-20 19:29:50 +01:00
Marvin W b21b523a82
Fix some strings not being translated
Fixes #1318
2020-12-16 23:07:05 +01:00
Marvin W dff22fdb7c
Bump version to 20.57.13 2020-12-16 22:58:40 +01:00
Marvin W 6c1ece34e9
Fetch translations from UnfiedNlp 2020-12-16 22:04:55 +01:00
Marvin W 0e8c8bb712
EN: Use applicationId as authority for export file provider 2020-12-16 19:49:37 +01:00
Marvin W 15609af676
EN: Update device data
Include newly added devices and corrections published 2020-12-14
2020-12-16 11:13:05 +01:00
Marvin W 1ffb559af0
EN: Adjust export UI 2020-12-16 10:38:06 +01:00
Thomas Lambertz 0a9d4869c7
EN: change mime-type when exporting database to be microg specific 2020-12-16 10:38:06 +01:00
Thomas Lambertz 4158e71999
EN: Add database export feature. Only exports the advertisements table. 2020-12-16 10:38:06 +01:00
Vladimir Filatov 879b4c1396
Add Belarusian translation (#1313) 2020-12-14 21:20:19 +01:00
Marvin W 3db548187d
Workaround for Android 8.0 NotificationChannel bug
Fixes #1312
2020-12-14 10:04:39 +01:00
Marvin W 847e823d64
Fix translations 2020-12-13 20:06:48 +01:00
Vladimir Filatov 5b77f5b210
Update Russian translation (#1311) 2020-12-13 18:45:06 +01:00
Pdevo ecdb766741
Italian translations: Fixed typos (#1310) 2020-12-13 18:21:28 +01:00
Marvin W 99a2293c77
Fix build without nearby services 2020-12-13 16:13:48 +01:00
Marvin W b842af98fa
Rename Google Cloud Messaging to just Cloud Messaging
The service is also used under the brand Firebase Cloud Messaging
2020-12-13 15:58:58 +01:00
Marvin W f5578feea2
EN: Manually cast to long whenever needed to be on the safe side 2020-12-13 15:50:54 +01:00
Marvin W a814c7de7e
EN: Request users to enable Bluetoooth/Location access 2020-12-13 15:37:07 +01:00
Marvin W 3dad397dd1
EN: (UI) Add low priority, unexported EXPOSURE_NOTIFICATION_SETTINGS activity.
Useful when bundling the library with EN apps.
2020-12-12 13:13:25 +01:00
Marvin W 0cd028af0e
EN: Don't allow apps to turn off EN that didn't turn it on before 2020-12-12 13:13:25 +01:00
Marvin W 9b91bf63c6
EN: (UI) Improve display of reported exposures 2020-12-12 13:13:25 +01:00
Marvin W 369c3d7557
EN: Allow exporting key of current day
This requires rotating the daily TEK when exporting
2020-12-12 13:13:25 +01:00
Marvin W 0e0ac35e51
Vision: Add client library 2020-12-12 13:13:24 +01:00
Marvin W a3d6f1aed5
EN: Don't adjust tx power by TX_POWER_LOW (-15)
The exposure-notifications-internal suggests that this is the thing to do,
but the actual implementaton doesn't.
2020-12-12 13:13:24 +01:00
Marvin W 128ca58bfe
EN: Handle callback exceptions for newest methods 2020-12-12 13:13:24 +01:00
yuk7 5b5f21d27c
Add Japanese Translation (#1302) 2020-12-11 23:36:57 +01:00
Vladimir Filatov 3843001caa
Update russian translation (#1305) 2020-12-11 23:35:31 +01:00
KevinX8 6bfd8eb982
Merge pull request #75 from Oizaro/patch-1
Remove nlp on about
2020-12-10 17:06:21 +00:00
Oizaro aca521ef1a
Remove nlp on about 2020-12-09 19:19:16 +01:00
KevinX8 37dbac9259
Merge pull request #73 from Oizaro/master
MicroG 0.2.14.204218
2020-12-09 14:02:25 +00:00
Oizaro 56806c41f2 MicroG 0.2.14.204218 2020-12-09 14:36:34 +01:00
KevinX8 1c099bfef8
Merge pull request #69 from X1nto/master
Made Settings icon visible in launcher
2020-12-09 12:36:08 +00:00
Marvin W d9d3325cc5
EN: Add scrolling to confirmation dialog
Useful for small screen + large font devices
2020-12-08 20:24:00 +01:00
X1nto f254ae969e Made Settings icon visible in launcher 2020-12-06 19:19:39 +04:00
Pdevo bce7541693
Update Italian translations (#1301) 2020-12-06 11:32:19 +01:00
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
Oizaro fdb3ee3b06 Debloat + Cleanup + Readme update 2020-10-21 01:39:47 +02:00
Oizaro 513464e91f
MicroG 0.2.13.203915 2020-10-19 22:50:21 +02:00
Oizaro 63116977b8 Merge remote-tracking branch 'upstream/master' 2020-10-19 17:52:30 +02:00
Oizaro 0f7f05239e Little mistake :D 2020-10-19 17:47:29 +02:00
Oizaro 37efd0c9b8 MicroG 0.2.12.203915 2020-10-19 17:42:36 +02:00
Oizaro 052603588a Revert "Fix NullReferenceException" and add a95f644 + 93636a7 2020-10-19 17:40:24 +02:00
Marvin W 14dfd3e794
Mapbox: Ensure we have the required class loader in place when converting types 2020-10-19 13:16:08 +02:00
Oizaro eb6f2b2fc7 Fix NullReferenceException 2020-10-18 22:57:12 +02:00
Oizaro 6016d001a4 Switch Phenotype libraries name 2020-10-18 18:54:52 +02:00
Marvin W 93636a704d
GCM: Fix accidentally not allowing regitration for some apps 2020-10-18 14:23:10 +02:00
Marvin W a95f6449f5
GCM: Fix apps not always whitelisted from powersave
Fixes #1188
2020-10-18 10:20:41 +02:00
Oizaro 41e4c8c1af Start TriggerReceiver service from GServicesProvider 2020-10-18 05:32:34 +02:00
Marvin W ebbf78a876
Bump version to 20.39.15 2020-10-17 23:49:58 +02:00
Marvin W b67a11f4e6
EN: Display more details about app usage, add feature for deleting RPI storage 2020-10-17 22:58:02 +02:00
Marvin W 15fb118bbd
EN: Correctly report multiple exposures to same key 2020-10-17 19:18:59 +02:00
Marvin W ff79a670e5
Update UnifiedNlp to alpha4 2020-10-17 16:50:07 +02:00
Marvin W 155bbce69b
EN: Retroactively "repair" broken database entries to a sane default value
Related to #1230
2020-10-17 15:30:03 +02:00
Marvin W 139f7eaf17
EN: Correctly average rssi on database entry update
Fixes #1230
2020-10-17 15:09:17 +02:00
Oizaro c28376543f Fix + Make string translatable 2020-10-16 01:44:22 +02:00
Oizaro 5d9459e3dc Merge remote-tracking branch 'upstream/master' 2020-10-16 01:22:46 +02:00
Oizaro cb719fce32 26f2e85 + Wrapper update 2020-10-16 01:16:59 +02:00
Marvin W d3d04459d6
EN: Support partial device list matches 2020-10-15 22:09:15 +02:00
Marvin W 26f2e859b8
Ensure checkin before gcm registration, fix gcm permission requests 2020-10-15 22:08:05 +02:00
Christian Grigis b0e52b7a89 Update power calibrations with latest data 2020-10-15 10:02:18 +02:00
Oizaro 8d0586487e Update dependencies and Readme 2020-10-14 23:10:55 +02:00
Oizaro f2f7f43dd2 Merge remote-tracking branch 'upstream/master' 2020-10-14 23:02:28 +02:00
Oizaro aa816ef84b Update to latest upstream 2020-10-14 23:00:04 +02:00
Marvin W 0eb75ba363
EN: Fix oversize database migration 2020-10-14 11:28:28 +02:00
Marvin W e20a6c3a3c
Checkin: Ensure we recheckin regularly 2020-10-14 10:57:55 +02:00
Marvin W 31a8a3308b
Force queryability for Android 11 compat 2020-10-13 23:58:19 +02:00
Marvin W dbcf70f99e
Cast: Migrate to latest version of safeparcelable annotation 2020-10-13 21:53:03 +02:00
Marvin W 1deeb45834
EN: Make database access suspendable, add migration routine for oversized databases 2020-10-13 21:20:12 +02:00
Marvin W c4b480c5a9
Add minimal dummy Phenotype service implementation 2020-10-12 21:33:57 +02:00
Marvin W 0ee18ae6f7
Add new permission requirements for Firebase Auth to Self-Check 2020-10-12 21:29:49 +02:00
Marvin W c3bfb63f27
Add initial support for Firebase Auth 2020-10-12 21:29:36 +02:00
Marvin W 7d54c4d4cb
make base service extend LifecycleService 2020-10-12 21:28:01 +02:00
Oizaro 7a7f663c72
Partially revert "Other preferences fixes" 2020-10-12 19:00:26 +02:00
Oizaro 039b8772d8 Fix main language string 2020-10-12 18:29:56 +02:00
Oizaro 2a503b1a39 Fix Spanish translation and notification content length 2020-10-12 07:01:27 +02:00
Oizaro 0ea4d0ee64 Add interactable info on battery saving notification 2020-10-12 05:51:01 +02:00
Oizaro 7ad7e2db0f Add Spanish translation (thanks to 1488Potato) and cleanup 2020-10-12 05:30:22 +02:00
Oizaro 68da1f74bb
Preference fix 2020-10-11 14:39:56 +02:00
Oizaro 893874c04f Other preferences fixes 2020-10-11 01:52:19 +02:00
Oizaro f21b5b2740 Apply preferences fix 2020-10-10 23:53:41 +02:00
Oizaro 42465a888c Switch from static to preferences variables 2020-10-10 21:24:19 +02:00
Oizaro 042aae92de MicroG 0.2.203317 2020-10-10 02:23:12 +02:00
Oizaro 646eab8f2a Reset AndroidID after switching login method 2020-10-10 02:19:45 +02:00
Marvin W 981301e9c6
Mapbox: Implement option to display user location
Co-Authored-By: Vincent Vidal <vinvidal@gmail.com>
2020-10-09 16:32:21 +02:00
Marvin W 775b18c203
EN: Make sure to that database lock is freed during daily cleanup every 5s
Delete with limit is not supported on all Androids
2020-10-09 16:24:43 +02:00
Christian Grigis da7a4e0fdb Add exposure summary to exposure intent 2020-10-09 15:28:28 +02:00
Christian Grigis 4e3c03cfaa
Fix overflow that prevents matching 2020-10-09 15:24:50 +02:00
Vincent Vidal 5b06366cd5 Mapbox: Fix crash when destroying maps
'setLocationSource' may be called with a null parameter:

E AndroidRuntime: Caused by: java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter locationSource
E AndroidRuntime: at org.microg.gms.maps.mapbox.GoogleMapImpl.setLocationSource(Unknown Source:2)
2020-10-09 15:21:35 +02:00
Christian Grigis fed85b1ca4 Make DB access uniform with ENServiceImpl 2020-10-09 15:21:01 +02:00
Marvin W d0668d3c83
Make nearby module optional, move UI bits in own module 2020-10-09 15:19:43 +02:00
Oizaro 258b9936f3
Fix typo 2020-10-08 02:54:34 +02:00
Oizaro 13b7a1ba8f
Fix typo 2020-10-08 02:53:33 +02:00
Marvin W 4486ff52ef
EN: Improve some database bits 2020-10-07 23:16:53 +02:00
Oizaro 441a2204b7 Cleanup 2020-10-05 20:25:28 +02:00
Oizaro d8b32c8310 Cleanup 2020-10-03 16:09:26 +02:00
Oizaro 4daa2a0e38 Attempt to fix registration service...again 2020-10-03 16:07:35 +02:00
Oizaro a511289a6d Fix typo 2020-10-03 05:34:51 +02:00
Oizaro 8412e3e7ee Set initial preferences bools to true 2020-10-03 05:31:29 +02:00
Oizaro a17969a23a Fix typo 2020-10-03 05:24:21 +02:00
Oizaro cb619449db
Fix typo 2020-09-30 15:43:41 +02:00
Oizaro 5ceec83a13
Cleanup 2020-09-30 15:07:14 +02:00
Oizaro 4c4d52e4b7
Fix 2020-09-30 15:06:00 +02:00
Oizaro c0f387de9a Show spoof button from start 2020-09-30 14:33:21 +02:00
Oizaro f12501076d Move spoof detection to main method 2020-09-30 00:33:58 +02:00
Oizaro bdb343fa31 Update dependencies 2020-09-29 23:52:07 +02:00
Oizaro af8fcc0527 Cleanup 2020-09-28 00:32:00 +02:00
Oizaro 418c73c00d Typo 2020-09-27 23:33:01 +02:00
Oizaro 6dea657b89 Fix resources 2020-09-27 23:26:14 +02:00
Oizaro d11177d69f Bump version up 2020-09-27 21:46:50 +02:00
Oizaro 0014bb074c Fix translations elements 2020-09-27 21:45:40 +02:00
Oizaro cec9b6a82c No more dynamic ping intervals 2020-09-27 21:24:56 +02:00
Marvin W 7601b37ee4
EN: Display 0 RPIs as none in graph 2020-09-27 15:27:21 +02:00
Marvin W 6afcca0396
EN: Add latest API details, improve performance 2020-09-27 14:57:08 +02:00
Marvin W cab09cb238
Mapbox: Add dummy ground and tile overlays 2020-09-27 11:40:46 +02:00
Marvin W e70e6bc956
Mapbox: Track info window shown 2020-09-27 11:40:46 +02:00
Marvin W c965e3cd0b
Add some messing API fields 2020-09-27 11:40:46 +02:00
Marvin W 04c955e998
Self-Check: Add missing permission check, allow to grant FakeStore spoofing perm
Fixes #1178
2020-09-27 11:40:46 +02:00
Pdevo 03237fc86b Update plurals.xml
Just a small typo
2020-09-27 10:21:46 +02:00
Christian Grigis 8065e873ce Add ResolvableApiException 2020-09-27 10:21:18 +02:00
Christian Grigis 98d1f54e54 TemporaryExposureKey: safely initialize with null data 2020-09-27 10:21:18 +02:00
Christian Grigis 832ee232ea Add ApiException and use it in EN client impl 2020-09-27 10:21:18 +02:00
Christian Grigis bd20634bd9 Add provideDiagnosisKeys() implementation 2020-09-27 10:21:18 +02:00
Oizaro eabf13a564 Migrate spoof switch to button 2020-09-24 21:13:01 +02:00
Oizaro 45c29cf0b8 Cleanup 2020-09-24 01:29:12 +02:00
Oizaro 2fd19ada91 MicroG 0.2.12.203316
Thanks to xinto for kotlin fixes :D
2020-09-23 22:40:22 +02:00
Oizaro 1bf15a111a Fix notification content 2020-09-21 14:42:04 +02:00
Oizaro 3cbcb8578e
Cleanup 2020-09-20 03:10:11 +02:00
Oizaro dab55e29a0 Fix 2020-09-20 01:26:08 +02:00
Oizaro 1ccd603860 Fix 2020-09-20 01:21:47 +02:00
Oizaro a9ee2e5065
Fix 2020-09-20 01:10:05 +02:00
Oizaro 6d47d24b56 Make original notification method compatible with M and higher 2020-09-20 00:59:46 +02:00
Oizaro 43bde91dab Move battery saving notification to original method 2020-09-20 00:11:03 +02:00
Oizaro ef752e19e9 Entirely override build model on devices that don't have GPlay services 2020-09-19 21:47:42 +02:00
Oizaro d25c9cf24a Revert "Fix FC" and completely restore ForegroundServiceContext.java 2020-09-19 21:28:42 +02:00
Oizaro 95543f10a4 Battery saving notification improved 2020-09-19 02:32:11 +02:00
Oizaro 7d6f3d1dea
Missing char fix 2020-09-18 22:29:10 +02:00
Oizaro 7d760440ea
Fix 2020-09-18 22:19:43 +02:00
Oizaro c268e68b2a Notify after disable/enable app notifications 2020-09-18 21:45:59 +02:00
Oizaro 8585f2ffc7 Fix notification content visibility 2020-09-18 17:26:10 +02:00
Oizaro 93ee6dd923
Restore original API target 2020-09-18 14:08:30 +02:00
Oizaro a1813f2bcc Fix FC 2020-09-18 02:12:44 +02:00
Oizaro 7b97618467
Cleanup 2020-09-17 21:38:19 +02:00
Oizaro a3fc93dc30
Merge pull request #45 from YTVanced/huawei_login_fix
Override fingerprint on devices that don't have GPlay services
2020-09-17 21:37:29 +02:00
xfileFIN 0ab986221f Override fingerprint on devices that don't have GPlay services 2020-09-17 22:24:52 +03:00
Oizaro 6f10a7336d Fix notification cancel 2020-09-17 15:21:41 +02:00
Oizaro cd9f3bf270 Fix 2020-09-17 14:10:14 +02:00
Oizaro ab6078f366 Improve notification method 2020-09-17 13:47:02 +02:00
Oizaro a632b004f5 Minor fix and cleanup 2020-09-17 12:48:42 +02:00
Oizaro 16d499cb2a Revert "Add default preferences for Huawei devices"
This reverts commit 4376d011ad.
2020-09-17 12:21:04 +02:00
Oizaro 77d0d332b3
Fix translations 2020-09-15 04:31:55 +02:00
Oizaro 5e89b0a88f
Fix translation 2020-09-15 04:19:38 +02:00
Oizaro 22e17e45c6
Fix typo 2020-09-15 04:14:18 +02:00
Oizaro 6ab0c57ff6
Fix typo 2020-09-15 04:11:02 +02:00
Oizaro 4376d011ad Add default preferences for Huawei devices 2020-09-15 00:19:43 +02:00
Oizaro 7b9fb6d04b Merge branch 'master' of https://github.com/YTVanced/VancedMicroG 2020-09-14 20:48:02 +02:00
Oizaro f0a0369bbe Only apply preferences when they actually changed 2020-09-14 20:47:55 +02:00
Oizaro c7416923f7 Merge remote-tracking branch 'upstream/master'
Update upstream changelog
2020-09-14 20:46:23 +02:00
Oizaro c841a6dde1 Indonesian translation 2020-09-13 22:59:16 +02:00
Marvin W a2afbe07fd
Only apply preferences when they actually changed 2020-09-13 02:14:32 +02:00
Marvin W da9a3e714d
EN: Support SDK 26+ AdvertisingSet, use scheduled alarms for improved scanning in idle 2020-09-13 02:14:32 +02:00
Oizaro e1711ff013
Merge pull request #42 from Oizaro/master
Update upstream changelog
2020-09-12 21:31:49 +02:00
Oizaro 81b237c582 Merge remote-tracking branch 'upstream/master'
Update upstream changelog
2020-09-12 21:29:12 +02:00
Oizaro ac7b29e35d Restore original default preferences 2020-09-11 10:56:03 +02:00
Oizaro 1c47f2ea93 Typo (thanks to eientein) 2020-09-11 10:14:05 +02:00
Oizaro 3f3b4ca69f 0.2.12.203315 Upstream 2020-09-11 10:11:10 +02:00
Marvin W f10214ef8a
Bump version code 2020-09-10 16:56:43 +02:00
Oizaro 0a4fd6158a Avoid notification coming back 2020-09-10 04:01:39 +02:00
Marvin W 4663d61007
EN: Don't scan persistently 2020-09-09 20:17:26 +02:00
Oizaro 478c46f4bb Partial restoring ForegroundServiceContext 2020-09-09 17:26:42 +02:00
Oizaro f5ab2d3fd8 Restruct notification system 2020-09-09 16:47:23 +02:00
Marvin W f9cc9249d5
EN: Run cleanup in IO thread, improve performance 2020-09-09 00:50:58 +02:00
Marvin W a016feba35
EN: Don't create TEK without need 2020-09-09 00:50:16 +02:00
Marvin W 6ec8332b1e
GCM: Ensure we have a context for preferences 2020-09-09 00:49:05 +02:00
Oizaro f703187e74 Revert previous PR and Increase notification importance 2020-09-08 05:12:56 +02:00
Oizaro 6ffe5aced4 Notification hide after tap 2020-09-07 20:42:24 +02:00
Oizaro 21c2f51ea6 Fix notification compatibility for API 26 and higher 2020-09-07 19:01:10 +02:00
Oizaro e0dc7f5b40 Fix typo 2020-09-07 18:48:04 +02:00
Oizaro 4f2fa9041d Fix 2020-09-07 17:13:37 +02:00
Oizaro 088f6d4290 Fix notification and increase min sdk 2020-09-07 17:00:47 +02:00
Oizaro d3a6ffb057 Cleanup 2020-09-07 16:22:24 +02:00
Oizaro a0ffb9846b Notification for API 21 and above + cleanup 2020-09-07 16:02:01 +02:00
Oizaro aee60e4d91 Test notifications for API 21 and above 2020-09-07 04:53:54 +02:00
Oizaro f4b73f3fdb
Refactor Italian translation 2020-09-07 03:49:57 +02:00
Oizaro d7dd19de00 Fix dark mode button tint 2020-09-06 23:58:33 +02:00
Marvin W f48298b1f6
EN: Improve database performance 2020-09-06 19:50:19 +02:00
Marvin W d6b9d2e44c
Correctly handle sticky service restart 2020-09-06 13:35:29 +02:00
Tobias Tefke 8c49bdcdbb
Improve German translation (#1148) 2020-09-06 11:05:12 +02:00
Marvin W d33391ebce
EN: Handle confirmation via resolution/pending intent instead of new task 2020-09-05 23:51:00 +02:00
Marvin W fd6d915f0a
EN: Display last exposure report in settings 2020-09-04 10:44:08 +02:00
Oizaro 8e9e47798c
Fix 2020-09-04 01:58:21 +02:00
Oizaro 4a3a2603e6
Merge pull request #41 from Oizaro/master
Some updates
2020-09-04 00:34:30 +02:00
Oizaro 741395c888 Some updates 2020-09-04 00:29:57 +02:00
Marvin W 876e32acd5
EN: Make internal structures closer to ExposureWindow mode 2020-09-04 00:13:11 +02:00
Marvin W ec877f7a53
Update UnifiedNlp to 2.0-alpha3 2020-09-03 10:01:58 +02:00
Marvin W d641ca7e7e
Fix UI mismatching actual configuration due to multiprocess 2020-09-03 00:50:39 +02:00
Marvin W 3ef330ad7b
Mapbox: Fix crash when using Marker.getTag() when tag was not set yet 2020-09-02 21:11:53 +02:00
Marvin W d42d8a81a4
Ensure unified client is set up when using gms location 2020-09-02 21:10:35 +02:00
Marvin W 6794ab4417
EN: Merge enabled settings 2020-09-02 21:10:29 +02:00
Oizaro f78d71a895
Merge pull request #1 from YTVanced/master
Update fork
2020-09-02 01:27:25 +02:00
KevinX8 6214c193d0
Merge pull request #39 from Oizaro/master
Fix version name
2020-09-01 23:44:21 +03:00
VancedOfficial 9f701dabdd
Merge pull request #40 from TacoTheDank/master
Code cleanup and improvements
2020-09-01 20:33:02 +03:00
TacoTheDank ca47cc6f84 Update gradle wrapper 2020-08-31 19:55:43 -04:00
TacoTheDank 33633e0511 Optimize images, update vector icons 2020-08-31 19:54:12 -04:00
TacoTheDank 2231c9d1fe Delete unused imports 2020-08-31 19:37:29 -04:00
TacoTheDank 6370dcf9dd Super tiny code improvements 2020-08-31 19:34:24 -04:00
TacoTheDank cbef592f8d Java 8 migration 2020-08-31 19:29:33 -04:00
TacoTheDank 9b0a17ab0a Java 7 migration 2020-08-31 19:27:05 -04:00
TacoTheDank 7df0c1824a Java 5 migration 2020-08-31 19:26:02 -04:00
TacoTheDank 5b711fcec6 Lint: control flow issues 2020-08-31 19:23:19 -04:00
TacoTheDank 3dc63b80d1 Remove unnecessary interface modifiers 2020-08-31 19:21:48 -04:00
TacoTheDank ed0ace49a3 Use StandardCharsets 2020-08-31 19:20:37 -04:00
TacoTheDank 3c3e2eda8b Use more AndroidX preference 2020-08-31 19:19:34 -04:00
Oizaro 3208d5ff5c
Fix typo 2020-09-01 00:49:48 +02:00
Oizaro 27f79a39f5 Restore gr3ger double casting fix 2020-09-01 00:06:05 +02:00
Oizaro 9201652c57
more smaller range...again 2020-08-31 00:02:36 +02:00
Oizaro f10612ecd1
Bump to new version 2020-08-30 23:54:43 +02:00
Oizaro 0becc2f918 Fix version name 2020-08-30 23:36:05 +02:00
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
Marvin W cfc1c314d4
EN: Cleanup data after 14 days, improve storage efficiency, add randomness for changing RPI 2020-08-25 13:13:00 +02:00
Marvin W c88832213c
Move UI into separate process 2020-08-25 13:13:00 +02: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
Marvin W 60cc63ed60
GCM: Add support for message acking, deliver to all receivers of package when working permissionless 2020-08-22 23:43:14 +02:00
Oizaro 1e233f01b4 Update dependencies 2020-08-22 22:41:18 +02:00
Marvin W 74c0e28e27
Ignore longstanding gps requests with more than 30s request interval 2020-08-18 23:55:56 +02:00
Marvin W aea55a5c90
Update EN API 2020-08-18 23:54:14 +02:00
Oizaro da54d82a7c
Restore previous versioncode 2020-08-12 14:03:02 +02:00
Fs00 e1bb395ff8 Don't require apps to use RECEIVE permission for GCM/FCM 2020-08-11 22:49:12 +02:00
Marvin W df5ad9f3de
Update EN API 2020-08-11 22:40:44 +02:00
Marvin W 0388917350
Add more stubs for measurement API 2020-08-11 22:33:30 +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
Marvin W 914a8307e9
Fix for #1110 crash on open uninstalled app details 2020-07-31 10:32:27 +02:00
KevinX8 9954771ae0
Merge pull request #23 from Oizaro/master
Fix device registration pref and debloat
2020-07-30 17:35:39 +03:00
Oizaro e6329fddc5 Fix device registration pref and debloat 2020-07-30 16:22:25 +02:00
Marvin W 32ab82924e
Fix for #1106 2020-07-30 14:09:55 +02:00
Marvin W ab69fa1ee0
Fix legacy multidex support 2020-07-30 10:44:19 +02:00
KevinX8 067a602137
Merge pull request #22 from YTVanced/mugsync
Mugsync
2020-07-29 15:44:42 +03:00
KevinX8 d5a5df2f0f Improve notification 2020-07-29 15:32:19 +03:00
KevinX8 4d001f0089 made message fit to screen 2020-07-29 14:47:12 +03:00
KevinX8 b2a1d6e4c1 fixed version code 2020-07-29 14:29:49 +03:00
KevinX8 dc3b4c1062 Made notification text more clear. 2020-07-29 14:06:32 +03:00
Tornike Khintibidze 1165a67cc7
Merge pull request #21 from X1nto/master
Color fixes
2020-07-29 15:03:17 +04:00
X1nto eda762117c fixed color of whole switch layout 2020-07-29 14:48:31 +04:00
X1nto b569e5e4c1 fixed switchbar color 2020-07-29 14:14:50 +04:00
Tornike Khintibidze 55ed65cb45
Merge pull request #20 from X1nto/master
fixed crash
2020-07-29 13:54:26 +04:00
X1nto 12fb7db79a fixed crash 2020-07-29 13:52:39 +04:00
KevinX8 dc55916fc4
Merge pull request #19 from X1nto/master
Made app fully functional
2020-07-29 12:40:47 +03:00
X1nto 62973d4196 bumped up version code 2020-07-29 11:42:10 +04:00
X1nto 337bd64f0e fixed attribute 2020-07-29 11:09:07 +04:00
X1nto fc2b5d419e possible fix of attribute parsing 2020-07-29 11:00:23 +04:00
X1nto 872739e449 added more missing strings 2020-07-29 10:34:29 +04:00
X1nto 40e3bdb814 fixed string duplication 2020-07-29 10:24:57 +04:00
X1nto b7e69df6ff added strings 2020-07-29 10:17:03 +04:00
X1nto 9f08f8cc15 fixed missing resources 2020-07-29 10:07:45 +04:00
X1nto 7cf14ca401 fixed missing dependencies 2020-07-29 09:47:50 +04:00
X1nto d5ec9f8e7b fixed kotlin file detection 2020-07-29 09:33:53 +04:00
X1nto e19000db17 fixed missing resources 2020-07-29 09:08:17 +04:00
X1nto 7443020c86 fixed preferences 2020-07-29 08:54:48 +04:00
Tornike Khintibidze 46c0b70e3f
Merge pull request #5 from YTVanced/mugsync
Mugsync
2020-07-29 08:40:29 +04:00
KevinX8 9962dbf73e
Merge pull request #18 from Oizaro/mugsync
0.2.11.202414
2020-07-28 22:15:28 +03:00
Oizaro 9ae1994ab4 0.2.11.202414 2020-07-28 21:04:21 +02:00
X1nto 9b7680f915 updated checkin 2020-07-27 21:10:05 +04:00
X1nto 75a93f052e fixed R attribute imports 2020-07-27 20:46:20 +04:00
X1nto 08f7eb2e8c Merge branch 'master' of https://github.com/X1nto/android_packages_apps_GmsCore 2020-07-27 20:26:11 +04:00
X1nto 24f793166a removed unused mipmap 2020-07-27 20:26:02 +04:00
X1nto 83d0025004 added missing layout 2020-07-27 20:24:57 +04:00
X1nto f89c6547d0 fixed manifest 2020-07-27 20:07:59 +04:00
X1nto 6cfa89e15b synced with microg repo 2020-07-27 20:07:38 +04:00
X1nto 02910572d7 sync 2020-07-27 19:44:56 +04:00
X1nto 8595edcf0e added settings layout 2020-07-27 19:13:34 +04:00
X1nto 15e31c7884 added back missing resources 2020-07-27 18:50:49 +04:00
X1nto a6dd7ac2b6 cleanup 2 2020-07-27 18:40:47 +04:00
X1nto 2d893fabe7 cleanup 2020-07-27 18:20:04 +04:00
X1nto 1062253727 merge 2020-07-27 17:09:04 +04:00
X1nto 4561007137 synced strings 2020-07-27 17:08:27 +04:00
X1nto 54280d7412 gradle fixes 2020-07-27 16:33:39 +04:00
X1nto dff948a05a navigation adjustments 2020-07-27 16:28:08 +04:00
X1nto 465b8633c9 fixed cast module 2020-07-27 16:22:56 +04:00
X1nto 569a337c07 added androidx navigation library 2020-07-27 16:20:20 +04:00
X1nto 2e84a5665d added missing resources 2020-07-27 14:39:30 +04:00
X1nto 3aa3c94b0c included a cast folder 2020-07-27 14:26:43 +04:00
X1nto 26e01fcff7 cleanup 2020-07-27 14:25:03 +04:00
X1nto a15efbb4c0 Merge branch 'master' of https://github.com/microg/android_packages_apps_GmsCore
 Conflicts:
	build.gradle
	play-services-base-core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java
	play-services-cast/src/main/java/com/google/android/gms/cast/Cast.java
	play-services-cast/src/main/java/com/google/android/gms/cast/CastRemoteDisplay.java
	play-services-cast/src/main/java/org/microg/gms/cast/CastApiClientBuilder.java
	play-services-cast/src/main/java/org/microg/gms/cast/CastClientImpl.java
	play-services-cast/src/main/java/org/microg/gms/cast/CastRemoteDisplayApiClientBuilder.java
	play-services-core/build.gradle
	play-services-core/microg-ui-tools/src/main/res/drawable/self_check.xml
	play-services-core/src/main/AndroidManifest.xml
	play-services-core/src/main/java/org/microg/gms/checkin/CheckinManager.java
	play-services-core/src/main/java/org/microg/gms/checkin/CheckinService.java
	play-services-core/src/main/java/org/microg/gms/snet/SafetyNetClientServiceImpl.java
	play-services-core/src/main/java/org/microg/gms/ui/CheckinFragment.java
	play-services-core/src/main/java/org/microg/gms/ui/GcmAppFragment.java
	play-services-core/src/main/java/org/microg/gms/ui/GcmFragment.java
	play-services-core/src/main/java/org/microg/gms/ui/SettingsActivity.java
	play-services-core/src/main/java/org/microg/gms/ui/UnifiedBackendDetailsActivity.java
	play-services-core/src/main/java/org/microg/gms/ui/UnifiedBackendListActivity.java
	play-services-core/src/main/res/drawable/dots_horizontal.xml
	play-services-core/src/main/res/drawable/ic_certificate.xml
	play-services-core/src/main/res/values/strings.xml
	play-services-core/src/main/res/xml/preferences_safetynet.xml
	play-services-core/src/main/res/xml/preferences_start.xml
	play-services-gcm/build.gradle
	play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmReceiver.java
	play-services-iid/build.gradle
	play-services-iid/src/main/java/com/google/android/gms/iid/InstanceIDListenerService.java
	play-services-location-api/build.gradle
	play-services-location/build.gradle
	play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognition.java
	play-services-location/src/main/java/com/google/android/gms/location/FusedLocationProviderApi.java
	play-services-location/src/main/java/com/google/android/gms/location/GeofencingApi.java
	play-services-location/src/main/java/com/google/android/gms/location/LocationServices.java
	play-services-location/src/main/java/com/google/android/gms/location/SettingsApi.java
	play-services-location/src/main/java/org/microg/gms/location/ActivityRecognitionApiClientBuilder.java
	play-services-location/src/main/java/org/microg/gms/location/ActivityRecognitionClientImpl.java
	play-services-location/src/main/java/org/microg/gms/location/FusedLocationProviderApiImpl.java
	play-services-location/src/main/java/org/microg/gms/location/GeofencingApiImpl.java
	play-services-location/src/main/java/org/microg/gms/location/GoogleLocationManagerClient.java
	play-services-location/src/main/java/org/microg/gms/location/LocationClientImpl.java
	play-services-location/src/main/java/org/microg/gms/location/LocationServicesApiClientBuilder.java
	play-services-wearable-api/build.gradle
	play-services-wearable/src/main/java/com/google/android/gms/wearable/Wearable.java
	play-services-wearable/src/main/java/org/microg/gms/wearable/WearableApiClientBuilder.java
	play-services-wearable/src/main/java/org/microg/gms/wearable/WearableClientImpl.java
	settings.gradle
2020-07-27 14:07:27 +04:00
X1nto 9ebbb5c754 added a proguard file 2020-07-27 13:54:21 +04:00
X1nto a69bf58c8f some refreshing idk 2020-07-27 13:52:57 +04:00
Tornike Khintibidze a5a6f88987
Merge pull request #4 from YTVanced/master
Sync
2020-07-27 13:30:25 +04:00
Marvin W 964555691e
Adjust IT translations for recent changes 2020-07-26 22:38:34 +02:00
Pdevo 322e806548
Added IT lang files (#1096) 2020-07-26 22:30:36 +02:00
Marvin W 74a1b1799c
Make strings translatable 2020-07-26 21:47:39 +02:00
delthas f199f902b1 Fix GCM heartbeat interval for roaming connections with manual interval
When using GCM on a roaming connection, the heartbeat interval is set
to: `networkRoaming  * 6000`. It should instead be
`networkRoaming * 60000` because we're converting from a number of
minutes (stored in the properties) to a number of milliseconds, like
it's done for regular mobile and wifi connections.
2020-07-26 15:43:46 +02:00
Alexandru Chircu 7bc61ab97f
Implement AppInvite and Firebase Dynamic Links 2020-07-26 15:20:06 +02:00
Alexandru Chircu 94de371cb9
Implement API for AppInvite and Firebase Dynamic Links 2020-07-26 14:51:12 +02:00
Marvin W ed68a9482e
Add initial basic provisioning service 2020-07-26 13:40:09 +02:00
Marvin W 1187a91325
Remove some unnecessary classes from legacy ui tools 2020-07-26 12:05:28 +02:00
Marvin W cda60817f2
Major update to lib implementations 2020-07-26 12:01:03 +02:00
Marvin W 396965f407
Major changes to core and settings ui 2020-07-26 12:00:16 +02:00
VancedOfficial 3ee45e6102
Possible casting fix 2020-07-26 12:32:35 +03:00
KevinX8 b5e5072ba2
Merge pull request #17 from X1nto/master
Removed retarded versioning
2020-07-21 17:17:51 +03:00
X1nto 9375008e89 removed retarded versioning 2020-07-21 18:04:17 +04:00
X1nto 2517d1c98e fixed badge 2020-07-21 17:29:09 +04:00
KevinX8 323dc04bfd
Merge pull request #16 from X1nto/master
Vanced MicroG 0.2.10.69420
2020-07-21 16:22:49 +03:00
X1nto c8573429b5 gradle adjustments 2020-07-21 16:59:10 +04:00
X1nto c81539ef1d bumped up android gradle plugin 2020-07-21 16:44:37 +04:00
X1nto 7fe84dc893 bumped up minSdk 2020-07-21 16:43:41 +04:00
X1nto fee712e654 bumped up version 2020-07-21 16:27:19 +04:00
X1nto ed74233e21 fixed badge 2020-07-21 14:47:48 +04:00
X1nto cf03a4c389 updated build badge 2020-07-21 14:39:56 +04:00
X1nto e709b70778 gradlew tests 2020-07-21 14:05:05 +04:00
X1nto bab087a7c2 gradle plugin update 2020-07-21 13:23:05 +04:00
X1nto ba9172b155 test gradlew 2020-07-21 13:09:21 +04:00
X1nto 1dfc33810f test gradlew 2020-07-21 12:46:40 +04:00
X1nto 807a600aee test gradlew 2020-07-21 12:11:29 +04:00
X1nto 5acf247caf updated icons 2020-07-21 02:51:51 +04:00
X1nto 8f9a503e2b resource cleanup, removed ndk options from gradle 2020-07-20 22:11:56 +04:00
X1nto 014f3c3573 fixed issue with gradlew like wtf 2020-07-20 21:32:17 +04:00
X1nto ac5973c8cc Merge branch 'master' of https://github.com/YTVanced/VancedMicroG 2020-07-20 21:31:25 +04:00
X1nto 3f39e08ea6 fixed account not showing up in settings 2020-07-20 21:13:17 +04:00
X1nto ca876e2894 replaced Travis with GitHub Actions 2020-07-20 21:11:15 +04:00
KevinX8 a763d5dff1
Merge pull request #15 from Mattis6666/master
Remove mapbox/vtm from gradle config
2020-07-20 19:29:12 +03:00
VenNeptury cee8e53b93
Merge pull request #1 from YTVanced/master
<Merge
2020-07-20 17:52:43 +02:00
Venny a33e2f442e Remove mapbox/vtm from gradle config 2020-07-20 17:46:57 +02:00
KevinX8 c97077b4ac
Merge pull request #14 from X1nto/master
changed launcher icon and removed old microg icons
2020-07-20 16:17:00 +03:00
Tornike Khintibidze 4bdc106afe
Merge pull request #3 from Mattis6666/master
Sync
2020-07-20 16:15:37 +04:00
X1nto 03e0051d63 changed launcher icon and removed old microg icons 2020-07-20 14:07:15 +04:00
Venny 2d5e3ef742 Remove useless folders 2020-07-19 23:19:41 +02:00
Venny 6429c006f4 Fix grammar 2020-07-19 22:56:15 +02:00
KevinX8 ed1317199a
added download counter 2020-07-19 23:51:16 +03:00
VenNeptury 9e0ba087f3
433 commits pepega (#12)
mattis bad
2020-07-19 23:11:06 +03:00
KevinX8 4e73953360
Merge pull request #11 from X1nto/master
Vanced-ified microG
2020-07-18 22:45:28 +03:00
X1nto e2c3e631d7 Merge remote-tracking branch 'origin/master' 2020-07-18 23:23:07 +04:00
X1nto 072f2a9c23 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	play-services-core/src/main/res/values-de/strings.xml
2020-07-18 23:18:04 +04:00
VenNeptury 2b8c149653
Update strings.xml 2020-07-18 21:17:29 +02:00
VenNeptury 3818bb0075
Update strings.xml 2020-07-18 21:16:41 +02:00
X1nto 8c672d6ad0 fixed typos 2020-07-18 23:16:00 +04:00
VenNeptury 5e379ac398
Update strings.xml 2020-07-18 21:15:31 +02:00
VenNeptury 1dabc95475
Update strings.xml 2020-07-18 21:14:16 +02:00
X1nto 4b3ef83e0d Vanced-ified microG 2020-07-18 16:41:40 +04:00
KevinX8 8d119a45ec
Merge pull request #10 from YTVanced/Mattis6666-patch-1
Fix travis build badge
2020-07-18 13:57:47 +03:00
KevinX8 b93d580786
Merge pull request #9 from X1nto/master
ahh yes measurementstat
2020-07-18 13:57:08 +03:00
VenNeptury 1c286d22e1
Fix travis build badge 2020-07-18 12:54:39 +02:00
X1nto d26740edce InvalidPackage go brrr 2020-07-18 14:52:31 +04:00
X1nto 47b112fb83 ahh yes measurementstat 2020-07-18 14:43:14 +04:00
KevinX8 affccac01d
Merge pull request #8 from X1nto/master
Changed icons and cleaned up resources
2020-07-18 13:27:40 +03:00
X1nto 2b2b660bcb resource cleanup 2020-07-18 14:19:31 +04:00
X1nto 6fceffa9a7 replaced icons 2020-07-18 13:53:35 +04:00
X1nto 788af55166 Merge branch 'master' of https://github.com/YTVanced/VancedMicroG 2020-07-17 22:05:34 +04:00
Tornike Khintibidze b25b177c61
Merge pull request #7 from Mattis6666/master
Write readme, remove unnecessary MicroG settings ui elements
2020-07-17 21:22:53 +04:00
Venny 50f817a161 Add back measurement 2020-07-17 17:54:49 +02:00
Venny 31b6acd10e Revert "Remove iid service"
This reverts commit dcefc8dd7b.

Readd iid
2020-07-17 17:36:16 +02:00
Venny dcefc8dd7b Remove iid service 2020-07-17 17:18:39 +02:00
Venny eb67f23f5f Remove unused folders 2020-07-17 17:16:08 +02:00
Venny d9bb26828c Remove permissionscheck snackbar builder 2020-07-17 16:46:41 +02:00
Venny b387a6e8de Remove missing permissions snackbar 2020-07-17 16:42:11 +02:00
Venny 391e09e729 Remove unnecessary options in MicroG settings 2020-07-17 16:32:04 +02:00
Venny a2a6c8d561 Write readme, remove useless services 2020-07-17 15:55:59 +02:00
Tornike Khintibidze 93aa8c1169
Merge pull request #2 from YTVanced/master
Sync
2020-07-17 12:35:36 +04:00
VenNeptury 838770a615
Merge pull request #1 from YTVanced/master
Merge
2020-07-17 00:41:47 +02:00
KevinX8 70d8d5509e
Merge pull request #6 from YTVanced/mattis
Delete unnecessary folders
2020-07-17 00:28:22 +03:00
Venny e1da5525c0 Change version number to MAJOR.MINOR-vanced 2020-07-16 23:22:21 +02:00
Venny e3dfeeaf3a Delete unnecessary folders 2020-07-16 23:11:39 +02:00
Tornike Khintibidze 1d7df1215a
Merge pull request #1 from YTVanced/master
Sync
2020-07-17 00:50:56 +04:00
KevinX8 4d3c20ef79
Merge pull request #5 from YTVanced/mattis
Mattis
2020-07-16 23:43:07 +03:00
Venny 1ef5ffbcb5 Delete release folder. Oops :) 2020-07-16 22:35:25 +02:00
Venny a0e5b8291f Delete unnecessary folders 2020-07-16 22:31:55 +02:00
Venny 832a98d01a Remove Spoof package signature and Storage permission 2020-07-16 22:07:13 +02:00
Venny 88fcd7753b Fix network state permission 2020-07-16 21:59:26 +02:00
Venny 89cdaf4e07 Try debloating 2020-07-16 21:49:22 +02:00
KevinX8 c6aa6fad4e
Merge pull request #4 from Oizaro/master
MicroG 0.2.10.19420
2020-07-16 19:46:21 +03:00
Oizaro c8713b83da MicroG 0.2.10.19420 2020-07-16 18:24:25 +02:00
KevinX8 eb7795355f
Merge pull request #3 from Oizaro/master
Test Vanced
2020-07-16 09:34:59 +03:00
Oizaro b0b5bb108d Fix 2020-07-16 04:41:09 +02:00
Oizaro 2c4bc60905 Test Vanced 2020-07-16 02:24:57 +02:00
KevinX8 1fa69cd352 fix 2020-07-16 03:08:12 +03:00
KevinX8 dab1d5ff2b
Merge pull request #2 from YTVanced/revert-1-master
Revert "Test Vanced"
2020-07-16 03:05:25 +03:00
KevinX8 ec154e2b44
Revert "Test Vanced" 2020-07-16 03:05:03 +03:00
KevinX8 747d79cd40
Merge pull request #1 from Oizaro/master
Test Vanced
2020-07-16 02:55:37 +03:00
Oizaro 191d56abe2 Test Vanced 2020-07-16 01:50:18 +02:00
Marvin W aae974ec5b
Complete play-services-tasks implementation 2020-07-14 12:02:33 +02:00
Yegor Timoshenko 0522ed41fb
GoogleCloudMessaging getMessageType shouldn't throw IOException 2020-07-09 14:47:36 +02:00
Marvin W 74213474b5
GCM: Do not require receiver permission for target app 2020-07-09 11:39:43 +02:00
Marvin W ac5f7457bd
Ensure to clean up location requests on update 2020-07-09 11:35:10 +02:00
georgeto 5146559f89
Fix FCM registration for apps using firebase >= 20.1.1
With version 20.1.1 the Firebase Cloud Messaging SDK started to use
the Firebase Installations SDK, which affects the FCM registration
process.

The implementation of FCM registration in microG failed to pass extra
parameters that became relevant with the introduction of the
Firebase Installations SDK to the FCM registration endpoint.

These additional parameters are passed through to the endpoint with an 'X-' prefix.
2020-07-09 10:27:53 +02:00
Marvin W 8eff51cfb6
Use flavors for mapbox vs vtm 2020-07-09 09:53:37 +02:00
Marvin W 895c74d095
Huge merge/refactor/update 2020-07-08 22:49:27 +02:00
Marvin W a5bfecee6f
Merge GmsLib 2020-06-14 23:30:02 +02:00
Marvin W 95e9413f9b
Remove symlinks before merge 2020-06-14 23:29:43 +02:00
Marvin W 091b4f6ac4
Remove non-merged files 2020-06-14 23:28:21 +02:00
Marvin W 4373972b8a
Update for use with androidx 2020-06-14 23:26:23 +02:00
Marvin W 4b6c61caaa
Merge GmsApi 2020-06-14 23:25:01 +02:00
Marvin W 739dc0c54a
Remove *-api symlinks 2020-06-14 23:24:51 +02:00
Marvin W c834ca2202
Remove non-merged files 2020-06-14 23:16:36 +02:00
Marvin W 3e70603d59
Update for use with androidx 2020-06-14 23:14:47 +02:00
Marvin W 8334f62991
Merge microg-ui-tools 2020-06-09 20:47:54 +02:00
Marvin W 7b295d4bdd
Remove microg-ui-tools 2020-06-09 20:45:03 +02:00
Marvin W 08e258e9c1
Remove non-merged files 2020-06-09 20:38:35 +02:00
Marvin W 9aa4b857f1
Migrate to androidx 2020-06-09 20:37:27 +02:00
Marvin W db4bb568e1
Run GCM services as foreground service if needed
That's when we run with battery optimizations disabled but not in foreground
2019-12-04 23:14:58 +01:00
Marvin W cfc90b45bd
Ensure ProGuard does not "optimize" away our code 2019-10-25 20:46:31 +02:00
Marvin W 2c5c30bdde
Add additional sync permissions 2019-10-23 15:18:03 +02:00
Marvin W cb5fe55606
Add Hangouts Meet to known google packages 2019-10-23 11:16:18 +02:00
Marvin W 9d0bb9670b
Allow access to Google contact data based on READ_CONTACTS permission 2019-10-23 11:16:00 +02:00
Marvin W b0724f1243
Invalidate auth tokens as needed
This seems to fix issues with Google Maps stopping to connect to internet after adding an Account.
2019-10-23 01:38:37 +02:00
Marvin W 855b4c6d4e
Bump version code 2019-10-22 11:39:43 +02:00
Marvin W 6c27c2474e
Ensure form data is not optimized by proguard 2019-10-16 01:29:20 +02:00
Marvin W fc3e24c0ea
Various improvements and fixes for MapBox maps implementation 2019-10-15 14:59:34 +02:00
Marvin W 3c5e68404b
Improvements to Wear code for emulator 2019-10-15 14:58:07 +02:00
Marvin W 6ba9bbb03b
Add dummy TapAndPay service 2019-10-15 14:56:24 +02:00
Marvin W ee8e5427c4
Update build system and deps 2019-10-15 14:54:05 +02:00
Marvin W 15cd4491bc
Update build tools and dependencies 2019-10-15 12:26:26 +02:00
Marvin W 2a43448e49
Update Travis config 2019-10-15 11:48:04 +02:00
Marvin W 7f32119d89
Fix various linker warnings 2019-10-15 02:53:05 +02:00
Marvin W 50d788a2b3
Bump version code 2019-10-15 02:45:10 +02:00
Marvin W 810a5ccab7
Update build tools 2019-10-15 02:44:32 +02:00
Marvin W 48f8bfa7a5
Add missing wear stub methods 2019-10-13 23:33:56 +02:00
Marvin W 4c4277b75e
Add tap and pay dummy 2019-10-08 20:56:17 +02:00
Marvin W 7d50c2c94b
Update wearable API 2019-10-08 20:56:16 +02:00
Nayil Mukhametshin cc8bf2f3f1 add games api 2019-10-08 20:08:30 +02:00
AsavarTzeth d2735650af Exclude com.bankid.bus from provider installer
The addition of the ProviderInstallerImpl broke com.bankid.bus
(BankID säkerhetsapp). This app is essential to Swedish users since it
is effectively the de facto Swedish online id.

This issue is resolved by adding the app id to the existing black list.

Fixes #824
2019-09-28 00:41:16 +02:00
Niklas Sombert 0d9bb345a8 Make requestLocationSettingsDialog return success 2019-09-28 00:40:36 +02:00
Marvin W 06c8b765ba
Update Conscrypt to 2.1.0, activate the default cipher suite in cross-arch loader 2019-07-05 00:47:12 +02:00
Marvin W dfb1e7fbb7
Fix mapbox native library loading if app targets armeabi non-v7a 2019-07-04 23:53:04 +02:00
Marvin W 8a0010a1d8
Fix incomplete certificate requests causing crashes 2019-07-03 11:24:34 +02:00
Marvin W 5d6e9ac01c
Make mapbox the default and vtm the variant 2019-07-03 11:14:28 +02:00
Marvin W f2de773bee
Bump version code 2019-07-03 00:56:55 +02:00
Marvin W 51509859ae
Bump version code 2019-07-02 22:53:26 +02:00
Christopher Roy Bratusek e7e30f6cd4 add Google One to KNOWN_GOOGLE_PACKAGES 2019-07-02 14:07:39 +02:00
Christopher Roy Bratusek 67b04bbdc3 add Google Crowdsourcing to KNOWN_GOOGLE_PACKAGES 2019-07-02 14:07:39 +02:00
Marvin W b02d72b01f
Add support for cross architecture loading in ProviderInstaller 2019-07-01 11:11:13 +02:00
Marvin W bae47feeca
Fix wearable implementation network usage 2019-07-01 00:31:26 +02:00
Marvin W f8a0c9c4d3
Small bug fixes 2019-07-01 00:27:34 +02:00
Marvin W bf88e7c8bd
Add Google Certficate service 2019-07-01 00:26:57 +02:00
Marvin W 73aca6ea10
Various fixes and improvements to Maps API 2019-07-01 00:25:24 +02:00
Marvin W bfe649fc36
Add Google Certificates API 2019-07-01 00:13:22 +02:00
Marvin W dc895b4e03
Add more details of Maps API 2019-06-30 17:45:44 +02:00
Marvin W 73fd85a8c7
mapbox: Allow savedInstanceState to be null 2019-06-03 15:35:51 +02:00
Marvin W 4713797edc
Fix calling package detection in KK+ 2019-06-01 15:57:46 +01:00
Marvin W a74ce16d2a
Add new libraries to about screen 2019-06-01 15:09:23 +02:00
Marvin W 39d20ec1f2
Update GmsApi 2019-06-01 13:19:09 +02:00
Marvin W 30ed2720a0
Allow to bypass Android O+ account restrictions for Google Apps 2019-05-28 18:45:54 +02:00
Marvin W 7a646e3346
Remove typo 2019-05-27 16:01:05 +02:00
Marvin W a80b263656
Merge pull request #555 from armills/cast-mvp
MVP Cast API
2019-05-27 13:48:49 +02:00
Marvin W c7e9b299f6
Add multidex support 2019-05-27 13:21:28 +02:00
Marvin W c0a5051941
Merge branch 'master' into armills-cast-mvp 2019-05-27 12:58:57 +02:00
Marvin W 0480bbbba6
Only include vtm with the vtm maps implementation 2019-05-26 23:04:13 +02:00
Marvin W 1c965f3133
Bump version code 2019-05-26 21:19:48 +02:00
Marvin W b646f9a467
Update GmsApi 2019-05-26 21:10:59 +02:00
Marvin W 7197b8320b
Add Kotlin feature for ObjectWrapper 2019-05-26 21:10:10 +02:00
Marvin W 66285c73e7
Bump version code 2019-05-26 21:07:27 +02:00
Marvin W 059c1f520a
Fix typos in maps api 2019-05-26 21:06:16 +02:00
Marvin W 4a0bdeda44
Fix Travis 2019-05-26 20:52:37 +02:00
Marvin W 51e5f7714b
Correctly handle ProviderInstaller if it was not used before first network interaction 2019-05-26 17:53:56 +02:00
Marvin W 45ee4903f8
Adapt auth implementation to better reflect current play services 2019-05-26 17:53:56 +02:00
Marvin W 6174997cb7
Initial mapbox based maps implementation 2019-05-26 17:53:56 +02:00
Marvin W 2a01e6cb74
Temporary disable place picker 2019-05-26 17:53:55 +02:00
Marvin W 9f922b5a19
Refactor vtm maps into seperate module, use version from maven 2019-04-22 19:57:25 +02:00
Marvin W 937e3422aa
Add package name to location requests when possible, fix incomplete permission check 2019-04-22 19:57:24 +02:00
Marvin W c927f1a86a
Bump version to 16.0.89 2019-04-22 19:57:13 +02:00
voidstarstar 5875ab752b Move some expensive reflection calls to onCreate 2019-04-22 19:56:51 +02:00
voidstarstar 60023887d1 Temporary whitelist support for Doze (#732)
Fixes #338 

Co-Authored-By: @ccaapton <6211551+ccaapton@users.noreply.github.com>
Co-Authored-By: @ale5000-git <15793015+ale5000-git@users.noreply.github.com>
2019-04-21 16:39:18 +02:00
Christopher Roy Bratusek e7f37e17a8 build.gradle: properly calculate gitVersionBase if latest tag is not a release tag 2019-04-21 13:54:29 +02:00
Moritz Horstmann 652d7a9104 Include GCM message ID in app message intent 2019-04-20 15:09:58 +02:00
Christopher Roy Bratusek 3d9a8f4af9 Update German translation 2019-04-17 17:16:07 +02:00
Vavun 65b588e20d Add account button to microG settings, fix #413
Signed-off-by: ale5000 <ale5000-git@users.noreply.github.com>
2019-04-17 17:16:07 +02:00
voidstarstar 7b651aaaad Unregister app if fully removed or data is cleared
This fixes a bug where apps were not properly unregistered on Android
8.0+ systems. Also update the log message.
2019-04-13 10:44:41 +02:00
voidstarstar 2a21b8ad11 Finish the activity if the app was deleted 2019-04-13 10:44:41 +02:00
Adam Mills 7c93f8785e
Remove safe-parcel testing setting 2019-03-12 21:58:19 -04:00
jimbo1qaz 40974f806d Add support for Google Suite accounts with external login 2019-03-12 03:56:13 +01:00
voidstarstar 725926529a Add implementation of ProviderInstallerImpl 2019-03-12 03:54:01 +01:00
Marvin W 851e44341a
Bump version to 15.0.90 2019-03-11 13:50:09 +01:00
Adam Mills 3c1ffe1388
Merge remote-tracking branch 'origin/master' into cast-mvp 2019-03-10 16:47:36 -04:00
Adam Mills 7627d8ae42
Update GmsApi to master 2019-03-10 15:05:17 -04:00
Adam Mills feeff75ab1 Constructor for CastDeviceStatus 2019-03-10 16:31:15 +01:00
Adam Mills dfb401696f ApplicationStatus constructor 2019-03-10 16:31:15 +01:00
Adam Mills a5f41cd3e5 Add CastMediaControlIntent::isCategoryForCast 2019-03-10 16:31:15 +01:00
Adam Mills ccb9ae4ea4 Expose CATEGORY_CAST_REMOTE_PLAYBACK as public 2019-03-10 16:31:15 +01:00
Adam Mills 41eee57977 Support for DNS-SD cast discovery 2019-03-10 16:31:15 +01:00
Adam Mills 377e608fa7 Cast MVP to start videos 2019-03-10 16:31:15 +01:00
Yegor Timoshenko 18a50244ff Add SERVICE_MISSING_PERMISSION to ConnectionResult 2019-03-10 16:28:52 +01:00
gudenau a787b52ccc Added Android Pie patch file 2019-03-10 16:17:37 +01:00
Christopher Roy Bratusek f25f53be16 add Wellbeing to KNOWN_GOOGLE_PACKAGES 2019-03-10 16:16:47 +01:00
Chris 'Nano' Bratusek 81f484a439 Fix SafetyNet default value, show server type in overview (#629) 2019-03-10 16:15:24 +01:00
Chris 'Nano' Bratusek 9e405cd0e0 microG Settings in AppInfo and SystemSettings (+ adaptive icon) (#719)
Co-Authored-By: @Vavun <31875619+vavun@users.noreply.github.com>
2019-03-10 16:13:11 +01:00
Vavun 62ee8f539f improve russian translation (#662) 2019-03-02 16:02:08 +01:00
Lockdis d73256bc62 Update strings.xml
typos
2019-03-02 16:01:13 +01:00
PorygonZRocks ceb7e721b1 Add version check to skip first screen on KK- 2019-03-02 16:00:39 +01:00
Marvin W 1e444dc4aa
Bump version to 13.2.80, improve version code generation 2018-09-21 21:44:43 +02:00
Marvin W 719cd51d3d
Push Messaging: Handle more edge cases, fix some apps not showing up as registered 2018-09-21 21:44:43 +02:00
Marvin W e47101856d
Few restructuring after b2d6965 2018-09-21 21:44:42 +02:00
Klaus Flittner b2d6965608 Use app supplied API key for safetynet queries 2018-09-21 21:28:47 +02:00
Adam Mills e32cb84397 Add tag support and implement Z-Index API 2018-09-21 21:26:10 +02:00
Marvin W aa18e807a3
Bump version to 13.2.80 2018-09-21 21:14:15 +02:00
voidstarstar ce9f40e9d9 Add Contacts signature to known google signatures 2018-09-21 21:10:50 +02:00
Adam Mills 13e1a1cebb Add support for Marker zIndex and tags API 2018-09-21 21:09:39 +02:00
voidstarstar 1fc6df3862 Fix how avatar URL is saved, fixes #598 2018-09-21 21:08:37 +02:00
Adam Mills eaf66d9e19
Switch to chromecast lib raw request branch 2018-09-03 14:48:24 -04:00
Adam Mills 00594590ac
Linting cleanup 2018-09-02 10:18:30 -04:00
Adam Mills 8df4a6c457
Merge branch 'master' into cast-mvp 2018-09-02 10:01:39 -04:00
Marvin W 4040e3df85
Bump version to 12.8.79 2018-08-28 15:18:34 +02:00
Marvin W 7bbdcac990
Handle NetworkInfo being null 2018-08-28 14:18:26 +02:00
Marvin W f94d140dea
Only require C2D_MESSAGE permission when defined 2018-08-28 14:13:49 +02:00
Marvin W 9e0ee103a1
Fix push messaging registration for some apps 2018-08-28 14:13:49 +02:00
Marvin W bdb04c9b20
Add various missing stubs 2018-08-28 14:13:49 +02:00
voidstarstar 0cfb703b11 Update UnifiedNlp for sdk version 2018-08-28 14:13:21 +02:00
Marvin W d3a6dfcb05
Bump version to 12.8.79 2018-08-28 13:27:09 +02:00
Marvin W a57ac35b5d
Bump version to 12.8.79 2018-08-28 13:25:03 +02:00
Marvin W 216861e7dd
Use latest safe-parcel release 2018-08-28 00:36:14 +02:00
Marvin W c69dbd91b0
Add IMeasurementService stub 2018-08-28 00:13:14 +02:00
Adam Mills 1db42b8231
More cast device implementation coverage 2018-08-25 18:50:15 -04:00
Adam Mills 3c3e391232
Discovery cleanup 2018-08-25 14:56:39 -04:00
Adam Mills 84299d4cfd
More dev 2018-08-11 16:06:54 -04:00
Adam Mills c3e611ec9f
Include cast app control categories with routeinfo 2018-07-06 20:10:13 -04:00
Adam Mills d70b47c6c3
Store deserialized session providers 2018-07-06 20:06:59 -04:00
Adam Mills 7e711be919
Add most real cast media route control filters 2018-07-06 16:44:50 -04:00
Adam Mills 477f7b2a15
Support for DNS-SD cast discovery 2018-07-05 21:36:58 -04:00
Adam Mills 2368bed54b
Support basic media control: play/pause/seek/etc. 2018-06-23 14:12:54 -04:00
Marvin W ef0cfe1757
Add more service ids 2018-06-14 16:37:22 +02:00
Marvin W 0fe3c09adb Improve new Cast bindings 2018-06-14 14:51:24 +02:00
Adam Mills 718b9071a9 More interface details for the cast framework 2018-06-14 14:51:24 +02:00
Adam Mills eb869ef20b
Cast MVP to start videos 2018-06-13 20:21:45 -04:00
Marvin W 64d76cee70
Bump version code 2018-06-13 17:33:22 +02:00
Marvin W 7015d9e7f8
Upgrade build tools 2018-06-13 17:30:57 +02:00
Marvin W 243b43f096
Upgrade build tools 2018-06-12 23:49:05 +02:00
Romain Hunault fca83bad2a Change the location of GmsCore apk 2018-05-30 10:03:52 +02:00
Adam Mills ae8e82f656
Maintain support for API version 9 2018-05-19 15:37:25 -04:00
Adam Mills fc74261655
More interface details for the cast framework 2018-05-19 15:36:08 -04:00
Bernhard Rosenkränzer 40d6bf7320 Add patch for Android O (8.0.0_r4)
This is android_frameworks_base-N.patch rebased to the android-8.0.0_r4
tag.
It also expands the description a little to let the user know why a
legitimate app might request this permission.

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
2018-05-19 18:00:19 +02:00
Hattshire f1cdb48a28 Show UI on retrieveRtToken() error 2018-03-31 23:20:54 -06:00
Marvin W 908c20ccc2
bump version number, update build tools 2018-03-31 23:16:41 -06:00
Marvin W 90e9b7b79d
Update sublib + build tools 2018-03-31 22:14:26 -06:00
Marvin W db0be6ba01
Version bump, use new build tools 2018-03-31 22:12:17 -06:00
Kevin MacMartin 388a363bc0 Add signature for the google daydream app 2018-03-31 21:57:02 -06:00
Marvin W 464d45d552
Update gradle, build tools, dependencies 2018-01-02 01:45:43 +01:00
Marvin W 0c8fd3f78e
Update gradle, build tools, deps 2018-01-01 21:26:26 +01:00
Marvin W 0e994f3805
Update gradle, build tools 2018-01-01 21:19:30 +01:00
Marvin W 0dedff9746
Update support lib 2018-01-01 17:05:10 +01:00
Marvin W 1c1782ff6b
Update gradle, build tools 2018-01-01 01:56:36 +01:00
Marvin W 0596d2c6f1
Version bump 2017-12-12 11:38:27 -06:00
Marvin W 2403f97e18
Add fake contact sync to fix AOSP contact app 2017-12-12 11:36:01 -06:00
Marvin W b5342173d3
Version bump 2017-12-12 11:34:49 -06:00
Marvin W c90a6851b2
Version bump 2017-12-12 11:32:20 -06:00
Marvin W f289a13a7f
Increase version number 2017-09-09 18:51:38 +02:00
Marvin W 664194ec2a
Increase version number 2017-09-09 18:49:31 +02:00
roblabla 38324bedfa Add youtube music to KNOWN_GOOGLE_PACKAGES 2017-08-02 01:27:28 +02:00
Marvin W d9e86d960d
Increase version code, update sublib and copyright header 2017-06-13 00:34:09 +02:00
Marvin W da922189e2
Further restrict whitelist by package name and fix #369 2017-06-13 00:32:54 +02:00
Marvin W ee8bc5a9f2
Pull from Transifex 2017-06-13 00:31:05 +02:00
Marvin W 8b5813143e
Update sublib and copyright header 2017-06-13 00:29:13 +02:00
Marvin W b25ca17225
Update Copyright header 2017-06-13 00:11:15 +02:00
ale5000 087ea9c2be Add Google Cardboard Camera signature to known google signatures and fix Google Trips name (#382) 2017-06-02 00:37:51 -06:00
Aline Freitas fb3623cf35 Check if callback is non nil. Fixes #340 #364. (#385) 2017-06-02 00:37:14 -06:00
Marvin W 2ae6aa2b49
Update copyright year 2017-05-20 01:19:25 +02:00
Henry Kohli 0e766d4572 fixed typo in german translation (#356) 2017-05-19 21:16:39 +02:00
justmix4 cb6bb7d252 Update polish translation (plurals.xml) (#360) 2017-05-19 21:16:15 +02:00
justmix4 711246b513 Update polish translation (strings.xml) (#359) 2017-05-19 21:15:42 +02:00
Gena95 a5b7a24aec Russian translation (#367)
Update russian translation
2017-05-19 21:14:50 +02:00
acsway878787 0b496c58c3 Fix a minor typo. (#371) 2017-05-19 21:14:36 +02:00
Dang Nguyen 690b612f24 Add Google Trip signature to known google signatures (#375) 2017-05-19 21:13:56 +02:00
Marvin W 3669bab42c
maps: throw exception on missing permission (as described in API docs) 2017-05-01 13:24:49 +02:00
Marvin W bde9bc4c0c
Pull strings from transifex 2017-05-01 13:24:49 +02:00
Marvin W 1c6f4e26dd
Update build tools 2017-05-01 13:24:49 +02:00
Marvin W d47ab8f248
Update support lib 2017-05-01 13:17:31 +02:00
Marvin W b0a06e7d7d
gcm/iid: add request id to iid responses
was optional before but is required for firebase iid
- fixes bug with riot dev version reported in #313
- might be related to comment 2 in #322
2017-05-01 13:15:19 +02:00
Marvin W db7b721b1a
Ask before loading sign-in website (#276) 2017-05-01 13:15:18 +02:00
Marvin W 01f154dcdb
Configure GCM by network type and automatically learn ping interval
Related to: #187 #192
2017-05-01 13:15:18 +02:00
Marvin W b71d6ceb7e
Update build tools 2017-05-01 12:51:50 +02:00
Marvin W e2fc0bd828
Update gradle 2017-05-01 12:51:19 +02:00
Marvin W e0dd1c6cbb
Update build tools and support libs 2017-04-27 01:12:06 +02:00
ffgiff 8d078fb7ec Complete removal of safe-parcel subproject (#355)
Remove safe-parcel gradle sub-project. The git submodule was
already removed by 07ff44e3c6.
2017-04-27 01:00:05 +02:00
acsway878787 558bfb6796 Update Translations. (#351)
* Update Translations.
2017-03-25 10:29:40 +01:00
Marvin W 3ddf2b71a1 Merge pull request #337 from Gena95/master
Update Russian translation
2017-03-24 21:53:12 +01:00
Marvin W b1e98eae08
Update Transifex 2017-03-21 22:12:43 +01:00
Marvin W d499c4fe7c
Pull from Transifex 2017-03-21 19:12:32 +01:00
Marvin W 0f3a472a11
Increase verison code, fixes #335 2017-03-21 19:08:22 +01:00
Marvin W 3933ac65c7
Increase version code 2017-03-21 19:07:15 +01:00
Gena95 e4de2ad501 Update strings.xml 2017-03-04 05:47:46 +02:00
Gena95 8de5ec05d3 Update Russian translation
Translation for new lines and minor string fixes
2017-03-04 05:40:42 +02:00
Marvin W 7f13738e61
Fix backend count in settings and update pl translations 2017-02-26 17:10:37 +01:00
Marvin W cc338e3078
Move plurals into seperate files, make Condition use plurals 2017-02-26 16:58:19 +01:00
Marvin W 7d20dc982c
Add plurals support for conditions 2017-02-26 16:41:34 +01:00
Marvin W 949400fac3
Certain string fixes 2017-02-26 15:26:44 +01:00
Marvin W cddf2972bc
Fix SwitchBar string translation 2017-02-24 03:53:26 +01:00
Marvin W d2b2ee5348
Even more UI improovements 2017-02-22 04:20:46 +01:00
Marvin W 1602d1b632
Add new helpers for preferences 2017-02-22 04:05:19 +01:00
Marvin W 509ccdf21b
Fix #318 2017-02-22 03:32:10 +01:00
Marvin W a2b350a83f
Add Transifex support 2017-02-12 20:13:36 +01:00
Marvin W 11abea3eb0
Merge branch 'master' of github.com:microg/android_packages_apps_GmsCore 2017-02-12 18:29:29 +01:00
Marvin W 6a23686efe Merge pull request #308 from acsway878787/master
Update translation.
2017-02-12 18:28:18 +01:00
acsway878787 7e6b7d48f3 Update translation. 2017-02-12 17:22:10 +08:00
Marvin W bcd293d318 Merge pull request #300 from spacekitteh/patch-3
Changed OUT_DIR to TARGET_COMMON_OUT_ROOT
2017-02-12 01:09:38 +01:00
Sophie Taylor a6dd93f2cd Changed OUT_DIR to TARGET_COMMON_OUT_ROOT
Takes into account if compiling a debug build.
2017-02-12 09:18:22 +10:00
Marvin W d7fd34402f
Update SafetyNet API to latest version 2017-02-11 21:42:38 +01:00
Marvin W 05c12cab6d
Update ISafetyNetService.aidl 2017-02-11 21:41:35 +01:00
Marvin W 7b897cd001
Add dummy SettingsApi 2017-02-11 02:32:16 +01:00
Marvin W aec1ad93b8
Add Geofencing API client code 2017-02-11 02:14:16 +01:00
Marvin W 3f1fa81390
Add Geofencing API details 2017-02-11 02:13:42 +01:00
Marvin W 3eac7fc77f
Add ActivityRecognition client code 2017-02-11 00:36:14 +01:00
Marvin W c61a147de2
Properly implement status details 2017-02-11 00:34:40 +01:00
Marvin W 5e8494c11a
Add more details of location API 2017-02-11 00:34:40 +01:00
Marvin W e45e2d283a Merge pull request #295 from Gena95/master
Update russian translation
2017-02-08 22:14:06 +01:00
Gena95 8cb1b8d3fb Update strings.xml 2017-02-08 23:09:19 +02:00
Marvin W cbfb373bd0
Fix negation... 2017-02-08 22:03:42 +01:00
Marvin W 32d6040e55
Ensure checkin never happens while disabled 2017-02-08 21:33:44 +01:00
Marvin W 42b7c33bde
Update preference-v7 library 2017-02-08 21:31:30 +01:00
Gena95 950c4a7755 Update russian translation
Translated new strings and minor translation fixes.
2017-02-08 22:27:23 +02:00
Marvin W d99fa7e86f
Directly start/stop GCM service if setting is changed in UI 2017-02-08 14:17:17 +01:00
Marvin W 170d5e4524
Make SafetyNet configurable 2017-02-08 14:17:10 +01:00
Marvin W d991888b89
Spoof chimera provider, update sublib + build tools 2017-02-08 14:16:44 +01:00
Marvin W 8fca2d513b
Add RadioButtonPreference 2017-02-08 14:15:23 +01:00
Marvin W e18e0b9387 Merge pull request #294 from spacekitteh/patch-1
Fix Android makefile
2017-02-08 02:10:31 +01:00
Sophie Taylor c267f95f8d Fix Android makefile 2017-02-08 10:17:49 +10:00
Marvin W 1ba288e000
Update gradle-wrapper to 3.3 2017-02-07 19:51:13 +01:00
Marvin W b267f2cb9c
Update deps and build tools 2017-02-07 19:45:20 +01:00
Marvin W fe56b4b61e Merge pull request #5 from acsway878787/master
Add Chinese(Taiwan) Translation.
2017-01-29 10:08:15 +01:00
acsway878787 cd15ab8eb2 Add Chinese(Taiwan) Translation. 2017-01-28 21:22:58 +08:00
Marvin W ae4831eadf Merge pull request #286 from acsway878787/master
Update strings.xml
2017-01-27 12:11:43 +01:00
acsway878787 df1e847d41 Update strings.xml
Translation errors correction.
2017-01-26 22:00:02 -06:00
Marvin W 4c4086a6d9
Update UnifiedNlp for translations 2017-01-26 14:57:36 +01:00
Marvin W 32009f6d8b Merge pull request #283 from acsway878787/master
Add Chinese(Taiwan) Translation.
2017-01-26 14:51:21 +01:00
acsway878787 6dc476a867 Add Chinese(Taiwan) Translation. 2017-01-26 12:28:57 +08:00
Marvin W 35cc6b4b65 Merge pull request #4 from Gena95/master
Added Russian translation
2017-01-22 23:02:05 +01:00
Marvin W 86cd957191 Merge pull request #278 from Gena95/master
Added Russian translation
2017-01-22 23:00:01 +01:00
Gena95 fa8d13d062 Added Russian translation 2017-01-22 20:43:54 +02:00
Gena95 dda9a3a6db Added Russian translation 2017-01-22 20:11:17 +02:00
Marvin W 6766fa4d95
Location: do not try to access network location provider if not present on system
Related to #269
2017-01-18 17:35:59 +01:00
Marvin W 3dabc13028
Location: Add forceCoarseLocation flag 2017-01-18 17:27:38 +01:00
Marvin W dde462c73a
Update embedded UnifiedNlp 2017-01-18 10:53:55 +01:00
Marvin W 6422f2a2d7
PlacePicker: Correctly handle named locations 2017-01-18 10:49:01 +01:00
Marvin W c57d99d64e
Merge branch 'master' of github.com:microg/android_packages_apps_GmsCore 2017-01-17 19:17:13 +01:00
Marvin W 1ad189b1f9 Merge pull request #272 from JonasCardoso/master
values: add language Brazilian portuguese
2017-01-17 19:16:38 +01:00
Jonas Cardoso cc8a0717e3 values: values-pt-BR -> values-pt-rBR 2017-01-17 16:08:09 -02:00
Jonas Cardoso 549257ecf8 values: add language Brazilian portuguese 2017-01-17 15:41:50 -02:00
Marvin W edf3d8c7dd
Set extractNativeLibs="false" #265 2017-01-16 22:56:30 +01:00
Marvin W 244d3aef7e
Fix broken statement in wear db, fixes #264 2017-01-15 22:53:59 +01:00
Marvin W 050a78569d
Add FLAG_ACTIVITY_NEW_TASK when showing permission dialog for GCM, fixes #270 2017-01-15 22:53:17 +01:00
Marvin W a29e759d7a
Add support for x86_64, fixes #262 2017-01-15 22:52:46 +01:00
Marvin W a53b32edbf
Include UnifiedNlp update 2016-12-23 19:22:59 +01:00
Marvin W 05a8b44f2d
Various fixes
related to #86, #164, #242
2016-12-23 19:02:05 +01:00
Marvin W 48e9988bcc Merge pull request #249 from ArchangeGabriel/french
Add French translation
2016-12-20 23:50:22 +01:00
Bruno Pagani 356e018953 Add French translation 2016-12-20 18:50:57 +01:00
Marvin W 3e9b4327a0 Merge pull request #248 from ArchangeGabriel/patch-1
Fix small typo in strings
2016-12-20 17:13:13 +01:00
Bruno Pagani 981fad0e6d Fix small typo in strings 2016-12-20 02:12:54 +01:00
Marvin W 86011c8c25 Merge pull request #246 from pejakm/srtr
Update Serbian
2016-12-17 18:26:20 +01:00
Mladen Pejaković 2e0cbb0691 Update Serbian 2016-12-17 18:07:21 +01:00
Marvin W 430420b5a3
Add patch for latest N 2016-12-16 18:23:17 +01:00
Marvin W ef9e9b0921
GCM: fix display of uninstalled apps, do not allow registration if GCM is disabled (it won't succeed anyway) 2016-12-02 16:44:50 +01:00
Marvin W 83725f43cd
Adjust Maps to latest API and fix display issue, add empty Wallet API impl
related to #207, #236
2016-12-02 16:20:25 +01:00
Marvin W bfae24a17c
Add (empty) Wallet API and update Maps API
also fix small lint issue
2016-12-02 16:18:48 +01:00
Marvin W 97f4c82172
GCM improvements
- Add upstream message support (#228)
- Improve support for 7.0+ (#226)
- don't start closed apps if disabled (#230)
- ask after denying registered app (#230)
- automatically unregister apps on uninstall
2016-11-20 20:37:31 +01:00
Marvin W 279b35b993
Fix string format shorties 2016-11-16 02:07:34 +01:00
Marvin W 5316e0220a
Squashed commit
- Update all submodules, used sdk version, etc
- Settings UI rebuild
- Some GCM features and fixes
- Fix newest Cast Framework for some apps (tested with "ZDF Mediathek")

Fixes #224, #223, #145
2016-11-16 01:03:17 +01:00
Marvin W a0300494f6
Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
Marvin W 0b4f43c6a6
Update build tools, set sdk versions through gradle 2016-11-14 20:21:14 +01:00
Marvin W c0b227d918
Add dashboard and condition functionality 2016-11-14 03:07:17 +01:00
Marvin W ea80c3d09e
Travis Fix 2016-11-13 16:34:55 +01:00
Marvin W 888db749e7
Fix lint issues, reduce min sdk version 2016-11-13 16:15:18 +01:00
Marvin W c574c62e6d
Fix travis CI 2016-11-13 16:03:01 +01:00
Marvin W f0030c2265
Update to SDK 24 2016-11-13 15:54:55 +01:00
Marvin W 4f3d77f9be
Major UI overhaul 2016-11-13 15:49:54 +01:00
Marvin W 8b61ba7e44
Update sublibs, Increase version number, implement basic cast framework module 2016-11-07 22:49:59 +01:00
Marvin W 4bffa5799a
Fix missing api reference 2016-11-07 14:56:28 +01:00
Marvin W 2e3a13eaa5
Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
Marvin W 9ff42ae73a
Move things that do not belong into basement back to base 2016-11-06 16:10:32 +01:00
Marvin W 7e04251b38
Prepare for being a maven artifact 2016-11-06 02:45:48 +01:00
Marvin W f7716698da
Increase basement version and add initial parts of cast-framework-api 2016-11-06 02:21:11 +01:00
Marvin W 4893dead0a Merge pull request #197 from Nutomic/disable-battery-optimization
Added item to disable battery optimizations
2016-11-04 22:37:04 +01:00
Felix Ableitner f6c51d5cfc Added item to disable battery optimizations (fixes #75, #113) 2016-11-04 16:01:57 +09:00
Marvin W cb356d2fea
Various changes
- Fix possible issue with null locations
- Various theme updates
- Fix map issue on 64-bit systems
- Update version code #205
2016-10-02 20:16:13 +02:00
Marvin W 107d70080a
Update reference version code 2016-10-02 20:15:36 +02:00
Marvin W 0ae11ab9bf
Fix Travis CI build 2016-09-25 03:17:16 +02:00
Marvin W 63fd64f540
Bypass lint errors 2016-09-25 02:49:40 +02:00
Marvin W 27ec511f5f
Add initial version of microG maps theme 2016-09-25 00:14:25 +02:00
Marvin W b732ef8b29
Add dummy implementation for Global Search API 2016-09-24 21:24:30 +02:00
Marvin W 40835c3618
Add initial support for SafetyNet, requiring DroidGuard Helper to be installed 2016-09-24 21:19:26 +02:00
Marvin W 07ff44e3c6
Update sublibs, target sdk + build tools 2016-09-24 21:05:21 +02:00
Marvin W 6bef699f58
Add dummy Places API implementation 2016-09-24 21:04:05 +02:00
Marvin W 3a219305d8
Update build tools, sdk version and api lib 2016-09-24 21:00:24 +02:00
Marvin W acec513b19
Update build tools and target sdk 2016-09-24 20:58:01 +02:00
Marvin W a421ff5d95
Add Global Search API classes, use SafeParcel from maven 2016-09-24 20:37:20 +02:00
Marvin W db93985e28
Fixup 33a6137 2016-09-17 02:22:04 +02:00
fiaxh 33a6137aec
Screen showing GCM registered apps + infos + unregistration option 2016-09-17 01:43:50 +02:00
Marvin W b33e43c1f6
Add initial (non-functional) implementation of SafetyNet
SafetyNet requires DroidGuard for full functionality, see #181
2016-09-17 01:43:36 +02:00
Marvin W 190a031662
Add Firebase Service Stub 2016-09-17 01:39:51 +02:00
Marvin W 18da23b482
Add SafetyNet API 2016-09-16 23:05:21 +02:00
Marvin W 351a4b8615
Update Log events 2016-09-16 23:05:05 +02:00
Marvin W 7f5440d36e
Add Firebase auth api 2016-09-16 23:03:59 +02:00
Marvin W 6b9fc62bac
Set default gcm heartbeat interval to 5m 2016-08-29 18:00:18 +02:00
Marvin W 214120aa62
Uncomment "unused" protobuf fields from mcs.proto 2016-08-27 20:00:31 +02:00
Marvin W 2fa70c1d12
Update Gradle, Update vtm library, Update people api database 2016-08-27 12:50:34 +02:00
Marvin W c450e2d8ad
Update Gradle and Sublib 2016-08-27 12:46:12 +02:00
Marvin W 4d8fb82ae5
Update Gradle 2016-08-27 12:35:01 +02:00
Marvin W c6f5d25850
Update Gradle, Add initial Credential API files 2016-08-27 12:28:00 +02:00
Marvin W 5a0c235e3d
Add dummy support for firebase database API 2016-08-14 15:05:55 +02:00
Marvin W e057a9daae
Add parts of dynamite API and firebase database API 2016-08-14 15:01:43 +02:00
Marvin W 72ee3bcd38
Combined changes:
- Adapt to GmsApi changes
- Add GmsLib for play-services-wearable library
- Increase version code (fixes #167)
- Update wearable
2016-08-14 12:28:08 +02:00
Marvin W 310127db79
Disable 'InvalidPackage' lint 2016-08-14 10:41:13 +02:00
Marvin W 29d8b8fbb5
Update lib for API changes, add support for wearable listening and sending messages 2016-08-14 10:29:03 +02:00
Marvin W b9cb95d39b
Move certain wearable classes 2016-08-14 10:26:24 +02:00
Marvin W 289a346315
Update version code 2016-08-14 10:26:04 +02:00
Marvin W 252718585f
Rename common-api to basement, Move ChannelApi to Api classes 2016-08-07 20:37:16 +02:00
Marvin W 25d0e3be42
Fix travis 2016-08-07 18:23:01 +02:00
Marvin W 3bb89224dc
Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
Marvin W be6af2eeb7
Add more instance id specific constants for gcm 2016-08-07 14:32:40 +02:00
Marvin W 59558720d9
Extract play-services-iid-api 2016-08-06 16:16:12 +02:00
Marvin W 4eaec4e534
Fix typo #4 2016-08-05 16:13:51 +02:00
Marvin W 5aa68cc6d1
Update GmsApi 2016-08-04 21:48:05 +02:00
Marvin W 3d8fee7fab
First split of Api classes 2016-08-04 21:45:00 +02:00
Marvin W 435b394e3a
Wearable temp state 2016-08-04 11:36:03 +02:00
Marvin W 417ec2585f
Update wearable APIs 2016-08-04 08:49:27 +02:00
Marvin W 47a61d6034
Update GmsApi 2016-07-31 13:28:34 +02:00
Thibaut Girka 9a50744324
Return dummy LocationAvailability object instead of null, preventing crash in some apps 2016-07-31 13:04:13 +02:00
Marvin W 27c1c540d6
Wearable: correctly implement listeners including remote binding 2016-07-31 13:01:27 +02:00
Marvin W cf2927f275
complete implementation of LocationAvailability 2016-07-31 13:00:23 +02:00
Thibaut Girka 707b9de6cd
Add initial support for LocationAvailability 2016-07-31 12:06:09 +02:00
Marvin W d3efde305b
Add method to send rpc messages for wearables 2016-07-31 12:02:50 +02:00
Marvin W 4991c5c05b
Implement DataHolder compatible with old public API 2016-07-31 12:01:48 +02:00
Thibaut Girka cfd7c4e70e
Add FusedLocationProvider stuff required for newer Google client libs 2016-07-08 20:59:49 +02:00
Marvin W 74f959ae92
Update build tools, sublib, version code and add LICENSE 2016-07-08 20:59:37 +02:00
Marvin W 3532954c3e
Update build tools and add LICENSE 2016-07-02 14:21:28 +02:00
Marvin W a5afc23373
Update sublib 2016-06-02 23:10:49 +02:00
Marvin W 9c6993eca6
Update build tools 2016-06-02 23:10:21 +02:00
Marvin W 5f2083f227
Start adding reminders API 2016-06-02 23:10:06 +02:00
Marvin W 8003a0ac89
Update build tools and support lib 2016-06-02 22:58:55 +02:00
Marvin W 9daa4db4f3 GCM: Add more constants 2016-05-12 01:44:48 +02:00
Marvin W 5e58a66a1e Add collapse_key extra 2016-04-18 10:27:11 +02:00
Marvin W d6d32cc203 Fix/Suppress Lint errors 2016-04-14 22:21:41 +02:00
Marvin W f8210c6edc Update Travis CI support 2016-04-14 22:12:15 +02:00
Marvin W 2762887513 Update Gradle, push unfinished GCM 2016-04-14 22:06:42 +02:00
Marvin W e73d7fae9a Update Gradle 2016-04-14 21:41:46 +02:00
Marvin W 6aa110657b Update Sublib 2016-04-14 21:38:57 +02:00
Marvin W e71bf1b259 Small fixes and Gradle update 2016-04-14 21:33:21 +02:00
Marvin W 75562ce8b6 Move constant 2016-03-23 22:45:40 +01:00
Marvin W a3001d93f8 Add support for Assets to DataItem 2016-03-14 19:10:22 +01:00
Marvin W 249915ed3f Small updates to maps api 2016-03-14 19:09:46 +01:00
Marvin W 96540b11c6 Add field to wearable PutDataRequest 2016-03-05 21:47:51 +01:00
Marvin W 1e8926edd9 Add permission self check 2016-03-04 15:54:36 +01:00
Marvin W c959e72839 Add Map API callbacks 2016-03-03 01:26:28 +01:00
Marvin W a65d5dfba8 Merge pull request #3 from JulienBolard/fix-aosp-build
Generate Gradle BuildConfig.java file during AOSP build
2016-03-01 20:22:01 +01:00
Julien Bolard a80fbe235c Generate Gradle BuildConfig.java file during AOSP build
This fix compilation problem using AOSP source tree since it does
not handle (yet?) Graddle generated files.
Ignore also Android Studio generated files.

Signed-off-by: Julien Bolard <jbolard@genymobile.com>
2016-03-01 13:58:13 +01:00
Marvin W c9d08fbe0e Add Actions for GeoData and PlaceDetection API 2016-02-28 13:30:17 +01:00
Marvin W 2aec42fb75 Add some new (incomplete) classes for Auth API 2016-02-22 23:28:21 +01:00
Marvin W c6a81f4d7d Add references to resources and AndroidManifest.xml to Android.mk
related to microg/android_packages_apps_UnifiedNlp#57
2016-02-11 18:13:26 +01:00
Marvin W 281acd77b3 Merge pull request #2 from dicer/master
Fixed compile in AOSP/CM13
2016-02-11 16:51:34 +01:00
Felix Knecht fd8a7a6272 Fixed compile in CM13 2016-02-11 23:11:04 +08:00
Marvin W 18fb8cb8a1 Add README.md 2016-02-08 03:02:34 +01:00
Marvin W 75cafdbd4b Add Travis CI support 2016-02-08 02:58:31 +01:00
Marvin W 3c0af9772f Merge pull request #1 from pvagner/master
Fixed some lint errors
2016-02-07 16:28:25 +01:00
Peter Vágner 47f885d1ef use disable lint check "MissingTranslation" for now rather than inserting wrong language strings. 2016-02-07 14:09:50 +01:00
Marvin W 18582ce01a Add missing method to IWearableService 2016-02-06 20:46:39 +01:00
Peter Vágner ce533a3198 Fixed some lint errors 2016-02-06 20:02:05 +01:00
Marvin W 6186c98712 Remove broken getDrawable() call, add summary line to about 2016-01-27 01:03:00 +01:00
Marvin W d7210d466a Fix layout on small screens / long titles, add ability to define resolver for self-check 2016-01-26 23:32:17 +01:00
Marvin W 865b41664d Update API for PlacePicker 2016-01-25 22:48:29 +01:00
Marvin W b2f08accd9 Various fixes, proper strings 2016-01-25 21:03:17 +01:00
Marvin W f0e7d6b1c8 Update selfcheck, add about fragment 2016-01-22 04:33:10 +01:00
Marvin W a223d95912 Split constant-pool, add some components for gcm 2016-01-22 03:44:27 +01:00
Marvin W f34d87bcc2 Initial commit 2016-01-20 15:28:48 +01:00
mar-v-in 8d39059ce6 Extend People API model 2015-12-25 03:46:36 +01:00
mar-v-in fbe903fbcb Add IOnMyLocationChangeListener API 2015-12-03 19:17:35 -08:00
mar-v-in 609e53a7d3 Add another set of Maps API 2015-12-03 18:36:36 -08:00
mar-v-in a55281ec5d Update Auth API 2015-12-02 23:49:32 -08:00
mar-v-in 5ed675a90b Merge branch 'update_buildtools' of git://github.com/BRNmod/android_external_GmsApi 2015-11-17 21:48:38 +01:00
mar-v-in 493d207ab6 Move MessageEvent to play-services-api 2015-11-17 17:23:26 +01:00
mar-v-in f0ec7e606f Extend Wearable APIs 2015-11-17 17:16:22 +01:00
Simon Wörner d6fc8e737e updated buildtools 2015-11-13 10:54:27 +01:00
mar-v-in 4f6a84de9d Update sublib 2015-10-23 01:38:46 +02:00
mar-v-in 5990c8cc6e Update sublib 2015-10-20 19:05:17 +02:00
mar-v-in d2b942d87f Add Drive API interfaces
(does not include parcelable class implementations)
2015-10-16 22:43:45 +02:00
mar-v-in d3e37f7252 Add empty ClearcutLogger API 2015-10-15 03:18:33 +02:00
mar-v-in 90426cf2e1 Add BinderWrapper 2015-10-09 20:50:49 +02:00
mar-v-in 594fb004b7 Small typo 2015-10-08 01:41:19 +02:00
mar-v-in c43a964cb1 Add IAdvertisingIdService 2015-10-06 18:05:20 +02:00
mar-v-in 6f5bf23351 Enhance Location API 2015-10-04 04:40:58 +02:00
mar-v-in 5b281f8167 Update sublib 2015-10-03 22:46:14 +02:00
mar-v-in cb0458f17e Update Location APIs 2015-10-03 22:19:38 +02:00
mar-v-in 99d95d5b72 Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
mar-v-in d0f7742d21 Add Travis CI 2015-10-02 03:36:08 +02:00
mar-v-in 35e8503273 Add Travis CI 2015-10-02 03:31:05 +02:00
mar-v-in 2c18bafa4b Update Cast API 2015-10-02 03:22:45 +02:00
mar-v-in bb4037017c Update Cast API 2015-10-02 03:22:02 +02:00
mar-v-in 41a6ee844f Cleanup for Java 1.6 compatibility, Update copyright 2015-10-01 21:37:50 +02:00
mar-v-in d8a5f3351f Add basic play-services-cast 2015-10-01 21:36:38 +02:00
mar-v-in 1df0066367 Update Gms API 2015-10-01 21:31:52 +02:00
mar-v-in 607fb4ae5f Increase reference version number 2015-10-01 21:27:54 +02:00
mar-v-in ba032d7482 Update location reporting API 2015-10-01 21:26:10 +02:00
mar-v-in 500032ab2a Add Gradle wrapper 2015-09-28 18:31:31 +02:00
mar-v-in 9f3ff53e69 Update copyright 2015-09-28 18:30:12 +02:00
mar-v-in 266795a39f Add and update APIs 2015-09-28 18:27:29 +02:00
mar-v-in 4f1840dbb9 Update SafeParcel submodule 2015-09-28 18:26:29 +02:00
mar-v-in 28ff7f36f2 Update SafeParcel, Add PolylineOptions 2015-08-06 16:58:39 +02:00
mar-v-in 0890bf4546 Extend wearable APIs, update Maps API 2015-08-04 13:02:08 +02:00
mar-v-in f77b09dc0c Adding some wearable APIs and various smaller changes 2015-07-24 02:53:54 +02:00
mar-v-in 2c847ce6e8 Update SafeParcel 2015-07-04 13:16:33 +02:00
mar-v-in 3c2fdf86eb Update build tools 2015-07-04 13:11:15 +02:00
mar-v-in ef5e6dc066 Add some search APIs 2015-06-23 19:21:32 +02:00
mar-v-in d3c11f1e82 Add PeopleServce.loadAutocompleteList 2015-06-23 00:19:41 +02:00
mar-v-in 37e3b4dc39 Update IAuthManagerService 2015-06-22 23:24:18 +02:00
mar-v-in ceb0f9f2c6 Add empty AdManagerCreator 2015-06-22 23:24:05 +02:00
Marvin W 02c5a81c78 Merge pull request #1 from SWW13/fixes-cm12.1
add missing imports
2015-05-01 13:07:12 +02:00
Simon Wörner 07f31a99fe added import 2015-04-30 22:58:42 +02:00
Simon Wörner 2edcd4d5b3 added missing import 2015-04-30 22:55:55 +02:00
mar-v-in e128198426 Update tools to 22.0.1 2015-04-15 01:19:40 +02:00
mar-v-in 6743f1d4b1 Update tools to 22.0.1 2015-04-14 23:13:02 +02:00
mar-v-in deb757edfb Java 6 compat 2015-04-13 23:52:26 +02:00
mar-v-in 8928053170 Update safe-parcel, add new features to icing 2015-04-11 13:46:48 +02:00
mar-v-in 562e231775 Update API 2015-04-10 20:57:58 +02:00
mar-v-in 0f8febb705 Update sublib 2015-04-08 23:10:50 +02:00
mar-v-in a181a0f3b9 Add some Logging APIs, fix services list 2015-04-08 02:48:25 +02:00
mar-v-in a0e9645c79 Add info about services 2015-04-07 23:56:09 +02:00
mar-v-in 9dea25dca4 Extend ServiceBroker 2015-04-06 23:54:07 +02:00
mar-v-in 0ea075dd11 Small fixes 2015-04-01 00:14:08 +02:00
mar-v-in 1374dfa012 Add numerous wearable APIs 2015-03-31 23:56:13 +02:00
mar-v-in 704199355e Add some wearable APIs 2015-03-30 23:55:35 +02:00
mar-v-in b852fefd86 Update SafeParcel to 1.0.0 release 2015-03-30 23:49:40 +02:00
mar-v-in a581332117 Update api, add gcm basics 2015-03-28 23:21:09 +01:00
mar-v-in c43facae3d Merge branch 'master' of github.com:microg/android_external_GmsApi 2015-03-25 23:10:47 +01:00
mar-v-in 712f24a59f Fix Android.mk 2015-03-25 23:10:19 +01:00
mar-v-in bce1d500c9 Add some AIDL specs 2015-03-25 23:07:07 +01:00
mar-v-in 588df8f17b Update api 2015-03-14 22:21:35 +01:00
mar-v-in c0c4a78eab Update safe-parcel 2015-03-14 22:09:18 +01:00
mar-v-in c24447d5d3 Allow sub-projects to exist stand-alone 2015-03-13 03:15:24 +01:00
mar-v-in 76602a343f Update DashClock example 2015-03-13 03:08:00 +01:00
mar-v-in d47deb067f Various fixes for gradle/maven 2015-03-13 02:44:13 +01:00
mar-v-in dbae4add94 Make older gradle happy 2015-03-13 02:35:55 +01:00
mar-v-in c790480c40 Update structure, add maven support 2015-03-13 01:43:13 +01:00
mar-v-in d2ec5f52fa Fix build.gradle/Android.mk 2015-03-13 01:10:50 +01:00
mar-v-in 32663c095b Switch to gradle/maven project structure 2015-03-13 00:13:22 +01:00
mar-v-in 1510aa1b0a Start adding IAppDataSearch 2015-03-11 22:46:22 +01:00
mar-v-in cee8188dae Add loadOwnerAvatar() 2015-03-09 02:59:35 +01:00
mar-v-in a19db96290 Fix DataHolder 2015-03-08 22:47:12 +01:00
mar-v-in 4b5be5f4bb Add DataHolder and SignInButtonCreator 2015-03-05 23:26:08 +01:00
mar-v-in adb160c25b Beginning IPeopleService 2015-03-04 23:22:49 +01:00
mar-v-in 059d4a7b83 Start adding IPeopleService 2015-03-03 22:30:51 +01:00
mar-v-in c29a2cbc89 More reporting API 2015-03-02 03:54:11 +01:00
mar-v-in 6020cd818a Add Lightweight Icing service API 2015-03-01 14:53:06 +01:00
mar-v-in 4b4e173add Fix usage of deprecated LocationClient 2015-02-14 23:18:28 +01:00
mar-v-in 3243e7d3ec Add PeopleService interface 2015-02-10 15:29:44 +01:00
mar-v-in 07e3208a26 Update SafeParcel 2015-02-10 03:32:55 +01:00
mar-v-in 5ef9d262b4 Add missing AuthManager method 2015-02-10 03:31:53 +01:00
mar-v-in 2a3cdfed4f Synchronize connections 2015-02-06 13:00:31 +01:00
mar-v-in 60d7da6dc6 Update sublib 2015-02-04 23:12:23 +01:00
mar-v-in 19b0b0f1d7 Add SHA1 to Constants 2015-02-03 23:07:55 +01:00
mar-v-in f70578f78b Fix async issues 2015-02-02 00:03:48 +01:00
mar-v-in 5d2364f3dc Update 2015-02-02 00:02:32 +01:00
mar-v-in ad1d47e1cf Start adding support for wearable API 2015-01-26 00:43:41 +01:00
mar-v-in 3c19d84eaa Fix NodeParcelable, meta-annotate @PublicApi 2015-01-26 00:42:56 +01:00
mar-v-in 61d5ccde6c Further describe the public api interface 2015-01-25 18:03:54 +01:00
mar-v-in ae39009ccd Add some Wearable classes, mark public apis 2015-01-25 17:59:09 +01:00
mar-v-in 2f2745d6e9 Fix KEY_LOCATION_CHANGED 2015-01-25 02:14:45 +01:00
mar-v-in af8bc78eff Add copyright notice 2015-01-25 02:11:52 +01:00
mar-v-in 55a608cc8d Fix res path 2015-01-25 01:55:26 +01:00
mar-v-in e9dfb23e60 Subsubmodules are messy with git, just don't use them 2015-01-25 01:29:43 +01:00
mar-v-in c4db81d1fc Revert "Fix gradle"
This reverts commit 7e2f3b8f7b.
2015-01-25 01:27:21 +01:00
mar-v-in fd9bd3950c Explain + usage 2015-01-25 01:22:44 +01:00
mar-v-in 7e2f3b8f7b Fix gradle 2015-01-25 01:19:43 +01:00
mar-v-in b82cd0aecc Update SafeParcel 2015-01-25 01:15:44 +01:00
mar-v-in 426b7b07db Add settings.gradle 2015-01-25 01:09:54 +01:00
mar-v-in e7a815f655 Add submodule 2015-01-24 22:20:41 +01:00
mar-v-in 50c81f4a24 Add fallback to native location provider 2015-01-24 21:57:42 +01:00
mar-v-in a2b5181128 Add more debug logging, fix some bugs 2015-01-24 19:06:41 +01:00
mar-v-in 863c9693ac Basic Location API working.
Tested using deprecated LocationClient calls in DashClock
2015-01-22 03:07:09 +01:00
mar-v-in 745a1d0fef README 2015-01-21 23:45:21 +01:00
mar-v-in a5be10d11b Location API mainly done 2015-01-19 01:46:08 +01:00
mar-v-in 3ec1456a3e Small fixes 2015-01-19 01:45:41 +01:00
mar-v-in 6af3c0b700 Some work... 2015-01-18 23:57:09 +01:00
mar-v-in c1f66a6b3b Add api stuff 2015-01-15 20:16:15 +01:00
mar-v-in d2fb7d569b WIP: Location API 2015-01-15 20:11:31 +01:00
mar-v-in 95fabdd877 Migrate to AutoSafeParcelable 2015-01-12 11:02:10 +01:00
mar-v-in 8b42163800 Start Api code 2015-01-12 00:52:58 +01:00
mar-v-in 7c312bfe30 Add some common Api classes 2015-01-12 00:08:18 +01:00
mar-v-in 31184fd03e First snapshot 2015-01-12 00:07:59 +01:00
mar-v-in d1379984a1 Various 2015-01-11 17:52:29 +01:00
mar-v-in 012ce9bd3c Add Location APIs + empty files 2015-01-11 12:53:42 +01:00
mar-v-in 8ab6a25cfd Full Tile support in Api 2015-01-09 22:57:04 +01:00
mar-v-in c7e910af4b Add more API + docs (including TileProvider) 2015-01-09 22:41:22 +01:00
mar-v-in 93666176e7 Some more API 2015-01-09 19:24:02 +01:00
mar-v-in 6649591d11 Extending and start documenting API 2015-01-09 19:09:23 +01:00
mar-v-in 0e2ceee2a6 Initial commit 2015-01-06 04:05:25 +01:00
870 changed files with 34929 additions and 17203 deletions

37
.github/workflows/debug.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: Debug APK Builder
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: JDK 8 Setup
uses: actions/setup-java@v1
with:
java-version: 11.0.8
- name: Install NDK
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;21.0.6113669"
- name: Grant rights
run: chmod +x ./gradlew
- name: Build project
run: ./gradlew build
- name: Build APK
run: ./gradlew assembleDebug
- name: Upload to Artifacts
uses: actions/upload-artifact@v2
with:
name: 'MicroG'
path: play-services-core/build/outputs/apk/debug/play-services-core-debug.apk

6
.gitignore vendored
View File

@ -3,6 +3,12 @@ gen/
bin/
build/
.gradle/
.idea/
user.gradle
local.properties
.directory
play-services-core/release
.settings
.classpath
.project

9
.gitmodules vendored
View File

@ -1,9 +0,0 @@
[submodule "extern/UnifiedNlp"]
path = extern/UnifiedNlp
url = https://github.com/microg/android_packages_apps_UnifiedNlp.git
[submodule "extern/GmsApi"]
path = extern/GmsApi
url = https://github.com/microg/android_external_GmsApi.git
[submodule "extern/Wearable"]
path = extern/Wearable
url = https://github.com/microg/android_external_Wearable.git

View File

@ -1,25 +0,0 @@
language: android
sudo: false
git:
submodules: false
before_install:
- git submodule update --init --recursive
before_script:
- echo sdk.dir $ANDROID_HOME > local.properties
script:
- export TERM=dumb
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
- ./gradlew build
android:
components:
- platform-tools
- tools
- build-tools-23.0.3
- android-23
- extra-android-m2repository
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

View File

@ -21,21 +21,21 @@ LOCAL_PACKAGE_NAME := GmsCore
gmscore_root := $(LOCAL_PATH)
gmscore_dir := play-services-core
gmscore_out := $(OUT_DIR)/target/common/obj/APPS/$(LOCAL_MODULE)_intermediates
gmscore_build := $(gmscore_root)/$(gmscore_dir)/build
gmscore_apk := build/outputs/apk/play-services-core-release-unsigned.apk
gmscore_out := $(TARGET_COMMON_OUT_ROOT)/obj/APPS/$(LOCAL_MODULE)_intermediates
gmscore_build := $(gmscore_dir)/build
gmscore_apk := $(gmscore_build)/outputs/apk/release/play-services-core-release-unsigned.apk
$(gmscore_root)/$(gmscore_dir)/$(gmscore_apk):
rm -Rf $(gmscore_build)
mkdir -p $(gmscore_out)
ln -s $(gmscore_out) $(gmscore_build)
$(gmscore_root)/$(gmscore_apk):
rm -Rf $(gmscore_root)/$(gmscore_build)
mkdir -p $(ANDROID_BUILD_TOP)/$(gmscore_out)
ln -s $(ANDROID_BUILD_TOP)/$(gmscore_out) $(ANDROID_BUILD_TOP)/$(gmscore_root)/$(gmscore_build)
echo "sdk.dir=$(ANDROID_HOME)" > $(gmscore_root)/local.properties
cd $(gmscore_root) && git submodule update --recursive --init
cd $(gmscore_root)/$(gmscore_dir) && JAVA_TOOL_OPTIONS="$(JAVA_TOOL_OPTIONS) -Dfile.encoding=UTF8" ../gradlew assembleRelease
LOCAL_CERTIFICATE := platform
LOCAL_SRC_FILES := $(gmscore_dir)/$(gmscore_apk)
LOCAL_SRC_FILES := $(gmscore_apk)
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
include $(BUILD_PREBUILT)
include $(BUILD_PREBUILT)

208
LICENSES/Apache-2.0.txt Normal file
View File

@ -0,0 +1,208 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,
AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution
as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, "control" means (i) the power, direct
or indirect, to cause the direction or management of such entity, whether
by contract or otherwise, or (ii) ownership of fifty percent (50%) or more
of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions
granted by this License.
"Source" form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and configuration
files.
"Object" form shall mean any form resulting from mechanical transformation
or translation of a Source form, including but not limited to compiled object
code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form,
made available under the License, as indicated by a copyright notice that
is included in or attached to the work (an example is provided in the Appendix
below).
"Derivative Works" shall mean any work, whether in Source or Object form,
that is based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative
Works shall not include works that remain separable from, or merely link (or
bind by name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative
Works thereof, that is intentionally submitted to Licensor for inclusion in
the Work by the copyright owner or by an individual or Legal Entity authorized
to submit on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication
sent to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor
for the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copyright
owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently incorporated
within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this
License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
Derivative Works of, publicly display, publicly perform, sublicense, and distribute
the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License,
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
no-charge, royalty-free, irrevocable (except as stated in this section) patent
license to make, have made, use, offer to sell, sell, import, and otherwise
transfer the Work, where such license applies only to those patent claims
licensable by such Contributor that are necessarily infringed by their Contribution(s)
alone or by combination of their Contribution(s) with the Work to which such
Contribution(s) was submitted. If You institute patent litigation against
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
that the Work or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses granted to You
under this License for that Work shall terminate as of the date such litigation
is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or
Derivative Works thereof in any medium, with or without modifications, and
in Source or Object form, provided that You meet the following conditions:
(a) You must give any other recipients of the Work or Derivative Works a copy
of this License; and
(b) You must cause any modified files to carry prominent notices stating that
You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that You distribute,
all copyright, patent, trademark, and attribution notices from the Source
form of the Work, excluding those notices that do not pertain to any part
of the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its distribution,
then any Derivative Works that You distribute must include a readable copy
of the attribution notices contained within such NOTICE file, excluding those
notices that do not pertain to any part of the Derivative Works, in at least
one of the following places: within a NOTICE text file distributed as part
of the Derivative Works; within the Source form or documentation, if provided
along with the Derivative Works; or, within a display generated by the Derivative
Works, if and wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works
that You distribute, alongside or as an addendum to the NOTICE text from the
Work, provided that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction,
or distribution of Your modifications, or for any such Derivative Works as
a whole, provided Your use, reproduction, and distribution of the Work otherwise
complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any
Contribution intentionally submitted for inclusion in the Work by You to the
Licensor shall be under the terms and conditions of this License, without
any additional terms or conditions. Notwithstanding the above, nothing herein
shall supersede or modify the terms of any separate license agreement you
may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names,
trademarks, service marks, or product names of the Licensor, except as required
for reasonable and customary use in describing the origin of the Work and
reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to
in writing, Licensor provides the Work (and each Contributor provides its
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied, including, without limitation, any warranties
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
of using or redistributing the Work and assume any risks associated with Your
exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether
in tort (including negligence), contract, or otherwise, unless required by
applicable law (such as deliberate and grossly negligent acts) or agreed to
in writing, shall any Contributor be liable to You for damages, including
any direct, indirect, special, incidental, or consequential damages of any
character arising as a result of this License or out of the use or inability
to use the Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all other commercial
damages or losses), even if such Contributor has been advised of the possibility
of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work
or Derivative Works thereof, You may choose to offer, and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations
and/or rights consistent with this License. However, in accepting such obligations,
You may act only on Your own behalf and on Your sole responsibility, not on
behalf of any other Contributor, and only if You agree to indemnify, defend,
and hold each Contributor harmless for any liability incurred by, or claims
asserted against, such Contributor by reason of your accepting any such warranty
or additional liability. END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate
notice, with the fields enclosed by brackets "[]" replaced with your own identifying
information. (Don't include the brackets!) The text should be enclosed in
the appropriate comment syntax for the file format. We also recommend that
a file or class name and description of purpose be included on the same "printed
page" as the copyright notice for easier identification within third-party
archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

324
LICENSES/CC-BY-4.0.txt Normal file
View File

@ -0,0 +1,324 @@
Creative Commons Attribution 4.0 International Creative Commons Corporation
("Creative Commons") is not a law firm and does not provide legal services
or legal advice. Distribution of Creative Commons public licenses does not
create a lawyer-client or other relationship. Creative Commons makes its licenses
and related information available on an "as-is" basis. Creative Commons gives
no warranties regarding its licenses, any material licensed under their terms
and conditions, or any related information. Creative Commons disclaims all
liability for damages resulting from their use to the fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and conditions
that creators and other rights holders may use to share original works of
authorship and other material subject to copyright and certain other rights
specified in the public license below. The following considerations are for
informational purposes only, are not exhaustive, and do not form part of our
licenses.
Considerations for licensors: Our public licenses are intended for use by
those authorized to give the public permission to use material in ways otherwise
restricted by copyright and certain other rights. Our licenses are irrevocable.
Licensors should read and understand the terms and conditions of the license
they choose before applying it. Licensors should also secure all rights necessary
before applying our licenses so that the public can reuse the material as
expected. Licensors should clearly mark any material not subject to the license.
This includes other CC-licensed material, or material used under an exception
or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public licenses, a licensor
grants the public permission to use the licensed material under specified
terms and conditions. If the licensor's permission is not necessary for any
reasonfor example, because of any applicable exception or limitation to copyrightthen
that use is not regulated by the license. Our licenses grant only permissions
under copyright and certain other rights that a licensor has authority to
grant. Use of the licensed material may still be restricted for other reasons,
including because others have copyright or other rights in the material. A
licensor may make special requests, such as asking that all changes be marked
or described. Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations for the public
: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution
4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to
be bound by the terms and conditions of this Creative Commons Attribution
4.0 International Public License ("Public License"). To the extent this Public
License may be interpreted as a contract, You are granted the Licensed Rights
in consideration of Your acceptance of these terms and conditions, and the
Licensor grants You such rights in consideration of benefits the Licensor
receives from making the Licensed Material available under these terms and
conditions.
Section 1 Definitions.
a. Adapted Material means material subject to Copyright and Similar Rights
that is derived from or based upon the Licensed Material and in which the
Licensed Material is translated, altered, arranged, transformed, or otherwise
modified in a manner requiring permission under the Copyright and Similar
Rights held by the Licensor. For purposes of this Public License, where the
Licensed Material is a musical work, performance, or sound recording, Adapted
Material is always produced where the Licensed Material is synched in timed
relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright and Similar
Rights in Your contributions to Adapted Material in accordance with the terms
and conditions of this Public License.
c. Copyright and Similar Rights means copyright and/or similar rights closely
related to copyright including, without limitation, performance, broadcast,
sound recording, and Sui Generis Database Rights, without regard to how the
rights are labeled or categorized. For purposes of this Public License, the
rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights.
d. Effective Technological Measures means those measures that, in the absence
of proper authority, may not be circumvented under laws fulfilling obligations
under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996,
and/or similar international agreements.
e. Exceptions and Limitations means fair use, fair dealing, and/or any other
exception or limitation to Copyright and Similar Rights that applies to Your
use of the Licensed Material.
f. Licensed Material means the artistic or literary work, database, or other
material to which the Licensor applied this Public License.
g. Licensed Rights means the rights granted to You subject to the terms and
conditions of this Public License, which are limited to all Copyright and
Similar Rights that apply to Your use of the Licensed Material and that the
Licensor has authority to license.
h. Licensor means the individual(s) or entity(ies) granting rights under this
Public License.
i. Share means to provide material to the public by any means or process that
requires permission under the Licensed Rights, such as reproduction, public
display, public performance, distribution, dissemination, communication, or
importation, and to make material available to the public including in ways
that members of the public may access the material from a place and at a time
individually chosen by them.
j. Sui Generis Database Rights means rights other than copyright resulting
from Directive 96/9/EC of the European Parliament and of the Council of 11
March 1996 on the legal protection of databases, as amended and/or succeeded,
as well as other essentially equivalent rights anywhere in the world.
k. You means the individual or entity exercising the Licensed Rights under
this Public License. Your has a corresponding meaning.
Section 2 Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License, the Licensor
hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive,
irrevocable license to exercise the Licensed Rights in the Licensed Material
to:
A. reproduce and Share the Licensed Material, in whole or in part; and
B. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions
and Limitations apply to Your use, this Public License does not apply, and
You do not need to comply with its terms and conditions.
3. Term. The term of this Public License is specified in Section 6(a).
4. Media and formats; technical modifications allowed. The Licensor authorizes
You to exercise the Licensed Rights in all media and formats whether now known
or hereafter created, and to make technical modifications necessary to do
so. The Licensor waives and/or agrees not to assert any right or authority
to forbid You from making technical modifications necessary to exercise the
Licensed Rights, including technical modifications necessary to circumvent
Effective Technological Measures. For purposes of this Public License, simply
making modifications authorized by this Section 2(a)(4) never produces Adapted
Material.
5. Downstream recipients.
A. Offer from the Licensor Licensed Material. Every recipient of the Licensed
Material automatically receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this Public License.
B. No downstream restrictions. You may not offer or impose any additional
or different terms or conditions on, or apply any Effective Technological
Measures to, the Licensed Material if doing so restricts exercise of the Licensed
Rights by any recipient of the Licensed Material.
6. No endorsement. Nothing in this Public License constitutes or may be construed
as permission to assert or imply that You are, or that Your use of the Licensed
Material is, connected with, or sponsored, endorsed, or granted official status
by, the Licensor or others designated to receive attribution as provided in
Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not licensed under this
Public License, nor are publicity, privacy, and/or other similar personality
rights; however, to the extent possible, the Licensor waives and/or agrees
not to assert any such rights held by the Licensor to the limited extent necessary
to allow You to exercise the Licensed Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this Public License.
3. To the extent possible, the Licensor waives any right to collect royalties
from You for the exercise of the Licensed Rights, whether directly or through
a collecting society under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly reserves any right
to collect such royalties.
Section 3 License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following
conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified form), You must:
A. retain the following if it is supplied by the Licensor with the Licensed
Material:
i. identification of the creator(s) of the Licensed Material and any others
designated to receive attribution, in any reasonable manner requested by the
Licensor (including by pseudonym if designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of warranties;
v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
B. indicate if You modified the Licensed Material and retain an indication
of any previous modifications; and
C. indicate the Licensed Material is licensed under this Public License, and
include the text of, or the URI or hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner
based on the medium, means, and context in which You Share the Licensed Material.
For example, it may be reasonable to satisfy the conditions by providing a
URI or hyperlink to a resource that includes the required information.
3. If requested by the Licensor, You must remove any of the information required
by Section 3(a)(1)(A) to the extent reasonably practicable.
4. If You Share Adapted Material You produce, the Adapter's License You apply
must not prevent recipients of the Adapted Material from complying with this
Public License.
Section 4 Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to
Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract,
reuse, reproduce, and Share all or a substantial portion of the contents of
the database;
b. if You include all or a substantial portion of the database contents in
a database in which You have Sui Generis Database Rights, then the database
in which You have Sui Generis Database Rights (but not its individual contents)
is Adapted Material; and
c. You must comply with the conditions in Section 3(a) if You Share all or
a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace
Your obligations under this Public License where the Licensed Rights include
other Copyright and Similar Rights.
Section 5 Disclaimer of Warranties and Limitation of Liability.
a. Unless otherwise separately undertaken by the Licensor, to the extent possible,
the Licensor offers the Licensed Material as-is and as-available, and makes
no representations or warranties of any kind concerning the Licensed Material,
whether express, implied, statutory, or other. This includes, without limitation,
warranties of title, merchantability, fitness for a particular purpose, non-infringement,
absence of latent or other defects, accuracy, or the presence or absence of
errors, whether or not known or discoverable. Where disclaimers of warranties
are not allowed in full or in part, this disclaimer may not apply to You.
b. To the extent possible, in no event will the Licensor be liable to You
on any legal theory (including, without limitation, negligence) or otherwise
for any direct, special, indirect, incidental, consequential, punitive, exemplary,
or other losses, costs, expenses, or damages arising out of this Public License
or use of the Licensed Material, even if the Licensor has been advised of
the possibility of such losses, costs, expenses, or damages. Where a limitation
of liability is not allowed in full or in part, this limitation may not apply
to You.
c. The disclaimer of warranties and limitation of liability provided above
shall be interpreted in a manner that, to the extent possible, most closely
approximates an absolute disclaimer and waiver of all liability.
Section 6 Term and Termination.
a. This Public License applies for the term of the Copyright and Similar Rights
licensed here. However, if You fail to comply with this Public License, then
Your rights under this Public License terminate automatically.
b. Where Your right to use the Licensed Material has terminated under Section
6(a), it reinstates:
1. automatically as of the date the violation is cured, provided it is cured
within 30 days of Your discovery of the violation; or
2. upon express reinstatement by the Licensor.
c. For the avoidance of doubt, this Section 6(b) does not affect any right
the Licensor may have to seek remedies for Your violations of this Public
License.
d. For the avoidance of doubt, the Licensor may also offer the Licensed Material
under separate terms or conditions or stop distributing the Licensed Material
at any time; however, doing so will not terminate this Public License.
e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
Section 7 Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different terms or
conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the Licensed
Material not stated herein are separate from and independent of the terms
and conditions of this Public License.
Section 8 Interpretation.
a. For the avoidance of doubt, this Public License does not, and shall not
be interpreted to, reduce, limit, restrict, or impose conditions on any use
of the Licensed Material that could lawfully be made without permission under
this Public License.
b. To the extent possible, if any provision of this Public License is deemed
unenforceable, it shall be automatically reformed to the minimum extent necessary
to make it enforceable. If the provision cannot be reformed, it shall be severed
from this Public License without affecting the enforceability of the remaining
terms and conditions.
c. No term or condition of this Public License will be waived and no failure
to comply consented to unless expressly agreed to by the Licensor.
d. Nothing in this Public License constitutes or may be interpreted as a limitation
upon, or waiver of, any privileges and immunities that apply to the Licensor
or You, including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding, Creative
Commons may elect to apply one of its public licenses to material it publishes
and in those instances will be considered the "Licensor." The text of the
Creative Commons public licenses is dedicated to the public domain under the
CC0 Public Domain Dedication. Except for the limited purpose of indicating
that material is shared under a Creative Commons public license or as otherwise
permitted by the Creative Commons policies published at creativecommons.org/policies,
Creative Commons does not authorize the use of the trademark "Creative Commons"
or any other trademark or logo of Creative Commons without its prior written
consent including, without limitation, in connection with any unauthorized
modifications to any of its public licenses or any other arrangements, understandings,
or agreements concerning use of licensed material. For the avoidance of doubt,
this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.

121
LICENSES/CC0-1.0.txt Normal file
View File

@ -0,0 +1,121 @@
Creative Commons Legal Code
CC0 1.0 Universal
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
HEREUNDER.
Statement of Purpose
The laws of most jurisdictions throughout the world automatically confer
exclusive Copyright and Related Rights (defined below) upon the creator
and subsequent owner(s) (each and all, an "owner") of an original work of
authorship and/or a database (each, a "Work").
Certain owners wish to permanently relinquish those rights to a Work for
the purpose of contributing to a commons of creative, cultural and
scientific works ("Commons") that the public can reliably and without fear
of later claims of infringement build upon, modify, incorporate in other
works, reuse and redistribute as freely as possible in any form whatsoever
and for any purposes, including without limitation commercial purposes.
These owners may contribute to the Commons to promote the ideal of a free
culture and the further production of creative, cultural and scientific
works, or to gain reputation or greater distribution for their Work in
part through the use and efforts of others.
For these and/or other purposes and motivations, and without any
expectation of additional consideration or compensation, the person
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
is an owner of Copyright and Related Rights in the Work, voluntarily
elects to apply CC0 to the Work and publicly distribute the Work under its
terms, with knowledge of his or her Copyright and Related Rights in the
Work and the meaning and intended legal effect of CC0 on those rights.
1. Copyright and Related Rights. A Work made available under CC0 may be
protected by copyright and related or neighboring rights ("Copyright and
Related Rights"). Copyright and Related Rights include, but are not
limited to, the following:
i. the right to reproduce, adapt, distribute, perform, display,
communicate, and translate a Work;
ii. moral rights retained by the original author(s) and/or performer(s);
iii. publicity and privacy rights pertaining to a person's image or
likeness depicted in a Work;
iv. rights protecting against unfair competition in regards to a Work,
subject to the limitations in paragraph 4(a), below;
v. rights protecting the extraction, dissemination, use and reuse of data
in a Work;
vi. database rights (such as those arising under Directive 96/9/EC of the
European Parliament and of the Council of 11 March 1996 on the legal
protection of databases, and under any national implementation
thereof, including any amended or successor version of such
directive); and
vii. other similar, equivalent or corresponding rights throughout the
world based on applicable law or treaty, and any national
implementations thereof.
2. Waiver. To the greatest extent permitted by, but not in contravention
of, applicable law, Affirmer hereby overtly, fully, permanently,
irrevocably and unconditionally waives, abandons, and surrenders all of
Affirmer's Copyright and Related Rights and associated claims and causes
of action, whether now known or unknown (including existing as well as
future claims and causes of action), in the Work (i) in all territories
worldwide, (ii) for the maximum duration provided by applicable law or
treaty (including future time extensions), (iii) in any current or future
medium and for any number of copies, and (iv) for any purpose whatsoever,
including without limitation commercial, advertising or promotional
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
member of the public at large and to the detriment of Affirmer's heirs and
successors, fully intending that such Waiver shall not be subject to
revocation, rescission, cancellation, termination, or any other legal or
equitable action to disrupt the quiet enjoyment of the Work by the public
as contemplated by Affirmer's express Statement of Purpose.
3. Public License Fallback. Should any part of the Waiver for any reason
be judged legally invalid or ineffective under applicable law, then the
Waiver shall be preserved to the maximum extent permitted taking into
account Affirmer's express Statement of Purpose. In addition, to the
extent the Waiver is so judged Affirmer hereby grants to each affected
person a royalty-free, non transferable, non sublicensable, non exclusive,
irrevocable and unconditional license to exercise Affirmer's Copyright and
Related Rights in the Work (i) in all territories worldwide, (ii) for the
maximum duration provided by applicable law or treaty (including future
time extensions), (iii) in any current or future medium and for any number
of copies, and (iv) for any purpose whatsoever, including without
limitation commercial, advertising or promotional purposes (the
"License"). The License shall be deemed effective as of the date CC0 was
applied by Affirmer to the Work. Should any part of the License for any
reason be judged legally invalid or ineffective under applicable law, such
partial invalidity or ineffectiveness shall not invalidate the remainder
of the License, and in such case Affirmer hereby affirms that he or she
will not (i) exercise any of his or her remaining Copyright and Related
Rights in the Work or (ii) assert any associated claims and causes of
action with respect to the Work, in either case contrary to Affirmer's
express Statement of Purpose.
4. Limitations and Disclaimers.
a. No trademark or patent rights held by Affirmer are waived, abandoned,
surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or
warranties of any kind concerning the Work, express, implied,
statutory or otherwise, including without limitation warranties of
title, merchantability, fitness for a particular purpose, non
infringement, or the absence of latent or other defects, accuracy, or
the present or absence of errors, whether or not discoverable, all to
the greatest extent permissible under applicable law.
c. Affirmer disclaims responsibility for clearing rights of other persons
that may apply to the Work or any use thereof, including without
limitation any person's Copyright and Related Rights in the Work.
Further, Affirmer disclaims responsibility for obtaining any necessary
consents, permissions or other rights required for any use of the
Work.
d. Affirmer understands and acknowledges that Creative Commons is not a
party to this document and has no duty or obligation with respect to
this CC0 or use of the Work.

View File

@ -1,24 +1,32 @@
<img src="http://i.imgur.com/hXY4lcC.png" height="42px" alt="microG" /> Services Core (GmsCore)
=======
[![Build Status](https://travis-ci.org/microg/android_packages_apps_GmsCore.svg?branch=master)](https://travis-ci.org/microg/android_packages_apps_GmsCore)
# Vanced MicroG
![Build Status](https://github.com/YTVanced/VancedMicroG/workflows/Debug%20APK%20Builder/badge.svg)
[![Github All Releases](https://img.shields.io/github/downloads/YTVanced/VancedMicroG/total.svg)](https://github.com/YTVanced/VancedMicroG/releases) [![Github All Releases](https://img.shields.io/github/release/YTVanced/VancedMicroG.svg)](https://github.com/YTVanced/VancedMicroG/releases)
microG GmsCore is a FLOSS (Free/Libre Open Source Software) framework to allow applications designed for Google Play Services to run on systems, where Play Services is not available.
### Please refer to the [wiki](https://github.com/microg/android_packages_apps_GmsCore/wiki) for downloads and instructions
This fork tweaks MicroG to be usable by applications that require Google authentication such as Vanced.
## Notable changes
License
-------
Copyright 2014-2016 microG Project Team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- No longer a system app
- Package name changed from `com.google.android.gms` to `com.mgoogle.android.gms` to support installation alongside the official MicroG
- Removed unnecessary features:
- Ads
- Analytics
- Car
- Droidguard
- Exposure-Notifications
- Feedback
- Firebase
- Games
- Maps
- Recovery
- Registering app permissions
- SafetyNet
- Self-Check
- Search
- TapAndPay
- Wallet
- Wear-Api
- Removed all permissions, as none are required for Google authentication

View File

@ -1,291 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="299.98224"
height="299.67419"
viewBox="0 0 299.98226 299.6742"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ic_gamepad.svg"
inkscape:export-filename="/home/marvin/Development/IDEA/microg_gradle_build_root/play-services-core/src/main/res/drawable-xxhdpi/ic_gamepad.png"
inkscape:export-xdpi="43.202557"
inkscape:export-ydpi="43.202557">
<defs
id="defs4">
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4067"
x="-0.5"
y="-0.5"
width="2"
height="2">
<feFlood
flood-opacity="1"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4069" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4071" />
<feGaussianBlur
in="composite"
stdDeviation="6"
result="blur"
id="feGaussianBlur4073" />
<feComponentTransfer
id="feComponentTransfer13">
<feFuncA
type="linear"
slope="0.2"
id="feFuncA15" />
</feComponentTransfer>
<feOffset
dx="0"
dy="6"
result="offset"
id="feOffset4075"
stdDeviation="8" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4077" />
</filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4266">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4268"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4270">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4272"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4274">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4276"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4278">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4280"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4282">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4284"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4286">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4288"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4290">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4292"
inkscape:connector-curvature="0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath4294">
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 354.99922,92.361314 c -29.48241,0 -53.85,21.058586 -58.98632,49.011716 l -0.0234,-0.004 -19.10156,108.32813 a 24.999997,24.999997 0 0 0 20.27929,28.96094 24.999997,24.999997 0 0 0 22.00977,-6.94922 l 0.01,0.008 0.19141,-0.19336 44.16406,-44.16211 102.91407,0 44.16406,44.16211 0.1914,0.19336 0.0117,-0.008 a 24.999997,24.999997 0 0 0 22.00782,6.94922 24.999997,24.999997 0 0 0 20.27929,-28.96094 l -19.09961,-108.32813 -0.004,0 -0.0195,0.004 C 528.85138,113.4199 504.48183,92.361314 474.99941,92.361314 l -119.99804,0 -0.002,0 z"
id="path4296"
inkscape:connector-curvature="0" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="177.50974"
inkscape:cy="142.62777"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
fit-margin-left="11.5"
fit-margin-right="11.5"
fit-margin-top="56.5"
fit-margin-bottom="56.5"
units="px" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-265.00899,-35.861337)">
<path
style="opacity:1;fill:#689f38;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 534.00781,141.36914 -49.24023,8.68164 0.4082,2.31055 -190.17578,0 0,75 171.45703,0 44.16406,44.16211 0.19141,0.19336 0.01,-0.008 a 25,25 0 0 0 22.00976,6.94922 25,25 0 0 0 20.2793,-28.96093 L 534.01,141.36896 l -0.002,0 z"
id="rect4154"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4294)" />
<path
style="opacity:1;fill:#8bc34a;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 355,92.361328 c -29.48242,0 -53.85001,21.058592 -58.98633,49.011722 l -0.0234,-0.004 -19.10156,108.32813 a 25,25 0 0 0 20.2793,28.96093 25,25 0 0 0 22.00976,-6.94922 l 0.008,0.008 0.1914,-0.19336 59.16407,-59.16211 96.45898,0 c 33.24,0 60,-26.76 60,-60 0,-33.24 -26.76,-60.000002 -60,-60.000002 l -120,0 z"
id="rect4152"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4290)" />
<g
id="g4210"
clip-path="url(#clipPath4286)">
<path
id="rect4147"
d="m 349,122.36133 0,24 -24,0 0,16 24,0 0,24 16,0 0,-24 24,0 0,-16 -24,0 0,-24 -16,0 z"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
inkscape:connector-curvature="0" />
<g
id="g4204">
<circle
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4158"
cx="478"
cy="174.3622"
r="10" />
<circle
r="10"
cy="132.3622"
cx="478"
id="circle4164"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle4166"
cx="458"
cy="153.8622"
r="10" />
<circle
r="10"
cy="153.8622"
cx="498"
id="circle4168"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
</g>
<path
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 281.78571,250.21935 13.75,-106.07143 L 390,205.75506 321.96429,272.18363 Z"
id="path4187"
inkscape:connector-curvature="0"
clip-path="url(#clipPath4282)" />
<path
inkscape:connector-curvature="0"
id="path4159"
d="m 534.00781,141.36914 -49.24023,8.68164 0.4082,2.31055 -190.17578,0 0,75 171.45703,0 44.16406,44.16211 0.19141,0.19336 0.01,-0.008 a 25,25 0 0 0 22.00976,6.94922 25,25 0 0 0 20.2793,-28.96093 L 534.01,141.36896 l -0.002,0 z"
style="opacity:1;fill:#689f38;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;"
clip-path="url(#clipPath4278)" />
<path
inkscape:connector-curvature="0"
id="path4161"
d="m 355,92.361328 c -29.48242,0 -53.85001,21.058592 -58.98633,49.011722 l -0.0234,-0.004 -19.10156,108.32813 a 25,25 0 0 0 20.2793,28.96093 25,25 0 0 0 22.00976,-6.94922 l 0.008,0.008 0.1914,-0.19336 59.16407,-59.16211 96.45898,0 c 33.24,0 60,-26.76 60,-60 0,-33.24 -26.76,-60.000002 -60,-60.000002 l -120,0 z"
style="opacity:1;fill:#8bc34a;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4067)"
clip-path="url(#clipPath4274)" />
<g
id="g4163"
style="filter:url(#filter4067)"
clip-path="url(#clipPath4270)">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 349,122.36133 0,24 -24,0 0,16 24,0 0,24 16,0 0,-24 24,0 0,-16 -24,0 0,-24 -16,0 z"
id="path4165" />
<g
id="g4167">
<circle
r="10"
cy="174.3622"
cx="478"
id="circle4169"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle4171"
cx="478"
cy="132.3622"
r="10" />
<circle
r="10"
cy="153.8622"
cx="458"
id="circle4173"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<circle
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="circle4175"
cx="498"
cy="153.8622"
r="10" />
</g>
</g>
<path
inkscape:connector-curvature="0"
id="path4177"
d="m 281.78571,250.21935 13.75,-106.07143 L 390,205.75506 321.96429,272.18363 Z"
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
clip-path="url(#clipPath4266)" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 16 KiB

View File

@ -1,275 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="256"
height="256"
viewBox="0 0 256 256"
id="svg3059"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ic_microg_settings.svg"
inkscape:export-filename="/home/marvin/Development/IDEA/microg_gradle_build_root/play-services-core/src/main/res/mipmap-mdpi/ic_microg_settings.png"
inkscape:export-xdpi="16.879999"
inkscape:export-ydpi="16.879999">
<metadata
id="metadata3069">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs3067">
<linearGradient
id="linearGradient3847">
<stop
style="stop-color:#6a8592;stop-opacity:1;"
offset="0"
id="stop3853" />
<stop
id="stop3851"
offset="1"
style="stop-color:#627f8d;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3847"
id="linearGradient3845"
x1="11.978406"
y1="2.0046263"
x2="11.978406"
y2="21.906435"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(10.666667,10.666667)" />
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4067"
x="-0.5"
y="-0.5"
width="2"
height="2">
<feFlood
flood-opacity="1"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4069" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4071" />
<feGaussianBlur
in="composite"
stdDeviation="6"
result="blur"
id="feGaussianBlur4073" />
<feComponentTransfer
id="feComponentTransfer13">
<feFuncA
type="linear"
slope="0.2"
id="feFuncA15" />
</feComponentTransfer>
<feOffset
dx="0"
dy="6"
result="offset"
id="feOffset4075"
stdDeviation="8" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4077" />
</filter>
<filter
inkscape:label="Edge Tint/Shade"
inkscape:menu="Shadows and Glows"
inkscape:menu-tooltip="Adds a colorizable drop shadow inside"
color-interpolation-filters="sRGB"
id="filter4119">
<feOffset
dx="0"
dy="5"
result="result11"
id="feOffset4123"
in="SourceGraphic" />
<feComposite
id="feComposite4151"
operator="in"
in="SourceGraphic"
result="result6"
in2="result11" />
<feFlood
id="feFlood4153"
flood-color="rgb(255,255,255)"
flood-opacity="0.20000000000000001"
result="result10" />
<feBlend
id="feBlend4157"
mode="normal"
in="result6"
result="result13"
in2="result10" />
<feComposite
id="feComposite4159"
in2="SourceGraphic"
operator="in"
result="result2" />
<feBlend
result="result12"
in2="SourceGraphic"
mode="normal"
id="feBlend4161"
blend="normal" />
<feOffset
id="feOffset4149"
result="result11"
dy="-5"
dx="0"
in="SourceGraphic" />
<feComposite
result="result6"
in="result12"
operator="in"
in2="result11"
id="feComposite4125" />
<feFlood
result="result10"
in="result6"
flood-opacity="0.20000000000000001"
flood-color="rgb(0,0,0)"
id="feFlood4127" />
<feBlend
mode="normal"
in2="result10"
id="feBlend4129"
in="result6" />
<feComposite
result="result2"
operator="in"
in2="result12"
id="feComposite4131" />
<feBlend
blend="normal"
id="feBlend4133"
in="result2"
mode="normal"
in2="result12"
result="result12" />
</filter>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1016"
id="namedview3065"
showgrid="false"
inkscape:zoom="2"
inkscape:cx="143.89356"
inkscape:cy="79.9122"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg3059" />
<path
sodipodi:nodetypes="csccccccccssccccccccsccccccccsscccccccc"
inkscape:connector-curvature="0"
style="fill:url(#linearGradient3845);fill-opacity:1;filter:url(#filter4067)"
id="path3085"
d="M 207.25333,138.45333 C 207.68,135.04 208,131.62667 208,128 c 0,-3.62667 -0.32,-7.04 -0.74667,-10.45333 L 229.76,99.946667 c 2.02667,-1.6 2.56,-4.48 1.28,-6.826667 L 209.70667,56.213333 c -1.28,-2.346666 -4.16,-3.2 -6.50667,-2.346666 L 176.64,64.533333 C 171.09333,60.266667 165.12,56.746667 158.61333,54.08 L 154.56,25.813333 c -0.32,-2.56 -2.56,-4.48 -5.22667,-4.48 l -42.66666,0 c -2.66667,0 -4.90667,1.92 -5.22667,4.48 L 97.386667,54.08 C 90.88,56.746667 84.906667,60.373333 79.36,64.533333 L 52.8,53.866667 c -2.453333,-0.96 -5.226667,0 -6.506667,2.346666 L 24.96,93.12 c -1.386667,2.346667 -0.746667,5.226667 1.28,6.826667 L 48.746667,117.54667 C 48.32,120.96 48,124.48 48,128 c 0,3.52 0.32,7.04 0.746667,10.45333 l -22.506667,17.6 c -2.026667,1.6 -2.56,4.48 -1.28,6.82667 l 21.333333,36.90667 c 1.28,2.34666 4.16,3.2 6.506667,2.34666 l 26.56,-10.66666 c 5.546667,4.26666 11.52,7.78666 18.026667,10.45333 L 101.44,230.18667 c 0.32,2.56 2.56,4.48 5.22667,4.48 l 42.66666,0 c 2.66667,0 4.90667,-1.92 5.22667,-4.48 L 158.61333,201.92 c 6.50667,-2.66667 12.48,-6.29333 18.02667,-10.45333 l 26.56,10.66666 c 2.45333,0.96 5.22667,0 6.50667,-2.34666 L 231.04,162.88 c 1.28,-2.34667 0.74667,-5.22667 -1.28,-6.82667 z" />
<path
d="M 0,0 H 256 V 256 H 0 z"
id="path3061"
inkscape:connector-curvature="0"
style="fill:none" />
<path
d="M 207.25333,138.45333 C 207.68,135.04 208,131.62667 208,128 c 0,-3.62667 -0.32,-7.04 -0.74667,-10.45333 L 229.76,99.946667 c 2.02667,-1.6 2.56,-4.48 1.28,-6.826667 L 209.70667,56.213333 c -1.28,-2.346666 -4.16,-3.2 -6.50667,-2.346666 L 176.64,64.533333 C 171.09333,60.266667 165.12,56.746667 158.61333,54.08 L 154.56,25.813333 c -0.32,-2.56 -2.56,-4.48 -5.22667,-4.48 l -42.66666,0 c -2.66667,0 -4.90667,1.92 -5.22667,4.48 L 97.386667,54.08 C 90.88,56.746667 84.906667,60.373333 79.36,64.533333 L 52.8,53.866667 c -2.453333,-0.96 -5.226667,0 -6.506667,2.346666 L 24.96,93.12 c -1.386667,2.346667 -0.746667,5.226667 1.28,6.826667 L 48.746667,117.54667 C 48.32,120.96 48,124.48 48,128 c 0,3.52 0.32,7.04 0.746667,10.45333 l -22.506667,17.6 c -2.026667,1.6 -2.56,4.48 -1.28,6.82667 l 21.333333,36.90667 c 1.28,2.34666 4.16,3.2 6.506667,2.34666 l 26.56,-10.66666 c 5.546667,4.26666 11.52,7.78666 18.026667,10.45333 L 101.44,230.18667 c 0.32,2.56 2.56,4.48 5.22667,4.48 l 42.66666,0 c 2.66667,0 4.90667,-1.92 5.22667,-4.48 L 158.61333,201.92 c 6.50667,-2.66667 12.48,-6.29333 18.02667,-10.45333 l 26.56,10.66666 c 2.45333,0.96 5.22667,0 6.50667,-2.34666 L 231.04,162.88 c 1.28,-2.34667 0.74667,-5.22667 -1.28,-6.82667 z"
id="path3063"
style="fill:url(#linearGradient3845);fill-opacity:1;filter:url(#filter4119)"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccccccccssccccccccsccccccccsscccccccc" />
<path
style="fill:#000000;fill-opacity:0.0627451"
d="m 168.08594,86.261719 -61.18164,3.882811 -21.070314,38.94043 0.929686,38.94043 69.212888,52.29102 2.63672,-18.39649 c 6.50667,-2.66667 12.48067,-6.29312 18.02734,-10.45312 l 26.5586,10.66601 c 2.45333,0.96 5.22781,9.6e-4 6.50781,-2.3457 l 21.33203,-36.90625 c 1.28,-2.34667 0.74738,-5.22813 -1.27929,-6.82813 L 207.25391,138.45312 C 207.68058,135.03979 208,131.62667 208,128 c 0,-3.62667 -0.31942,-7.0398 -0.74609,-10.45312 l 1.66601,-1.30274 z"
id="rect4273"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccsccc" />
<g
transform="matrix(0.82891149,0,0,0.82891149,-202.06341,-173.42617)"
id="g6310"
inkscape:export-xdpi="102"
inkscape:export-ydpi="102"
style="filter:url(#filter4067)">
<path
d="m 437.1019,402.53183 a 55,55 0 0 1 -66.39087,8.74053"
sodipodi:open="true"
sodipodi:end="2.0943951"
sodipodi:start="0.78539816"
sodipodi:ry="55"
sodipodi:rx="55"
sodipodi:cy="363.64096"
sodipodi:cx="398.21103"
sodipodi:type="arc"
id="path6302"
style="opacity:1;fill:none;fill-opacity:1;stroke:#92a6b1;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#a3ffe6;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6304"
sodipodi:type="arc"
sodipodi:cx="398.21103"
sodipodi:cy="363.64096"
sodipodi:rx="55"
sodipodi:ry="55"
sodipodi:start="2.0943951"
sodipodi:end="3.403392"
sodipodi:open="true"
d="M 370.71103,411.27236 A 55,55 0 0 1 345.08511,349.40592" />
<path
d="m 345.08511,349.40592 a 55,55 0 0 1 25.62592,-33.39636"
sodipodi:open="true"
sodipodi:end="4.1887902"
sodipodi:start="3.403392"
sodipodi:ry="55"
sodipodi:rx="55"
sodipodi:cy="363.64096"
sodipodi:cx="398.21103"
sodipodi:type="arc"
id="path6306"
style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#d0dadc;stroke-width:30;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path6308"
sodipodi:type="arc"
sodipodi:cx="398.21103"
sodipodi:cy="363.64096"
sodipodi:rx="55"
sodipodi:ry="55"
sodipodi:start="4.1887902"
sodipodi:end="5.4977871"
sodipodi:open="true"
d="m 370.71103,316.00956 a 55,55 0 0 1 66.39087,8.74053" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 11 KiB

37
build.gradle Normal file
View File

@ -0,0 +1,37 @@
/*
* SPDX-FileCopyrightText: 2013, microG Project Team
* SPDX-License-Identifier: Apache-2.0
*/
buildscript {
ext.androidMinSdk = 23
ext.androidTargetSdk = 30
ext.androidCompileSdk = 31
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
classpath "com.squareup.wire:wire-gradle-plugin:3.2.2"
}
}
allprojects {
apply plugin: 'idea'
group = 'org.microg.gms'
version = "0.2.24.220220"
ext.appVersionCode = 220220001
ext.isReleaseVersion = false
}
subprojects {
repositories {
jcenter()
google()
}
}

1
extern/GmsApi vendored

@ -1 +0,0 @@
Subproject commit cfd7c4e70e8b70a2decc303f1f6b291606211c17

1
extern/UnifiedNlp vendored

@ -1 +0,0 @@
Subproject commit 822baf1371f9b33adc8e5a7a207fc6f8111c1971

1
extern/Wearable vendored

@ -1 +0,0 @@
Subproject commit 796c8b6b87d564e3bc2e5000c6d4ed348c606083

View File

@ -1 +1,2 @@
android.useDeprecatedNdk=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx8192m

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Fri Jan 30 12:07:36 CET 2015
#Wed Feb 09 22:14:11 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
zipStoreBase=GRADLE_USER_HOME

305
gradlew vendored
View File

@ -1,164 +1,233 @@
#!/usr/bin/env bash
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
#
# Copyright © 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
##############################################################################
##
## Gradle start up script for UN*X
##
#
# Gradle start up script for POSIX generated by Gradle.
#
# Important for running:
#
# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is
# noncompliant, but you have some other compliant shell such as ksh or
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh Gradle
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions «$var», «${var}», «${var:-default}», «${var+SET}»,
# «${var#prefix}», «${var%suffix}», and «$( cmd )»;
# * compound commands having a testable exit status, especially «case»;
# * various built-in commands including «command», «set», and «ulimit».
#
# Important for patching:
#
# (2) This script targets any POSIX shell, so it avoids extensions provided
# by Bash, Ksh, etc; in particular arrays are avoided.
#
# The "traditional" practice of packing multiple parameters into a
# space-separated string is a well documented source of bugs and security
# problems, so this is (mostly) avoided, by progressively accumulating
# options in "$@", and eventually passing that to Java.
#
# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS,
# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly;
# see the in-line comments for details.
#
# There are tweaks for specific operating systems such as AIX, CygWin,
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
#
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS=""
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
app_path=$0
# Need this for daisy-chained symlinks.
while
APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path
[ -h "$app_path" ]
do
ls=$( ls -ld "$app_path" )
link=${ls#*' -> '}
case $link in #(
/*) app_path=$link ;; #(
*) app_path=$APP_HOME$link ;;
esac
done
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
APP_BASE_NAME=${0##*/}
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
MAX_FD=maximum
warn ( ) {
warn () {
echo "$*"
}
} >&2
die ( ) {
die () {
echo
echo "$*"
echo
exit 1
}
} >&2
# OS specific support (must be 'true' or 'false').
cygwin=false
msys=false
darwin=false
case "`uname`" in
CYGWIN* )
cygwin=true
;;
Darwin* )
darwin=true
;;
MINGW* )
msys=true
;;
nonstop=false
case "$( uname )" in #(
CYGWIN* ) cygwin=true ;; #(
Darwin* ) darwin=true ;; #(
MSYS* | MINGW* ) msys=true ;; #(
NONSTOP* ) nonstop=true ;;
esac
# For Cygwin, ensure paths are in UNIX format before anything is touched.
if $cygwin ; then
[ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlinks.
while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`"/$link"
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED" >&-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
# IBM's JDK on AIX uses strange locations for the executables
JAVACMD="$JAVA_HOME/jre/sh/java"
JAVACMD=$JAVA_HOME/jre/sh/java
else
JAVACMD="$JAVA_HOME/bin/java"
JAVACMD=$JAVA_HOME/bin/java
fi
if [ ! -x "$JAVACMD" ] ; then
die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
else
JAVACMD="java"
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
# Increase the maximum file descriptors if we can.
if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
MAX_FD_LIMIT=`ulimit -H -n`
if [ $? -eq 0 ] ; then
if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
MAX_FD="$MAX_FD_LIMIT"
fi
ulimit -n $MAX_FD
if [ $? -ne 0 ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD"
fi
else
warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi
fi
# For Darwin, add options to specify how the application appears in the dock
if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
# We build the pattern for arguments to be converted via cygpath
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
SEP=""
for dir in $ROOTDIRSRAW ; do
ROOTDIRS="$ROOTDIRS$SEP$dir"
SEP="|"
done
OURCYGPATTERN="(^($ROOTDIRS))"
# Add a user-defined pattern to the cygpath arguments
if [ "$GRADLE_CYGPATTERN" != "" ] ; then
OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
fi
# Now convert the arguments - kludge to limit ourselves to /bin/sh
i=0
for arg in "$@" ; do
CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
else
eval `echo args$i`="\"$arg\""
fi
i=$((i+1))
done
case $i in
(0) set -- ;;
(1) set -- "$args0" ;;
(2) set -- "$args0" "$args1" ;;
(3) set -- "$args0" "$args1" "$args2" ;;
(4) set -- "$args0" "$args1" "$args2" "$args3" ;;
(5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
(6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
(7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
(8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
(9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
fi
# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
function splitJvmOpts() {
JVM_OPTS=("$@")
}
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
# Collect all arguments for the java command, stacking in reverse order:
# * args from the command line
# * the main class name
# * -classpath
# * -D...appname settings
# * --module-path (only if needed)
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables.
exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
# For Cygwin or MSYS, switch paths to Windows format before running java
if "$cygwin" || "$msys" ; then
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
JAVACMD=$( cygpath --unix "$JAVACMD" )
# Now convert the arguments - kludge to limit ourselves to /bin/sh
for arg do
if
case $arg in #(
-*) false ;; # don't mess with options #(
/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath
[ -e "$t" ] ;; #(
*) false ;;
esac
then
arg=$( cygpath --path --ignore --mixed "$arg" )
fi
# Roll the args list around exactly as many times as the number of
# args, so each arg winds up back in the position where it started, but
# possibly modified.
#
# NB: a `for` loop captures its iteration list before it begins, so
# changing the positional parameters here affects neither the number of
# iterations, nor the values presented in `arg`.
shift # remove old arg
set -- "$@" "$arg" # push replacement arg
done
fi
# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
# double quotes to make sure that they get re-expanded; and
# * put everything else in single quotes, so that it's not re-expanded.
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \
"$@"
# Use "xargs" to parse quoted args.
#
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
#
# In Bash we could simply go:
#
# readarray ARGS < <( xargs -n1 <<<"$var" ) &&
# set -- "${ARGS[@]}" "$@"
#
# but POSIX shell has neither arrays nor command substitution, so instead we
# post-process each arg (as a line of input to sed) to backslash-escape any
# character that might be a shell metacharacter, then use eval to reverse
# that process (while maintaining the separation between arguments), and wrap
# the whole thing up as a single "set" statement.
#
# This will of course break if any of these variables contains a newline or
# an unmatched quote.
#
eval "set -- $(
printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" |
xargs -n1 |
sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' |
tr '\n' ' '
)" '"$@"'
exec "$JAVACMD" "$@"

104
gradlew.bat vendored Normal file
View File

@ -0,0 +1,104 @@
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem https://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome
set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if "%ERRORLEVEL%" == "0" goto init
echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
if exist "%JAVA_EXE%" goto init
echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not "%OS%" == "Windows_NT" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if "x%~1" == "x" goto execute
set CMD_LINE_ARGS=%*
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
exit /b 1
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega

View File

@ -1,674 +0,0 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -1,165 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.

View File

@ -1,4 +0,0 @@
This contains prebuilt libraries of `<vector<tile>>map` of the OpenScienceMap project.
Currently these are created from the
[master branch from hjanetzek/vtm](https://github.com/hjanetzek/vtm/tree/master)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +0,0 @@
extern/UnifiedNlp/microg-ui-tools/

View File

@ -1,66 +0,0 @@
diff --git a/core/java/android/content/pm/PackageParser.java b/core/java/android/content/pm/PackageParser.java
index e6da288..66684d3 100644
--- a/core/java/android/content/pm/PackageParser.java
+++ b/core/java/android/content/pm/PackageParser.java
@@ -447,10 +447,23 @@ public class PackageParser {
}
}
if ((flags&PackageManager.GET_SIGNATURES) != 0) {
- int N = (p.mSignatures != null) ? p.mSignatures.length : 0;
- if (N > 0) {
- pi.signatures = new Signature[N];
- System.arraycopy(p.mSignatures, 0, pi.signatures, 0, N);
+ boolean handledFakeSignature = false;
+ try {
+ if (p.requestedPermissions.contains("android.permission.FAKE_PACKAGE_SIGNATURE") && p.mAppMetaData != null
+ && p.mAppMetaData.get("fake-signature") instanceof String) {
+ pi.signatures = new Signature[] {new Signature(p.mAppMetaData.getString("fake-signature"))};
+ handledFakeSignature = true;
+ }
+ } catch (Throwable t) {
+ // We should never die because of any failures, this is system code!
+ Log.w("PackageParser.FAKE_PACKAGE_SIGNATURE", t);
+ }
+ if (!handledFakeSignature) {
+ int N = (p.mSignatures != null) ? p.mSignatures.length : 0;
+ if (N > 0) {
+ pi.signatures = new Signature[N];
+ System.arraycopy(p.mSignatures, 0, pi.signatures, 0, N);
+ }
}
}
return pi;
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 558a475..4e7aa65 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1562,6 +1562,13 @@
android:label="@string/permlab_getPackageSize"
android:description="@string/permdesc_getPackageSize" />
+ <!-- Allows an application to change the package signature as seen by applications -->
+ <permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"
+ android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
+ android:protectionLevel="dangerous"
+ android:label="@string/permlab_fakePackageSignature"
+ android:description="@string/permdesc_fakePackageSignature" />
+
<!-- @deprecated No longer useful, see
{@link android.content.pm.PackageManager#addPackageToPreferred}
for details. -->
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 790e166..8e66470 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -1135,6 +1135,11 @@
<string name="permdesc_getPackageSize">Allows the app to retrieve its code, data, and cache sizes</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_fakePackageSignature">mimic package signature</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_fakePackageSignature">Allows the app to use mimic another app\'s package signature.</string>
+
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_installPackages">directly install apps</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_installPackages">Allows the app to install new or updated

View File

@ -1,104 +0,0 @@
From 7357f8c0c8a6bdc09555ab47dae83f28346b8470 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Mauduit?= <bmauduit@beneth.fr>
Date: Wed, 22 Jun 2016 15:04:56 +0200
Subject: [PATCH 1/1] Add signature Spoofing permission
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This is needed by GmsCore (https://microg.org/) to pretend
the existence of the official Play Services to applications calling
Google APIs.
Signed-off-by: Benoît Mauduit <bmauduit@beneth.fr>
---
core/res/AndroidManifest.xml | 7 +++++++
core/res/res/values/config.xml | 2 ++
core/res/res/values/strings.xml | 5 +++++
.../android/server/pm/PackageManagerService.java | 23 ++++++++++++++++++++--
4 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index ea0e39c..a936983 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1654,6 +1654,13 @@
android:description="@string/permdesc_getPackageSize"
android:protectionLevel="normal" />
+ <!-- @hide Allows an application to change the package signature as
+ seen by applications -->
+ <permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"
+ android:protectionLevel="dangerous"
+ android:label="@string/permlab_fakePackageSignature"
+ android:description="@string/permdesc_fakePackageSignature" />
+
<!-- @deprecated No longer useful, see
{@link android.content.pm.PackageManager#addPackageToPreferred}
for details. -->
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index c7846cf..916d8a5 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -1298,6 +1298,8 @@
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
+ <!-- The (faked) microg fused location provider -->
+ <item>com.google.android.gms</item>
</string-array>
<!-- This string array can be overriden to enable test location providers initially. -->
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 58135db..e65367a 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -616,6 +616,11 @@
<!-- Permissions -->
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permlab_fakePackageSignature">Spoof package signature</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_fakePackageSignature">Allows the app to pretend to be a different app. Malicious applications might be able to use this to access private application data. Grant this permission with caution only!</string>
+
+ <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_statusBar">disable or modify status bar</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_statusBar">Allows the app to disable the status bar or add and remove system icons.</string>
diff --git a/services/core/java/com/android/server/pm/PackageManagerService.java b/services/core/java/com/android/server/pm/PackageManagerService.java
index 0493180..35f49d7 100644
--- a/services/core/java/com/android/server/pm/PackageManagerService.java
+++ b/services/core/java/com/android/server/pm/PackageManagerService.java
@@ -2816,8 +2816,27 @@ public class PackageManagerService extends IPackageManager.Stub {
final Set<String> permissions = permissionsState.getPermissions(userId);
final PackageUserState state = ps.readUserState(userId);
- return PackageParser.generatePackageInfo(p, gids, flags,
- ps.firstInstallTime, ps.lastUpdateTime, permissions, state, userId);
+ return mayFakeSignature(p, PackageParser.generatePackageInfo(p, gids, flags,
+ ps.firstInstallTime, ps.lastUpdateTime, permissions, state, userId),
+ permissions);
+ }
+
+ private PackageInfo mayFakeSignature(PackageParser.Package p, PackageInfo pi,
+ Set<String> permissions) {
+ try {
+ if (permissions.contains("android.permission.FAKE_PACKAGE_SIGNATURE")
+ && p.applicationInfo.targetSdkVersion > Build.VERSION_CODES.LOLLIPOP_MR1
+ && p.mAppMetaData != null) {
+ String sig = p.mAppMetaData.getString("fake-signature");
+ if (sig != null) {
+ pi.signatures = new Signature[] {new Signature(sig)};
+ }
+ }
+ } catch (Throwable t) {
+ // We should never die because of any failures, this is system code!
+ Log.w("PackageManagerService.FAKE_PACKAGE_SIGNATURE", t);
+ }
+ return pi;
}
@Override
--
2.8.1

View File

@ -1 +0,0 @@
extern/GmsApi/play-services-api

View File

@ -14,22 +14,27 @@
* limitations under the License.
*/
package org.microg.gms.ads;
apply plugin: 'com.android.library'
import com.google.android.gms.common.internal.GetServiceRequest;
import com.google.android.gms.common.internal.IGmsCallbacks;
android {
compileSdkVersion androidCompileSdk
buildToolsVersion "30.0.3"
import org.microg.gms.BaseService;
import org.microg.gms.common.GmsService;
public class GService extends BaseService {
public GService() {
super("GmsAdsGSvc", GmsService.GSERVICES, GmsService.ADREQUEST);
defaultConfig {
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk
}
@Override
public void handleServiceRequest(IGmsCallbacks callback, GetServiceRequest request, GmsService service) {
// TODO
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}
dependencies {
api project(':play-services-basement')
api project(':play-services-cast-api')
api project(':play-services-cast-framework-api')
api project(':play-services-iid-api')
api project(':play-services-location-api')
}

View File

@ -0,0 +1,33 @@
#
# Copyright 2013-2016 microG Project Team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
POM_NAME=Play Services Internal API
POM_DESCRIPTION=Interfaces and objects for IPC between Play Services Library and Play Services Core
POM_PACKAGING=aar
POM_URL=https://github.com/microg/android_external_GmsApi
POM_SCM_URL=https://github.com/microg/android_external_GmsApi
POM_SCM_CONNECTION=scm:git@github.com:microg/android_external_GmsApi.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:microg/android_external_GmsApi.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=mar-v-in
POM_DEVELOPER_NAME=Marvin W

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<manifest package="org.microg.gms.api"/>

View File

@ -0,0 +1,17 @@
package com.google.android.auth;
import android.os.Bundle;
import android.accounts.Account;
import com.google.android.gms.auth.AccountChangeEventsResponse;
import com.google.android.gms.auth.AccountChangeEventsRequest;
interface IAuthManagerService {
Bundle getToken(String accountName, String scope, in Bundle extras) = 0;
Bundle clearToken(String token, in Bundle extras) = 1;
AccountChangeEventsResponse getChangeEvents(in AccountChangeEventsRequest request) = 2;
Bundle getTokenWithAccount(in Account account, String scope, in Bundle extras) = 4;
Bundle getAccounts(in Bundle extras) = 5;
Bundle removeAccount(in Account account) = 6;
Bundle requestGoogleAccountsAccess(String packageName) = 7;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable CorpusStatus;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable PIMEUpdate;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable PIMEUpdateResponse;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable RequestIndexingSpecification;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable SuggestSpecification;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable SuggestionResults;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.appdatasearch;
parcelable UsageInfo;

View File

@ -0,0 +1,14 @@
package com.google.android.gms.appdatasearch.internal;
import com.google.android.gms.appdatasearch.CorpusStatus;
import com.google.android.gms.appdatasearch.PIMEUpdateResponse;
import com.google.android.gms.appdatasearch.RequestIndexingSpecification;
import com.google.android.gms.appdatasearch.SuggestionResults;
import com.google.android.gms.appdatasearch.SuggestSpecification;
interface IAppDataSearch {
SuggestionResults getSuggestions(String var1, String packageName, in String[] accounts, int maxNum, in SuggestSpecification specs) = 1;
boolean requestIndexing(String packageName, String accountName, long l, in RequestIndexingSpecification specs) = 3;
CorpusStatus getStatus(String packageName, String accountName) = 4;
PIMEUpdateResponse requestPIMEUpdate(String s1, String s2, int i, in byte[] bs) = 34;
}

View File

@ -0,0 +1,8 @@
package com.google.android.gms.appdatasearch.internal;
import com.google.android.gms.appdatasearch.internal.ILightweightAppDataSearchCallbacks;
import com.google.android.gms.appdatasearch.UsageInfo;
interface ILightweightAppDataSearch {
void view(ILightweightAppDataSearchCallbacks callbacks, String packageName, in UsageInfo[] usageInfos);
}

View File

@ -0,0 +1,4 @@
package com.google.android.gms.appdatasearch.internal;
interface ILightweightAppDataSearchCallbacks {
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth;
parcelable AccountChangeEventsRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth;
parcelable AccountChangeEventsResponse;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.credentials;
parcelable Credential;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.credentials;
parcelable CredentialRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.credentials.internal;
parcelable DeleteRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.credentials.internal;
parcelable GeneratePasswordRequest;

View File

@ -0,0 +1,10 @@
package com.google.android.gms.auth.api.credentials.internal;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.auth.api.credentials.Credential;
interface ICredentialsCallbacks {
void onStatusAndCredential(in Status status, in Credential credential) = 0;
void onStatus(in Status status) = 1;
void onStatusAndString(in Status status, String string) = 2;
}

View File

@ -0,0 +1,15 @@
package com.google.android.gms.auth.api.credentials.internal;
import com.google.android.gms.auth.api.credentials.CredentialRequest;
import com.google.android.gms.auth.api.credentials.internal.ICredentialsCallbacks;
import com.google.android.gms.auth.api.credentials.internal.DeleteRequest;
import com.google.android.gms.auth.api.credentials.internal.GeneratePasswordRequest;
import com.google.android.gms.auth.api.credentials.internal.SaveRequest;
interface ICredentialsService {
void request(ICredentialsCallbacks callbacks, in CredentialRequest request) = 0;
void save(ICredentialsCallbacks callbacks, in SaveRequest request) = 1;
void delete(ICredentialsCallbacks callbacks, in DeleteRequest request) = 2;
void disableAutoSignIn(ICredentialsCallbacks callbacks) = 3;
void generatePassword(ICredentialsCallbacks callbacks, in GeneratePasswordRequest request) = 4;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.credentials.internal;
parcelable SaveRequest;

View File

@ -0,0 +1,8 @@
package com.google.android.gms.auth.api.internal;
import com.google.android.gms.auth.api.proxy.ProxyResponse;
interface IAuthCallbacks {
void onProxyResponse(in ProxyResponse response) = 0;
void onSpatulaHeader(String spatulaHeader) = 1;
}

View File

@ -0,0 +1,11 @@
package com.google.android.gms.auth.api.internal;
import com.google.android.gms.auth.api.internal.IAuthCallbacks;
//import com.google.android.gms.auth.api.proxy.ProxyGrpcRequest;
import com.google.android.gms.auth.api.proxy.ProxyRequest;
interface IAuthService {
void performProxyRequest(IAuthCallbacks callbacks, in ProxyRequest request) = 0;
// void performProxyGrpcRequest(IAuthCallback callbacks, in ProxyGrpcRequest request) = 1;
void getSpatulaHeader(IAuthCallbacks callbacks) = 2;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.proxy;
parcelable ProxyRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.auth.api.proxy;
parcelable ProxyResponse;

View File

@ -0,0 +1,6 @@
package com.google.android.gms.auth.appcert;
interface IAppCertService {
boolean fetchDeviceKey() = 0;
String getSpatulaHeader(String packageName) = 1;
}

View File

@ -0,0 +1,7 @@
package com.google.android.gms.checkin.internal;
interface ICheckinService {
String getDeviceDataVersionInfo();
long getLastCheckinSuccessTime();
String getLastSimOperator();
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.clearcut;
parcelable LogEventParcelable;

View File

@ -0,0 +1,13 @@
package com.google.android.gms.clearcut.internal;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.common.data.DataHolder;
interface IClearcutLoggerCallbacks {
oneway void onLogResult(in Status status) = 0;
oneway void onForceUploadResult(in Status status) = 1;
oneway void onStartCollectForDebugResult(in Status status, long l) = 2;
oneway void onStopCollectForDebugResult(in Status status) = 3;
oneway void onCollectForDebugExpiryTime(in Status status, long l) = 4;
oneway void onLogEventParcelables(in DataHolder data) = 6;
}

View File

@ -0,0 +1,14 @@
package com.google.android.gms.clearcut.internal;
import com.google.android.gms.clearcut.internal.IClearcutLoggerCallbacks;
import com.google.android.gms.clearcut.LogEventParcelable;
interface IClearcutLoggerService {
oneway void log(IClearcutLoggerCallbacks callbacks, in LogEventParcelable event) = 0;
oneway void forceUpload(IClearcutLoggerCallbacks callbacks) = 1;
oneway void startCollectForDebug(IClearcutLoggerCallbacks callbacks) = 2;
oneway void stopCollectForDebug(IClearcutLoggerCallbacks callbacks) = 3;
oneway void getCollectForDebugExpiryTime(IClearcutLoggerCallbacks callbacks) = 4;
oneway void getLogEventParcelablesLegacy(IClearcutLoggerCallbacks callbacks) = 5;
oneway void getLogEventParcelables(IClearcutLoggerCallbacks callbacks) = 6;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.clearcut.internal;
parcelable PlayLoggerContext;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.common.internal;
parcelable GoogleCertificatesQuery;

View File

@ -0,0 +1,8 @@
package com.google.android.gms.common.internal;
import com.google.android.gms.dynamic.IObjectWrapper;
interface ICertData {
IObjectWrapper getWrappedBytes();
int remoteHashCode();
}

View File

@ -0,0 +1,12 @@
package com.google.android.gms.common.internal;
import com.google.android.gms.common.internal.GoogleCertificatesQuery;
import com.google.android.gms.dynamic.IObjectWrapper;
interface IGoogleCertificatesApi {
IObjectWrapper getGoogleCertficates();
IObjectWrapper getGoogleReleaseCertificates();
boolean isGoogleReleaseSigned(String packageName, IObjectWrapper certData);
boolean isGoogleSigned(String packageName, IObjectWrapper certData);
boolean isGoogleOrPlatformSigned(in GoogleCertificatesQuery query, IObjectWrapper packageManager);
}

View File

@ -0,0 +1,7 @@
package com.google.android.gms.common.internal;
import com.google.android.gms.dynamic.IObjectWrapper;
interface ISignInButtonCreator {
IObjectWrapper createSignInButton(IObjectWrapper context, int size, int color); // returns View
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.common.server;
parcelable FavaDiagnosticsEntity;

View File

@ -0,0 +1,14 @@
package com.google.android.gms.dynamite;
import com.google.android.gms.dynamic.IObjectWrapper;
interface IDynamiteLoader {
int getModuleVersion(IObjectWrapper wrappedContext, String moduleId) = 0;
int getModuleVersion2(IObjectWrapper wrappedContext, String moduleId, boolean updateConfigIfRequired) = 2;
int getModuleVersion2NoCrashUtils(IObjectWrapper wrappedContext, String moduleId, boolean updateConfigIfRequired) = 4;
IObjectWrapper createModuleContext(IObjectWrapper wrappedContext, String moduleId, int minVersion) = 1;
IObjectWrapper createModuleContextNoCrashUtils(IObjectWrapper wrappedContext, String moduleId, int minVersion) = 3;
int getIDynamiteLoaderVersion() = 5;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.facs.cache;
parcelable FacsCacheCallOptions;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.facs.cache;
parcelable ForceSettingsCacheRefreshResult;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.facs.cache;
parcelable GetActivityControlsSettingsResult;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.facs.cache;
parcelable ReadDeviceLevelSettingsResult;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.facs.cache;
parcelable UpdateActivityControlsSettingsResult;

View File

@ -0,0 +1,15 @@
package com.google.android.gms.facs.cache.internal;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.facs.cache.ForceSettingsCacheRefreshResult;
import com.google.android.gms.facs.cache.GetActivityControlsSettingsResult;
import com.google.android.gms.facs.cache.ReadDeviceLevelSettingsResult;
import com.google.android.gms.facs.cache.UpdateActivityControlsSettingsResult;
interface IFacsCacheCallbacks {
void onForceSettingsCacheRefreshResult(in Status status, in ForceSettingsCacheRefreshResult result) = 0;
void onUpdateActivityControlsSettingsResult(in Status status, in UpdateActivityControlsSettingsResult result) = 1;
void onGetActivityControlsSettingsResult(in Status status, in GetActivityControlsSettingsResult result) = 2;
void onWriteDeviceLevelSettingsResult(in Status status) = 3;
void onReadDeviceLevelSettingsResult(in Status status, in ReadDeviceLevelSettingsResult result) = 4;
}

View File

@ -0,0 +1,12 @@
package com.google.android.gms.facs.cache.internal;
import com.google.android.gms.facs.cache.FacsCacheCallOptions;
import com.google.android.gms.facs.cache.internal.IFacsCacheCallbacks;
interface IFacsCacheService {
void forceSettingsCacheRefresh(IFacsCacheCallbacks callbacks, in FacsCacheCallOptions options) = 0;
void updateActivityControlsSettings(IFacsCacheCallbacks callbacks, in byte[] bytes, in FacsCacheCallOptions options) = 1;
void getActivityControlsSettings(IFacsCacheCallbacks callbacks, in FacsCacheCallOptions options) = 2;
void readDeviceLevelSettings(IFacsCacheCallbacks callbacks) = 3;
void writeDeviceLevelSettings(IFacsCacheCallbacks callbacks, in byte[] bytes) = 4;
}

View File

@ -0,0 +1,7 @@
package com.google.android.gms.http;
import android.os.Bundle;
interface IGoogleHttpService {
Bundle checkUrl(String url);
}

View File

@ -0,0 +1,55 @@
package com.google.android.gms.measurement.api.internal;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.measurement.api.internal.IBundleReceiver;
import com.google.android.gms.measurement.api.internal.IEventHandlerProxy;
import com.google.android.gms.measurement.api.internal.IStringProvider;
import com.google.android.gms.measurement.api.internal.InitializationParams;
interface IAppMeasurementDynamiteService {
void initialize(in IObjectWrapper context, in InitializationParams params, long timestamp) = 0;
void logEvent(String str, String str2, in Bundle bundle, boolean z, boolean z2, long timestamp) = 1;
void logEventAndBundle(String str, String str2, in Bundle bundle, IBundleReceiver receiver, long j) = 2;
void setUserProperty(String str, String str2, in IObjectWrapper obj, boolean z, long j) = 3;
void getUserProperties(String str, String str2, boolean z, IBundleReceiver receiver) = 4;
void getMaxUserProperties(String str, IBundleReceiver receiver) = 5;
void setUserId(String str, long j) = 6;
void setConditionalUserProperty(in Bundle bundle, long j) = 7;
void clearConditionalUserProperty(String str, String str2, in Bundle bundle) = 8;
void getConditionalUserProperties(String str, String str2, IBundleReceiver receiver) = 9;
void setMeasurementEnabled(boolean z, long j) = 10;
void resetAnalyticsData(long j) = 11;
void setMinimumSessionDuration(long j) = 12;
void setSessionTimeoutDuration(long j) = 13;
void setCurrentScreen(in IObjectWrapper obj, String str, String str2, long j) = 14;
void getCurrentScreenName(IBundleReceiver receiver) = 15;
void getCurrentScreenClass(IBundleReceiver receiver) = 16;
void setInstanceIdProvider(IStringProvider provider) = 17;
void getCachedAppInstanceId(IBundleReceiver receiver) = 18;
void getAppInstanceId(IBundleReceiver receiver) = 19;
void getGmpAppId(IBundleReceiver receiver) = 20;
void generateEventId(IBundleReceiver receiver) = 21;
void beginAdUnitExposure(String str, long j) = 22;
void endAdUnitExposure(String str, long j) = 23;
void onActivityStarted(in IObjectWrapper activity, long j) = 24;
void onActivityStopped(in IObjectWrapper activity, long j) = 25;
void onActivityCreated(in IObjectWrapper activity, in Bundle bundle, long j) = 26;
void onActivityDestroyed(in IObjectWrapper activity, long j) = 27;
void onActivityPaused(in IObjectWrapper activity, long j) = 28;
void onActivityResumed(in IObjectWrapper activity, long j) = 29;
void onActivitySaveInstanceState(in IObjectWrapper activity, IBundleReceiver receiver, long j) = 30;
void performAction(in Bundle bundle, IBundleReceiver receiver, long j) = 31;
void logHealthData(int i, String str, in IObjectWrapper obj, in IObjectWrapper obj2, in IObjectWrapper obj3) = 32;
void setEventInterceptor(IEventHandlerProxy proxy) = 33;
void registerOnMeasurementEventListener(IEventHandlerProxy proxy) = 34;
void unregisterOnMeasurementEventListener(IEventHandlerProxy proxy) = 35;
void initForTests(in Map map) = 36;
void getTestFlag(IBundleReceiver receiver, int i) = 37;
void setDataCollectionEnabled(boolean z) = 38;
void isDataCollectionEnabled(IBundleReceiver receiver) = 39;
void setDefaultEventParameters(in Bundle bundle) = 41;
void setConsent(in Bundle bundle, long j) = 43;
void setConsentThirdParty(in Bundle bundle, long j) = 44;
void clearMeasurementEnabled(long j) = 42;
}

View File

@ -0,0 +1,5 @@
package com.google.android.gms.measurement.api.internal;
interface IBundleReceiver {
void onBundle(in Bundle bundle);
}

View File

@ -0,0 +1,6 @@
package com.google.android.gms.measurement.api.internal;
interface IEventHandlerProxy {
void f1(String s1, String s2, in Bundle bundle, long j) = 0;
int f2() = 1;
}

View File

@ -0,0 +1,4 @@
package com.google.android.gms.measurement.api.internal;
interface IStringProvider {
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.measurement.api.internal;
parcelable InitializationParams;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.measurement.internal;
parcelable AppMetadata;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.measurement.internal;
parcelable ConditionalUserPropertyParcel;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.measurement.internal;
parcelable EventParcel;

View File

@ -0,0 +1,27 @@
package com.google.android.gms.measurement.internal;
import com.google.android.gms.measurement.internal.AppMetadata;
import com.google.android.gms.measurement.internal.ConditionalUserPropertyParcel;
import com.google.android.gms.measurement.internal.EventParcel;
import com.google.android.gms.measurement.internal.UserAttributeParcel;
interface IMeasurementService {
void f1(in EventParcel event, in AppMetadata app) = 0;
void f2(in UserAttributeParcel attribute, in AppMetadata app) = 1;
void f4(in AppMetadata app) = 3;
// void f5(in EventParcel p0, String p1, String p2) = 4;
// void f6(in AppMetadata p0) = 5;
// List<UserAttributeParcel> f7(in AppMetadata p0, boolean p1) = 6;
// byte[] f9(in EventParcel p0, String p1) = 8;
void f10(long p0, String p1, String p2, String p3) = 9;
String f11(in AppMetadata app) = 10;
void f12(in ConditionalUserPropertyParcel property, in AppMetadata app) = 11;
// void f13(ConditionalUserPropertyParcel p0) = 12;
// List<UserAttributeParcel> getUserProperties(String p0, String p1, boolean p2, in AppMetadata p3) = 13;
// List<UserAttributeParcel> getUserPropertiesAs(String p0, String p1, String p2, boolean p3) = 14;
// List<ConditionalUserPropertyParcel> getConditionalUserProperties(String p0, String p1, in AppMetadata p2) = 15;
// List<ConditionalUserPropertyParcel> getCondtionalUserPropertiesAs(String p0, String p1, String p2) = 16;
// void f18(in AppMetadata p0) = 17;
void setDefaultEventParameters(in Bundle params, in AppMetadata app) = 18;
// void f20(in AppMetadata p0) = 19;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.measurement.internal;
parcelable UserAttributeParcel;

View File

@ -0,0 +1,12 @@
package com.google.android.gms.people.internal;
import android.os.Bundle;
import android.os.ParcelFileDescriptor;
import com.google.android.gms.common.data.DataHolder;
interface IPeopleCallbacks {
void onDataHolder(int code, in Bundle resolution, in DataHolder holder) = 1;
void onDataHolders(int code, in Bundle resolution, in DataHolder[] holders) = 3;
void onParcelFileDescriptor(int code, in Bundle resolution, in ParcelFileDescriptor fileDescriptor, in Bundle extras) = 4;
}

View File

@ -0,0 +1,44 @@
package com.google.android.gms.people.internal;
import android.os.Bundle;
import com.google.android.gms.people.internal.IPeopleCallbacks;
import com.google.android.gms.common.server.FavaDiagnosticsEntity;
import com.google.android.gms.common.internal.ICancelToken;
interface IPeopleService {
// void loadOwners1(IPeopleCallbacks var1, boolean var2, boolean var3, String var4, String var5);
// void loadCirclesOld(IPeopleCallbacks var1, String var2, String var3, String var4, int var5, String var6);
// void loadPeopleOld(IPeopleCallbacks var1, String var2, String var3, String var4, in List<String> var5, int var6, boolean var7, long var8);
// void loadAvatarLegacy(IPeopleCallbacks var1, String var2, int var3, int var4);
// void loadContactImageLegacy(IPeopleCallbacks var1, long var2, boolean var4);
// void blockPerson(IPeopleCallbacks var1, String var2, String var3, String var4, boolean var5);
// Bundle syncRawContact(in Uri var1);
// void loadPeopleForAggregation8(IPeopleCallbacks var1, String var2, String var3, String var4, boolean var5, int var6);
// void setSyncToContactsSettings(IPeopleCallbacks var1, String var2, boolean var3, in String[] var4);
// Bundle startSync(String var1, String var2);
// void requestSync(IPeopleCallbacks var1, String var2, String var3, in Uri var4);
// void updatePersonCirclesOld(IPeopleCallbacks var1, String var2, String var3, String var4, in List<String> var5, in List<String> var6);
// boolean isSyncToContactsEnabled();
// Bundle requestSyncOld(String var1, String var2);
// void setAvatar(IPeopleCallbacks var1, String var2, String var3, in Uri var4, boolean var5);
// void loadCircles(IPeopleCallbacks var1, String var2, String var3, String var4, int var5, String var6, boolean var7);
// Bundle requestSyncOld19(String var1, String var2, long var3);
// void loadPeople20(IPeopleCallbacks var1, String var2, String var3, String var4, in List<String> var5, int var6, boolean var7, long var8, String var10, int var11);
// void loadPeopleLive(IPeopleCallbacks var1, String var2, String var3, String var4, int var5, String var6);
// void updatePersonCircles(IPeopleCallbacks var1, String var2, String var3, String var4, in List<String> var5, in List<String> var6, in FavaDiagnosticsEntity var7);
// void loadRemoteImageLegacy(IPeopleCallbacks var1, String var2);
// void loadContactsGaiaIds24(IPeopleCallbacks var1, String var2, String var3);
// Bundle requestSyncOld25(String var1, String var2, long var3, boolean var5);
// void addCircle(IPeopleCallbacks var1, String var2, String var3, String var4, String var5);
// void addPeopleToCircle(IPeopleCallbacks var1, String var2, String var3, String var4, in List<String> var5);
Bundle registerDataChangedListener(IPeopleCallbacks callbacks, boolean register, String var3, String var4, int scopes) = 10;
void loadCircles(IPeopleCallbacks callbacks, String account, String pageGaiaId, String circleId, int type, String var6, boolean var7) = 18;
Bundle requestSync(String account, String var2, long var3, boolean var5, boolean var6) = 204;
void loadOwners(IPeopleCallbacks callbacks, boolean var2, boolean var3, String account, String var5, int sortOrder) = 304;
void loadPeopleForAggregation(IPeopleCallbacks callbacks, String account, String var3, String filter, int var5, boolean var6, int var7, int var8, String var9, boolean var10, int var11, int var12) = 401;
ICancelToken loadOwnerAvatar(IPeopleCallbacks callbacks, String account, String pageId, int size, int flags) = 504;
ICancelToken loadAutocompleteList(IPeopleCallbacks callbacks, String account, String pageId, boolean directorySearch, String var5, String query, int autocompleteType, int var8, int numberOfResults, boolean var10) = 506;
}

View File

@ -0,0 +1,10 @@
package com.google.android.gms.playlog.internal;
import com.google.android.gms.clearcut.internal.PlayLoggerContext;
import com.google.android.gms.playlog.internal.LogEvent;
// Deprecated
interface IPlayLogService {
void onEvent(String packageName, in PlayLoggerContext context, in LogEvent event) = 1;
void onMultiEvent(String packageName, in PlayLoggerContext context, in List<LogEvent> events) = 2;
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.playlog.internal;
parcelable LogEvent;

View File

@ -0,0 +1,5 @@
package com.google.android.gms.search.administration.internal;
interface ISearchAdministrationService {
}

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable ClearCorpusRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable GetCorpusInfoRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable GetCorpusStatusRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable GetCorpusStatusResponse;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable RequestIndexingRequest;

View File

@ -0,0 +1,3 @@
package com.google.android.gms.search.corpora;
parcelable RequestIndexingResponse;

View File

@ -0,0 +1,9 @@
package com.google.android.gms.search.corpora.internal;
import com.google.android.gms.search.corpora.RequestIndexingResponse;
import com.google.android.gms.search.corpora.GetCorpusStatusResponse;
interface ISearchCorporaCallbacks {
void onRequestIndexing(in RequestIndexingResponse response) = 1;
void onGetCorpusStatus(in GetCorpusStatusResponse response) = 3;
}

Some files were not shown because too many files have changed in this diff Show More