summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-193-6/+6
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* node-v2.2.2node-v2.2.2Mike Morris2016-01-191-0/+4
* [core] Eliminate macros in sqlite3.cppJohn Firebaugh2016-01-192-26/+22
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-193-45/+3
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-192-3/+44
* [linux] Added WebP build depsBruno de Oliveira Abinader2016-01-191-0/+1
* [osx] No need to link with libpng & libjpegBruno de Oliveira Abinader2016-01-191-2/+0
* [glfw] Fix panning directionThiago Marcos P. Santos2016-01-191-1/+1
* [ios] Removed redundant zoom constraintsMinh Nguyễn2016-01-181-2/+2
* [ios] Account for top/bottom barsMinh Nguyễn2016-01-181-6/+59
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-184-38/+16
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-9/+10
* [osx] Content insetsMinh Nguyễn2016-01-181-3/+61
* [ios] Refactored unrotationMinh Nguyễn2016-01-161-28/+34
* [ios] Avoid unrotating in heading or course tracking modeMinh Nguyễn2016-01-161-1/+3
* [core] use stale stylesKonstantin Käfer2016-01-151-2/+2
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-7/+25
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-152-3/+3
* [core] Restore existing response bodyJohn Firebaugh2016-01-143-0/+6
* [ios] Fixed static analyzer warningsMinh Nguyễn2016-01-141-1/+1
* [osx] Fixed static analyzer warningsMinh Nguyễn2016-01-141-1/+1
* [ios] send turnstile event when telemetry is pausedJason Wray2016-01-141-2/+14
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-16/+11
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-144-34/+37
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-143-18/+18
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-6/+7
* [node] extract the error message from the Error objectKonstantin Käfer2016-01-141-2/+16
* [test] don't pass raw strings as error messagesKonstantin Käfer2016-01-141-1/+1
* [android] #3461 - upgrade to okhttp3 for faster tile loading! :rocket:Tobrun2016-01-142-25/+26
* [android] #3535 - improve disabling tracking modesTobrun2016-01-141-10/+26
* [android] #3539 - silence warning about unused param message that was breakin...Tobrun2016-01-141-0/+3
* [osx] Consistent origins in gesture recognizersMinh Nguyễn2016-01-141-28/+42
* [core] Standardize transform originMinh Nguyễn2016-01-143-3/+3
* [core] Cleaned up TransformMinh Nguyễn2016-01-141-2/+2
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-144-69/+81
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-131-102/+25
* [core] Inline a temporary variable which is now used only onceJohn Firebaugh2016-01-131-5/+2
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-1310-69/+12
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-136-576/+221
* [core] Further clarify timeout calculationsJohn Firebaugh2016-01-131-37/+30
* [core] Use Seconds::max() rather than -1 for simpler logicJohn Firebaugh2016-01-131-6/+5
* [core] Inline OnlineFileRequestImpl::setResponseJohn Firebaugh2016-01-131-29/+24
* [core] Refactor down to two methods for scheduling a cache or real requestJohn Firebaugh2016-01-131-57/+50
* [core] Inline OnlineFileRequestImpl::getRetryTimeoutJohn Firebaugh2016-01-131-50/+33
* [core] Inline OnlineFileRequestImpl::checkResponseFreshnessJohn Firebaugh2016-01-131-19/+11
* [core] Refactor to instance methods on OnlineFileRequestImplJohn Firebaugh2016-01-131-106/+105
* [core] Simplify logic for notification with pre-existing responseJohn Firebaugh2016-01-131-7/+1
* [core] Inline sole use of OnlineFileSource::Impl::updateJohn Firebaugh2016-01-131-10/+4
* [core] Simplify OnlineFileSource::Impl::rescheduleJohn Firebaugh2016-01-131-3/+1