pour application android simpl-liste
Find a file
le king fu 47f698d86b feat: add notifications, calendar sync, and ICS export
- Scheduled task reminders via expo-notifications with configurable
  offset (at time, 1h, 3h, 1 day before)
- Optional calendar sync via expo-calendar (creates/updates/removes
  events in a dedicated Simpl-Liste calendar)
- ICS export with RRULE support for inbox, lists, and individual tasks
- New migration adding calendar_event_id to tasks table
- Settings UI for notifications toggle, reminder offset, and calendar sync
- Export buttons in inbox toolbar, list header, and task detail

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 08:09:57 -05:00
.vscode Initial commit 2026-02-20 19:08:56 -05:00
app feat: add notifications, calendar sync, and ICS export 2026-02-21 08:09:57 -05:00
assets Initial commit 2026-02-20 19:08:56 -05:00
src feat: add notifications, calendar sync, and ICS export 2026-02-21 08:09:57 -05:00
.gitignore Initial commit 2026-02-20 19:08:56 -05:00
app.json feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
babel.config.js feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
CLAUDE.md docs: add CLAUDE.md and masterplan for project reference 2026-02-20 21:50:45 -05:00
drizzle.config.ts feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
eas.json feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
masterplan.md docs: add CLAUDE.md and masterplan for project reference 2026-02-20 21:50:45 -05:00
metro.config.js fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
nativewind-env.d.ts feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
package-lock.json feat: add notifications, calendar sync, and ICS export 2026-02-21 08:09:57 -05:00
package.json feat: add notifications, calendar sync, and ICS export 2026-02-21 08:09:57 -05:00
sql-transformer.js fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00
tailwind.config.js feat: initial Simpl-Liste MVP 2026-02-20 19:28:42 -05:00
tsconfig.json fix: list navigation, crypto polyfill, SQL transformer, dark mode priorities 2026-02-20 20:15:49 -05:00