Releases: andresth/Kandroid
Releases · andresth/Kandroid
v0.5.9
- Set CalendarURL to null when it's not in the response
v0.5.7
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
new features
- Download files attached to tasks
- Move task to other columns
- Move task to other swimlane
improvements
- sort task by position value
fixes
v0.5.5
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
v0.5.4
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
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
improvements
- Spanish translation (thanks to Esteban Monge)
v0.5.1
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
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