Releases: dronekit/dronekit-android
Releases · dronekit/dronekit-android
DroneKit-Android v3.0.2
DroneKit-Android v3.0.1
Version 3.0.1 release notes
Deprecated 3DR Services
New
- Deprecate 3DR Services. The client library contains all the core logic to access and use the DroneKit API.
- Add support for compass calibration for Solo vehicles and vehicles running ArduCopter v3.4+ (pr #423).
- Add mission save/load api (pr #428).
- Change the save mission file format (pr #428). The new format is the Waypoint protocol.
- Add
Zipline
,Pano
,Rewind
, andReturn To Me
Solo shots to the API (pr #416). - Add ability to lock copter yaw during survey (pr #412).
- Allow
FollowApi
to use locations supplied by the app (pr #410).
Updated
- Update
ConnectionParameter
API. - Update camera list
Fixes
3DR Services v1.5.3
Version 1.5.3 release notes:
New Features:
PR #388 : Add new follow preferences
Bug Fixes:
PR #394 : Fix issue with pausing Follow with a Solo vehicle
PR #391 : Fix issue with Return To Me
default home location
PR #384 : Fix connection bug on nexus devices
PR #385 : Fix the sensors size for the s110, s120 canon camera
3DR Services v1.5.2
Version 1.5.2 release notes:
New Features:
- Adds a new
LinkListener
interface to receiveLinkConnectionStatus
status update from the link between the device and the vehicle. - Adds api to access the video stream data packet for custom processing
Updated Features:
- Deprecate the
ConnectionResult
class.- Deprecate the
DroneListener#onDroneConnectionFailed(...)
method. - Refactor the 3DR Services backend to support the new link event flow.
- Deprecate the
- Add the option to start the camera trigger after the first survey waypoint
- Update in-app wifi support
- Allow
Circle
mission item with negative radius
Bug Fixes:
- Resolve issue preventing using the survey mission item when disconnected from the vehicle.
3DR Services v1.5.1
Version 1.5.1 release notes:
New Features:
- Added support for Multi point cable cam shot.
- Added support for in app connection to the Solo wifi network.
- Added support for Follow Free look mode.
- Added support to set country for Tx power compliance
Updated Features:
- Remove droneshare support
- Lower the priority of the foreground notification
Bug Fixes:
- Fix issue DroidPlanner/Tower#1695
- Fixed client app reconnection issue.
- Miscellaneous bug fixes.
3DR Services v1.5.0
3DR Services v1.4.4
3DR Services v1.4.3
Version 1.4.3 release notes:
New Features
- PR #309, #306, #307 : Support for custom video stream providers, and camera mode switch.
- PR #290 : Added
tlog
parser api. - PR #305 : Added geotagging utility api.
- PR #312 : Added
Reset ROI
mission item.
Updated Features
- PR #317 : Control API updates.