summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - Fix crash on dalvik due to missing finalizersupstream/ivovandongen-runtime-style-dalvik-fixIvo van Dongen2016-08-0514-164/+92
|
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-0319-80/+718
|
* [android] #5717 - update MarkerView when added to the map, previously only ↵Tobrun Van Nuland2016-08-031-0/+3
| | | | updated with map change events.
* [android] #4845 - remove robotium, migrate to espressoTobrun2016-08-0345-450/+490
|
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-034-3/+185
|
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-036-16/+105
| | | | | | | | | | | | | | | | | | [android] #5587 - snapshot API on surface view, create Bitmap with a ByteBuffer [android] #5587 - write bitmap to external storage PreMultipliedImage approach callback implemented clean up code introduce bitmap reuse cleanup renaming surfaceContent to bitmap
* [android] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-033-52/+24
|
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-08-032-59/+39
|
* [android] #5663 - make shape annotations updateableTobrun2016-08-0312-47/+357
|
* [tests] Update test-suiteThiago Marcos P. Santos2016-08-031-1/+1
|
* [macos] Avoid following symlinks copying framework (#5850)Minh Nguyễn2016-08-021-1/+1
| | | | | Use ditto to avoid following symlinks when copying the framework into place. Fixes #5818.
* [ios] Migrated playground to Swift 3 (#5847)Minh Nguyễn2016-08-021-14/+101
| | | Fixes #5846.
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-0273-297/+6974
|
* [android] - add print exampleTobrun Van Nuland2016-08-025-4/+180
|
* Update CHANGELOG.mdMike Morris2016-08-011-1/+1
|
* node-v3.3.2node-v3.3.2Mike Morris2016-08-012-1/+5
|
* [node] build and publish Node.js binaries with BUILDTYPE=ReleaseBruno de Oliveira Abinader2016-08-012-14/+20
| | | | Skip tests when publishing binaries and skip publishing render test results when those tests don't run.
* [qt] Added QQuickMapboxGL{Layout,Paint}StylePropertyBruno de Oliveira Abinader2016-07-2910-19/+324
|
* node-v3.3.1node-v3.3.1Mike Morris2016-07-292-3/+5
|
* [core] Respect minzoom and maxzoom propertiesThiago Marcos P. Santos2016-07-293-4/+7
| | | | Fixes #5811
* fixes #5771: adds dates to releases in changelogsJustin R. Miller2016-07-274-65/+64
|
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-2722-132/+293
| | | | | | | | | | | | | | | | * add supercluster dependency * prepare GeoJSONTile for Supercluster * prepare GeoJSONSource for accepting options * try removing mbgl::GeoJSON * fix setGeoJSON types * add GeoJSONSource getURL * add geojson to include path * add Supercluster index in GeoJSONSource * fix GeoJSONSource getZoomRange * bring back mbgl::GeoJSON header * fix tidy warnings hopefully * try test-suite with enabled cluster test * fix formatting in clustering-related files
* [qt] Implement QQuickMapboxGL color propertyBruno de Oliveira Abinader2016-07-274-29/+63
|
* [android] #5500 - add layout editor support for my location viewTobrun Van Nuland2016-07-271-0/+4
|
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-2660-2/+5510
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [android] #5610 - Adjusted public api after discussion [android] #5610 - added jni binding for NativeMapView#getLayer [android] #5610 - Added initial test Activity [android] #5610 - Started on NativePeer implementation for Layer [android] #5610 - replaced low-level jni code with high-level for native getLayer [android] 5610 - completed basic layer peer class - constructible from java and c++ [android] #5610 - removed reference that was redundant and causing the finalizer exception [android] #5610 - Added a property peer [android] #5610 - added value type to do type conversions - wip [android] #5610 - simplified property conversion approach - wrapped value with jenv [android] #5610 - added some more value conversions [android] #5610 - Finished conversion for basic types [android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec [android] #5610 - encode color ints as rgba to retain alpha channel [android] #5610 - recalculate classes after paint property [android] #5610 - more examples [android] #5610 - fixed the example [android] #5610 - cleaned up example code before continueing [android] #5610 - added layout property example [android] #5610 - set visibility on layer [android] #5610 - added removeLayer and example [android] #5610 - added more type conversions [android] #5610 - Started on peer classes for layer implementations - WIP [android] #5610 - First complete layer subclass peer implementation [android] #5610 - added a little bit of structure before adding the other layer types [android] #5610 - generate the c++ headers from the style spec [android] #5610 - make sure the visibility is set as a string [android] #5610 - Generate c++ layer peer class implementations from the style spec [android] #5610 - generate java layer peer classes [android] #5610 - cleanup comments [android] #5610 - register all c++ peer classes with jni [android] #5610 - addLayer [android] #5610 - comment out broken case [android] #5610 - Sources api - very much WIP [android] 5610 - GeoJson source implementation and geojson conversion [android] #5610 - cleanup add source/layer example a bit [android] #5610 - initial filter api [android] #5610 - Added filter api on the relevant Layer classes [android] #5610 - raster layer is not filterable [android] #5610 - actually make it compile [android] #5610 - completed filter implementation [android] #5610 - Vector and Raster Source + examples [android] #5610 - removed superfluous interface, moved filters to the correct package [android] #5610 - fixed comments [android] #5610 - moved tests to the right package [android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties [android] #5610 - fix rebase issue
* Use valid JSON in mention-bot configurationJason Wray2016-07-261-2/+2
| | | | Refs #5788
* [core] Revert annotation source maxZoom to 22Bruno de Oliveira Abinader2016-07-262-3/+2
|
* [build] Upgrade geojson-vt-cpp@6.1.2Bruno de Oliveira Abinader2016-07-266-5/+5
|
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-263-10/+23
|
* codify implicit assumption about marker-providing delegate method precedenceJustin R. Miller2016-07-251-0/+2
|
* use class instead of magic string comparisonJustin R. Miller2016-07-251-7/+10
|
* refs 654f015: bring back sprite-backed annotation option for comparisonJustin R. Miller2016-07-251-11/+95
|
* Add mention-bot config (#5788)Jason Wray2016-07-251-0/+5
| | | | | - Limit notifications to members of the Mapbox GitHub organization. - Tweak the message a bit for concision and punctuation. - Experimentally bump number of PR files checked from 5 to 10.
* 5782: build static framework correctly (#5783)Romain Quidet2016-07-253-1/+18
| | | | | | * 5782: build static framework correctly * 5782: updated changelog
* [android] Create a new local reference frame in JNI listOfflineRegionsAntonio Zugaldia2016-07-251-1/+4
| | | | Fixes #5629
* [android] Fixes #5777. deselectMarker is delegated to MapboxMap from Marker ↵Bharath MG2016-07-242-3/+23
| | | | manager.
* [android] #5679 - move logo and attribution to the top rightTobrun Van Nuland2016-07-242-1/+4
| | | | [android] #5679 - get correct top margin for logo when saving state of MapView
* [android] #5745 - allow selectMarker on MapboxMap to be called with a MarkerViewTobrun Van Nuland2016-07-242-3/+31
|
* [android] #5738 - default navigation drawer exampleTobrun2016-07-2417-22/+395
| | | | | | | | | | [android] #5738 - migrated to MapFragment approach & AppCompat compatible [android] #5378 - make drawer work with inner class fragments [android] #5738 - navigation drawer proposition [android] #5738 - cleanup
* [android] #5756 - correctly load style from xml attributesTobrun Van Nuland2016-07-241-2/+4
|
* [android] fixes #5762. Passing pixel points to native jni for getting latlng.Bharath MG2016-07-242-3/+3
|
* [glfw] Added 'addRandomLineAnnotations'Bruno de Oliveira Abinader2016-07-232-5/+28
|
* [ios] Refactor iosapp demo test shapes functionJason Wray2016-07-221-80/+87
| | | | | - More detailed descriptions of individual shapes. - Make holey polygon square.
* [ios] Do not allow multipoint annotations to be assigned viewsJason Wray2016-07-222-1/+8
|
* [node] Fix integer conversion of filter valuesCarol Hansen2016-07-222-3/+3
|
* [android] #5767 - Switching to Mapbox OutdoorsBrad Leege2016-07-222-3/+3
|
* [ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)Jason Wray2016-07-227-55/+94
| | | | | - Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`. - Adds ticks around class/property names/values. - Breaks lines at 80 characters.
* Revert "[android] #5000 - initial surface view implementation."Brad Leege2016-07-222-38/+97
| | | | This reverts commit 99a4850613931059174ecf0c6a41af4690481e3a.
* [Qt] Use Qt text codec instead of nunicodeThiago Marcos P. Santos2016-07-224-5/+36
| | | | | | Remove one extra dependency. Qt has some bugs on the text codec it seems, but it is also important to keep the behavior aligned with the client API.
* [tests] Added a PT string on text conversions testsThiago Marcos P. Santos2016-07-221-0/+2
|