summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-2716-104/+112
* [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)Tobrun2016-10-266-24/+24
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2529-521/+288
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-2524-276/+382
* removed brew cask install android studio instruction (#6723)Cameron Mace2016-10-251-9/+2
* [android] - MarkerView is responsible for managing height and width of a Mark...Tobrun2016-10-252-15/+43
* [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-2511-76/+165
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-253-25/+57
* [android] fix exception classIvo van Dongen2016-10-251-1/+1
* [glfw] Added queryPointAnnotations shortcutBruno de Oliveira Abinader2016-10-251-1/+5
* [android] - only pin certificates on current used environement. (#6766)Tobrun2016-10-241-21/+23
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
* [android] - cap width/height at maximum, don't throw exception. (#6788)Tobrun2016-10-241-4/+10
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
* Android Bitrise cleanup (#6782)Tobrun2016-10-211-46/+136
* [android] - remove jni method logging, only keep lifecycle related logs (#6787)Tobrun2016-10-211-80/+0
* Made telemetry dialog material (#6726)Cameron Mace2016-10-216-81/+48
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-202-6/+2
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-2019-13/+183
* [glfw] add map change callback methods to glfw_viewIvo van Dongen2016-10-201-0/+10
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-204-0/+169
* [android] geojson source - remove explicit repaint requestsIvo van Dongen2016-10-203-20/+0
* [android] - Configure Gradle properties as part of the instalation process. (...Tobrun2016-10-204-5/+10
* [android] - move instrumentation test code to correct package for Android Stu...Tobrun2016-10-2062-57/+3675
* [android] - configures AWS Device farm plugin from testapp. (#6750)Tobrun2016-10-202-11/+14
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-196-2/+167
* [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
* [android] - update map change events javadoc (#6732)Tobrun2016-10-191-33/+51
* [android] - add package-info.java for net package (#6733)Tobrun2016-10-181-0/+4
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-189-81/+80
* [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727)Jesse Bounds2016-10-173-4/+3
* ios-v.3.4.0-beta.1ios-v3.4.0-beta.1Jason Wray2016-10-172-2/+2
* [macos] Added MGLTileSet to project (#6713)Minh Nguyễn2016-10-172-6/+18
* [ios, macos] Change runtime styling category method prefix to mgl_Jason Wray2016-10-177-20/+20
* [ios, macos] Documented MGLStyleValueMinh Nguyễn2016-10-171-2/+143
* [ios, macos] Designated initializersMinh Nguyễn2016-10-173-7/+33
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-1755-1810/+1073
* [ios, macos] Replaced MGLStyleAttributeValue with MGLStyleValueMinh Nguyễn2016-10-176-12/+256
* [ios, macos] Update changelogs (#6714)Minh Nguyễn2016-10-172-12/+28
* [core] Optimize OfflineDownload::ensureResource (#6707)Tore Halset2016-10-173-9/+77
* [android] added wearable module (#6702)Cameron Mace2016-10-1720-0/+500
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-172-13/+28
* 6700 proguard update (#6718)Tobrun2016-10-174-10/+19
* MarkerView more robust when updates are asynchronous (#6717)Tobrun2016-10-173-19/+21
* [android] fix android style code gen scriptIvo van Dongen2016-10-171-1/+1
* [qt] Fix Qt5 bitrise botBruno de Oliveira Abinader2016-10-171-2/+3
* [ios, macos] fixes #6346: add support for configurable API base URL (#6709)Justin R. Miller2016-10-156-4/+88
* [android] don't delete local reference on value copyIvo van Dongen2016-10-152-19/+32