summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] #4317 - Adding 4.0.0-beta.1 to CHANGELOGandroid-v4.0.0-beta.1Brad Leege2016-03-151-0/+8
|
* [android] #4317 - Updating release version and fabric version to 4.0.0-beta.1Brad Leege2016-03-152-2/+2
|
* ios-v3.2.0-pre.3ios-v3.2.0-pre.3Minh Nguyễn2016-03-141-1/+1
|
* [ios] Only set preferred action on iOS 9+Minh Nguyễn2016-03-141-1/+3
| | | | | | Fixed a crash on iOS 8 when presenting the Add Offline Pack dialog. Fixes #4305.
* [android] #4304 - logo visibility fix for attributes defined in xmlTobrun2016-03-142-12/+5
|
* [ios] Immediately remove offline pack from tableMinh Nguyễn2016-03-141-6/+3
| | | | | | Remove all references to an offline pack before the call to -removePackWithCompletionHander:. Cherry-picked from d64b8ad25ca7c2297221337d4021924b5103cc77.
* [ios, osx] Allow null completion handlers in MGLOfflineStorageMinh Nguyễn2016-03-141-2/+2
| | | | Cherry-picked from f6c21a0efebbda69591fa922de4af96c59933d2f.
* [ios, osx] Removed pack nil check from MGLOfflineRegionObserverMinh Nguyễn2016-03-141-6/+0
| | | | Due to ARC, MGLOfflinePack can be deallocated at any time following its initialization. -dealloc ensures that the offline region observer is unset, but that step is asynchronous; there is no guarantee that it completes before the first status change update. In fact, the pack is deallocated before the first status change update unless it is captured outside of the MGLOfflinePackAdditionCompletionHandler. The pack nil check is unnecessary because the subsequent code would be a no-op.
* [ios] Fix incorrect issue link in v3.1.0 sectionJason Wray2016-03-131-1/+1
| | | [skip ci]
* [android] #3749 - added javadocTobrun2016-03-1239-102/+568
|
* [android] #4252 - close concurrent window fixTobrun2016-03-111-16/+11
|
* [android] #4283 - enable strict mode in test app + fix strict mode warning ↵Tobrun2016-03-112-1/+17
| | | | related to releasing the surface
* [core] Set mapbox::DEFAULT_OFFLINE_TILE_COUNT_LIMIT to 6000John Firebaugh2016-03-111-1/+1
|
* [android] #4270 - library resource prefix espresso updateTobrun2016-03-111-6/+2
|
* ios-v3.2.0-pre.2ios-v3.2.0-pre.2Minh Nguyễn2016-03-111-1/+1
|
* [ios] Copyedited changelog entriesMinh Nguyễn2016-03-111-4/+4
|
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-112-6/+23
|
* [core] Fix non-anchored Transform::setAngleBruno de Oliveira Abinader2016-03-112-13/+18
| | | | | This reverts a line change from b33b2f15, because we explicitely want the anchor to be invalid.
* [core] Fix screen coordinates when crossing the antimeridian (#2)Bruno de Oliveira Abinader2016-03-113-2/+18
| | | | Added missing case. Really fixes #4155 this time.
* [ios] Fixed iosapp buildMinh Nguyễn2016-03-101-2/+2
| | | | MBXDownloadsTableViewController.{h,m} had been renamed MBXOfflinePacksTableViewController.{h,m}, but the project had not been.
* [ios] MGLOfflinePack in jazzy configMinh Nguyễn2016-03-101-7/+7
|
* [ios, osx] Updated changelogMinh Nguyễn2016-03-101-0/+1
|
* [ios] Renamed downloads to offline packs in iosappMinh Nguyễn2016-03-104-30/+30
|
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-1015-371/+372
| | | | “Offline pack” more effectively communicates the persistent nature of the downloaded content.
* [ios, osx] Avoid unregistering observer for invalid taskMinh Nguyễn2016-03-101-2/+4
|
* [ios, osx] Tightened offline task stateMinh Nguyễn2016-03-104-12/+43
| | | | Fixed a race condition that could occur if a progress update comes after a call to remove the task but before the removal is complete. Avoid synchronously setting the task’s state inside -resume and -suspend; instead, rely on the observer to set the state asynchronously.
* [ios, osx] Distinguish between unknown and inactive stateMinh Nguyễn2016-03-103-14/+38
|
* [ios, osx] Privatized offline region observerMinh Nguyễn2016-03-102-21/+15
|
* [ios, osx] Invalidate task immediately upon removalMinh Nguyễn2016-03-102-3/+8
|
* [ios, osx] Fixed crash interacting with MGLOfflineTaskMinh Nguyễn2016-03-101-5/+9
| | | | Added a missing conditional to the invalidation checking macro that I factored out at the last minute.
* [ios, osx] Documented offline APIsMinh Nguyễn2016-03-109-12/+340
| | | | Also categorized offline symbols for jazzy and moved styleURL from MGLOfflineRegion to MGLTilePyramidOfflineRegion, since you never know if there will be a region type not constrained by a style in the future.
* [ios] Tap to pause/resumeMinh Nguyễn2016-03-103-1/+47
| | | | Tapping on a download now pauses or resumes it. Tapping on a completed download navigates to the downloaded region and switches to the downloaded style.
* [ios, osx] Renamed offline classesMinh Nguyễn2016-03-1019-224/+224
| | | | Renamed SDK classes related to offline viewing to more closely match the terminology used by mbgl and the Android SDK while remaining consistent with Cocoa naming principles.
* [osx] Added OS X support for offline downloadsMinh Nguyễn2016-03-1026-250/+160
|
* [ios] Added download manager to iosappMinh Nguyễn2016-03-105-32/+310
|
* [ios] Implemented offline API in iOS SDKMinh Nguyễn2016-03-1014-1/+545
| | | | Fixes #3892.
* [ios] Converted iosapp to use storyboardMinh Nguyễn2016-03-105-80/+136
|
* [core] Make vec{2,3,4} operator bool explicitBruno de Oliveira Abinader2016-03-112-9/+9
|
* [ios] Remove duplicate entry from changelogJason Wray2016-03-101-1/+0
| | | [skip ci]
* [ios] Disable implicit animation of user dot boundsMinh Nguyễn2016-03-102-0/+11
| | | | ref #1125
* [androd] #4269 - polyline activity crash fixTobrun2016-03-101-11/+13
|
* [android] #4263 - fix null pointer on MapboxMapEventManagerTobrun2016-03-102-23/+25
|
* [ios] Add description strings to constituent classesJason Wray2016-03-105-2/+29
|
* [android] #4263 - have the ability to define multiple callbacks for OnMapReadyTobrun2016-03-101-5/+13
|
* [android] Route exceptions in HTTPRequest constructor to onFailureJohn Firebaugh2016-03-101-9/+18
|
* [core] Fix screen coordinates when crossing the antimeridianBruno de Oliveira Abinader2016-03-103-1/+38
| | | | | | | | | If the center and point coordinates are not in the same side of the antimeridian, we need to unwrap the point longitude to make sure it can still be seen from the visible side of the antimeridian that is opposite to the center side. Fixes #4155.
* [core] Extra checks in TransformBruno de Oliveira Abinader2016-03-101-1/+5
|
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-104-19/+53
|
* [core] Added Transform::getScreenCoordinateBruno de Oliveira Abinader2016-03-102-13/+19
|
* [core] Remove _validPoint from Transform codeBruno de Oliveira Abinader2016-03-102-11/+28
| | | | vec2<T>::operator bool() checks for NaNs already.