summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Opt into Xcode 6.4Minh Nguyễn2015-07-111-2/+2
* Create GLKView before binding it and resumingMinh Nguyễn2015-07-111-18/+4
* Make one arg ctors explicitThiago Marcos P. Santos2015-07-116-6/+6
* Remove unused function: elapsed()Thiago Marcos P. Santos2015-07-111-2/+0
* Remove unused function: uv_zip_open()Thiago Marcos P. Santos2015-07-112-27/+0
* Mark overridesThiago Marcos P. Santos2015-07-111-3/+3
* Remove unused variableThiago Marcos P. Santos2015-07-111-3/+0
* Remove unused function: cwd()Thiago Marcos P. Santos2015-07-112-21/+0
* Add unit tests for addPointAnnotations()Thiago Marcos P. Santos2015-07-102-0/+37
* Move MockFileSource to fixturesThiago Marcos P. Santos2015-07-106-6/+6
* Deffer updateAnnotationTiles() if Source is not availableThiago Marcos P. Santos2015-07-101-2/+11
* Merge pull request #1840 from mapbox/repeat-distanceNicki Dlugash2015-07-107-23/+65
|\
| * update test-suiteAnsis Brammanis2015-07-101-0/+0
| * Updates to labels along linesNicki Dlugash2015-07-096-23/+65
* | Add unit tests for the Sprite classThiago Marcos P. Santos2015-07-103-1/+181
* | Re-enable Sprite resource loading testsThiago Marcos P. Santos2015-07-101-27/+12
* | Do not report isLoaded() if loading failedThiago Marcos P. Santos2015-07-102-1/+5
* | Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-108-40/+49
* | Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-104-10/+6
* | updated changelog for 0.5.0Justin R. Miller2015-07-091-0/+22
|/
* Merge pull request #1868 from mapbox/xcode-6.4Justin R. Miller2015-07-093-7/+4
|\
| * abbreviate syntax for unused parametersJustin R. Miller2015-07-081-4/+1
| * test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-082-3/+3
* | Merge pull request #1866 from mapbox/1858-fix-shape-orderJustin R. Miller2015-07-091-1/+1
|\ \
| * | fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
| |/
* | Merge pull request #1865 from mapbox/traditionalize-edge-insetsJustin R. Miller2015-07-091-4/+7
|\ \ | |/ |/|
| * refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
|/
* Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* Merge pull request #1854 from mapbox/1ec5-symbol-exception-1851Justin R. Miller2015-07-082-4/+8
|\
| * Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
| * Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* | Make FixtureLogObserver thread-safeThiago Marcos P. Santos2015-07-082-1/+11
* | Make MockFileSource behave more like the real oneThiago Marcos P. Santos2015-07-081-3/+5
|/
* Merge pull request #1852 from mapbox/update-user-dot-onceJustin R. Miller2015-07-081-6/+2
|\
| * refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+2
|/
* clean up remainder of sprite removal for nowJustin R. Miller2015-07-081-19/+0
* remove loggingJustin R. Miller2015-07-082-12/+0
* runtime imagery based on annotation titleJustin R. Miller2015-07-081-14/+26
* explicitly bring in headerJustin R. Miller2015-07-081-0/+2
* fix nullabilityJustin R. Miller2015-07-081-1/+1
* fixes for runtime Cocoa imageryJustin R. Miller2015-07-082-32/+19
* nullability for MGLAnnotationImageJustin R. Miller2015-07-081-0/+4
* stub annotation symbol cleanupJustin R. Miller2015-07-081-2/+22
* Cocoa custom marker imagery APIJustin R. Miller2015-07-087-13/+179
* add custom imagery visual testKonstantin Käfer2015-07-086-1/+93
* show info message when Sprite does not existKonstantin Käfer2015-07-085-1/+44
* move crc64() to test fixtureKonstantin Käfer2015-07-084-46/+31
* test SpriteAtlas updates when SpriteStore was updatedKonstantin Käfer2015-07-081-1/+50
* test for sprite image that doesn't existKonstantin Käfer2015-07-081-1/+12
* make sure that the SpriteStore object correctly replaces the SpriteImagesKonstantin Käfer2015-07-082-6/+32