summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-244-19/+20
* [core] Add a descriptive comment about maximumCacheSizeJohn Firebaugh2016-02-241-0/+7
* [ios] Deleted redundant certificatesMinh Nguyễn2016-02-243-0/+0
* [ios] Reduce async complexityJesse Bounds2016-02-242-513/+299
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-2418-71/+198
|\
| * ios-v3.1.2ios-v3.1.2Minh Nguyễn2016-02-221-1/+1
| * [ios] Restored framework dependencies to static installation instructionsMinh Nguyễn2016-02-223-0/+27
| * [ios] Refactor MGLMapView's location servicesJason Wray2016-02-191-29/+44
| * [ios] Removed manual framework linking from installation instructionsMinh Nguyễn2016-02-182-12/+0
| * [ios] Import required frameworks with static framework umbrellaMinh Nguyễn2016-02-184-14/+9
| * [ios] Updated podspec screenshot URLMinh Nguyễn2016-02-151-1/+1
| * ios-v3.1.1ios-v3.1.1Minh Nguyễn2016-02-151-1/+1
| * ios-v3.1.1-pre.2ios-v3.1.1-pre.2Minh Nguyễn2016-02-131-1/+1
| * [ios] Distinguish between AGV and semverMinh Nguyễn2016-02-131-1/+7
| * [ios] Fix screenshot link in generated docsJason Wray2016-02-122-2/+2
| * [ios] Update linked library extension to .tbdJason Wray2016-02-122-6/+6
| * ios-v3.1.1-pre.1ios-v3.1.1-pre.1Minh Nguyễn2016-02-101-1/+1
| * [ios, osx] Exclude misses from nearby annotationsMinh Nguyễn2016-02-103-2/+6
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-1010-13/+65
| * [ios, osx] Fixed crash reselecting annotationMinh Nguyễn2016-02-103-12/+28
| * [ios] Conform to SMCalloutViewDelegateMinh Nguyễn2016-02-092-0/+10
| * [ios] Set dynamic framework minimum deployment target to iOS 8.0Minh Nguyễn2016-02-092-0/+2
| * [ios] Load categories in MGLAccountManager for FabricMinh Nguyễn2016-02-092-1/+15
| * ios-v3.1.0ios-v3.1.0Minh Nguyễn2016-02-051-1/+1
| * ios-v3.1.0-pre.4ios-v3.1.0-pre.4Minh Nguyễn2016-02-052-3/+1
* | [ios] fix benchmark appKonstantin Käfer2016-02-243-13/+47
* | [core] use a store enum instead of RTTIKonstantin Käfer2016-02-249-5/+66
* | [core] fix uninitialized member variableKonstantin Käfer2016-02-241-1/+1
* | [android] #4094 - bring back view packageTobrun2016-02-248-39/+87
* | [node] Add test that explicitly doesn call map.release()Thiago Marcos P. Santos2016-02-241-0/+16
* | Revert "[node] Destroy the RunLoop with the last Map object"Thiago Marcos P. Santos2016-02-244-18/+10
* | Revert "[core] libuv unref() not really needed"Thiago Marcos P. Santos2016-02-243-1/+30
* | [android] #4089 - remove mapboxmapsettings integrationTobrun2016-02-243-132/+0
* | [android] #3755 - fix package visibility issue with camera package, added jav...Tobrun2016-02-2426-54/+85
* | [android] #4083 - relax permissions check + renamed location services + code ...Tobrun2016-02-244-48/+59
* | [android] #4038 - fix crash on polygons and polylines with empty points + for...Tobrun2016-02-232-23/+54
* | [android] Fix crash on HTTP 200 with no dataThiago Marcos P. Santos2016-02-231-0/+2
* | [tests] Add utests for HTTP 200 with no dataThiago Marcos P. Santos2016-02-232-0/+29
* | [ios] Fixed zoom level for map feedback toolMinh Nguyễn2016-02-222-1/+2
* | [andriod] #4051 - add callback to move camera apiTobrun2016-02-221-0/+15
* | [android] #3688 - naming consistency bearing and directionTobrun2016-02-221-3/+3
* | [android] #4050 - expose style urls via public.xmlTobrun2016-02-221-6/+6
* | [android] #4057 - quick zoom fixTobrun2016-02-221-5/+13
* | [tests] Timer is not needed to keep the main loop aliveThiago Marcos P. Santos2016-02-221-5/+0
* | [gyp] Check for gyp variable conditions on OS XBruno de Oliveira Abinader2016-02-211-3/+6
* | [gyp] Use variant compiler flags when neededBruno de Oliveira Abinader2016-02-219-2/+8
* | [gyp] Coverage only if BUILDTYPE=Debug and ENABLE_COVERAGE=1Bruno de Oliveira Abinader2016-02-215-71/+70
* | [node] Not all tests were calling `map.release()`Thiago Marcos P. Santos2016-02-201-3/+8
* | [node] Destroy the RunLoop with the last Map objectThiago Marcos P. Santos2016-02-204-10/+18
* | [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-203-30/+1