summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Missed one for macOSjmkiley2017-12-041-1/+1
|
* [ios] missed one iOS SDKjmkiley2017-12-041-1/+1
|
* [ios, macos] iOS/macOS SDK -> iOS/macOS maps SDKjmkiley2017-12-042-19/+19
|
* Android SDK renaming (#10609)Langston Smith2017-12-044-7/+7
| | | | | | | | * changes in various markdown files * more tweaks * Updated attribution title
* Update gl-js submoduleJohn Firebaugh2017-12-041-2/+14
|
* [ios, macos] Addressed 1ec5's feedbackjmkiley2017-12-0420-60/+66
|
* [macos] stray revertjmkiley2017-12-041-1/+1
|
* [ios, macos] A few more changesjmkiley2017-12-046-19/+19
|
* [ios, macos] renamed SDK in License.mdjmkiley2017-12-042-2/+2
|
* [ios, macos] a few more replacementsjmkiley2017-12-041-1/+1
|
* [ios, macos] reset some files back to masterjmkiley2017-12-045-18/+98
|
* [ios] reset changelogsjmkiley2017-12-042-7/+137
|
* [ios, macos] More .md file changesjmkiley2017-12-041-1/+1
|
* [ios, macOS] initial .md changesjmkiley2017-12-047-265/+55
|
* [android] - handle destroying activity programmatically as part of theme ↵Tobrun2017-11-301-2/+6
| | | | switching (#10589)
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-295-70/+7
| | | | | | | Enables -fvisibility=hidden for iOS and Linux, and adds a workaround for GCC 6.3-7.1 Adds a GCC 6 build Enables diagnostics for C files Fixes a shadow warning in parsedate.c
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-2917-111/+113
|
* [core] fold HeadlessDisplay into the headless RenderBackend implementationKonstantin Käfer2017-11-2917-442/+285
|
* [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-11-291-26/+25
|
* [darwin] Fixes CGImageRef leak when creating a map snapshot (#10585)Andrew Kitchen2017-11-281-2/+6
|
* [darwin] Adjusts initializer body to avoid premature ivar usage (#10582)Andrew Kitchen2017-11-281-10/+15
|
* [darwin, macos, ios] Renames CGImage creation function to imply +1 retain ↵Andrew Kitchen2017-11-274-6/+6
| | | | count (#10570)
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-274-8/+16
| | | | | Because a message we queue from the foreground may cause the background to complete, exit, and tear down the AsyncTask, we have to block queue processing until we've finished our call to AsyncTask::send(). Broadening the scope of a mutex is scary, but I audited the code of our four implementations of AsyncTask and I don't see any way this could cause a deadlock.
* [core] Fix Qt4 on macOSBruno de Oliveira Abinader2017-11-271-1/+6
|
* [qt] Use qWarning() for loggingThiago Marcos P. Santos2017-11-242-3/+13
| | | | This is the Qt default and it is thread-safe.
* [Qt] Update documentationBruno de Oliveira Abinader2017-11-232-6/+12
|
* [build] Added CircleCI macos-release-node{4,6} jobsBruno de Oliveira Abinader2017-11-232-78/+5
|
* [android] - update bottom sheet example with popable fragment backstack (#10506)Tobrun2017-11-231-12/+15
|
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-223-21/+32
|
* [android] Reuse Java Source objects by holding on to a strong reference in ↵Asheem Mamoowala2017-11-2221-193/+183
| | | | the C++ peer.
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-221-2/+2
|
* [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-225-2/+182
|
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-229-1/+448
|
* [ios,macos] Add MGLComputedShapeSource example to demo appsJesse Crocker2017-11-223-4/+203
|
* [ios, macos] Implement MGLComputedShapeSource binding for CustomGeometrySourceAsheem Mamoowala2017-11-2213-6/+377
|
* [darwin] Abstract ShapeSource interfaceJesse Crocker2017-11-2214-133/+235
|
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+2
|
* [android] - harden MarkerView integration by checking for null bitmap (#10532)Tobrun2017-11-221-1/+1
|
* [android] - activate filesource to list offline regions (#10531)Tobrun2017-11-221-2/+5
|
* [android] - use TextureView for ViewPager carousel (#10519)Tobrun2017-11-211-0/+1
|
* [ios] update constraints when updating content insetFredrik Karlsson2017-11-201-1/+1
|
* [build] Added CircleCI macos-debug-qt5 jobBruno de Oliveira Abinader2017-11-202-73/+10
|
* [android] Enable map rendering when app is pausedIvo van Dongen2017-11-204-4/+21
|
* [core] Remove ignores for passing tests.Chris Loer2017-11-171-8/+5
| | | | | Update ignore links to specific issues. Bump mapbox-gl-js version to get latest text-pitch-spacing test.
* [core] Skip fade animation for placed symbols that are currently offscreen.Chris Loer2017-11-171-0/+1
| | | | | Don't mark items that are outside the collision grid range as placed. Requires new ignore because GL JS issue #5654 allows insertion of symbols outside the CollisionIndex range, and those symbols can cascade in to affect items within the viewport.
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-175-9/+26
| | | | | `Tile` makes sure the symbols in the resulting tile are tileable while symbols in `Still` match rendering in `Continuous` mode.
* [core] Added ignores for two query tests that return the same set of items ↵Chris Loer2017-11-171-0/+2
| | | | but in a different order.
* [core] Removed ignores for fixed issues.Chris Loer2017-11-171-36/+0
|
* [docs] Fix link in node readme (#10395)Eduard Popov2017-11-151-1/+1
|
* [Qt] Fix deprecation warnings in Qt 5.10Bruno de Oliveira Abinader2017-11-132-0/+10
|