Skip to content

Releases: mickey946/ToDoList

Version 4 Stable

28 Apr 22:46
Compare
Choose a tag to compare

Changes:

  • Adding and deleting tasks are now done using AsyncTask
  • Loading the list view is also using AsyncTask
  • Removed Parse syncronization

Version 3.0

31 Mar 15:03
Compare
Choose a tag to compare

Changes:

  • Tasks are saved in a local SQLite database.
  • The tasks are also backed up on Parse.
  • Upon installing, the relevant Parse table would be cleared (synchronization).

v2.0

16 Mar 20:29
Compare
Choose a tag to compare

Changes:

  • Adding a task is done via new activity.
  • The user mush also choose a date for the task.
  • Over due tasks would be red.
  • If a task starts with "Call ", a long click on the task would suggest an option of calling to the specified number (after the word "Call ").