summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Collapse)AuthorAgeFilesLines
* [android] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-155-53/+64
| | | | vs float, renaming for parity (#7306)
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-143-15/+89
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-142-14/+10
| | | | | | * allows for setting the user location icon to transparent * removed color check
* Fixed proguard rules (#7389)Cameron Mace2016-12-131-3/+45
| | | | | | | | * fixed proguard rules * disabled proguard for debug testapp builds * removed dontobfuscate and fixed gson issue
* [android] Fixed typo in MapboxMap.addImage()Minh Nguyễn2016-12-131-1/+1
|
* [android] - limit input fling gesture based on map tilt. (#7383)Tobrun2016-12-132-8/+12
|
* [android] - invalidate camera after gesture, cleanup. (#7354)Tobrun2016-12-091-24/+11
|
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-092-0/+122
|
* [android] - cleanup initialisation code for MapboxMap (#7330)Tobrun2016-12-094-101/+133
|
* [android] - refactor marker selection and listener invocation, reformatted ↵Tobrun2016-12-082-25/+31
| | | | code (#7304)
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-085-46/+64
| | | | | | * [android] - remove location enabled flag from MapboxMap, decouple TrackingSettings from MyLocationViewSettings using a FocalPointChangeListener interface, Move state related to tracking modes to MyLocationView (shared object between MyLocationViewSettings and FocalPointChangeListener). * fixup tests
* [android] - only apply screen density to instance variables of ↵Tobrun2016-12-071-8/+8
| | | | MapboxMapOptions. (#7327)
* [android] - make rotation gesture easier to trigger (#7299)Tobrun2016-12-061-1/+3
|
* [android] Fix javadoc for MapboxMap.updateMarker() (#7301)Tobrun2016-12-061-1/+1
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-0619-2036/+1899
| | | | | | * [android] - refactor dependencies * ignore tests
* [android] telemetry - horizontal accuracyIvo van Dongen2016-12-021-2/+4
|
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-0119-203/+782
|
* [android] - add uithread annotation and regenerate classes (#7156)Pablo Guardiola2016-11-3011-18/+25
|
* [android] - Explicitly use hardware layer when (#7186)Tobrun2016-11-281-1/+3
| | | animating the CompassView alpha.
* [android] add source_did_change event to intdef listIvo van Dongen2016-11-281-1/+14
|
* [android] - handle null location update for MyLocationView (#7190)Tobrun2016-11-281-2/+4
|
* [android] - fix null pointer when no camera position is available on map ↵Tobrun2016-11-281-1/+1
| | | | initialisation (#7181)
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-2313-90/+75
|
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-237-302/+387
| | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* [android] - use double to restore instance state of MyLocationView (#7146)Tobrun2016-11-221-1/+1
|
* [android] - allow deselection of a MarkerView not found in current viewport ↵Tobrun2016-11-221-4/+4
| | | | (#7140)
* [android] - allow compass update without animation (#7094)Tobrun2016-11-181-4/+8
|
* [android] fixed horizontal panning going the opposite directionFredrik Karlsson2016-11-181-10/+7
|
* [android] return source ownership on removeIvo van Dongen2016-11-142-2/+19
|
* [android] return layer ownership on removeIvo van Dongen2016-11-142-2/+19
|
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-142-7/+20
| | | | | | | | * [android] - getMarkerViews in rectangle should only return in bound views. * added example in test app for debugging * Covert rectangle coming in to density dependant rectangle
* [android] - allow using rotate gesture when not tracking user location, ↵Tobrun2016-11-142-9/+14
| | | | correctly update bearing during rotation gesture (#6978)
* Default Style Camera on Android (#7019)Tobrun2016-11-112-1/+3
| | | | | | * [core] - do not set camera mutated to true when calling Map::getLatLng * [android] - correctly check if a Map is created without a camera position
* [android] source/layer java docIvo van Dongen2016-11-111-0/+28
|
* [android] fix source ownershipIvo van Dongen2016-11-111-0/+12
|
* [android] fix layer ownershipIvo van Dongen2016-11-1110-132/+12
|
* [android] - check for default values when constructing a camera position ↵Tobrun2016-11-101-4/+1
| | | | from a CameraUpdate (#7002)
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - fix inconsistency of float usage in CameraPosition and ↵Tobrun2016-11-094-24/+24
| | | | CameraUpdateFactory (#6941)
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-098-80/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* added attribution tint color check (#6950)Cameron Mace2016-11-071-1/+7
|
* 6067 annotation manager (#6913)Tobrun2016-11-077-765/+939
| | | | | | | | | | * [android] - AnnotationManager and InfoWindowManager refactor * make AnnotationManager independent from MapView/MapboxMap, add IconManager, * make code unit testable * added some class level documentation (for internal use)
* [android] - validate intent and contents before handling (#6938)Tobrun2016-11-071-7/+6
|
* [android] - rename attributes (#6894)Tobrun2016-11-074-139/+159
|
* [android] - cleanup unused resources and gradle configurations. (#6896)Tobrun2016-11-074-217/+183
|
* [android] - fix public xml api for drawables, fixup ↵Tobrun2016-11-0215-19/+19
| | | | QueryRenderedFeatursBoxSymbolCountActivity (#6879)
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-0269-302/+299
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* removes sdk manager plugin (#6865)Cameron Mace2016-11-011-1/+0
| | | | | | * removes sdk manager plugin * removed rest of sdk manager plugin
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-315-25/+62
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] - prevent null pointer when receiving connectivity change events ↵Tobrun2016-10-311-1/+1
| | | | while destroying the underlying map (#6858)