summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-012-5/+9
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-12/+16
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-255-25/+19
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-252-10/+9
* [android] fix exception classIvo van Dongen2016-10-251-1/+1
* [android] - remove jni method logging, only keep lifecycle related logs (#6787)Tobrun2016-10-211-80/+0
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-202-2/+5
* [android] geojson source - remove explicit repaint requestsIvo van Dongen2016-10-203-20/+0
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-181-7/+7
* [android] don't delete local reference on value copyIvo van Dongen2016-10-152-19/+32
* [android] Using mbgl::AnnotationIDs in JNI codeBruno de Oliveira Abinader2016-10-121-10/+8
* [android] Runtime Style Filter enhancements (#6623)Ivo van Dongen2016-10-112-2/+8
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-302-4/+4
* [android] addImage / removeImage jni bindingsIvo van Dongen2016-09-301-0/+29
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [android] user agent stringIvo van Dongen2016-09-291-2/+1
* 6402 update offline metadata android (#6456)Tobrun2016-09-281-1/+55
* [android] - disable general purpose logging during transformation change (#6452)Tobrun2016-09-272-28/+1
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+1
* [android] offline - prevent OOMEIvo van Dongen2016-09-231-0/+1
* [android] timer - prevent overflow in due timeIvo van Dongen2016-09-231-2/+2
* [android] set connectivity state pro-activelyIvo van Dongen2016-09-233-0/+80
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-211-0/+3
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-2113-36/+528
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-1/+9
* [android] HttpFileSource - rate limitIvo van Dongen2016-09-132-2/+19
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-081-1/+1
* [android] Remove declaration of deleted method (#6276)John Firebaugh2016-09-071-2/+0
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-14/+0
* [android] jni - fix boolean to JsonPrimitive conversion (#6256)Ivo van Dongen2016-09-061-1/+1
* [android] - 5844 remove stop gap for update-able shape annotations (#6187)Tobrun2016-08-291-16/+6
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-167-2/+575
* [android] #5978 - fix number property filters [ci skip]Ivo van Dongen2016-08-121-1/+2
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-9/+13
* [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-081-0/+1
* [android] #5885 - fix invalid jobject error and some build system updatesIvo van Dongen2016-08-081-1/+3
* [android] Refcount the view activationsThiago Marcos P. Santos2016-08-062-0/+10
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-034-1/+48
* [android] #5663 - make shape annotations updateableTobrun2016-08-031-0/+38
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-0229-136/+1708
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-2625-0/+1248
* [android] Create a new local reference frame in JNI listOfflineRegionsAntonio Zugaldia2016-07-251-1/+4
* [android] fixes #5762. Passing pixel points to native jni for getting latlng.Bharath MG2016-07-241-1/+1
* [android] Set thread name properlyThiago Marcos P. Santos2016-07-162-1/+39
* [core] Make the AssetFileSource thread low priorityThiago Marcos P. Santos2016-07-161-1/+1
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-132-4/+4
* [android] Update {Line,Fill}Annotation properties setterBruno de Oliveira Abinader2016-07-131-6/+6
* [android] Add support for timers on the main threadThiago Marcos P. Santos2016-07-062-2/+36
* Revert "[android] Do not create Timers on Default main loops"Thiago Marcos P. Santos2016-07-063-5/+0
* [android] Fix issue when stop is called before run on the RunLoopThiago Marcos P. Santos2016-07-051-2/+4