Skip to content

Releases: dronekit/dronekit-android

DroneKit-Android v3.0.2

10 Oct 01:56
Compare
Choose a tag to compare

Version 3.0.2 release notes

Fixes

DroneKit-Android v3.0.1

06 Sep 00:32
Compare
Choose a tag to compare

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, and Return 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.
    • Add ability to specify the location for logging of the vehicle tlog data (pr #418).
    • Add ability to buffer the vehicle telemetry events (pr #424).
  • Update camera list
    • Add Parrot Sequoia (pr #414).
    • Add Canon S90 (pr #425).

Fixes

  • Fix invalid frame parameter for guided flight (pr #426 ).
  • Set correct pitch value for the Takeoff mission item (pr #427).
  • Fix parameters load bug for the Solo vehicle.

3DR Services v1.5.3

29 Mar 08:55
Compare
Choose a tag to compare

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

08 Mar 08:25
Compare
Choose a tag to compare

Version 1.5.2 release notes:

New Features:

  • Adds a new LinkListener interface to receive LinkConnectionStatus 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.
  • 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

11 Feb 05:17
Compare
Choose a tag to compare

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:

3DR Services v1.5.0

21 Nov 05:56
Compare
Choose a tag to compare

Version 1.5.0 release notes:

New Features

  • PR #346, #347 : Add support for gopro settings control.

3DR Services v1.4.4

07 Nov 03:14
Compare
Choose a tag to compare

Version 1.4.4 release notes:

Updated Features

  • PR #330, #335, #337 : Improved support for generic mavlink autopilots.
  • PR #322 : Updated camera infos list.

Bug Fixes

  • PR #328, #331 : Fixes Follow Me bugs on Solo
  • PR #329 : Fixes compatibility issue with the ResetROI mission item.
  • PR #339 : Fixes TLVPacket parsing issue.

3DR Services v1.4.3

19 Oct 02:58
Compare
Choose a tag to compare

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.

Bug Fixes

  • PR #294 : Fixed sololink tlv message parsing.
  • PR #296 : Fixed multiple issues reported by crashlytics.
  • PR #313 : Fixed battery display for PX4 powered vehicles.

3DR Services v1.4.2

27 Sep 16:04
Compare
Choose a tag to compare

Version 1.4.2 release notes:

New Features

PR #285 : Added backend support for return to me functionality.
PR #284 : Retrieve and store the mac addresses for a solo vehicle on connection.

Bug Fixes

PR #287 : Bug fixes

3DR Services v1.4.1

23 Sep 19:02
Compare
Choose a tag to compare

Version 1.4.1 release notes:

New Features

  • PR #281 : Added support for accessing the vehicle UID.

Updated Features

  • PR #280 : Improved detection of connected vehicle heartbeats.