summaryrefslogtreecommitdiff
path: root/android/cpp/jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* [android] Move android filesLeith Bade2015-10-251-2199/+0
* [android] Fix JNI local ref overflowLeith Bade2015-10-231-1/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+5
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-4/+4
* [android] #2552 add 10000 markersTobrun2015-10-221-3/+4
* add missing DPI bitmaps and update based on code review commentsManabu Shimobe2015-10-221-1/+2
* add setSetVisibleCoordinateBounds api as already in iOSManabu-GT2015-10-221-1/+140
* [android] Refactor annotations APILeith Bade2015-10-221-39/+0
* [android] Implement UserLocationViewLeith Bade2015-10-221-1/+1
* [android] Fix bug in setSprite when calculating pixel data sizeLeith Bade2015-10-221-36/+63
* [core] Annotation refactorJohn Firebaugh2015-10-201-1/+1
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-161-0/+8
* [android] Tidy up MapView APILeith Bade2015-10-091-2/+0
* #2486 - Fixing JNI references to new package structureBrad Leege2015-10-011-25/+25
* Initial native add markers implementationTobrun2015-10-011-0/+69
* Refactor Android render loop to limit frame rate to 60 FPSLeith Bade2015-09-241-4/+4
* Refactor NativeMapView to hold std::unique_ptr to Map and DefaultFileSourceLeith Bade2015-09-241-0/+6
* #894 - Wiring up getTopOffsetPixelsForAnnotationSymbol in JNIBrad Leege2015-09-071-0/+10
* plumb map notifications through JNI to AndroidJustin R. Miller2015-09-041-1/+1
* Tidy up missing JNI deletesLeith Bade2015-09-021-1/+13
* implement annotation marker tap recognition in AndroidJustin R. Miller2015-08-281-0/+104
* Implement setGestureInProgress on AndroidLeith Bade2015-08-131-0/+8
* Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-111-8/+134
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-3/+3
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
* First pass at tidying up Android annotation codeLeith Bade2015-08-041-352/+356
* First pass at updating JNI bindingsLeith Bade2015-07-291-17/+51
* Merge pull request #1926 from trappsnl/masterJustin R. Miller2015-07-281-2/+2
|\
| * Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKoen Schmeets2015-07-241-27/+152
| |\
| * | Fix latLngForPixel bindings for AndroidKoen Schmeets2015-07-241-2/+2
* | | Avoid nudging transitions if a gesture is in progressBruno de Oliveira Abinader2015-07-231-3/+3
| |/ |/|
* | SetSprite now worksNiklas Ulvinge2015-07-201-0/+25
* | Correction colors transformationNiklas Ulvinge2015-07-201-3/+3
* | Optimized RemoveAnnotations to a single callNiklas Ulvinge2015-07-191-0/+31
* | Some memory managementNiklas Ulvinge2015-07-191-0/+5
* | Add multiple polygons at once to increase performanceNiklas Ulvinge2015-07-191-24/+88
|/
* added ability to specify sprite in marker #1716Nicholas Hallahan2015-07-171-6/+56
* polygon JNI #1716Nicholas Hallahan2015-07-161-0/+162
* creating an annotation segment from a LatLng jlist encapsulated in function #...Nicholas Hallahan2015-07-161-46/+51
* color is set for line stroke #1716Nicholas Hallahan2015-07-161-2/+6
* successful shape annotation #1716Nicholas Hallahan2015-07-161-2/+5
* attempting to make ShapeAnnotation with segment and properties #1716Nicholas Hallahan2015-07-161-5/+19
* extracting latitude and longitude #1716Nicholas Hallahan2015-07-161-3/+14
* iterating through list of lat legs #1716Nicholas Hallahan2015-07-161-0/+10
* turning list into array #1716Nicholas Hallahan2015-07-161-0/+13
* accessing points list #1716Nicholas Hallahan2015-07-161-0/+16
* JNI - getting all of the primitives from Polyline #1716Nicholas Hallahan2015-07-151-3/+44
* able to get a field from Polyline in JNI #1716Nicholas Hallahan2015-07-151-1/+47
* JNI is compiling with the polyline object #1716Nicholas Hallahan2015-07-151-0/+11
* Able to remove an annotation from the map #1716Nicholas Hallahan2015-07-141-8/+7