summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-254-16/+4
|
* [android] #5126 - Setting per commit and nightly builds to BUILDTYPE=ReleaseBrad Leege2016-05-251-0/+2
|
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-252-0/+215
|
* [android] #5131 - update okhttp dependencyTobrun Van Nuland2016-05-251-1/+1
|
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-257-88/+111
|
* [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-252-19/+2
| | | | based on id instead of location
* [ios] Set backup exclusion flag after initializing DefaultFileSource (#5124)Jason Wray2016-05-243-7/+31
| | | Speculatively fixes #511, where apps mistakenly backup the offline/ambient cache.
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and ↵Brad Leege2016-05-242-6/+17
| | | | automatically setting it if MapboxAccountManager is in use
* [osx] Added stencil buffer optionMinh Nguyễn2016-05-245-1/+41
| | | | Added an option to display the stencil buffer instead of the color buffer in osxapp.
* [Qt] Cycle debug options in Qt example appBruno de Oliveira Abinader2016-05-241-1/+8
|
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
|
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-241-51/+0
| | | | | | This makes the stencil clip debug available to all platforms. Fixes #4669.
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-243-0/+3
|
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-231-1/+1
|
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-231-1/+1
|
* [build] Avoid variable name coupling between main.mk and configure.shJohn Firebaugh2016-05-232-0/+4
|
* [ios] Only show telemetry debug log options when logging is enabledJason Wray2016-05-231-4/+11
|
* [ios] Remove custom style layer exampleJason Wray2016-05-231-79/+1
|
* [android] #5083 - add InfoWindow offset based on height of associated ↵Tobrun2016-05-237-14/+13
| | | | MarkerView, removed unused icons, renamed feature activity
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-233-60/+5
|
* [android] - cleanup marker view integrationTobrun2016-05-237-188/+179
|
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-237-247/+361
|
* [ios, osx] Added wireframe debugging maskMinh Nguyễn2016-05-239-11/+56
| | | | Added an option to MGLMapDebugMaskOptions for the new wireframe debugging mode and UI in the demo applications for toggling it.
* [ios, osx] Fixed crash adding mixture of points and shapesMinh Nguyễn2016-05-223-4/+13
| | | | Fixes #5096.
* [android] #5087 - Fixing Satellite Streets URL for V9 while still supporting V8Brad Leege2016-05-201-2/+10
|
* 3.3.0-alpha.3ios-v3.3.0-alpha.3ios-3.3.0-alpha.33.3.0-alpha.3Jesse Bounds2016-05-202-2/+2
|
* Updated changelog for #5067Jesse Bounds2016-05-201-0/+1
|
* [android] #5081 - added rotation to View MarkerTobrun2016-05-205-43/+54
|
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-206-92/+182
|
* [android] #3276 - hardware accelerate animationsTobrun2016-05-201-2/+12
|
* [android] #3276 - View Marker model integrationTobrun2016-05-2013-239/+644
|
* [android] #3276 - add tilt support for view markersTobrun2016-05-2011-431/+186
|
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-209-243/+440
|
* [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-207-71/+335
|
* [android] #3276 - view reuse animation state fix - disabled selection for gl ↵Tobrun2016-05-202-15/+35
| | | | markers
* [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 ↵Tobrun2016-05-206-88/+148
| | | | Marker. Removed asynctask due to unneeded overhead. Improved integration with selectMarker. Added item animators for the test app.
* [android] #3276 - only update thumb Icon when needed, disabled background ↵Tobrun2016-05-204-23/+48
| | | | task for now, added view pool counter
* [android] #3276 - hide gl markersTobrun2016-05-201-8/+17
|
* [android] #3276 - remove annotations was not calling removeMarkerViewTobrun2016-05-203-11/+34
|
* [android] #3276 - remove Marker View implementationTobrun2016-05-206-21/+114
|
* [android] #3276 - Marker view becomes selected when clickedTobrun2016-05-201-0/+7
|
* [android] #3276 - View Marker click listener integrationTobrun2016-05-202-5/+44
|
* [android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarkerTobrun2016-05-204-32/+12
|
* [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-203-27/+94
|
* [android] #3276 - introduced rate limited discovery for view markersTobrun2016-05-201-5/+16
|