summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated podspec for 0.5.1v0.5.1Minh Nguyễn2015-07-131-1/+1
* Updated changelog for 0.5.1Minh Nguyễn2015-07-131-0/+6
* Opt into Xcode 6.4Minh Nguyễn2015-07-131-2/+2
* Fetch tags before relying on a list of themMinh Nguyễn2015-07-131-0/+1
* Force -ObjC in Mapbox GL podMinh Nguyễn2015-07-101-1/+4
* Cherry-picked part of 987d961e5bd2a7b9a68c4f05dd8b599eb1357add to fix the buildMinh Nguyễn2015-07-101-4/+1
* Replaced release notes for 0.5.0Minh Nguyễn2015-07-101-4/+11
* updated changelog for 0.5.0Justin R. Miller2015-07-091-0/+22
* [publish ios-v0.5.0]Justin R. Miller2015-07-090-0/+0
* bump podspec to 0.5.0 final (no symbols)v0.5.0Justin R. Miller2015-07-091-1/+1
* [publish ios-v0.5.0-rc.2]Justin R. Miller2015-07-090-0/+0
* bump podspec to 0.5.0rc2v0.5.0-rc.2Justin R. Miller2015-07-091-1/+1
* test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-092-3/+3
* Revert "Defer initialization until app enters foreground"Justin R. Miller2015-07-091-64/+41
* refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
* fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
* [publish ios-v0.5.0-rc.1]Justin R. Miller2015-07-080-0/+0
* bump podspec to 0.5.0-rc.1 w/ symbolsv0.5.0-rc.1Justin R. Miller2015-07-081-1/+1
* Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
* Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+3
* split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-083-4/+12
* 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
* add image to odd pixelRatio atlasKonstantin Käfer2015-07-083-14/+27
* add test for fractional pixel ratiosKonstantin Käfer2015-07-083-25/+34
* add basic SpriteAtlas testKonstantin Käfer2015-07-083-0/+86
* fix sprite debug window codeKonstantin Käfer2015-07-081-1/+1
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-082-2/+2
* add ability to add random custom markers to test appKonstantin Käfer2015-07-083-0/+51
* replace Style object immediatelyKonstantin Käfer2015-07-084-11/+18
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-086-0/+60
* key sprites in sprite atlas by name and wrap valueKonstantin Käfer2015-07-082-3/+5
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-084-47/+65
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-083-6/+6
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-086-34/+11