summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [android] #3830 added mocked parcel implementationTobrun2016-02-052-0/+189
* Fix Memory leak caused by duplicated add in LocationListener listjaumeolba2016-02-051-1/+3
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+2
* [all] Make #include <mapbox/variant.hpp> universally accessibleJohn Firebaugh2016-02-041-1/+0
* [android] #3811 - handle null target value by using previous camera position.Tobrun2016-02-041-0/+9
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-0424-686/+460
* [android][core] #509 - Setting Min and Max Zooms warning annotations in Andro...Brad Leege2016-02-031-2/+2
* [android] #3752 - added scroll by x,y feature, introduced new CameraUpdateTy...Tobrun2016-02-0311-42/+422
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-3/+2
* [android] #3736 - clicks should ignore marker validation when an InfoWindowAd...Tobrun2016-02-021-1/+1
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, bu...Tobrun2016-02-0234-768/+690
* [android] #3759 - Add SupportMapFragment, test app integration, cleanup old f...Tobrun2016-02-029-27/+201
* [android] #3776 - UiSettings uses MapView instead of MapboxMap as dependency....Tobrun2016-02-016-191/+118
* [android] #3753 - Optimising zoomTobrun2016-02-015-127/+309
* [android] #3760 - parity with Google Maps SDKTobrun2016-02-0111-464/+819
* [android] #3145 - MapboxMapTobrun2016-01-2987-3030/+4580
* [android] getters, setters for minZoom, maxZoomAnsis Brammanis2016-01-283-0/+82
* [android] #3716 - Setting Android Version to 4.0.0-SNAPSHOTBrad Leege2016-01-281-1/+1
* Merge branch 'master' into release-android-v3.2.0Brad Leege2016-01-281-0/+11
|\
| * [android] #3728 - Adding Back Pressed support for App Bar Home ButtonBrad Leege2016-01-281-0/+11
* | [android] #3716 - Updating version to 3.2.0 for releaseBrad Leege2016-01-282-2/+2
* | [android] #3723 - Commenting out content padding in MapView APIBrad Leege2016-01-281-1/+12
* | [android] #3692 - fix crash with bad internet connectionTobrun2016-01-281-1/+3
|/
* [android] #3708 - added code coverage test documentation and debug optionTobrun2016-01-283-2/+33
* [android] Add getters for content paddings.Larry Geromegnace2016-01-271-0/+33
* [android] Use padding to get center coordinates.Larry Geromegnace2016-01-272-2/+2
* [android] Add API to be able to set insets on MapView.Larry Geromegnace2016-01-275-1/+63
* [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