Mirror of YTVanced/VancedMicroG
Go to file
Marvin W aec1ad93b8
Add Geofencing API client code
2017-02-11 02:14:16 +01:00
extern Add Geofencing API client code 2017-02-11 02:14:16 +01:00
gradle/wrapper Update Gradle and Sublib 2016-08-27 12:46:12 +02:00
play-services Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-base Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-cast Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-gcm Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-iid Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-location Add Geofencing API client code 2017-02-11 02:14:16 +01:00
play-services-tasks Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
play-services-wearable Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
.gitignore Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
.gitmodules Update api 2015-03-14 22:21:35 +01:00
.travis.yml Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
LICENSE Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
README.md Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
build.gradle Update build tools, set sdk versions through gradle 2016-11-14 20:26:09 +01:00
gradlew Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
play-services-api Update api 2015-03-14 22:21:35 +01:00
play-services-basement Update lib for API changes, add support for wearable listening and sending messages 2016-08-14 10:29:03 +02:00
play-services-cast-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-cast-framework-api Fix missing api reference 2016-11-07 14:56:28 +01:00
play-services-iid-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-location-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
play-services-wearable-api Big restructure and add GCM and IID client 2016-08-07 18:13:17 +02:00
settings.gradle Fix missing api reference 2016-11-07 14:56:28 +01:00

README.md

GmsLib

This library is a compatibility implementation of the often used play-services library.

It will try to use the Play Services when installed on the target device. If this is not possible, a basic fallback implementation might be used.

WIP

This is still work in progress, and most applications will not build. However feel free to try it out and create issues for missing method calls (please include an application to test it).

Developer Notes

Replace all compile includes to com.google.android.gms with org.microg master-SNAPSHOT includes

sed -i 's/compile [\'"]com.google.android.gms:\([^:]*\):[^\']*[\'"]/compile \'org.microg:\1:master-SNAPSHOT\'/g' build.gradle