Marvin W
908c20ccc2
bump version number, update build tools
2018-03-31 23:16:41 -06:00
Marvin W
464d45d552
Update gradle, build tools, dependencies
2018-01-02 01:45:43 +01:00
Marvin W
2403f97e18
Add fake contact sync to fix AOSP contact app
2017-12-12 11:36:01 -06:00
Marvin W
d9e86d960d
Increase version code, update sublib and copyright header
2017-06-13 00:34:09 +02:00
Marvin W
d2b2ee5348
Even more UI improovements
2017-02-22 04:20:46 +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
edf3d8c7dd
Set extractNativeLibs="false" #265
2017-01-16 22:56:30 +01:00
Marvin W
05a8b44f2d
Various fixes
...
related to #86 , #164 , #242
2016-12-23 19:02:05 +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
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
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
Felix Ableitner
f6c51d5cfc
Added item to disable battery optimizations ( fixes #75 , #113 )
2016-11-04 16:01:57 +09: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
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
435b394e3a
Wearable temp state
2016-08-04 11:36:03 +02:00
Marvin W
ec93cc4b43
Squashed commit
...
- Update sublibs
- Update build tools
- Add reminders service stub
- Update play services version, fixes #138
2016-06-02 23:12:59 +02:00
Marvin W
2a394f98aa
Various changes
...
- Extend Wear support
- Rework Gms Services
- Fix ProGuard
- Add Waze to Google Whitelist (as in original Play Services, fixes #116 )
2016-04-14 21:55:07 +02:00
Marvin W
43198173ee
Various changes:
...
- Do vtm-jni loading ourself to load correct architecture, fixes #95 , related to #97
- Do not falsely announce unsupported mips architecture
- Cleanup ContextWrapping
- Add dummies for GeoData and PlaceDetection APIs
- Restart GCM when package is restarted, related to #100
2016-02-28 13:33:46 +01:00
Marvin W
97e5cc4072
Make C2DM_SEND permission a signature permission
2016-02-06 20:49:57 +01:00
Marvin W
8fa0515bf6
Squashed commit:
...
- Update build tools
- Update sublibs
- Add proper PlacePicker, fixes #65
- Add selfcheck
- Improvements to MCS connection, related #31 #54
- Do not crash when permission to GPS is not granted
- Various smaller fixes
2016-01-27 01:36:48 +01:00
Marvin W
ae483164a7
Add (dummy) place picker
...
We don't have proper code to display a map (without original client library) yet. However applications using it should not crash (as reported in #65 )
2016-01-05 23:58:18 +01:00
mar-v-in
6e091a0ffa
Add initial version of self check
...
To be extended and should have better UI :)
2016-01-02 10:59:49 +01:00
mar-v-in
7b74722c3d
Add new bits for auth/people api
2015-12-25 03:49:11 +01:00
mar-v-in
249c935f44
Update Auth API
2015-12-02 23:55:47 -08:00
mar-v-in
d22e231b44
Add Games stub service
...
Games proxy service (chimera) yet to be done for full Play Games support
2015-10-23 01:40:50 +02:00
mar-v-in
6793fcb047
Add empty sign in service
2015-10-20 19:00:35 +02:00
mar-v-in
cea6256e3b
Add empty clearcut logger
2015-10-15 03:21:53 +02:00
mar-v-in
b92c4d2417
Add empty AdvertisingIdService
2015-10-06 18:06:03 +02:00
mar-v-in
1f67d1aad0
Automatically checkin after 12 hours
2015-10-04 00:15:24 +02:00
mar-v-in
40ca65bbf4
Huge Update
...
- Update Location APIs, fixes #37
- Update version number, fixes #38
- Enable long press input on WebView during login, fixes #34
- Extended log output and auto-repair for GCM connection, related to #29 and #31
- New icons
- Small quirks in Auth handling (required for Login to some applications)
2015-10-03 22:47:05 +02:00
mar-v-in
109856ffd0
Do not checkin "unknown" ABI, Fix Lint issues
2015-08-25 02:29:26 +02:00
mar-v-in
1a83f8281f
Improve mcs connection
...
wake up device when reconnecting, fix teardown incomplete on null message (#24 )
2015-08-17 23:28:01 +02:00
mar-v-in
bd69c16c62
Various fixes
...
Fixes #24
2015-08-06 17:38:46 +02:00
mar-v-in
331813ce3c
Update maps, rework MCS
...
MCS rework related to #23 and #24
2015-08-04 13:05:47 +02:00
mar-v-in
61ede98580
Increase version number
2015-07-24 16:25:24 +02:00
mar-v-in
e1b757de3e
Various fixes, Checkin (dependency for GCM) is still broken!
...
Fix lint (fixes #20 )
(hopefully) Fix mcs loop (could cause high battery drain)
Show link to UnifiedNlp in settings (mentioned in #10 , @XDA)
Add extended description for settings (mentioned @XDA)
2015-07-04 13:47:27 +02:00
mar-v-in
2f78c63eb6
Use common BaseService, update AuthService
2015-06-22 23:26:35 +02:00
Simon Wörner
c5fcb49944
added com.google.android.gms.car
...
Change-Id: Iee337aa716931aa45057678a6daeb7fad88bebcb
2015-06-16 01:33:12 +02:00
mar-v-in
124ec3ac1c
Update icing service, add DummyService for debugging, update sublib
2015-04-11 13:48:21 +02:00
mar-v-in
0bc422c4b1
Update checkin to latest version
2015-04-10 20:45:22 +02:00
mar-v-in
f6dca1f162
Migrate to newer API
2015-04-09 23:12:08 +02:00
mar-v-in
39c957cda8
MCS: Fix reconnect
2015-04-04 00:21:47 +02:00
mar-v-in
7b3e490d55
Add settings and Fix small MCS problems
2015-04-03 23:54:41 +02:00
mar-v-in
0e0309df85
Add trigger for Mcs *#*#gcmstart#*#* and various fixes
2015-04-02 23:46:47 +02:00
mar-v-in
cdc5fc0bde
Implement more People APIs and add some stubs
2015-03-25 23:12:03 +01:00
mar-v-in
b150e73332
Implement more features of the JSBridge of login, fix bug with older versions
2015-03-22 14:31:49 +01:00
mar-v-in
6ee010fc50
Some fixes
2015-03-20 21:50:37 +01:00
mar-v-in
1295192130
Update Android.mk and show unsupported warning
2015-03-18 16:24:43 +01:00
mar-v-in
dd443b262b
Update to gradle style project
2015-03-13 03:32:57 +01:00