summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - release android v5.5.2upstream/release-android-v5.5.2Tobrun2018-04-102-2/+2
|
* [android] - update changelog for v5.5.2Tobrun2018-04-101-0/+8
|
* [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-101-1/+2
|
* [android] - add delete local refs calls for make jni stringsTobrun2018-04-103-6/+18
|
* [android] release local refs earlyIvo van Dongen2018-04-102-1/+7
|
* [core] re-bind uniform locations after re-linking programIvo van Dongen2018-04-101-0/+5
| | | | - On some gl implementations the uniform locations are shifted after linking the program a second time, resulting in errors when using any uniform. On some implementations they are actually doubled. Re-binding the uniforms after selectively binding the vertex attributes prevents this.
* [android] - add paused state to map renderer, don't render snapshot when ↵Tobrun2018-04-105-5/+33
| | | | paused (#11358)
* [android] - fixed scale animation focal point (#11643)Łukasz Paczos2018-04-101-1/+2
|
* Remove unused lambda capture (#11601)Anand Thakker2018-04-051-1/+1
| | | Fixes #11588
* [android] - bump snapshot versionandroid-v5.5.1Tobrun2018-03-261-1/+1
|
* [android] - update changelog v5.5.1Tobrun2018-03-261-0/+9
|
* [android] - check for null body on http request, cleanup codeTobrun2018-03-262-79/+91
|
* [android] - validate if width and height aren't 0 when creating options classTobrun2018-03-261-0/+3
|
* [android] - use float for pixelratio when creating a snapshotterTobrun2018-03-261-3/+3
|
* [android] - delete local ref pixel buffer when converting Image.java to coreTobrun2018-03-261-1/+1
|
* [android] - don't load default style if style json string was set (#11519)Tobrun2018-03-262-7/+78
|
* [android] - verify optional before accessing itTobrun2018-03-191-4/+6
|
* [ios] Bump podspecs for ios-v3.7.6ios-v3.7.6Jason Wray2018-03-123-3/+3
|
* [ios] Prepare changelog for ios-v3.7.6Jason Wray2018-03-121-1/+4
|
* [ios, build] Move iOS release builds to CircleCIJason Wray2018-03-123-99/+35
|
* [build] Update to Xcode 9.2 on CircleCI (#10893)Jason Wray2018-03-121-7/+7
| | | | When CircleCI says 9.2.0, they mean it...
* [ios] Add camera limit debug option to iosappupstream/fb-fix-camera-limit-pinch-driftJason Wray2018-03-081-1/+42
| | | | Adapted from https://github.com/mapbox/ios-sdk-examples/blob/cdff47276d261d58c7eb2d0ba75d9cce6c308417/Examples/ObjectiveC/BlockingGesturesDelegateExample.m
* [ios] Fix pinch drift ignoring delegate camera change responseJason Wray2018-03-082-3/+8
|
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-082-0/+12
|
* [core] Support a range of zooms in TileRange. Accounts for TilePyramid ↵Asheem Mamoowala2018-03-083-23/+57
| | | | requesting parent tiles of ideal zoom tiles.
* [android] - reset release configurationandroid-v5.5.0Tobrun2018-03-012-2/+2
|
* [android] - fix custom layer exampleTobrun2018-03-011-1/+1
|
* [android] - release android v5.5.0Tobrun2018-03-012-2/+2
|
* [android] - update changelog for v5.5.0Tobrun2018-03-011-0/+12
|
* [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-03-011-5/+6
| | | | | smallest bounding box for 4 points cannot (#11226) be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
* [android] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-03-011-23/+26
| | | | string headers
* [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-03-011-28/+142
|
* [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-03-011-1/+1
| | | | phones
* [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
| | | | Avoids problems on (amongst others) Samsung Galaxy J3
* [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4
|
* [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-03-011-1/+12
|
* [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-013-1/+19
|
* [android] jni clean up - missing a couple DeleteLocalRefosana2018-03-014-3/+11
|
* upgraded telem version (#11338)Cameron Mace2018-02-283-7/+6
| | | | | | | | * upgraded telem version * use telem method instead of Okhttp * use telem util in test
* [ios] Improved heading indicator arrow visibilityJason Wray2018-02-272-1/+5
|
* [ios, macos] Fix a memory leak when creating an EAGLContext in ↵Fabian Guerra Soto2018-02-271-9/+10
| | | | MGLMapSnapshotter. (#11193)
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-272-10/+16
| | | | When we load a stale style from cache, and the user immediately starts mutating it, we should continue loading the style so that we'll get a fresh copy of the data into our cache and avoid perpetually showing the stale style.
* [core,node] Pin 'nan' to ~2.8 to avoid Callback::Call deprecation.Chris Loer2018-02-271-2/+2
| | | | Alternative fix to #11288, until we figure out a proper async_hooks implementation.
* [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-02-211-7/+8
| | | | gestures are disabled
* [android] - decouple map padding from overlain viewsTobrun2018-02-201-5/+0
|
* [ios] Bump podspecs for 3.7.5ios-v3.7.5Jason Wray2018-02-164-4/+4
|
* [ios] Fix loop when first asking for location permission (#11229)Jason Wray2018-02-162-2/+7
|
* [ios] Bump podspec to 3.7.4 (#11179)ios-v3.7.4Fabian Guerra Soto2018-02-125-3/+5
| | | | | | * [ios] Bump podspec to 3.7.4 * [ios, macos] Update changelogs.
* [ios, macos] Fix memory leaks in MGLMapSnapshotter. (#11133)Fabian Guerra Soto2018-02-122-165/+177
|
* [ios] Adds camera change delegate methods with reason parameter. (#11151)Julian Rex2018-02-127-73/+325
| | | | Added missing notification handler for UIApplicationWillResignActiveNotification.