Skip to content

Meeting notes 2023‐12‐19

David Hebbeker edited this page Jan 6, 2024 · 2 revisions

Task Tracker Device

Task Tracker App

  • Material Theme for App
  • 2 views on tasks: list or details
  • release build was not working, but debug build: JDBC driver (for SQL light database) is inefficient in memory; proguard shrinking was "too thorough": classes which were referenced at runtime were removed erroneously; now it is working ✔️
  • sorting tasks by last used, longest...
  • if sorting lexicographically: "task 11" should be between "task 10" and "task 12" and not between "task 1" and "task 2"
  • show time not only in seconds but in bigger fractions like hour, minutes, ...

Clone this wiki locally