Go to file
2016-11-06 16:40:14 +01:00
extern Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
gradle/wrapper Update Gradle and Sublib 2016-08-27 12:46:12 +02:00
play-services Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-base Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-cast Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-gcm Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-iid Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-location Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-tasks Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
play-services-wearable Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +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, sdk version and api lib 2016-09-24 21:00:24 +02:00
build.gradle Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
gradlew Add Gradle Wrapper 2015-10-02 03:38:07 +02:00
LICENSE Big restructure and add GCM and IID client 2016-08-07 18:13:17 +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-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
README.md Prepare for maven publishing, adopt api changes 2016-11-06 16:40:14 +01:00
settings.gradle Update lib for API changes, add support for wearable listening and sending messages 2016-08-14 10:29:03 +02:00

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