summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-1810-91/+76
|
* [android] #4942 - using Android SDK Compass exampleTobrun2016-05-181-28/+23
|
* [android] #4942 - removes jumpiness from compass updates, removes old way of ↵Tobrun2016-05-181-37/+27
| | | | rotating via canvas rotation, streamlines updates through setCompass
* [android] Animate MylocationView directionCameron Mace2016-05-181-1/+12
| | | | Fixes #4942
* [android] #5060 - Adding Reset functionality to menuBrad Leege2016-05-173-2/+32
|
* [android] #5060 - Restoring rotation support for markersBrad Leege2016-05-171-0/+8
|
* [android] #5060 - Initial setup of PressForMarkerActivityBrad Leege2016-05-174-1/+142
|
* [tests] Update test-suiteJohn Firebaugh2016-05-171-1/+1
|
* [core] Simplify parametersJohn Firebaugh2016-05-175-21/+20
|
* [core] Less autoJohn Firebaugh2016-05-171-3/+3
|
* [core] Feature IDs are always integersJohn Firebaugh2016-05-173-7/+3
|
* [core] Simplify and fix query logic across the antimeridianJohn Firebaugh2016-05-171-38/+14
|
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-172-10/+9
|
* [core] Eliminate temporary vector in Style::queryRenderedFeaturesJohn Firebaugh2016-05-171-9/+9
|
* [core] Use mapbox::geometry::envelope in Source::queryRenderedFeaturesJohn Firebaugh2016-05-171-27/+13
|
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-176-115/+70
|
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-177-53/+63
|
* [android] #5045 - Adding Async Location Permissions Approval CheckBrad Leege2016-05-172-4/+42
|
* [ios] Make MGLCoordinateInCoordinateBounds() public (#5053)Jason Wray2016-05-174-5/+30
| | | Bounds should always be in NE, SW order — any other coordinate order (e.g., NW, SE) will give false results.
* [android] #5049 - Updating LOST To Version 1.1.0Brad Leege2016-05-161-1/+1
|
* [android] #5043 - Updating Support LibraryBrad Leege2016-05-152-2/+2
|
* [ios] Updated changelog for #4801Minh Nguyễn2016-05-151-0/+1
|
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-1530-71/+156
|
* [ios] Improve telemetry server URL validation (#5022)Jason Wray2016-05-131-8/+10
| | | | | - Validate that test server URL actually has a reasonable value. - Refactor `baseURL` and `testServerURL` to use NSURL.
* [ios] Add method documentation for view based annotations.Jesse Bounds2016-05-132-0/+41
|
* [ios] Refactor of annotation view updatesJesse Bounds2016-05-131-32/+13
| | | | | | This change eliminates the call to the problematic `annotationTagsInRect:` by using the annotation views themselves and the map view to check if a view is visible or not.
* [ios] Introduce MGLAnnotationView and support for view annotationsJesse Bounds2016-05-1315-33/+554
| | | | | | | | | | | | | | | | | | | | | | | Add an UIView subclass that can be used as the base class for all client provided UIViews for annotations. Teach MGLMapView to be able to display annotation views over the map if provided by the client delegate. For now, if the delegate provides a UIView then it will be used. If not, the map view will fall back to the old strategy of using GL annotations with an image provided by the delegate or a default image if not. The map keeps a reuse queue and will store annotation views that are panned offscreen in the queue if the application developer supplied a reuse queue identifer. The views in the queue are reused when more annotation views are required. This view reuse provides a performance gain when many annotations are shown and most of them are offscreen. iosapp now implements the new delegate method to supply a native view. Add a playground to the workspace to facilitate experimentation with new features. A playground is capable of importing frameworks if it exists in the same workspace that builds the imported framework. The initial playground demonstrates annotation views. This also fixes a crash due to nullptr in annotations array If the `annotations` method is called while the user dot's callout view was showing, the userdot annotation is represented as null in the annotation context map. This caused a crash when the null pointer was attempted to be converted into an NSArray via C array. This protects against this bug by filtering out such a null annotation.
* [android] - move OnMapReady callback for offline bugTobrun2016-05-131-1/+1
|
* [android] #5014 - Updating 4.0.1 ChangelogBrad Leege2016-05-131-1/+1
|
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-134-18/+27
|
* [core] Make mapbox::geometry::envelope usable without explicit template ↵John Firebaugh2016-05-132-5/+15
| | | | arguments
* [core] Remove unusedJohn Firebaugh2016-05-133-15/+0
|
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-135-70/+34
|
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-137-5/+10
|
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-1326-93/+123
|
* [Qt] Fix map aspect ratioBruno de Oliveira Abinader2016-05-133-4/+17
| | | | | | | Take QGuiApplication::devicePixelRatio() in consideration when resizing the map. Fixes #4889.
* [Qt] Initialize GL extensions on MapWindowBruno de Oliveira Abinader2016-05-136-4/+24
| | | | | | | QMapboxGL relies on its embedding widget to call for the GL extensions initialization function. Fixes #5024.
* Merge branch 'release-android-v4.0.1'Brad Leege2016-05-1210-23/+26
|\
| * [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-129-24/+21
| |
| * [android] #5014 - Updating ChangelogBrad Leege2016-05-121-0/+6
| |
| * [android] #5014 - Updating Version to 4.0.1Brad Leege2016-05-122-2/+2
| |
| * [android] Setting version to 4.0.1-SNAPSHOTBrad Leege2016-05-021-1/+1
| |
| * [android] #4553 - remove annotations fixTobrun2016-05-021-10/+8
| |
| * [android] #4535 - 4.0.0 Changelogandroid-v4.0.0Brad Leege2016-03-301-0/+8
| |
| * [android] #4535 - Setting version to 4.0.0 for releaseBrad Leege2016-03-302-2/+2
| |
* | [core] Fix code style issuesJohn Firebaugh2016-05-127-100/+104
| |
* | [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
| |
* | [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-125-23/+20
| | | | | | | | This eliminates the CollisionBox constructor that instantiates an "empty" IndexedSubfeature.
* | [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
| |
* | [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2
| |