Skip to content

Releases: dmfs/opentasks

1.1.9

10 Jul 20:16
Compare
Choose a tag to compare
  • Open task after saved with editor. #254 (#344)
  • Fix crash when saving task in editor with no list. #93 (#350)
  • Add many missing NL translations. #337 (#356)
  • Make sure the FTS search cursor joins on task ID, not in instance ID. Fixes #322 (#330)
  • Support [] in check lists as well. (#291)
  • Don't allow to create tasks with DUE=START (#309)
  • Show a hint if not task is selected in tablet mode #259 (#274)
  • Improve task list selection when creating a new task from widget (#287)
  • Fix updating pinned notification upon completion. (#275)
  • Open Maps when clicking on location field (#285)
  • Capitalize first letters in all input fields. (#289)
  • fixes some typos for german localisation (#319)
  • add Czech translation, submitted by Jan Kovalsky
  • Fix bug #192: crash when home button pressed during quick add task saved message displayed to user.
  • bugfix: remove flicker and scroll-to-top in widget
  • order by START date/time if DUE and PRIORITY are indistinguishable
  • Update portuguese (Portugal) translation
  • Add Hungarian translation
  • updated spanish translation
  • update FR translation
  • Fix typo in German translation
  • Added Japanese translation
  • add French & Brazilian strings
  • many minor fixes

1.1.8.2

24 Nov 12:02
Compare
Choose a tag to compare
  • upgrade OpenTasks-Provider
  • fix crash when opening a task from widget in two-pane mode

1.1.8.1

24 Nov 12:04
Compare
Choose a tag to compare
  • add Portuguese translation

1.1.8

24 Nov 12:02
Compare
Choose a tag to compare
  • switch to components from the support library

    • replace PagerSlidingTabStrip with TabLayout
    • switch to ToolBar in list view and details view
  • add FloatingActionButton in task list

  • change scroll animation of title in details view

  • move delete option in details view to overflow menu

  • improve tablet layout

  • add options to manage checklist to task details view (add, remove, edit and reorder items)

  • switch from Eclipse to Android Studio/Gradle