summaryrefslogtreecommitdiff
path: root/platform/android/mapboxgl-app.gypi
Commit message (Collapse)AuthorAgeFilesLines
* [build] replace jpeg library with libjpeg-turboKonstantin Käfer2016-01-221-2/+2
|
* [core] Merge SQLiteCache into the platform libraryJohn Firebaugh2015-12-221-1/+0
| | | | OfflineFileSource will depend on SQLite too.
* [android] Add CustomLayerRenderParameters to example codeJohn Firebaugh2015-12-161-0/+4
|
* [android] Simplify structure for native filesJohn Firebaugh2015-12-161-4/+3
|
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-161-4/+5
|
* [android] Move includes to platform subdirectoryJohn Firebaugh2015-12-161-0/+4
|
* [android] Custom layer bindingsJohn Firebaugh2015-12-161-1/+42
|
* [android] Bring back OkHTTPLeith Bade2015-11-171-4/+0
| | | | | | | Update http_request_android.cpp for changes in #2727 Fix crash caused by calling both onFailure and onReponse in the same request Fixes #2856 Fixes #2400
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* [core] Remove bundled styles.Leith Bade2015-10-301-1/+0
| | | | Fixes #2239
* [android] Move android filesLeith Bade2015-10-251-0/+101
Fixes #2032