summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [android] #4240 - add flag to resize only when needed.Tobrun2016-03-082-5/+7
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-0811-17/+21
* [bin] Add explicit ^C handling to bin/offline, to test deactivationJohn Firebaugh2016-03-071-6/+28
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-072-0/+35
* Update TooManyIconsException.javaDan Swick2016-03-071-1/+1
* Update IconBitmapChangedException.javaDan Swick2016-03-071-2/+2
* [android] #4078 - improved instructions of exception messageTobrun2016-03-072-3/+9
* [android] #4078 Gave help directly in logcat instead of refering to install.mdCameron Mace2016-03-072-2/+2
* [android] #3631 - resize fix issueTobrun2016-03-071-1/+4
* [android] #2996 - test workaround for device not sharing contextTobrun2016-03-071-0/+5
* [android] #4220 - Removing WAKE_LOCK from TestApp. Lowering log level to deb...Brad Leege2016-03-073-6/+7
* [android] Do not reach native if the HTTPContext was invalidatedThiago Marcos P. Santos2016-03-072-17/+29
* [android] #4217 - fix build warning casting a varargsTobrun2016-03-071-4/+1
* [android] Reporting is no longer an issueAntonio Zugaldia2016-03-071-1/+1
* [android] Remove GSON From Offline Example TestAppAntonio Zugaldia2016-03-072-66/+18
* [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-072-21/+17
* [android] destroyOfflineRegion must not delete an already-deleted peerJohn Firebaugh2016-03-072-3/+8
* [android] Don't call util::toString() on a null exception_ptrJohn Firebaugh2016-03-071-1/+0
* [android] #4206 - property animation exampleTobrun2016-03-067-7/+193
* [android] #4211 - avoid crashes when NativeMapView is being destroyedTobrun2016-03-061-26/+161
* [ios] Cleaned up NSLocalizedString usageMinh Nguyễn2016-03-051-16/+16
* [ios] Use MGLErrorDomain for errorsMinh Nguyễn2016-03-051-2/+1
* [android] Don't leak global references to OfflineRegionObserversJohn Firebaugh2016-03-041-13/+30
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-046-12/+12
* Add package 'offline' to proguard keepsSascha Peilicke2016-03-041-1/+4
* [android] Use jni.hpp low-level wrappersJohn Firebaugh2016-03-042-2050/+718
* [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-048-398/+220
* [android] Add jni.hpp headers to buildJohn Firebaugh2016-03-044-1/+5
* [bin] Print message when tile count limit is exceededJohn Firebaugh2016-03-041-0/+4
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-044-18/+103
* Merge pull request #4199 from PaulZed/ImmediateModeFixThiago Marcos P. Santos2016-03-041-3/+3
|\
| * Fixes an issue where rendering without Vertex Array Objects would cause a mas...Henry Dooley2016-03-041-3/+3
* | [ios] Update telemetry opt-out docs linkJason Wray2016-03-041-1/+1
|/
* [iOS] #4148 Update event serialization to the V2 specification.boundsj2016-03-034-155/+228
* Merge branch 'release-ios-v3.2.0'Jesse Bounds2016-03-033-16/+17
|\
| * Update package script to reflect file path changeios-v3.2.0-pre.1Jesse Bounds2016-02-271-5/+5
| * Update podspec, changelog for 3.2.0-pre.1-symbolsJesse Bounds2016-02-272-14/+22
* | [android] Make listOfflineRegions include definitionsAntonio Zugaldia2016-03-031-0/+22
* | [core] Reset pitch in Map::resetPositionBruno de Oliveira Abinader2016-03-031-0/+1
* | [core] Use TransformState::worldSize() whenever possibleBruno de Oliveira Abinader2016-03-032-7/+7
* | [core] Simplify TransformState::moveLatLngBruno de Oliveira Abinader2016-03-031-2/+2
* | [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-035-12/+14
* | [core] Fix style cascade loop when transitioningBruno de Oliveira Abinader2016-03-032-1/+2
* | [android] #3867 - performance improvement for invalidating the cameraTobrun2016-03-037-57/+85
* | [android] #4149 - added a drop pin example to the GeocoderActivityTobrun2016-03-032-26/+60
* | [android] #4166 - move style url to map view for improved async loadingTobrun2016-03-0322-88/+130