Files
tactility_apps/Apps/TodoList
2026-07-03 22:30:14 +02:00
..
2026-06-07 15:56:32 +02:00
2026-02-19 19:46:54 +01:00
2026-02-19 19:46:54 +01:00

Todo List

A simple task list manager for Tactility.

Overview

Keep track of tasks directly on your device. Add items, mark them complete, and delete them when done. Tasks are automatically saved and persist across sessions.

Features

  • Add, complete, and delete tasks
  • Visual completion indicators (checkmarks vs pending dots)
  • Strike-through styling for completed items
  • Pending task counter in header
  • Clear all completed tasks at once
  • Persistent storage (survives reboots)

Controls

  • Touch:
    • Tap a task: Toggle between done and pending
    • Tap X button: Delete a task
  • Text Input: Type a task name, then press Enter or the + button to add it
  • Toolbar Button: Trash icon to clear all completed tasks

Storage

Tasks are saved to the app's user data directory in a simple text format:

  • - prefix = pending task
  • + prefix = completed task

Up to 50 tasks, 128 characters each.

Requirements

  • Tactility
  • Touchscreen or keyboard