summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [node] add annotationsupstream/node-annotationbsudekum2016-08-102-1/+50
|
* [android] javadoc cleanup part 2Tobrun2016-08-0912-60/+849
|
* [android] fix location permissions already acceptedTobrun2016-08-091-3/+7
|
* [android] #5889 - update info window location when info window content is ↵Tobrun2016-08-091-0/+1
| | | | being refreshed
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-0815-48/+670
|
* Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-086-10/+25
|\ | | | | | | After v3.3.4.
| * ios-v3.3.4ios-v3.3.4Jason Wray2016-08-083-3/+7
| | | | | | | | Bump version number and update changelog.
| * [ios] Hit test the user location annotation dot specificallyJason Wray2016-08-063-7/+18
| | | | | | | | | | | | | | | | Rather than try to exclude layers in the touch hit test, this specifically only checks against the main layer for the user dot or puck. Back-port of e4a9173a2a5c585dda3fa7a0f955cff1552f8d25.
* | [android] - fix scheduled build with cmake dependency.Tobrun2016-08-081-1/+1
| |
* | [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-085-11/+43
| |
* | [android] #5886 - added style code generation for android back inIvo van Dongen2016-08-081-0/+4
| |
* | [android] #5885 - fix invalid jobject error and some build system updatesIvo van Dongen2016-08-084-36/+62
| |
* | [android] #5888 - handle location permissions for non User Location category ↵Tobrun2016-08-083-20/+58
| | | | | | | | | | | | features [android] #5888 - setZMediaOverlay on overlain SurfaceView
* | [node] add docs on publishing releasesMike Morris2016-08-061-0/+18
| |
* | [android] - move MyLocationView under static overlays as logo, attribution ↵Tobrun2016-08-061-6/+6
| | | | | | | | and compass
* | [android] - update CHANGELOG.md for 4.2.0-beta.1 releaseTobrun2016-08-061-0/+8
| |
* | [android] Refcount the view activationsThiago Marcos P. Santos2016-08-062-0/+10
| | | | | | | | | | Fixes #5836 Fixes #5721
* | [android] - javadoc fixes breaking the release buildTobrun2016-08-064-17/+26
| |
* | [android] - fixed style api unit testsIvo van Dongen2016-08-067-21/+21
| |
* | [android] - Fix crash on dalvik due to missing finalizersIvo van Dongen2016-08-0614-164/+92
| |
* | [android] improved and fixed compass trackingCameron2016-08-051-54/+39
| |
* | [build] forward V=1 to ninja buildsKonstantin Käfer2016-08-051-10/+12
| |
* | [build] Use the JNIDIR as the platform string, since that's what Android ↵Konstantin Käfer2016-08-051-2/+1
| | | | | | | | Studio uses
* | [build] add missing files to Android buildKonstantin Käfer2016-08-053-4/+41
| |
* | [build] Fix Qt4 build on OS XKonstantin Käfer2016-08-053-2/+7
| |
* | [build] fix iOS packagingKonstantin Käfer2016-08-053-4/+1
| |
* | [node] don't override BUILDTYPE in npm installMike Morris2016-08-051-1/+1
| |
* | [build] Workaround automoc issue on some cmake versionsThiago Marcos P. Santos2016-08-053-8/+4
| |
* | [build] use cmake script bundled with MasonKonstantin Käfer2016-08-0511-173/+64
| |
* | [build] copy custom-layer-example.so to the right sub-moduleIvo van Dongen2016-08-051-1/+3
| |
* | [build] fix various CI buildsKonstantin Käfer2016-08-053-4/+3
| |
* | [build] make android targets .PHONY and adhere to naming schemeKonstantin Käfer2016-08-052-2/+8
| |
* | [build] unify naming of Makefile targetsKonstantin Käfer2016-08-056-23/+37
| | | | | | | | | | `make foo` just builds `make run-foo` builds and runs
* | [build] add Xcode project for Qt buildsKonstantin Käfer2016-08-052-5/+33
| |
* | [build] make headless rendering work with Qt on macOSKonstantin Käfer2016-08-052-10/+8
| |
* | [build] cmake androidIvo van Dongen2016-08-053-14/+162
| |
* | [Qt] Use Qt decoder instead of nunicodeThiago Marcos P. Santos2016-08-052-5/+3
| |
* | [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-08-054-6/+6
| |
* | [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-059-21/+13
| | | | | | | | | | CMake defines 'NDEBUG' by default for release build, so we can check if that's not defined instead of using 'DEBUG' for debug build.
* | [build] Copy 'ca-bundle.crt' for mbgl-glfw targetBruno de Oliveira Abinader2016-08-051-0/+7
| |
* | [build] Re-enable coverage runBruno de Oliveira Abinader2016-08-054-10/+14
| |
* | [build] Fix 'make tidy' on linuxBruno de Oliveira Abinader2016-08-053-19/+13
| |
* | [build] Re-enable Qt botsThiago Marcos P. Santos2016-08-054-25/+29
| |
* | [build] Use cxx11abi suffix when neededThiago Marcos P. Santos2016-08-053-7/+17
| |
* | [build] add missing Qt5 filesKonstantin Käfer2016-08-051-0/+2
| |
* | [build] exclude CMake 3.6.0 due to an automoc naming bugKonstantin Käfer2016-08-052-4/+5
| |
* | [build] Build Qt with CMakeThiago Marcos P. Santos2016-08-057-3/+277
| |
* | [build] Do not redefine MASON_PLATFORMThiago Marcos P. Santos2016-08-051-4/+6
| |
* | [build] switch to CMakeKonstantin Käfer2016-08-0583-2764/+2006
| | | | | | | | This is very much a work in progress.
* | [build] remove gypKonstantin Käfer2016-08-041555-84581/+0
| |