summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0459-2246/+2561
|
* Merge pull request #811 from mapbox/fix-mipsDane Springmeyer2015-02-031-4/+0
|\ | | | | Fix mips-64
| * stop allowing failures for mips-64Dane Springmeyer2015-02-032-7/+3
| |
| * try building against alt zlib-system2 package - refs mapbox/mason#66Dane Springmeyer2015-02-031-3/+3
|/
* Remove unusedJohn Firebaugh2015-02-032-14/+0
| | | | Fixes #786 Fixes #797
* Add functions for layout properties.Lauren Budorick2015-02-0313-116/+365
|
* Merge pull request #805 from mapbox/chronoLeith Bade2015-02-0441-303/+275
|\ | | | | Use std::chrono
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into chronoLeith Bade2015-02-045-15/+32
| |\ | |/ |/| | | | | Conflicts: ios/mapbox-gl-cocoa
* | fix uninitialized variable warningAnsis Brammanis2015-02-031-1/+1
| |
* | Mark mips-64 as allowed failureJohn Firebaugh2015-02-031-0/+4
| | | | | | Refs #802
* | Fix OS X buildJohn Firebaugh2015-02-031-0/+0
| |
* | add wrapped padding to sprite for repeating imagesAnsis Brammanis2015-02-033-15/+28
| | | | | | | | | | fixes #798 js: e732e784e41bef35bd40de27fdbfa3e8f9588038
* | Fix -W flags for boostLeith Bade2015-02-035-11/+13
| | | | | | Fixes #801
| * Use std::chronoLeith Bade2015-02-0446-314/+288
|/
* Adapt to ↵Dane Springmeyer2015-02-022-0/+4
| | | | https://github.com/mapbox/mason/commit/c104c2f9721b793535e4ec658afe2582e57be164 and https://github.com/mapbox/mason/commit/49fd47774032bf0f80efaad0143db3634385d2bf
* bump masonMike Morris2015-02-021-0/+0
|
* make line-opacity work with line-imageAnsis Brammanis2015-01-303-1/+4
| | | | js: 0e9a86e3553913abb8ebb3d8926e2b99db8d4008
* Merge pull request #796 from mapbox/mesa-10.4.3Mike Morris2015-01-302-2/+2
|\ | | | | test against mesa 10.4.3 on travis
| * test against mesa 10.4.3 on travisMike Morris2015-01-302-2/+2
|/
* Merge pull request #791 from mapbox/strip-androidLeith Bade2015-01-303-0/+2
|\ | | | | Strip android libs to reduce size
| * Merge branch 'strip-android' of github.com:mapbox/mapbox-gl-native into ↵Leith Bade2015-01-290-0/+0
| |\ | | | | | | | | | | | | | | | | | | strip-android Conflicts: android/scripts/copy-files.sh
| | * Strip android libs to reduce sizeLeith Bade2015-01-293-3/+5
| | |
| * | Strip android libs to reduce sizeLeith Bade2015-01-293-0/+2
| |/
* | Merge pull request #795 from mapbox/android-classesLeith Bade2015-01-305-3/+151
|\ \ | | | | | | Add class picker to Android UI
| * | Add class picker to Android UILeith Bade2015-01-305-3/+151
|/ /
* | Merge pull request #792 from mapbox/ensure-pkg-configDane Springmeyer2015-01-281-0/+6
|\ \ | |/ |/| Ensure pkg-config in configure
| * ensure pkg-config is found since mason depends on it for nowDane Springmeyer2015-01-281-0/+6
|/
* Bump version to 0.1.3android-v0.1.3Leith Bade2015-01-292-4/+4
|
* Use seperate build dir for each ABILeith Bade2015-01-292-6/+6
|
* Merge pull request #787 from mapbox/update-masonLeith Bade2015-01-297-28/+51
|\ | | | | Update Android ABIs
| * Update android ABIsLeith Bade2015-01-297-28/+51
|/
* fix sprite atlas padding and icon centeringAnsis Brammanis2015-01-273-10/+9
| | | | | | | | | | | | | | | Pad each icon with one pixel on the bottom and right sides. On top of this, extra padding is added to round the widths and heights to multiples of four. This then fixes the positions of the bottom and right vertices to correctly center the icon's box around the center of the icon, not the center of the padded icon. js: 32ca4007699d1d21ab25bb38588b151510194030 fixes https://github.com/mapbox/mapbox-gl-js/issues/947
* Fix Android lint errorsLeith Bade2015-01-282-1/+4
|
* Add missing xxxhdpi iconLeith Bade2015-01-282-0/+0
|
* Remove excess semicolon in jni.hppLeith Bade2015-01-281-1/+1
|
* explain OS X setup process in more detailKonstantin Käfer2015-01-271-2/+2
|
* Merge pull request #778 from mapbox/remove-prog-binLeith Bade2015-01-2714-244/+37
|\ | | | | Remove program binary caching
| * Remove program binary cachingLeith Bade2015-01-2714-244/+37
| |
* | typo fix + mobile instruction clarificationJustin R. Miller2015-01-261-2/+1
|/
* Merge pull request #777 from mapbox/android-v7Leith Bade2015-01-271-6/+6
|\ | | | | Switch to v7 on Android
| * Switch to v7 on AndroidLeith Bade2015-01-271-6/+6
| |
* | Merge pull request #775 from mapbox/token-checkLeith Bade2015-01-271-4/+6
|\ \ | |/ |/| Don't create token.txt if it already exists
| * Don't create token.txt if it already existsLeith Bade2015-01-271-4/+6
|/
* Merge pull request #676 from mapbox/android-masonLeith Bade2015-01-27125-185/+8406
|\ | | | | Android GL mega-merge
| * Fix travis scriptLeith Bade2015-01-271-1/+1
| |
| * Change all echo back to mapbox_timeLeith Bade2015-01-271-6/+6
| |
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-276-1/+17
| |\
| * | Change back to mapbox_timeLeith Bade2015-01-271-1/+1
| | |
| * | Throw error on missing tokenLeith Bade2015-01-241-1/+5
| | |
| * | Merge branch 'android-mason' of github.com:mapbox/mapbox-gl-native into ↵Leith Bade2015-01-241-4/+4
| |\ \ | | | | | | | | | | | | android-mason