summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* experiment: remove stencil-buffer based clippingupstream/drop-stencil-clippingKonstantin Käfer2015-08-199-91/+3
| | | | [skip ci]
* fix debugging names on iOSKonstantin Käfer2015-08-191-1/+1
|
* disable debugging groups in non-debug buildsKonstantin Käfer2015-08-196-20/+23
| | | | Use a macro to completely remove all instantiations of mbgl::gl::debugging::group so that we aren't executing the code to generate the arguments to the object instantiation
* reset the ThreadContext after the last loop iterationKonstantin Käfer2015-08-191-4/+4
|
* remove mutex from LineAtlasKonstantin Käfer2015-08-192-8/+5
| | | | we're only ever accessing it from the Map thread, so there's no need for a mutex, even less for a recursive one
* set correct environment varsKonstantin Käfer2015-08-191-0/+2
|
* never delete intermediate targetsKonstantin Käfer2015-08-191-0/+3
|
* explicitly tell make that the subcommand is also makeKonstantin Käfer2015-08-191-1/+1
| | | | it seems that some make versions can't correctly detect that the subcommand is also a make and pass on the required options if the invocation is expanded from a variable. prepending `+` makes this explicit
* build only the requested Android architectureKonstantin Käfer2015-08-191-2/+2
| | | | [skip ci]
* Trigger a view invalidation upon resumeBruno de Oliveira Abinader2015-08-191-0/+4
| | | | | | | Causes view to repaint when returning from pause state, fixing the black screen perceived in some scenarios. Fixes #2071.
* Add missing Andorid support design library dependencyLeith Bade2015-08-194-4/+6
| | | | Fix various warning
* Avoid deprecated CLLocationManagerDelegate methodMinh Nguyễn2015-08-181-9/+6
| | | | Fixes #2097.
* Install only needed Android SDK components on TravisLeith Bade2015-08-181-4/+4
|
* Improve support for Andrioid MLeith Bade2015-08-1845-147/+68
| | | | | | | | Checks for and requests runtime location permissions (fixes #2110) Improved the styling of the location FAB Removed redudant drawables Fixed various Java and Android warnings and deprecated functions A few other tweaks
* Fixes preview of Android Acticity in the Studio XML editorLeith Bade2015-08-181-1/+3
|
* Merge pull request #2030 from mapbox/2029-log-threadcontextLeith Bade2015-08-181-6/+30
|\ | | | | Fix ThreadContext to check for valid current pointer
| * Fix ThreadContext to check for valid current pointerLeith Bade2015-08-111-6/+30
| |
* | Update to Android API 23 for Android MLeith Bade2015-08-185-22/+19
| | | | | | | | Closes #2104
* | Adds getAnnotations to AndroidLeith Bade2015-08-181-2/+7
| | | | | | | | | | Also adds Collections.unmodifiableList to returned lists from public methods Fixes #1998
* | fixes #1907: skip MGLPolyline/MGLPolygons with zero pointsJustin R. Miller2015-08-171-2/+4
| |
* | Fix state saving on AndroidLeith Bade2015-08-173-250/+208
| |
* | Move validateAccessToken to onCreateLeith Bade2015-08-171-1/+3
| |
* | Merge branch 'android-remove-apache'Leith Bade2015-08-173-208/+22
|\ \
| * | Replace Apache URL validation with OkHTTPLeith Bade2015-08-173-208/+22
| | | | | | | | | | | | Also add some missing MapView constructors.
* | | Merge pull request #2089 from erf/remove-annotations-in-mapviewLeith Bade2015-08-171-0/+13
|\ \ \ | | | | | | | | removing annotations in mapview, not only in nativemapview
| * | | removing annotations in mapview, not only in nativemapviewErlend Fagerheim2015-08-161-0/+13
|/ / /
* | | Added UI for course trackingMinh Nguyễn2015-08-141-1/+8
| | |
* | | MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-146-20/+37
|/ / | | | | | | | | | | Added course-tracking. However, rotation has to happen atomically without animation until #1834 is fixed. Fixes #1605.
* | Use uv::async in HTTPAndroidRequest to ensure the correct thread deletes ↵Leith Bade2015-08-142-69/+47
| | | | | | | | | | | | request object Fixes #2058
* | Restore geojsonvt version to 995ffc72c5Thiago Marcos P. Santos2015-08-131-0/+0
| | | | | | | | It was downgraded on 34d1c023de.
* | Restore mason version to d8597d9445Thiago Marcos P. Santos2015-08-131-0/+0
| | | | | | | | It was downgraded on 34d1c023de.
* | Merge branch '1683-no-mips'Leith Bade2015-08-131-7/+0
|\ \
| * | Remove MIPS target from Travis build matrixLeith Bade2015-08-131-7/+0
| | | | | | | | | | | | See #1683
* | | Fix xcpretty from swallowing xcodebuild error codesLeith Bade2015-08-131-1/+1
|/ /
* | Fix Update flags in mbgl::TransformBruno de Oliveira Abinader2015-08-131-2/+2
| | | | | | | | | | | | | | | | Transform::{_moveBy,_setAngle} were returning Update::Nothing, causing the render to not repaint. Replacing with Update::Repaint fixes the issue. Fixes #2036.
* | Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-136-30/+36
| |
* | Implement setGestureInProgress on AndroidLeith Bade2015-08-133-1/+17
| |
* | Replace deprecated gradle --parallel-threads flagLeith Bade2015-08-131-1/+1
| |
* | #1856 - Readding the removal of Shadow for Lollipop using borderWidth and ↵Brad Leege2015-08-121-0/+2
| | | | | | | | elevation
* | Merge branch '1856-material-take-2'Brad Leege2015-08-1232-298/+330
|\ \
| * \ Merge branch 'master' into 1856-material-take-2Brad Leege2015-08-1225-392/+1136
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # android/java/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxgl/views/MapView.java
| * | | #1856 - Getting menu item checked based on style selectionBrad Leege2015-08-121-0/+5
| | | |
| * | | #1856 - Adding My Location icons for FABBrad Leege2015-08-125-0/+0
| | | |
| * | | #1856 - Setting more detailed zoom level for location toggle on centeringBrad Leege2015-08-121-1/+2
| | | |
| * | | #1856 - Enabling and setting clickable state for features in Navigation ↵Brad Leege2015-08-123-6/+12
| | | | | | | | | | | | | | | | Drawer menu
| * | | #1856 - Move Map display to user location when location is enabledBrad Leege2015-08-121-0/+5
| | | |
| * | | #1856 - Added CoordinatorLayout back in to support Snackbar widgetBrad Leege2015-08-112-25/+32
| | | |
| * | | #1856 - Adjusting compas layout back to 10dpBrad Leege2015-08-111-2/+2
| | | |
| * | | #1856 - Using fixed Toolbar with no content scrolling underneathBrad Leege2015-08-112-44/+21
| | | |
| * | | #1856 - Adding TrackingMode TODO for update displayBrad Leege2015-08-111-0/+2
| | | |