summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [android] Unify cache and offline databasesAntonio Zugaldia2016-03-211-1/+1
* [android] #4240 - add flag to resize only when needed.Tobrun2016-03-082-5/+7
* [android] #3631 - resize fix issueTobrun2016-03-071-1/+4
* [android] #2996 - test workaround for device not sharing contextTobrun2016-03-071-0/+5
* [android] Do not reach native if the HTTPContext was invalidatedThiago Marcos P. Santos2016-03-071-12/+4
* [android] Don't crash if someone tries to use OfflineRegion after deleteJohn Firebaugh2016-03-071-8/+13
* [android] Remove redundant arguments from offline native methodsJohn Firebaugh2016-03-071-10/+11
* [android] destroyOfflineRegion must not delete an already-deleted peerJohn Firebaugh2016-03-071-3/+6
* [android] Don't call util::toString() on a null exception_ptrJohn Firebaugh2016-03-071-1/+0
* [android] Don't leak global references to OfflineRegionObserversJohn Firebaugh2016-03-041-13/+30
* [android] Use jni.hpp low-level wrappersJohn Firebaugh2016-03-041-2047/+715
* [android] Remove JNI_OnUnload; it is in practice never calledJohn Firebaugh2016-03-041-147/+0
* [android] Remove JNICALL; it's a no-op macroJohn Firebaugh2016-03-041-98/+100
* [android] Remove unnecessary declarations from jni.hppJohn Firebaugh2016-03-041-138/+2
* [android] Use jni.hpp in http_request_android.cppJohn Firebaugh2016-03-045-245/+120
* [android] Make listOfflineRegions include definitionsAntonio Zugaldia2016-03-031-0/+22
* [android] #3867 - performance improvement for invalidating the cameraTobrun2016-03-031-0/+25
* [android|ios|osx] Fix return type for pixelForLatLngBruno de Oliveira Abinader2016-03-011-1/+1
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-7/+7
* [android] Simplify offline metadata API on AndroidAntonio Zugaldia2016-02-292-69/+8
* [android] Remove invoke to DeleteGlobalRef to avoid client crashAntonio Zugaldia2016-02-261-6/+3
* # This is a combination of 8 commits.Antonio Zugaldia2016-02-262-29/+1241
* [android] Fix crash on HTTP 200 with no dataThiago Marcos P. Santos2016-02-231-0/+2
* [android] Update marker position and icon #3885Gabriel Miklós2016-02-151-0/+51
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+4
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+2
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-8/+5
* [android] Fixed error with asset URLs with URL encoded spaces.Jonas Bergvall2016-02-081-1/+3
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+2
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-73/+47
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-3/+2
* [android] #3145 - MapboxMapTobrun2016-01-291-85/+2
* [android] getters, setters for minZoom, maxZoomAnsis Brammanis2016-01-281-0/+16
* [android] Use padding to get center coordinates.Larry Geromegnace2016-01-271-1/+1
* [android] Add API to be able to set insets on MapView.Larry Geromegnace2016-01-273-1/+21
* [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
* [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
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-7/+10
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [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] #3539 - silence warning about unused param message that was breakin...Tobrun2016-01-141-0/+3
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-20/+22
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-133-17/+5