summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-248-58/+37
* [android] #4365 - enforce best practices map startupTobrun2016-03-2417-220/+63
* [core] Update to variant 1.1.0John Firebaugh2016-03-234-4/+4
* [ios] Use make itest instead of Bitrise build stepJohn Firebaugh2016-03-232-10/+1
* [osx] Remove unnecessary build stepsMinh Nguyễn2016-03-231-11/+0
* [ios] Remove unnecessary build stepsJohn Firebaugh2016-03-231-14/+2
* [android] Add Javadoc for offline packageAntonio Zugaldia2016-03-232-8/+58
* [android] #4365 - TestApp refactor with RecyclerView selection.Tobrun2016-03-2373-1133/+979
* Update CI badges [ci skip]John Firebaugh2016-03-221-1/+0
* [node] Build OS X on BitriseJohn Firebaugh2016-03-224-12/+66
* [ios] make unit tests work on iOS and iOS SimulatorKonstantin Käfer2016-03-221-0/+2
* [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-225-197/+367
* [ios] explicitly load the style when the app loadsKonstantin Käfer2016-03-221-0/+1
* [android] #4365 - add Bitrise step to upload downloadable APK file to AWS S3Tobrun2016-03-221-0/+8
* [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-3/+14
* Merge pull request #4412 from mapbox/darwin-readmeTom MacWright2016-03-211-0/+10
|\
| * [ios, osx] Elaborate dependenciesMinh Nguyễn2016-03-211-3/+6
| * Add Darwin readmeTom MacWright2016-03-211-0/+7
* | [android] #4328 - Adding check of userAgent to see if it's still in initial s...Brad Leege2016-03-211-1/+1
|/
* Reset the translation to zero without adjusting for view to fix non-zero fram...Dan Wexler2016-03-201-1/+1
* [android] Add script for NDK debuggingJohn Firebaugh2016-03-181-0/+46
* [android] Throw C++ exceptions by value, not by pointerJohn Firebaugh2016-03-182-41/+41
* [android] #4328 - Make Telemetry start only when savedInstanceState is nullBrad Leege2016-03-182-3/+3
* [android] #4294 - JavaDocs for Telemetry classesBrad Leege2016-03-184-1/+15
* [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-171-1/+5
* [android] Remove default transition durationBruno de Oliveira Abinader2016-03-184-45/+0
* [ios] Update class transition usageBruno de Oliveira Abinader2016-03-181-2/+3
* [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-3/+4
* [ios] Remove redundant lines from ios/scripts/defaults.mdJohn Firebaugh2016-03-161-3/+0
* [android] #4308 - add some simple gesture testsTobrun2016-03-153-1/+64
* [ios] Immediately remove offline pack from tableMinh Nguyễn2016-03-141-6/+3
* [ios, osx] Allow null completion handlers in MGLOfflineStorageMinh Nguyễn2016-03-141-2/+2
* [ios, osx] Removed pack nil check from MGLOfflineRegionObserverMinh Nguyễn2016-03-141-6/+0
* [android] #4301 - added robotium testing framework to perform integration tes...Tobrun2016-03-1435-44/+232
* [linux] Added world tour to GLFW test appBruno de Oliveira Abinader2016-03-141-0/+22
* [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-132-10/+10
* [android] #3749 - added javadocTobrun2016-03-1239-102/+568
* [android] #4252 - close concurrent window fixTobrun2016-03-111-16/+11
* [android] #4283 - enable strict mode in test app + fix strict mode warning re...Tobrun2016-03-112-1/+17
* [android] #4270 - library resource prefix espresso updateTobrun2016-03-111-6/+2
* ios-v3.2.0-pre.2ios-v3.2.0-pre.2Minh Nguyễn2016-03-111-1/+1
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-0/+8
* [ios] Fixed iosapp buildMinh Nguyễn2016-03-101-2/+2
* [ios] Renamed downloads to offline packs in iosappMinh Nguyễn2016-03-104-30/+30
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-1013-367/+368
* [ios, osx] Avoid unregistering observer for invalid taskMinh Nguyễn2016-03-101-2/+4
* [ios, osx] Tightened offline task stateMinh Nguyễn2016-03-104-12/+43
* [ios, osx] Distinguish between unknown and inactive stateMinh Nguyễn2016-03-103-14/+38
* [ios, osx] Privatized offline region observerMinh Nguyễn2016-03-102-21/+15
* [ios, osx] Invalidate task immediately upon removalMinh Nguyễn2016-03-102-3/+8