summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-2/+3
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-13/+13
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-38/+15
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-5/+3
* [ios] Strip Simulator content when archivingMinh Nguyễn2016-01-221-1/+1
* [build] replace jpeg library with libjpeg-turboKonstantin Käfer2016-01-222-3/+3
* [android] #3664 - reverse direction fix + formatting commitTobrun2016-01-221-4/+5
* [android] #3661 - GPS heading with extra rotation fixTobrun2016-01-221-4/+1
* [android] Fix semantics in absence of response headersJohn Firebaugh2016-01-211-48/+33
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-9/+9
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-211-2/+2
* [android] #3537 - Setting to 4.0.0-SNAPSHOTBrad Leege2016-01-201-1/+1
* Merge pull request #3639 from mapbox/release-android-v3.1.0Brad Leege2016-01-2042-345/+887
|\
| * [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
* | [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-7/+10
* | [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-191-2/+2
* | [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* | [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-6/+0
* | [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* | [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-9/+12
|/
* [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] Standardize transform originMinh Nguyễn2016-01-141-1/+1
* [core] Cleaned up TransformMinh Nguyễn2016-01-141-2/+2
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-20/+22
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-133-17/+5
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-0/+111
* [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