Files
oott/TODO.md
T
rzuastiandClaude Opus 4.8 8c7e98ae5d Show foreground push notifications on iOS
iOS suppresses an incoming push banner while the app is foregrounded
unless the app opts in. _ensureForegroundDisplay now calls
setForegroundNotificationPresentationOptions on iOS so the OS presents
the push directly, avoiding a double notification / delegate clash with
flutter_local_notifications. Android keeps the onMessage local-notification
path, which it still requires.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 14:44:44 -04:00

2.3 KiB

OOTT ToDo list

  • Add support for push notifications to the app (iOS and Android)
  • Remove push notifications plan

Release plan for 0.2.0

  • Test Android UI on emulator
  • Release 0.1.0
  • Fix bugs and release 0.1.1
  • Install in test server (docker) following documented process
  • Install test app on iPhone
  • Test in-house for 1 week
  • Implement push notifications
  • Release 0.2.0
  • Install in test server and test app on iPhone
  • Test in-house for 3 days
  • Release 0.2.1 (or as many versions as needed)
  • Publish website
  • Post on reddit

Backend

  • Implement the pushover API call directly to support HTML content and review notification text to use it
  • Check for potential dependency upgrades
  • Upgrade dependencies to new major versions

Frontend

  • On Android, make the font of the icon (phone screen) bigger
  • In the status screen, the "listening for" property of passive scanners should change to days and months (now its always minutes)
  • Upgrade dependencies to new major versions
  • Check for potential dependency upgrades
  • In the frontend, in the settings screen, move the backend configuration to a popup dialog that asks for the URL and API key and allows the user to test and save it. In the main screen it should present both items as read only and allow the user to change the theme and push notifications and both should trigger the change immediately (ie. without a save button). The dialog for the backend config should be accesible via a "Re-configure" link or button (do what aligns best with M3). The first time the user uses the UI (or when the backend is not configured at all, it should navigate to the settings screen with the dialog open, and upon Saving the backend config it should refresh the settings page)
  • The permissions dialog for push notifications on android says "Allow frontend to send you notifications"

Push relay

  • Add NPM to the devShell to be able to run tests

Improve engine

Passive (low noise, no probing):

  • Passive packet capture — observe any broadcast/multicast traffic; a device that never responds to ARP still generates traffic

Active (you probe the network):

  • NDP (Neighbor Discovery Protocol) — IPv6 equivalent of ARP; important if the network uses IPv6