Skip to content

Releases: andresth/Kandroid

v0.5.9

24 Jun 17:21
Compare
Choose a tag to compare
  • Set CalendarURL to null when it's not in the response

v0.5.8

14 Apr 22:17
Compare
Choose a tag to compare

fixes

  • fixed version check

v0.5.7

13 Aug 21:40
Compare
Choose a tag to compare

improvements

  • Show notification while downloading file
  • Show error message when server returns invalid resonses (Login screen)
  • Follow URL redirects (HTTP codes 301, 302, 307, 308)
  • Automatically change the server URL to the correct endpoint if possible
  • Show error message when all swimlanes are deactivated
  • Moved new comment button to listview
  • Moved new subtask button to listview

fixes

  • fixed crash when user has assigned tasks but no projects
  • fixed crash when trying to change swimlane/column while receiving data
  • fixed crash when trying to add subtask/comment while receiving data
  • handle deactivated swimlanes correctly
  • Various bug fixes

v0.5.6

01 Aug 11:20
Compare
Choose a tag to compare

new features

  • Download files attached to tasks
  • Move task to other columns
  • Move task to other swimlane

improvements

  • sort task by position value

fixes

  • Various bug fixes

v0.5.5

03 May 22:17
Compare
Choose a tag to compare

new features

  • Support for Android 4.2
  • Rudimentary support for task attachments

improvements

  • replaced floating action button with the default option menu to support smaller layouts

fixes

  • Various bug fixes

v0.5.4

21 Apr 12:47
Compare
Choose a tag to compare

improvements

  • Support for self-signed certificates (when imported into Android)
  • Clickable links in project and task descriptions

fixes

  • Wrong login credentials result in kanboard version error
  • Allow login on servers that run a development version of Kanboard

v0.5.3

04 Apr 22:04
Compare
Choose a tag to compare

improvements

  • japanese translation (thanks to naofum)

fixes

  • App is crashing when user has no projects
  • HTTP redirects should be handled correctly
  • Task due date can now be deleted

v0.5.2

03 Apr 19:27
Compare
Choose a tag to compare

improvements

  • Spanish translation (thanks to Esteban Monge)

v0.5.1

26 Mar 15:15
Compare
Choose a tag to compare

improvements

  • Support for Kanboard v1.0.41
  • Show version number in about activity

fixes

  • fixed null description in default swimlane
  • fixed bug that crashed task view

v0.5

05 Mar 21:24
Compare
Choose a tag to compare

new features

  • Basic UI to add and modify tasks

improvements

  • Support for HTTP connections to host
  • Refresh view when a task was edited
  • Check Kanboard version on login

fixes

  • Task owner might show null sometimes
  • Wrong text on close task button