summaryrefslogtreecommitdiff
path: root/android/cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor Android render loop to limit frame rate to 60 FPSLeith Bade2015-09-242-23/+18
* Refactor NativeMapView to hold std::unique_ptr to Map and DefaultFileSourceLeith Bade2015-09-242-18/+29
* Improve handling of cancelled HTTP requestsLeith Bade2015-09-231-2/+2
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+5
* Create SharedSQLiteCacheLeith Bade2015-09-161-2/+2
* #894 - Wiring up getTopOffsetPixelsForAnnotationSymbol in JNIBrad Leege2015-09-071-0/+10
* plumb map notifications through JNI to AndroidJustin R. Miller2015-09-042-3/+3
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-1/+0
* Merge pull request #2179 from mapbox/nodeMike Morris2015-09-021-1/+5
|\
| * Merge branch 'master' into nodeJohn Firebaugh2015-08-311-0/+104
| |\
| * | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+5
* | | 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-112-83/+140
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-052-8/+6
* Added Update::RepaintBruno de Oliveira Abinader2015-08-052-1/+2
* First pass at tidying up Android annotation codeLeith Bade2015-08-041-352/+356
* First pass at updating JNI bindingsLeith Bade2015-07-292-18/+65
* 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-232-5/+8
| |/ |/|
* | 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
* Fleshing out Android Annotation API, working on removing annotations through ...Nicholas Hallahan2015-07-141-0/+9
* Returning annotationIds as long from JNI in addMarkerNicholas Hallahan2015-07-131-5/+6
* Refactored PointAnnotation to be called Markers a la Google MapsNicholas Hallahan2015-07-131-4/+4
* basic single marker point annotationNicholas Hallahan2015-07-131-0/+23
|\
| * Specifically naming the sprite in JNI adds a marker to the map #1716Nicholas Hallahan2015-07-131-1/+1
| * attempting to put one annotation on the map - gets to the native call and the...Nicholas Hallahan2015-06-201-0/+22
* | Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-082-10/+43
* | Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-261-1/+1