summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] - image opt android layout editor image (#6624)Tobrun2016-10-072-0/+0
|
* [ios] Update SMCalloutView to fix iOS 10 build warningsJason Wray2016-10-061-0/+0
|
* [ios, macos] Mark incomplete initializers unavailableMinh Nguyễn2016-10-062-0/+5
|
* [ios, macos] Fully documented predicate propertyMinh Nguyễn2016-10-061-3/+94
|
* [ios, macos] Renamed files to match renamed classesMinh Nguyễn2016-10-0620-211/+243
|
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-0643-515/+530
| | | | | | | | | | Removed the MGLStyleLayer protocol, because almost none of its members was actually implemented in every class that adopted the protocol. Removed the unused mapView backpointer property with no replacement. Renamed MGLBaseStyleLayer to MGLStyleLayer. Created the intermediate abstract classes MGLForegroundStyleLayer and MGLVectorStyleLayer to cover subsets of style layer classes with like functionality. Moved each MGLBaseStyleLayer initializer and the corresponding properties down to an abstract subclass such that the initializer makes sense for all concrete subclasses. Moved more initializers and the predicate property up to MGLVectorStyleLayer to eliminate duplication among the concrete subclasses. Marked these initializers as designated initializers. Removed “source” or “layer” before identifier wherever the type of identifier is apparent. Removed extra MGLGeoJSONSource initializer variants in favor of nullable parameters. Added copious documentation comments for source and style layer classes, including several previously undocumented methods and properties. In particular, some preconditions and postconditions have been documented. Added pragma marks to break up the jazzy documentation pages into sections. Reformatted exceptions for consistency.
* [macos] Restore core unit tests in CIJohn Firebaugh2016-10-061-0/+1
|
* [macos,ios] initialize util::RunLoop in SDK rather than by defaultKonstantin Käfer2016-10-063-1/+17
|
* [android] #6522 - Automate build process for Android SDK releasesAntonio Zugaldia2016-10-061-0/+243
| | | | | | * [android] draft release supporting snapshots * [android] release.py ready for testing
* [ios] Deploy script enhancements (#6581)Jason Wray2016-10-052-33/+74
| | | | | | | | | | | | * Add `make ideploy` command for publishing iOS releases. * Get release version from latest ios git tag. * Use caffeinate to prevent the system from sleeping during the deploy process. * Checkout tag to ensure correct commit is used * Fail if release has already been published (not a draft) on GitHub * Add publish step logging and colorize it. * Allow s3 upload to show progress. * Use build/ios/deploy directory for downloaded release zips; always overwrite via -O flag. * Add zip filename to s3 step. * Auto-install github-release command
* [android] - invalidate focal point when setting MyLocationView padding (#6413)Tobrun2016-10-051-0/+6
|
* [android] - correct focal point data when double tapping (#6595)Tobrun2016-10-051-1/+1
|
* [android] - correct focal point with padding and tilt enabled + cleanup code ↵Tobrun2016-10-052-25/+44
| | | | MyLocationView (#6594)
* [ios] Observer that app did become active instead of will foreground (#6600)Jesse Bounds2016-10-051-1/+1
|
* [ios, macos] Remove support for CONTAINS operator (#6590)Minh Nguyễn2016-10-052-18/+1
| | | | | | * [ios, macos] Removed support for CONTAINS operator * [ios, macos] Removed CONTAINS test
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-055-33/+33
| | | | | | fix unit tests fixup comments
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-059-164/+239
| | | | | | | | | | | | with touch gestures. This fixes issues #6549 and #6567. Also pertinent to #6557. Additional code has been added to the test app (Activity "User Tracking Mode") to test. A potential race condition in the MapboxMap#easeCamera() methods where a camera change generated by tracking which could have reset the tracking modes has been eliminated by factoring out a new method MapboxMap#easeCameraInternal().
* [build] Add support for 'benchmark' target on macOSBruno de Oliveira Abinader2016-10-052-0/+32
|
* [android] javadoc - inter-link style properties properlyIvo van Dongen2016-10-0519-90/+473
|
* [build] Re-add benchmark tests to the buildsystemThiago Marcos P. Santos2016-10-051-0/+18
| | | | Probably lost on the cmake migration
* [ios, macos] fixes #6160: allow updating multipoint coordinates (#6565)Justin R. Miller2016-10-046-39/+150
|
* Rework setStyleUrl() logic to avoid NPE as per #6512 (#6574)Tobrun2016-10-041-9/+9
| | | | | | * [android] Rework setStyleUrl() logic to avoid NPE as per #6512 * fixup brackets + comment
* [ios] Remove double counting of content inset top and bottom (#6566)Jesse Bounds2016-10-031-2/+2
| | | | | | | | | | | This removes the calls to top and bottom for content inset of the map view when calculating the edge padding for following. A previous commit added this along with the left and right values. This eliminates a bug where the map did not scroll to the correct location for the user dot and also a bug in `didUpdateLocationWithUserTrackingAnimated:` where the map panning operations would always occur because the current and correct points never matched up even if a stream of location values that were the same were processed.
* [ios, macos] Updated changelogsios-v3.4.0-alpha.5Minh Nguyễn2016-10-032-3/+24
|
* ios-v3.4.0-alpha.5Jason Wray2016-10-032-2/+2
|
* [android] - make MyLocationView responsible for converting tilt to degrees. ↵Tobrun2016-10-031-1/+2
| | | | (#6558)
* [ios, macos] Loosened style doc transform regex (#6543)Minh Nguyễn2016-09-301-2/+2
| | | | | Mildly decoupled the transformation from the style specification to the format required for iOS/macOS documentation so it’s harder for style specification references to other properties’ values to fall through the cracks. Fixes #6541.
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-3021-117/+531
| | | | | | Documentation for enum values landed in mapbox/mapbox-gl-style-spec#510. This updates Android, iOS, and macOS documentation code gen scripts to capitalize on them.
* [ios][macos] Update changelog for dSYM, symbol stripping fixJason Wray2016-09-302-0/+2
|
* [macos] Add 'Packaging builds' section to developing docJason Wray2016-09-301-0/+26
|
* [macos][build] Validate dSYM and framework UUIDsJason Wray2016-09-301-1/+22
|
* [macos][build] Generate debug symbols for all buildsJason Wray2016-09-301-3/+2
|
* [ios][build] Validate dSYM and framework UUIDsJason Wray2016-09-301-1/+22
|
* [ios][build] Generate debug symbols for all buildsJason Wray2016-09-302-8/+6
| | | | | | | Fixes the issue where our stripped dynamic build did not have a valid dSYM. Disabling GCC_GENERATE_DEBUGGING_SYMBOLS for SYMBOLS=NO builds meant that those builds had no debug symbols to strip or add to a dSYM.
* [macos] Don't specify Swift version for jazzy doc generation (#6539)Jason Wray2016-09-301-3/+0
| | | Counterpart to https://github.com/mapbox/mapbox-gl-native/pull/6377/.
* [android] Add sprite image exampleIvo van Dongen2016-09-304-0/+202
|
* [android] addImage / removeImage jni bindingsIvo van Dongen2016-09-303-0/+78
|
* [android] file:// exampleIvo van Dongen2016-09-305-0/+8941
|
* [darwin] NSURL remove workaround for file urlsIvo van Dongen2016-09-301-7/+0
|
* [android][ios][macos][linux][qt] included default LocalFileSourceIvo van Dongen2016-09-305-1/+6
|
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-302-1/+71
|
* [android] - fix polygon test activity state, introduced config class and ↵Tobrun2016-09-302-52/+105
| | | | toolbar composer, cleanup code (#6527)
* [android] - convert bearing value coming from core to degrees (#6526)Tobrun2016-09-302-2/+2
|
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-295-2/+5
|
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-292-0/+4
|
* [android] user agent stringIvo van Dongen2016-09-294-7/+56
|
* [android] update telemetry user-agentIvo van Dongen2016-09-291-9/+12
|
* Optionable textureview (#6480)Tobrun2016-09-295-4/+106
| | | | | | * [android] - make using TextureView optional * add deprecation comment on texture mode
* [android] - update to lost 1.1.1 (#6476)Tobrun2016-09-291-1/+1
|
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-296-99/+16
| | | | | | | | * [android] - correct tilt value when restoring activity or creating from xml * correct values requesting camera position adhoc * updated logic change in unit tests