Skip to content

Releases: bitcraze/crazyflie-android-client

v0.7.4

07 Dec 12:14
Compare
Choose a tag to compare
  • Fix support for new mandatory API level. Now uses Android API 33 (Android 12)

Known bug:

  • Crazyradio connection does not work with latest Crazyflie Firmware

v0.7.3

01 Oct 23:08
Compare
Choose a tag to compare

Bugfixes

  • Fix issue with Android Pie (9) where screen rotates back and forth when going through settings (Issue #85)
  • Fix platform is displayed as "Unknown" in bootloader page (Issue #87)
  • Fix null checks and potential NPEs

v0.7.2

21 Jan 13:20
Compare
Choose a tag to compare

Bugfixes

  • Fix several exceptions that were reported via Google Play Console
  • Fix permission problems related to BLE requiring location access since Android 6.0

v0.7.1

12 Sep 00:53
Compare
Choose a tag to compare

Bugfixes

  • Fix several exceptions that were reported via Google Play Console
  • Fix BLE functionality for devices with Android 4.4
  • Fix firmware download functionality in Bootloader for devices with Android 4.4

v0.7.0

15 Mar 20:08
Compare
Choose a tag to compare

Bugfixes

  • Fix problem with TOC containing more than 128 entries
  • Fix UI bug with newer Android versions (Issue #60)
  • Fix possible NPEs (seen in Google Play Console)
  • Fix Bluetooth reconnect bug (bug was never released)

Features

  • Add new packets (StopPacket, ZDistancePacket)
  • Improve Bluetooth connection (Downlink & Uplink) (still work in progress)
  • Add link quality for BLE connections (based on RSSI value)
  • Add console view (Settings -> App settings -> Show console))
  • Add basic support for zRanger/Flow deck (Height hold, target height adjustable with thrust axis)
  • Set default mode to 2 (Thrust&Yaw on left joystick, Pitch&Roll on right joystick)

Internal changes

  • refactorings
  • decoupling
  • clean ups
  • beautifying
  • clean up APIs

v0.6.5

31 Jan 22:27
Compare
Choose a tag to compare

Bugfixes

  • Touch control behaves strange when yaw is negative #63

v0.6.4

31 Dec 14:00
Compare
Choose a tag to compare

New features

  • Added logging subsystem
  • Added battery level indicator
  • Added basic hover mode ("altitude hold") - currently this is only supported when using a Crazyradio and a game pad

Bugfixes

  • Fixed intermittent errors with BLE
  • Fixed issue with TOC having more than 128 entries (thanks @ataffanel)

v0.6.3

20 Apr 01:18
Compare
Choose a tag to compare

New features

  • Add action buttons for cycling LED ring effects, toggling the LED ring headlights and playing the Imperial March melody on the buzzer (only work with CF2 and the LED ring/buzzer decks)
  • Actions can also be assigned to game pad buttons
  • Save bootloader temp files and TOC cache files to app's data dir
  • Miscellaneous code improvements

Bugfixes

  • Fixed problem in the bootloader with Zip files that contain firmwares for CF1 & CF2
  • Fixed possible NPEs when using BLE

v0.6.2

16 Mar 01:04
Compare
Choose a tag to compare

New features

  • Disable Crazyradio settings when Crazyradio is not connected
  • Added gyro sensor amplification setting

Bugfixes

  • Fixed gyro sensor control (please use with care!)
  • Fixed bug #57 - NPE in IncomingPacketHandler
  • Fixed bug #56 - NPE in FirmwareDownloader

v0.6.1

25 Dec 19:00
Compare
Choose a tag to compare

Bugfixes

  • fix issue with radio scan
  • fix potential force close