summaryrefslogtreecommitdiff
path: root/platform/android/core-files.json
Commit message (Collapse)AuthorAgeFilesLines
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-5/+1
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [android,darwin,ios,qt] Remove unused codeThiago Marcos P. Santos2019-02-121-1/+0
| | | | These files are no longer needed after the new GL abstraction.
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+1
| | | | | | This patch will make Mapbox GL Core never use OpenGL directly. We should consider locking into OpenGL ES 2.0 to simplify the code path and remove #ifdefs.
* [android] - remove faulty conversion, explict casting for cluster APItobrun2019-02-071-2/+0
|
* [android] - expose query feature extensionstobrun2019-01-151-0/+2
|
* [build] add missing filesKonstantin Käfer2019-01-101-0/+1
|
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-091-0/+190