summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [ios, osx] Unified offline and ambient cachesMinh Nguyễn2016-03-181-6/+35
* [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
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-108-311/+312
* [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-102-14/+31
* [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
* [ios, osx] Fixed crash interacting with MGLOfflineTaskMinh Nguyễn2016-03-101-5/+9
* [ios, osx] Documented offline APIsMinh Nguyễn2016-03-107-12/+320
* [ios, osx] Renamed offline classesMinh Nguyễn2016-03-1012-158/+158
* [osx] Added OS X support for offline downloadsMinh Nguyễn2016-03-109-2/+299
* [ios] Implemented offline API in iOS SDKMinh Nguyễn2016-03-1011-0/+532
* [ios] Add description strings to constituent classesJason Wray2016-03-104-2/+17
* [ios, osx] Don't delete a mutex with an active lockJohn Firebaugh2016-02-191-2/+9
* [ios, osx] Adjust HTTPNSURLRequest so that it may always delete itself immedi...John Firebaugh2016-02-161-21/+28
* Fix coordinate bounds documentation.Tom MacWright2016-02-151-2/+1
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1233-0/+478
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+4
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+2
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-4/+1
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-3/+3
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-022-17/+12
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-43/+17
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-5/+3
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-12/+12
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-211-2/+2
* [ios] Reset user tracking, respect content inset in resetPositionMinh Nguyễn2016-01-201-1/+1
* [osx] Fix loop closing with pending requestsThiago Marcos P. Santos2016-01-201-0/+7
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-10/+12
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-16/+0
* [ios, osx] Fixed Xcode 7.3 buildMinh Nguyễn2016-01-111-1/+1
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-231-8/+7
* [ios, osx] Avoid transition to current cameraMinh Nguyễn2015-12-201-0/+24
* [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-202-0/+43
* [ios, osx] Corrected MGLMapCamera debug descriptionMinh Nguyễn2015-12-191-2/+2
* [osx] Map cameraMinh Nguyễn2015-12-131-0/+101
* [osx] Documentation comments for public classesMinh Nguyễn2015-12-133-7/+32
* [osx] Commented private headers and implementation filesMinh Nguyễn2015-12-132-0/+19
* [osx] Added inline comments to MGLMapViewMinh Nguyễn2015-12-131-1/+6
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-1313-0/+344
* [osx] Removed libuv dependency from HTTPNSUrl*Bruno de Oliveira Abinader2015-12-011-8/+5
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-4/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-18/+15
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-2/+2
* [iOS] Set application root as asset rootMinh Nguyễn2015-11-201-12/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-135/+76