feat: floating tab bar, NLP date parsing, and task date picker
- Tab bar: TickTick-style floating pill (cornerRadius 28, shadow, systemGray5 active highlight)
- NLP: month+day parsing (8th June, June 8), recurrence (every year/week/etc), intent stripping (remind me of)
- Recurrence chip in add-task toolbar; isRecurring saved with task
- Date chip defaults to Today on new tasks; tapping opens full date picker
- Date picker: calendar grid, inline time wheel, Repeat menu (Date tab)
- Duration tab: Start/End column selector, live duration counter, All Day toggle
- TaskItem: added endDate and isAllDay fields
- Fixed hidden Unicode character corrupting + operator in TodayView
Co-Authored-By: Kutesir <tqwyy79vzn@privaterelay.appleid.com>
2026-05-30 23:49:30 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
2026-06-01 00:44:02 +03:00
|
|
|
<dict>
|
|
|
|
|
<key>com.apple.developer.healthkit</key>
|
|
|
|
|
<true/>
|
|
|
|
|
<key>com.apple.developer.applesignin</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
</array>
|
2026-06-01 20:45:26 +03:00
|
|
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
|
|
|
|
<string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string>
|
2026-06-03 12:27:45 +03:00
|
|
|
<key>com.apple.security.application-groups</key>
|
|
|
|
|
<array>
|
|
|
|
|
<string>group.com.kutesir.KisaniCal</string>
|
|
|
|
|
</array>
|
2026-06-01 00:44:02 +03:00
|
|
|
</dict>
|
feat: floating tab bar, NLP date parsing, and task date picker
- Tab bar: TickTick-style floating pill (cornerRadius 28, shadow, systemGray5 active highlight)
- NLP: month+day parsing (8th June, June 8), recurrence (every year/week/etc), intent stripping (remind me of)
- Recurrence chip in add-task toolbar; isRecurring saved with task
- Date chip defaults to Today on new tasks; tapping opens full date picker
- Date picker: calendar grid, inline time wheel, Repeat menu (Date tab)
- Duration tab: Start/End column selector, live duration counter, All Day toggle
- TaskItem: added endDate and isAllDay fields
- Fixed hidden Unicode character corrupting + operator in TodayView
Co-Authored-By: Kutesir <tqwyy79vzn@privaterelay.appleid.com>
2026-05-30 23:49:30 +03:00
|
|
|
</plist>
|