summaryrefslogtreecommitdiff
path: root/platform/android/src/jni.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [android] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+3
* [android] - 5844 remove stop gap for update-able shape annotations (#6187)Tobrun2016-08-291-16/+6
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-161-1/+44
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-9/+13
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-031-1/+11
* [android] #5663 - make shape annotations updateableTobrun2016-08-031-0/+38
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-38/+0
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+87
* [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] Update {Line,Fill}Annotation properties setterBruno de Oliveira Abinader2016-07-131-6/+6
* [android] #5104 - make nativePixelForLatLng faster (74ms to 57ms)Tobrun2016-07-051-45/+15
* [android] Fix crash adding line or polygon annotationJohn Firebaugh2016-06-241-2/+4
* [core] UnitBezier ctor is now constexprBruno de Oliveira Abinader2016-06-201-2/+2
* Color class (#5361)Young Hahn2016-06-151-1/+1
* [android] #5303 - Updating code to take properly merge what each branch inte...Brad Leege2016-06-091-18/+4
* [android] #5291 - Fixing merge conflictsBrad Leege2016-06-091-18/+1
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-3/+21
|\
| * [android] #5076 - fixed update marker for MarkerView, rewrite update marker j...Tobrun2016-06-061-11/+3
* | [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-5/+3
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-5/+5
* | [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-4/+5
* | [all] Rationalize annotation APIJohn Firebaugh2016-06-011-43/+36
* | [core] Use geometry.hpp types for shape annotationsJohn Firebaugh2016-06-011-41/+33
* | [android] Basic cleanups in annotation JNI codeJohn Firebaugh2016-06-011-51/+25
* | [android] Simplify the JNI definitions for annotation methodsJohn Firebaugh2016-06-011-108/+11
|/
* [android] #3629 - smooth MyLocationView animation when tracking the user loca...Tobrun Van Nuland2016-05-261-3/+7
* [android] Create a new local reference frame to avoid a local reference table...Antonio Zugaldia2016-05-031-0/+4
* [android] Add completedTile{Count,Size} bindingsJohn Firebaugh2016-04-271-0/+6
* [android] Create a RunLoop for the main threadThiago Marcos P. Santos2016-04-141-0/+3
* [core] Render from the main threadJohn Firebaugh2016-04-141-28/+4
* [android] Throw C++ exceptions by value, not by pointerJohn Firebaugh2016-03-181-3/+3
* [android] Remove default transition durationBruno de Oliveira Abinader2016-03-181-18/+0
* [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