summaryrefslogtreecommitdiff
path: root/platform/android/src/jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* [android] Don't crash if someone tries to use OfflineRegion after deleteJohn Firebaugh2016-03-071-8/+13
* [android] Remove redundant arguments from offline native methodsJohn Firebaugh2016-03-071-10/+11
* [android] destroyOfflineRegion must not delete an already-deleted peerJohn Firebaugh2016-03-071-3/+6
* [android] Don't call util::toString() on a null exception_ptrJohn Firebaugh2016-03-071-1/+0
* [android] Don't leak global references to OfflineRegionObserversJohn Firebaugh2016-03-041-13/+30
* [android] Use jni.hpp low-level wrappersJohn Firebaugh2016-03-041-2047/+715
* [android] Remove JNI_OnUnload; it is in practice never calledJohn Firebaugh2016-03-041-147/+0
* [android] Remove JNICALL; it's a no-op macroJohn Firebaugh2016-03-041-98/+100
* [android] Use jni.hpp in http_request_android.cppJohn Firebaugh2016-03-041-102/+4
* [android] Make listOfflineRegions include definitionsAntonio Zugaldia2016-03-031-0/+22
* [android] #3867 - performance improvement for invalidating the cameraTobrun2016-03-031-0/+25
* [android|ios|osx] Fix return type for pixelForLatLngBruno de Oliveira Abinader2016-03-011-1/+1
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-7/+7
* [android] Simplify offline metadata API on AndroidAntonio Zugaldia2016-02-291-65/+8
* [android] Remove invoke to DeleteGlobalRef to avoid client crashAntonio Zugaldia2016-02-261-6/+3
* # This is a combination of 8 commits.Antonio Zugaldia2016-02-261-29/+1181
* [android] Update marker position and icon #3885Gabriel Miklós2016-02-151-0/+51
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-73/+47
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-3/+2
* [android] #3145 - MapboxMapTobrun2016-01-291-85/+2
* [android] getters, setters for minZoom, maxZoomAnsis Brammanis2016-01-281-0/+16
* [android] Use padding to get center coordinates.Larry Geromegnace2016-01-271-1/+1
* [android] Add API to be able to set insets on MapView.Larry Geromegnace2016-01-271-1/+14
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-2/+3
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-13/+13
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-7/+10
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-20/+22
* [android] #3304 - refactor SpriteFactory to IconFactory, changed all the spri...Tobrun2015-12-201-27/+27
* [android] Camera APIBrad Leege2015-12-181-0/+104
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-171-0/+8
* [android] Simplify structure for native filesJohn Firebaugh2015-12-161-0/+2332