summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* [android] #4800 - default location view from start: introduced attributes, up...Tobrun2016-04-269-166/+358
* [android] #3231 - add support for tinting attribution icon through xml - Mapb...Tobrun2016-04-265-43/+96
* [android] #3231 - added support for automatic tinting ui components used the ...Tobrun2016-04-263-2/+113
* [android] #4829 - Use CopyOnWriteArrayList for non blocking iterationsBrad Leege2016-04-251-6/+3
* [android] #4814 - simplified mock parcel testing, update tests to reflect the...Tobrun2016-04-241-1/+1
* [android] #4396 - Cleanup + javadoc TrackingSettings classTobrun2016-04-231-32/+71
* [android] #4396 - fixed test activity tracking settings modes, Deprecated old...Tobrun2016-04-231-1/+12
* [android] #4396 - UserLocationView Refactor fix testsTobrun2016-04-233-10/+10
* [android] #4396 - UserLocationView accuracy & non-tracking animation + cleanupTobrun2016-04-231-173/+134
* [android] #4396 - fixup mason build issueTobrun2016-04-235-83/+380
* [android] #4396 - model integrationTobrun2016-04-233-454/+132
* [android] #4396 - introduced behaviour model using a factory. fixed double ta...Tobrun2016-04-232-66/+142
* [android] #4396 - cleanup codeTobrun2016-04-231-206/+196
* [android] #4396 - new images for UserLocationViewTobrun2016-04-231-21/+17
* [android] #4396 - UserLocationView refactorTobrun2016-04-233-593/+593
* [android] #4396 - UserLocationView improvementsLarry Geromegnace2016-04-235-99/+350
* [android] Changed javadoc wording for ease and animate cameraCameron Mace2016-04-221-24/+56
* [android] #2835 - limit the amount of object allocations on high traffic codeTobrun2016-04-221-10/+5
* [android] Do not annotate methods with @UIThreadThiago Marcos P. Santos2016-04-141-2/+0
* [android] Only render after the surface is createdThiago Marcos P. Santos2016-04-141-0/+10
* [core] Render from the main threadJohn Firebaugh2016-04-142-28/+6
* [android] #4335 - add clear method for removing annotations to MapboxMapTobrun2016-04-131-0/+8
* [android] #4635 - fix rotate disabled with location trackingTobrun2016-04-083-12/+77
* [android] - fallback using to meta-data tag in Manifest or mapbox_access_toke...Tobrun2016-04-082-14/+107
* [android] - supportMapFragment: Check KEY_META_DATAVacxe2016-04-081-1/+23
* [android] - Marker test coverageTobrun2016-04-082-6/+11
* [android] #3643 - improved android touch target when calling getAnnotationsIn...Tobrun2016-04-071-278/+286
* Merge branch 'syntaxSugar' of git://github.com/vacxe/mapbox-gl-native into va...Brad Leege2016-04-071-1/+1
|\
| * MapboxEventManager: operator size optimizedVacxe2016-04-071-1/+1
* | [android] #4629 - Moving event queue clearing to finally block to better prot...Brad Leege2016-04-071-3/+4
* | [android] #4629 - Increasing event flush to 3 minutes to mirror iOS and clear...Brad Leege2016-04-071-2/+5
|/
* [android] #4365 - make dismiss on gesture configurable, renamed activity to m...Tobrun2016-04-051-0/+3
* [android] #4365 TestAppRefactor removed unneeded AsyncTaskTobrun2016-04-051-279/+268
* [android] - added tests for AnnotationTobrun2016-04-051-6/+2
* [android] #4354 - Ensuring userAgent is always ASCII formattedBrad Leege2016-04-041-0/+3
* [android] #4553 - remove annotations fixTobrun2016-04-021-10/+8
* [android] #4516 - cleanup snapshot PRTobrun2016-04-011-0/+17
* [android] Add a method to make map snapshotsVladimir Kurchatkin2016-04-012-0/+38
* [android] #4565 - improved coverage of camera packageTobrun2016-04-013-14/+36
* [android] #4520 - don't update camera position after padding callTobrun2016-03-311-2/+0
* [android] #4515 - correctly calculate boundsTobrun2016-03-311-2/+2
* [android] #4517 - removed not destroyed check when determining a two tap zoom...Tobrun2016-03-311-1/+0
* [android] #4517 - fix two tap gestures when zoomGesturesEnabled = falseBastien Mayard2016-03-311-1/+3
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-3017-186/+323
|\
| * [android] #4500 - OnMapReady not invoked for offline mapsTobrun2016-03-291-1/+1
| * [android] #4487 - ArrayInOutOfBoundsException fix for polyline and polygonTobrun2016-03-291-36/+49
| * [android] #4487 - ArraysInOfBoundsException fix for addMarkersTobrun2016-03-291-21/+28
| * [android] #4510 - Remove onStart() and onStop() lifecycle methods from MapView.Justas Medeisis2016-03-294-35/+9
| * [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ...Brad Leege2016-03-252-2/+5
| * [android] #4475 - Dialing down logsBrad Leege2016-03-251-3/+1