summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main
Commit message (Expand)AuthorAgeFilesLines
* [android] #5214 - remove requirement adapter for MarkerView, allow using Icon...Tobrun2016-06-034-24/+108
* [android] #4929 - final fixes for refactor MyLocationViewTobrun Van Nuland2016-06-022-8/+35
* [android] 4929 - fix tracking mode location calculationTobrun Van Nuland2016-06-021-3/+2
* [android] #4929 - MyLocationView now requires less drawables to configure, re...Tobrun Van Nuland2016-06-022-1/+24
* [android] #4929 - rewrite MyLocationView with camera and transformation matrixTobrun Van Nuland2016-06-023-50/+63
* [android] #5113 - added javadoc for MyLocationViewSettingsTobrun2016-05-301-3/+117
* [android] #5176 - Changing Telemetry events endpoint to events.mapbox.comBrad Leege2016-05-272-7/+8
* [android] #5106 - add check for destroyed map view for addMarker()Tobrun Van Nuland2016-05-271-0/+3
* [privacy] [android] Remove logging of location due to privacy leak.Rob | Labs2016-05-272-2/+2
* [android] #5113 - added javadoc to the MarkerView APITobrun Van Nuland2016-05-275-7/+388
* [android] #5113 - added javadoc for MarkerViewManagerTobrun Van Nuland2016-05-272-7/+112
* [android] #5160 - Fixing JavaDoc markupBrad Leege2016-05-264-24/+12
* [android] #5160 - Setting Android Version to 4.1.0-beta.1Brad Leege2016-05-261-1/+1
* [android] #3629 - smooth animation for non location trackingTobrun Van Nuland2016-05-261-6/+2
* [android] #3629 - smooth MyLocationView animation when tracking the user loca...Tobrun Van Nuland2016-05-264-12/+20
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-261-6/+8
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-263-4/+18
* [android] #5075 - Setting MapboxAccountManager as preferred source for access...Brad Leege2016-05-252-2/+14
* [android] #5075 - Adding deprecation noticesBrad Leege2016-05-253-3/+9
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-251-0/+5
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-255-51/+98
* [android] #5115 - add visible integration to MarkerViewTobrun Van Nuland2016-05-254-6/+38
* [android] #5102 - update marker view position correctly by comparing markers ...Tobrun Van Nuland2016-05-251-17/+0
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and auto...Brad Leege2016-05-241-2/+17
* [android] #5083 - add InfoWindow offset based on height of associated MarkerV...Tobrun2016-05-231-6/+6
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-231-53/+1
* [android] - cleanup marker view integrationTobrun2016-05-237-188/+179
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-235-236/+351
* [android] #5087 - Fixing Satellite Streets URL for V9 while still supporting V8Brad Leege2016-05-201-2/+10
* [android] #5081 - added rotation to View MarkerTobrun2016-05-204-41/+54
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-203-20/+74
* [android] #3276 - hardware accelerate animationsTobrun2016-05-201-2/+12
* [android] #3276 - View Marker model integrationTobrun2016-05-209-189/+446
* [android] #3276 - add tilt support for view markersTobrun2016-05-203-162/+100
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-206-210/+355
* [android] #3276 - fix initial Marker APITobrun2016-05-201-1/+1
* [android] #3276 - for each view marker adapter have separate view poolTobrun2016-05-201-54/+40
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-202-58/+104
* [android] #3276 - view reuse animation state fix - disabled selection for gl ...Tobrun2016-05-202-15/+35
* [android] #3276 - add show/hide animation to view markersTobrun2016-05-203-10/+40
* [android] #3276 - added item animation for select/deselect state of a View Ma...Tobrun2016-05-202-85/+111
* [android] #3276 - only update thumb Icon when needed, disabled background tas...Tobrun2016-05-202-23/+24
* [android] #3276 - hide gl markersTobrun2016-05-201-8/+17
* [android] #3276 - remove annotations was not calling removeMarkerViewTobrun2016-05-201-0/+1
* [android] #3276 - remove Marker View implementationTobrun2016-05-202-16/+39
* [android] #3276 - Marker view becomes selected when clickedTobrun2016-05-201-0/+7
* [android] #3276 - View Marker click listener integrationTobrun2016-05-201-4/+29
* [android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarkerTobrun2016-05-201-2/+0
* [android] #3276 - make view marker only visible after first x,y updateTobrun2016-05-202-8/+11
* [android] #3276 - using a pool to do view reuseTobrun2016-05-202-23/+90