summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge branch 'hotfix/android_x86_64' of git://github.com/Malinskiy/mapbox-gl-...Brad Leege2016-01-131-8/+8
|\
| * [android] Fixed x86_64 crash on startup: no implementation previously for cac...Anton Malinskiy2016-01-071-8/+8
* | [android] #3514 - update pro guard configTobrun2016-01-132-1/+15
* | [android] #3514 - disable proguard in test appTobrun2016-01-131-1/+1
* | [android] #3484 - Switching to Directions 1.0.0 release. Removing mavenCentr...Brad Leege2016-01-122-2/+1
* | directions activity sampleAntonio Zugaldia2016-01-1210-3/+246
* | [ios] Always run jazzy against iOS SimulatorMinh Nguyễn2016-01-121-1/+1
* | [android] #3518 - fix context leak InfoWIndow by using a WeakReferenceTobrun2016-01-121-72/+82
* | [android] #3309 - replace coordinate naming with LatLngTobrun2016-01-129-31/+140
* | [android] #3447 - initial commit to verify current progressTobrun2016-01-126-0/+396
* | [android] #3327 - replaced ZoomLevel with Zoom, introduced new methods, depre...Tobrun2016-01-1212-25/+98
* | [android] #3498 - disable missing permission lint check inlineTobrun2016-01-121-0/+4
* | [ios, osx] Fixed Xcode 7.3 buildMinh Nguyễn2016-01-112-2/+2
* | [android] #2187 - added LeakCanary to Android test appTobrun2016-01-113-0/+21
* | [ios] Add telemetry setting directly to attribution button action sheetJason Wray2016-01-094-50/+97
* | [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-094-18/+31
* | [core] Privatize SQLiteCacheJohn Firebaugh2016-01-086-23/+21
* | [core] Merge OnlineFileRequestImpl::notify into OnlineFileRequestImpl::setRes...John Firebaugh2016-01-081-17/+8
* | [core] Simplify OnlineFileSource's Timer useJohn Firebaugh2016-01-081-11/+5
* | [android] #3481 - add check to enable location in tracking modeTobrun2016-01-081-3/+5
* | [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-081-1/+6
* | [test] deliver error responses when the underlying request failedKonstantin Käfer2016-01-081-1/+7