summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] #3537 - Updating version to 3.1.0 for release and fabricandroid-v3.1.0Brad Leege2016-01-202-2/+2
* sample geocoder activityAntonio Zugaldia2016-01-197-7/+208
* [android] #3608 - upgrade okhttp3 to version 2Tobrun2016-01-191-1/+1
* [android] #3503 - remove serialisable interface from classes in geometry pack...Tobrun2016-01-198-47/+148
* [android] #3604 - polyline activity memory leak fixTobrun2016-01-191-40/+35
* [android] #3156 - improving marker selection touch handlingTobrun2016-01-191-43/+17
* [android] #3525 - fix ConnectivityManager context leakTobrun2016-01-191-1/+1
* [android] #3338 - add javadoc annotations packageTobrun2016-01-1918-20/+79
* [android] #3556 - Added test to trigger NaN value on same point, updated LatL...Tobrun2016-01-182-10/+22
* [android] #3507 - fix location listener leak in UserLocationViewTobrun2016-01-181-13/+34
* [android] #3593 - added double map view exampleTobrun2016-01-187-6/+214
* [android] #3573 - Marker clicks stop working after orientation changeTobrun2016-01-182-54/+22
* [android] #3052 - Generating actual SHA for 2.10 zip fileBrad Leege2016-01-151-1/+1
* [android] #3052 Adding distributionSha256SumBrad Leege2016-01-151-0/+1
* [android] #3052 - upgrade gradle to 2.10Tobrun2016-01-154-100/+95
* [android] #3517 - recreating InfoWindow with correct MapView instanceTobrun2016-01-153-12/+10
* [android] #3559 - don't show InfoWindow when marker is invalidTobrun2016-01-151-2/+7
* [android] #3052 - update gradle to 2.10Tobrun2016-01-151-1/+1
* [android] #3450 - fix rotation when enabling user locationTobrun2016-01-141-0/+4
* [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
* [core] Fixed build error in Xcode 7.3Minh Nguyễn2016-01-141-1/+1
* [core] Consolidated easeTo and flyToMinh Nguyễn2016-01-142-163/+126
* [core] Moved camera methods next to each otherMinh Nguyễn2016-01-142-96/+104
* [core] Consolidated zoom and angle anchor logicMinh Nguyễn2016-01-146-35/+90
* [osx] Consistent origins in gesture recognizersMinh Nguyễn2016-01-141-28/+42
* [core] Standardize transform originMinh Nguyễn2016-01-146-47/+61
* [core] Cleaned up TransformMinh Nguyễn2016-01-147-180/+154
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-149-168/+173
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-132-3/+3
* [core] set u_texture uniform valueAnsis Brammanis2016-01-133-0/+4
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-138-254/+41
* [core] match icon rendering with -jsAnsis Brammanis2016-01-139-36/+46
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-135-264/+26
* [core] Inline a temporary variable which is now used only onceJohn Firebaugh2016-01-131-5/+2
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-1329-89/+29
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-1322-731/+287
* [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-132-106/+107
* [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