summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Refactor NativeMapView to hold std::unique_ptr to Map and DefaultFileSourceLeith Bade2015-09-243-20/+31
| | | | | | | | | | | | | | | Add missing asserts to attach_jni_thread/detach_jni_thread Fixes #2406
| * | Fix build with Crashlytics NDK on 64bitLeith Bade2015-09-243-4/+2
| | |
| * | fixes #2350: remove iOS-specific SQLite cache wrapperJustin R. Miller2015-09-234-108/+19
| | |
| * | Merge branch 'android-curl'Brad Leege2015-09-234-1/+117
| |\ \
| | * | Restore libcurl HTTP on AndroidLeith Bade2015-09-224-1/+117
| | | |
| * | | Improve handling of cancelled HTTP requestsLeith Bade2015-09-234-19/+28
| | | | | | | | | | | | | | | | Fix a memory leak of NativeMapView Java object
| * | | Add Crashlytics NDK to AndroidLeith Bade2015-09-236-13/+48
| | | | | | | | | | | | | | | | Closes #2107
| * | | [iOS] Give iosapp the option to use `always` location permissionsJason Wray2015-09-221-0/+2
| |/ / | | | | | | | | | | | | Useful in testing metrics and background location. Default is still `whenInUse`, user must switch in `Settings.app`.
| * | Fix freezing on Android when rotatingLeith Bade2015-09-225-9/+13
| | | | | | | | | | | | Fixes #1941
| * | Merge pull request #2368 from erichoracek/fix-implicit-conversionMinh Nguyễn2015-09-211-1/+1
| |\ \ | | | | | | | | Remove implicit conversion from double → float
| | * | Remove implicit conversion from double → floatEric Horacek2015-09-191-1/+1
| | | | | | | | | | | | Occurs when targeting a 32-bit architecture
| * | | [iOS] disable perfectly good tests so they stop flapping on TravisJason Wray2015-09-212-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis is inconsistently failing the following tests, so let's temporarily disable them. - `testDirectionSet` - `testCompassTap` - `testDirectionReset` - `testCenterSet` - `testDelegateRegionDidChange` It bears repeating that these tests _only_ fail on Travis, running them locally has always passed. Fixes #2347
| * | | Remove Android style URL validationLeith Bade2015-09-211-9/+0
| |/ / | | | | | | | | | Fixes #2370
| * | [skip-ci] Update the Android build instructionsLeith Bade2015-09-191-31/+29
| | |
| * | [publish binary]Lucas Wojciechowski2015-09-180-0/+0
| | |
| * | Bumped to npm version 2.0.0-pre.7node-v2.0.0-pre.7Lucas Wojciechowski2015-09-181-1/+1
| | |
| * | Add node_modules to .gitignoreLucas Wojciechowski2015-09-171-0/+1
| | |
| * | Renderbuffer create should be paired with renderbuffer delete.Adam Hunter2015-09-171-1/+1
| | |
| * | Fully delete test/suite submoduleJohn Firebaugh2015-09-171-0/+0
| | |
| * | [core] Annotation cleanupHenry Dooley2015-09-162-136/+101
| | | | | | | | | | | | | | | Eliminate dead code and unecessary STL container usage. Refactor large methods into smaller functional units.
| * | Revert "moved styles to v1.1.0"John Firebaugh2015-09-161-0/+0
| | | | | | | | | | | | This reverts commit 49d855769b0ac710d6e93285e90cb8fb75940f8f.
| * | Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-1616-90/+31
| | | | | | | | | | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
| * | Change MapView.MapChange visibility to public since ↵Bastien Mayard2015-09-161-1/+1
| | | | | | | | | | | | OnMapChangedListener.onMapChanged requires it.
| * | fix Makefile clean to clean ./android/java/MapboxGLAndroidSDK/build tooBastien Mayard2015-09-161-1/+1
| | |
| * | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-09-165-12/+20
| |\ \
| | * | Prefix user defaults in iosappMinh Nguyễn2015-09-161-11/+11
| | | | | | | | | | | | | | | | We technically don’t need to, but the demo app should practice good hygiene since we expect developers to copy from it.
| | * | [Android] add instructions to install Android Support RepositoryAnsis Brammanis2015-09-161-0/+4
| | | | | | | | | | | | [skip ci]
| | * | [core] Update test-suiteJohn Firebaugh2015-09-161-1/+1
| | | |
| | * | fix circle clipping bugAnsis Brammanis2015-09-161-0/+4
| | | | | | | | | | | | | | | | https://github.com/mapbox/mapbox-gl-js/commit/91d2e0ee5cf4ed3811804ef40b1696f93de74410
| | * | moved styles to v1.1.0Nicki Dlugash2015-09-161-0/+0
| | | |
| * | | Merge branch '2317-espresso' of git://github.com/zugaldia/mapbox-gl-native ↵Brad Leege2015-09-1615-0/+912
| |\ \ \ | | |/ / | |/| | | | | | into zugaldia-2317-espresso
| | * | back to right submodules versionsAntonio Zugaldia2015-09-163-0/+0
| | | |
| | * | import JUnit tests instructionsAntonio Zugaldia2015-09-161-2/+9
| | | |
| | * | placeholders for the remaining objectsAntonio Zugaldia2015-09-163-0/+45
| | | |
| | * | two classes at once on awsAntonio Zugaldia2015-09-161-0/+2
| | | |
| | * | Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-162-0/+12
| | |\ \
| | * | | unit tests + mockitoAntonio Zugaldia2015-09-164-0/+186
| | | | |
| | * | | zoom inAntonio Zugaldia2015-09-161-2/+7
| | | | |
| | * | | screenshots should be taken on ui threadAntonio Zugaldia2015-09-161-2/+10
| | | | |
| | * | | fixed the screenshot class to include the surface viewAntonio Zugaldia2015-09-161-8/+45
| | | | |
| | * | | using the new version way of instanstiating the activity classAntonio Zugaldia2015-09-162-65/+34
| | | | |
| | * | | moved screenshot tests to its own classAntonio Zugaldia2015-09-161-0/+61
| | | | |
| | * | | second activity test classAntonio Zugaldia2015-09-161-0/+41
| | | | |
| | * | | merge with masterAntonio Zugaldia2015-09-163-1/+32
| | | | |
| | * | | docs for junit testsAntonio Zugaldia2015-09-162-0/+14
| | |\ \ \
| | * | | | Merge remote-tracking branch 'mapbox/master' into 2317-espressoAntonio Zugaldia2015-09-1526-42/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mbgl/util/geojsonvt
| | * | | | pure junit testsAntonio Zugaldia2015-09-152-0/+16
| | | | | |
| | * | | | fixed teardownAntonio Zugaldia2015-09-151-14/+13
| | | | | |
| | * | | | added LargeTest annotationAntonio Zugaldia2015-09-151-0/+3
| | | | | |
| | * | | | bumped versions to todays releaseAntonio Zugaldia2015-09-153-4/+3
| | | | | |