summaryrefslogtreecommitdiff
path: root/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-1656-9276/+0
* [android] Fix 2-finger rotation is off axisAntonio Zugaldia2015-12-161-2/+6
* [android] Custom layer bindingsJohn Firebaugh2015-12-164-0/+38
* [android] Add more documentation to Android bindings. Refs #2650Tom MacWright2015-12-155-4/+34
* [android] Add some JavaDocs, fix HTML formattingTom MacWright2015-12-1411-117/+240
* [android] #3262 stop listening to bearing when state switchesTobrun2015-12-121-5/+3
* [android] #3191 - remove double direction stateTobrun2015-12-121-2/+0
* [android] #3245 Reverse Tilt GestureTobrun2015-12-111-1/+1
* [android] #3248 - enforce application context in a singletonTobrun2015-12-111-1/+1
* [android] #3240 - Reimplemented compass algorithm for compass bearing, fixed ...Tobrun2015-12-091-40/+35
* [android] #2954 - Refactoring UserLocationView to use common LocationServices...Brad Leege2015-12-092-43/+41
* [android] #2954 - Building LocationListener infrastructureBrad Leege2015-12-092-2/+45
* [android] #2954 - Setting up specific toggle GPS functionalityBrad Leege2015-12-091-5/+58
* [android] #2954 - Setting up LOST clientBrad Leege2015-12-091-3/+22
* [android] #2954 - LocationServices Singleton setupBrad Leege2015-12-091-0/+24
* [android] Set the bearing of the checked object to avoid a null exceptionAntonio Zugaldia2015-12-091-1/+1
* [android] #3215 added unit test for marker, moved tests to their own dedicate...Tobrun2015-12-071-0/+5
* [android] #3188 - Save tilt value under a change in device orientationlistAntonio Zugaldia2015-12-041-0/+3
* [android] add 's' to 'assets/' in setStyleUrl() docsJason Wray2015-12-031-1/+1
* [android] #2805 - Using MINIMUM_TILT and MAXIMUM_TILT constants for annotationBrad Leege2015-12-031-2/+1
* [android] #2805 - scale and clamp values for pitchAntonio Zugaldia2015-12-031-5/+14
* [android] #2805 - Removing Camera API for nowBrad Leege2015-12-034-258/+0
* [android] #2805 - Integrating gesture with new get / set Tilt API refactoringBrad Leege2015-12-031-2/+2
* [android] #2805 - basic tilt gesture working with ShoveGestureListenerAntonio Zugaldia2015-12-031-5/+49
* [android] #2805 - Updating Tilt API to support animation duration timeBrad Leege2015-12-032-7/+12
* [android] #2805 - add mShoveGestureDetector to the event chainAntonio Zugaldia2015-12-031-1/+4
* [android] #2805 - public API to enable or disable tiltAntonio Zugaldia2015-12-031-0/+36
* [android] #2805 - Placeholder for a ShoveGestureListenerAntonio Zugaldia2015-12-031-0/+23
* [android] #2805 - Setting TiltActivity to test setPitch() directly. Adding F...Brad Leege2015-12-032-0/+3
* [android] #2805 - Basic wiring up of Android Tilt methods to Core GL Pitch me...Brad Leege2015-12-032-2/+32
* [android] #2805 - Adding processing of target, zoom, and bearing in animateCa...Brad Leege2015-12-032-0/+23
* [android] #2805 - CameraUpdate and animateCamera() APIBrad Leege2015-12-033-0/+71
* [android] #2805 - Implementing Parcelable and adding BuilderBrad Leege2015-12-031-1/+112
* [android] #2805 - Initial CameraPosition APIBrad Leege2015-12-031-0/+53
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-012-4/+4
* Improve quickzooming on AndroidBraden Ewing2015-12-011-6/+8
* refs #2800: update docs exception thrown for no Android tokenJustin R. Miller2015-11-301-1/+1
* Merge pull request #3127 from mapbox/3115-multiple-infowindowsAntonio Zugaldia2015-11-303-57/+131
|\
| * add flag to let concurrent multiple infowindows to be shownAntonio Zugaldia2015-11-301-2/+30
| * [android] #3115 - optimised + cleanup before PRTobrun2015-11-251-10/+12
| * we just need to clear the list'Antonio Zugaldia2015-11-251-2/+6
| * [android] #3115 reposition info windows that have been repositioned while pan...Tobrun2015-11-251-1/+4
| * [android] #3121 Allow InfoWindow to be open while panning, allow standard Inf...Tobrun2015-11-253-26/+39
| * still some work needed on onSingleTapConfirmed()Antonio Zugaldia2015-11-242-30/+54
* | Correct behaviour when switching between tracking modes, added javadocTobrun2015-11-304-25/+82
* | [android] #3071 - Make docs navigation more obvious for MapChangeListenerTobrun2015-11-304-19/+106
* | Updated links to access token managerMinh Nguyễn2015-11-291-1/+1
* | [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-272-23/+4
* | [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-272-3/+3
* | Don't double-tap zoom when quickzooming on AndroidBraden Ewing2015-11-251-10/+25
|/