Commit Graph

  • 12e3cfdd13 Revert app icon to original dark design, keep explicit size entries Robin Kutesa 2026-06-01 03:43:14 +03:00
  • ff7800588e Fix notification icon: add all explicit iOS icon sizes to asset catalog Robin Kutesa 2026-06-01 03:40:00 +03:00
  • 228607fde6 Add rest timer with toggle — auto-starts after each set when enabled Robin Kutesa 2026-06-01 03:30:00 +03:00
  • 0e085f7fec Fix app icon: full orange fill so it's visible in lock screen notifications Robin Kutesa 2026-06-01 03:20:32 +03:00
  • 5596bcbe6f Fix app icon background to orange so it's visible on lock screen notifications Robin Kutesa 2026-06-01 03:00:18 +03:00
  • f784ef38b3 Fix app icon cropped to fill full 1024x1024, removing dead black border Robin Kutesa 2026-06-01 02:41:35 +03:00
  • 3bc63119ee Fix: scope task completion toggle to circle only Robin Kutesa 2026-06-01 02:37:54 +03:00
  • 43fb8f7036 Fix stale notification count and add deeplink navigation Robin Kutesa 2026-06-01 02:31:41 +03:00
  • a49d5fea35 Show overdue + today task count on app icon badge Robin Kutesa 2026-06-01 02:25:35 +03:00
  • 8f8825ac04 Add tooltip coach mark tutorial for new users Robin Kutesa 2026-06-01 02:23:12 +03:00
  • 409b4f8ee6 Mark NotificationManager @unchecked Sendable Robin Kutesa 2026-06-01 02:03:01 +03:00
  • fc6d5a91bd Fix all NotificationManager concurrency warnings Robin Kutesa 2026-06-01 02:02:04 +03:00
  • 7b23493f6f Fix MainActor isolation in NotificationManager; var→let in AuthManager Robin Kutesa 2026-06-01 01:54:20 +03:00
  • 30382f6f52 Replace hardcoded name/initials with live auth user data Robin Kutesa 2026-06-01 01:50:37 +03:00
  • 2f08e4a006 Fix build errors: Self.kXxx refs and MainActor isolation Robin Kutesa 2026-06-01 01:38:19 +03:00
  • d424a2a814 Clear demo data, namespace storage by user, add profile setup Robin Kutesa 2026-06-01 01:31:55 +03:00
  • ac7f2d0614 fix: add AuthManager and AuthView to Xcode project target Robin Kutesa 2026-06-01 01:16:19 +03:00
  • ea869f51b0 feat: Sign in with Apple authentication Robin Kutesa 2026-06-01 00:44:02 +03:00
  • 68efa02803 feat: floating tab bar, NLP date parsing, and task date picker Robin Kutesa 2026-05-30 23:49:30 +03:00
  • a11258dea5 feat: upcoming section — collapse, 5-item cap, show more kutesir 2026-05-30 02:42:50 +03:00
  • cab5c4ef05 feat: home screen quick actions (long press app icon) kutesir 2026-05-30 02:38:15 +03:00
  • e0e4f709b6 feat: replace day strip with vertical timeline in month view kutesir 2026-05-29 13:51:37 +03:00
  • 98eaa9fb27 fix: reduce memory footprint — Canvas for dot grid, scope PreferenceKey kutesir 2026-05-29 13:38:52 +03:00
  • 875f562801 Add profile stats sheet with task and workout analytics kutesir 2026-05-29 12:06:34 +03:00
  • 27890825d4 Unify workout progress: dot grid in WorkoutView + session sheet kutesir 2026-05-29 11:26:02 +03:00
  • 90d0a03eab Fix add-task sheet expanding to full screen on keyboard kutesir 2026-05-29 11:18:56 +03:00
  • b6c90a4177 Fix FloatingTabState crash + landscape layout on iPhone kutesir 2026-05-29 11:01:58 +03:00
  • 8210cbf487 Add KisaniCal scheme to project.yml kutesir 2026-05-29 10:55:43 +03:00
  • 28f8b4a0f1 Remove widget extension kutesir 2026-05-29 10:36:39 +03:00
  • 1d4d7f07c5 Add task persistence and per-task reminder notifications kutesir 2026-05-29 10:33:55 +03:00
  • bc55d27f45 Fix NL parser: fuzzy tomorrow matching + relative date offsets kutesir 2026-05-29 10:23:50 +03:00
  • dc99a3f1f0 fix: widget iOS 17 deployment target + register FloatingTabState kutesir 2026-05-28 20:35:44 +03:00
  • 5e232f2d81 feat: add widget extension — small, medium, large kutesir 2026-05-28 19:48:01 +03:00
  • 05a579e2f7 feat: replace workout progress bar with dot-grid indicator kutesir 2026-05-28 18:55:09 +03:00
  • e06f15c585 fix: compact AddTaskSheet to 150pt detent, eliminating empty space kutesir 2026-05-28 09:57:41 +03:00
  • ad8b6574fb redesign: replace full calendar grid with compact date badge on splash kutesir 2026-05-28 00:43:14 +03:00
  • d33a3d0168 fix: resolve SplashView type-check timeout and DayCell redeclaration kutesir 2026-05-28 00:38:34 +03:00
  • 21bbde8980 fix: register SplashView.swift in Xcode project file kutesir 2026-05-28 00:35:13 +03:00
  • 07bc2eee1c feat: add launch splash screen with calendar and kisaniCAL. wordmark kutesir 2026-05-28 00:29:06 +03:00
  • 234ef622f4 fix: resolve Swift phase-1 init errors in WorkoutViewModel kutesir 2026-05-28 00:08:38 +03:00
  • b3f21769ec refactor(design): replace workout emoji icon with segmented section bar kutesir 2026-05-28 00:00:46 +03:00
  • e105af147d fix: migrate persisted gamified emojis on load kutesir 2026-05-27 23:55:38 +03:00
  • 36191f616f refactor(design): remove gamification — replace emoji icons with progress ring kutesir 2026-05-27 23:41:15 +03:00
  • 1b29fb996f feat(tasks): natural language task input with inline token highlighting kutesir 2026-05-27 14:58:47 +03:00
  • d7ec351dd4 fix(layout): fix rotation crash and improve iPad split view kutesir 2026-05-27 14:01:34 +03:00
  • f67429de0b Initial commit: KisaniCal iOS app kutesir 2026-05-27 02:09:44 +03:00