summaryrefslogtreecommitdiff
path: root/android/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add fps mode for #646Leith Bade2014-11-282-2/+81
|
* Try 32bit over 16bitLeith Bade2014-11-281-0/+17
|
* Fix errors in configLeith Bade2014-11-281-19/+32
|
* Perfer 16 bit depth, handle long GL extension stringsLeith Bade2014-11-281-4/+19
|
* Check for packed depth stencilLeith Bade2014-11-281-0/+10
|
* Rewrite EGL config choosingLeith Bade2014-11-221-111/+100
|
* Remove canRotateLeith Bade2014-11-211-11/+1
|
* Fix typosLeith Bade2014-11-201-1/+1
|
* Add functionality to get default transition duration from native code. Use ↵Jordan Hollinger2014-11-191-1/+11
| | | | it to save and restore state. #617
* Destory surface prior to destroying the view. #615Jordan Hollinger2014-11-191-2/+10
|
* Fix hand/crash in pause when rotating screenLeith Bade2014-11-191-8/+6
|
* Fix null string crashLeith Bade2014-11-181-0/+41
|
* Move stlye url and access token to propertyLeith Bade2014-11-181-3/+3
| | | | Remove fragment stuff (for now)
* Read styles from APKLeith Bade2014-11-171-2/+4
|
* Fix typoLeith Bade2014-11-161-1/+1
|
* Add coffeecatchLeith Bade2014-11-166-68/+3053
|
* Change to proper Log functionsLeith Bade2014-11-152-264/+267
|
* Fix crashLeith Bade2014-11-121-1/+1
|
* More tidy upLeith Bade2014-11-121-10/+4
|
* Tidy code up moreLeith Bade2014-11-122-120/+106
|
* Renamed source files using mapbox styleLeith Bade2014-11-124-154/+9
| | | | | Move headers to mbgl/android Tidy up headers and includes
* Missed other Map::terminate() callLeith Bade2014-11-111-1/+1
|
* Change Assetbridge extraction dir to data dirLeith Bade2014-11-112-2/+5
| | | | Only extract needed files
* Fix function nameLeith Bade2014-11-111-1/+1
|
* We no longer need to call Map::terminate9Leith Bade2014-11-111-1/+1
|
* Be sure to terminate everythingLeith Bade2014-11-111-0/+2
|
* Fix flixker after switchLeith Bade2014-11-102-13/+19
|
* Remove old commentsLeith Bade2014-11-101-6/+0
|
* Wait for pauseLeith Bade2014-11-092-5/+5
| | | | | Tidy up Remove red fill
* Add async assertsLeith Bade2014-11-091-1/+1
|
* Add Map::pause/resumeLeith Bade2014-11-093-37/+71
| | | | Fixed bug after switching apps
* Reduce log noiseLeith Bade2014-11-092-3/+10
|
* Work around emulator GL ES 2.0 bugLeith Bade2014-11-091-9/+54
|
* Implement GL extensionsLeith Bade2014-11-092-0/+30
|
* More tidying upLeith Bade2014-11-081-18/+6
|
* Enable debug layerLeith Bade2014-11-081-7/+8
| | | | | | Less verbose logcat spew Fix problem with checking for depth buffer size Disable make_inactive for testing
* Tidy up config choosingLeith Bade2014-11-081-5/+4
|
* Stop file not found error in MakefileLeith Bade2014-11-083-53/+109
| | | | | Update JNI methods Tiny up Java
* Add cache path variable from JavaLeith Bade2014-11-082-2/+7
| | | | | | | Use cache path for db location Add Assetbridge to extract asset files to cache path Fix SSL by using extracted ca bundle Use file:// style URL using extracted styles
* Move style url and spi key to javaLeith Bade2014-11-083-20/+34
| | | | | Try 565 config then 8888 Remove unused perm
* Temp disable SSL cert validationLeith Bade2014-11-081-2/+1
|
* Rename old log functionsLeith Bade2014-11-083-217/+217
|
* Non https style URLLeith Bade2014-11-071-3/+1
|
* Finish android log backendLeith Bade2014-11-071-5/+2
|
* Better way to avoid warningsLeith Bade2014-11-071-4/+1
|
* Enable debug rendering, work around make_inactive bugLeith Bade2014-11-071-2/+9
|
* Fix bad countLeith Bade2014-11-072-2/+3
|
* Rename angle to bearingLeith Bade2014-11-061-19/+10
|
* Remove source functionsLeith Bade2014-11-061-33/+0
|
* Fix bug with callback into JavaLeith Bade2014-11-061-7/+31
|