Commit Graph

832 Commits

Author SHA1 Message Date
Marvin W 375004891e Add (incomplete) handling of Android Wear Assets 2016-03-14 19:21:55 +01:00
Marvin W 51b8d384a1 Smaller fixes to Maps API
- Add support for getMapAsync in MapFragment
- Add support for remote and vector resources
2016-03-14 19:11:53 +01:00
Marvin W 2e8857258c Fix versioncode generation 2016-03-14 19:11:20 +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 8a239f5e31 Small fixes to Wearable 2016-03-05 21:49:32 +01:00
Marvin W 96540b11c6 Add field to wearable PutDataRequest 2016-03-05 21:47:51 +01:00
Marvin W 2cd12cced6 Hotfix for Google Login server changes 2016-03-05 21:44:58 +01:00
Marvin W 3ff5ad0e7a Start using proguard 2016-03-05 13:47:43 +01:00
Marvin W 508babfb1b Update sublibs 2016-03-05 13:39:36 +01:00
Marvin W b44fbf36ae Merge pull request #102 from scento/aosp-m-patch-feature
Android Marshmallow Patch
2016-03-05 08:02:53 +01:00
Marvin W 1e8926edd9 Add permission self check 2016-03-04 15:54:36 +01:00
Wenzel Pünter c2fc6830d7
Updated patch to handle dynamic permissions. 2016-03-04 12:39:00 +01:00
Marvin W faa214c643 Update UnifiedNlp sublib 2016-03-03 18:06:02 +01:00
Marvin W 14da12108c Use current location as default for PlacePicker 2016-03-03 02:00:30 +01:00
Marvin W d08ca4f807 Fix native map lib loading on pre 5.0 systems 2016-03-03 01:35:01 +01:00
Marvin W 87ec027696 Update sublib 2016-03-03 01:26:58 +01:00
Marvin W c959e72839 Add Map API callbacks 2016-03-03 01:26:28 +01:00
Marvin W 79b653f20c Add snapshot feature to Map 2016-03-03 01:25:40 +01:00
Marvin W e45f03b77e Never expose null address in placepicker 2016-03-02 21:32:04 +01:00
Marvin W ed77f7e1d6 Move native lib loader to BackendMapView 2016-03-02 21:24:41 +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
Wenzel Pünter 33825840a3
Added Android Marshmallow Patch. 2016-03-01 10:46:05 +01: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 c9d08fbe0e Add Actions for GeoData and PlaceDetection API 2016-02-28 13:30:17 +01:00
Marvin W 91cba6cd68 Add Google Inbox key to whitelist 2016-02-23 00:05:32 +01:00
Marvin W ae23b70a53 Update GmsApi sublib 2016-02-22 23:29:24 +01:00
Marvin W 2aec42fb75 Add some new (incomplete) classes for Auth API 2016-02-22 23:28:21 +01:00
Marvin W 9fc9b9a51d Update UnifiedNlp and fix map bug #94 2016-02-22 23:25:03 +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 3936a02e1a Add Classroom signature to Google whitelist, fixes #89 2016-02-08 18:06:03 +01:00
Marvin W 283b0cb3cc Merge branch 'master' of github.com:microg/android_packages_apps_GmsCore 2016-02-08 03:41:07 +01:00
Marvin W 67b1ac74e8 Various small fixes
- Add two Google signatures to acceptable apps. Likely to increae this further
- Fix small change in GCM unregistering
- Modify intent delivery for GCM, related to #75 and #84
- Lint fixes
- Update Travis CI config
2016-02-08 03:38:07 +01: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 b9e70cb613 Merge pull request #87 from pejakm/srupd
Update Serbian language
2016-02-07 11:25:05 +01:00
Marvin W 97e5cc4072 Make C2DM_SEND permission a signature permission 2016-02-06 20:49:57 +01:00
Marvin W 6d2eee71bb Small updates to wearable 2016-02-06 20:49:49 +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
Mladen Pejaković 72c08cd03d Update Serbian language 2016-02-06 14:00:06 +01:00
Marvin W 192a9073e4 Shorter version names 2016-01-27 19:11:48 +01:00
Marvin W fbfb6c088a Merge branch 'master' of github.com:microg/android_packages_apps_GmsCore 2016-01-27 01:39:31 +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 6186c98712 Remove broken getDrawable() call, add summary line to about 2016-01-27 01:03:00 +01:00