Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] blacklist VAO usage on adreno 3xx | Ivo van Dongen | 2017-10-26 | 1 | -1/+8 |
| | | | | - Causes crashes on usage of glBuffer(Sub)Data | ||||
* | [ios] Move scale bar content size invalidation to map view | Jesse Bounds | 2017-10-25 | 2 | -3/+8 |
| | |||||
* | [core] fix crash when querying GeoJSON tiles | Konstantin Käfer | 2017-10-25 | 1 | -12/+12 |
| | |||||
* | [build] Disable iOS and macOS builds on Bitriseupstream/fb-circleci-agua | Jason Wray | 2017-10-25 | 2 | -73/+4 |
| | |||||
* | [macos, build] Add CircleCI macOS builds | Jason Wray | 2017-10-25 | 1 | -4/+30 |
| | |||||
* | [ios, build] Add CircleCI iOS builds | Jason Wray | 2017-10-25 | 2 | -1/+86 |
| | |||||
* | [core] Add layer before notifying observer | John Firebaugh | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | [android] - null check mapboxMap with onStop invocation | Tobrun | 2017-10-23 | 1 | -1/+4 |
| | |||||
* | [build] Bump earcut to 0.12.4 | Bruno de Oliveira Abinader | 2017-10-21 | 1 | -1/+1 |
| | |||||
* | [ios] Fix iOS 8 incompatibility in iosapp hud label font | Jason Wray | 2017-10-20 | 1 | -1/+3 |
| | |||||
* | [ios] Fix iOS 8 incompatibility in scale bar RTL check | Jason Wray | 2017-10-20 | 2 | -3/+9 |
| | |||||
* | [core] limit annotation tile source to z16 | Konstantin Käfer | 2017-10-19 | 1 | -1/+3 |
| | |||||
* | [ios] Fix scale bar label alignment | Jason Wray | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | [ios] Avoid drawing view annotations across pixel boundaries | Jason Wray | 2017-10-19 | 5 | -11/+28 |
| | |||||
* | [ios] Slightly round the corners of the puck arrow | Jason Wray | 2017-10-19 | 1 | -1/+5 |
| | |||||
* | [android] release v5.2.0-beta.2 (#10240) | Pablo Guardiola | 2017-10-19 | 1 | -1/+13 |
| | |||||
* | [ios, build] Force Bitrise to install pip | Jason Wray | 2017-10-18 | 1 | -6/+2 |
| | |||||
* | [ios] Bump podspec to v3.7.0-beta.2 (#10230)ios-v3.7.0-beta.2 | Fabian Guerra Soto | 2017-10-18 | 3 | -3/+3 |
| | |||||
* | [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984) | Fabian Guerra Soto | 2017-10-18 | 12 | -64/+165 |
| | | | | | | * [ios, macos] Add selection support to MGLMultiPoint annotations. * [ios, macos] Update changelogs. | ||||
* | [android] - wire up MapZoomButtonController with camera change events | Tobrun Van Nuland | 2017-10-18 | 1 | -4/+14 |
| | |||||
* | [android] - execute notifying listeners when not idle | Tobrun Van Nuland | 2017-10-18 | 1 | -3/+15 |
| | |||||
* | [android] - removed unused gradle plugins | Tobrun Van Nuland | 2017-10-18 | 5 | -57/+0 |
| | |||||
* | [core] correctly alter sprite URLs when attaching sprite.png/sprite.json ↵ | Konstantin Käfer | 2017-10-17 | 2 | -8/+18 |
| | | | | filenames | ||||
* | [core] don't generate clip IDs for buckets/layers that don't need to be clipped | Konstantin Käfer | 2017-10-17 | 4 | -3/+14 |
| | |||||
* | [android] - use FileSource pause and resume when foregrounding/backgrounding app | Tobrun Van Nuland | 2017-10-17 | 6 | -4/+53 |
| | |||||
* | [ios, macos] Fixed symbol export warning | Minh Nguyễn | 2017-10-16 | 1 | -3/+4 |
| | | | Fixed a warning issued by check-public-symbols.js in MGLMapSnapshotOptions due to the MGL_EXPORT keyword appearing before the documentation comment. Also copyedited a couple comments in the same header. | ||||
* | [core] Fix out-of-bounds array access | Asheem Mamoowala | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | [android] - add make target for ndk-stack | Tobrun | 2017-10-12 | 1 | -0/+9 |
| | |||||
* | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 25 | -251/+284 |
| | | | | | | Previously, we used the existence of a `prior*` field in the Resource object as an indication for whether we should consult the cache or not. However, this is prone to error, since a failed cache lookup won't set any prior fields. Therefore, we manually set `priorExpires` to 0. This in turn triggered another bug where generated wrong expiration timestamps when the server response we got was expired (or expired between sending and receiving). This commit changes the flags so that we can now explicitly request CacheOnly/NetworkOnly (or All) loading methods, rather than the implicit Optional/Required naming scheme. | ||||
* | [android] - add additional Android Animator examples | Tobrun Van Nuland | 2017-10-12 | 4 | -27/+184 |
| | |||||
* | [ios] Rename SMCalloutView and stop using submoduleupstream/fb-mglsmcalloutview | Jason Wray | 2017-10-11 | 7 | -6/+1060 |
| | |||||
* | [ios] Update MGLUserLocation.heading for showsUserHeadingIndicatorupstream/fb-heading-doc | Jason Wray | 2017-10-11 | 1 | -1/+2 |
| | |||||
* | [android] Revert native loading behavior (#10180) | Antonio Zugaldia | 2017-10-11 | 1 | -22/+1 |
| | |||||
* | [ios, build] Don't include docs for auto-installed jazzy | Jason Wray | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | [ios, build] Remove unnecessary apt-get in Bitrise workflows | Jason Wray | 2017-10-10 | 1 | -2/+0 |
| | |||||
* | [ios, build] Use github-release to check if release has been published | Jason Wray | 2017-10-10 | 1 | -10/+10 |
| | |||||
* | [ios, build] Add tag-based Bitrise iOS deployment workflow | Jason Wray | 2017-10-10 | 1 | -2/+45 |
| | |||||
* | [android] - hold off handling hover events untill map has been created | Tobrun Van Nuland | 2017-10-10 | 1 | -5/+15 |
| | |||||
* | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On ↵ | Asheem Mamoowala | 2017-10-09 | 11 | -4/+123 |
| | | | | macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS | ||||
* | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 4 | -14/+71 |
| | |||||
* | [android] - fine tune gesture zoom & rotation | Tobrun Van Nuland | 2017-10-09 | 3 | -11/+19 |
| | |||||
* | Provide a fallback method to load the native library (#10154) | Antonio Zugaldia | 2017-10-09 | 1 | -1/+27 |
| | | | | | | * provide a fallback method to load the native library * move context call inside loader to avoid changing method signature | ||||
* | [android] release v5.2.0-beta.1 (#10144) | Pablo Guardiola | 2017-10-09 | 1 | -2/+54 |
| | |||||
* | [ios, macos] Added layer to the code snippet (#10149) | Jordan Kiley | 2017-10-06 | 1 | -1/+4 |
| | |||||
* | [android] - allow multiple listeners for camera events, deprecate old api | Tobrun Van Nuland | 2017-10-06 | 4 | -88/+369 |
| | |||||
* | [android] - build nightly builds from release-agua | Tobrun Van Nuland | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | [ios] Update changelog and bump pod spec. (#10122)ios-v3.7.0-beta.1 | Fabian Guerra Soto | 2017-10-04 | 4 | -4/+4 |
| | |||||
* | [macos] Scale down snapshot images (#10105)upstream/az-light | Fredrik Karlsson | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | [ios, macos] Improve snap shotter documentation. (#10020) | Fabian Guerra Soto | 2017-10-04 | 8 | -92/+160 |
| | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Improve snap shotter documentation. * [macos] Save snapshots in correct format * [macos] Renamed snapshot item to Export Image * [ios, macos] Clarify Snapshotter documentation. * [ios] Fix snapshot scale * [macOS] Fix snapshotter 4x scaling. * [ios] Fix snapshotter final image scale. * [ios, macos] Update snapshotter size documentation. * [ios, macos] Throw an exception when the snapshotter has already started. * [ios, macos] Add snapshotter header example. * [ios, macos] Use one of the predefined Foundation's exception names. | ||||
* | [android] - update symbol layer example with changing symbol location | Tobrun Van Nuland | 2017-10-04 | 3 | -8/+42 |
| |