Mo Tarbin
4bfff4b7e9
Add script to handle secrets fetching
2026-07-14 11:57:29 -04:00
Mo Tarbin
bbad583e53
fix: correct day-of-month recurrence parsing to use monthly interval and set next due date
2026-07-14 11:15:50 -04:00
Mo Tarbin
359202a594
fix: clear offline data on logout, session expiry, server change, and login
...
Offline DB was never wiped during logout, token expiry, or server URL
change, allowing stale data to persist across users and servers. Also
plugs the refresh-token expiry path which bypassed handleLogout entirely.
2026-07-14 11:08:46 -04:00
Mo Tarbin
7f68f7dd9d
update permissions in AndroidManifest.xml for better compatibility and security to fix google play issue:
...
```Your app cannot make use of the READ_MEDIA_IMAGES or READ_MEDIA_VIDEO permissions because it only needs one-time or infrequent access to a device’s media files. To use these permissions, your app’s core functionality must need persistent access to photo and video files.
```
2026-07-13 02:44:14 -04:00
Mo Tarbin
77a9de570c
release Prep: update version codes to 28 and marketing version to 1.2.7 in build.gradle, project.pbxproj, and package.json
2026-07-13 00:50:03 -04:00
Mo Tarbin
a02b193b90
implement NFC intent normalization in MainActivity for Donetick
2026-07-13 00:46:48 -04:00
Mo Tarbin
789eb30d2b
chore: update iOS project version to 28 and marketing version to 1.2.6; add sensitive files to .gitignore
2026-07-13 00:32:04 -04:00
Mohamad Tarbin
7a653a5bb7
Merge pull request #135 from donetick/bugfixes-07-09-2026
...
improve task management
2026-07-13 00:21:40 -04:00
Mo Tarbin
c929977773
add filter options for created and updated dates in SortAndGrouping component
2026-07-13 00:17:27 -04:00
Mo Tarbin
d21ec9d727
make choosing color match advance filter color selector
2026-07-12 23:34:47 -04:00
Mo Tarbin
5332d0ac62
streamline task management in SubTask component. have better shortcut and keyboard movement
2026-07-12 23:34:19 -04:00
Mo Tarbin
6508eb57fc
Merge branch 'develop' of https://github.com/Donetick/frontend into bugfixes-07-09-2026
2026-07-12 18:11:22 -04:00
Mo Tarbin
b7cc19b719
format
2026-07-12 18:11:00 -04:00
Mo Tarbin
925ebf3210
fix: correct file patterns in Crowdin configuration for locale files
2026-07-12 18:07:22 -04:00
Mo Tarbin
b1ff6805eb
fix: update NFC URL generation to support iOS platform in ChoreModals component
2026-07-12 18:07:22 -04:00
cm-moment
1f4646dbdc
feat: 新增简体中文(zh-CN)语言汉化包
...
1. 新增 zh-CN 简体中文国际化目录
2. 完成 chores、common、settings 页面全部文本汉化
3. 语言编码遵循 BCP47 标准,与现有多语言目录结构统一
2026-07-12 18:07:22 -04:00
Mo Tarbin
6612e77579
fix: implement UUID generation utility and replace crypto.randomUUID usage (to support genertaion when we are in http )in task and chore components
2026-07-12 18:07:22 -04:00
tanomitsu
2fd6d5cd2e
feat: add Japanese (ja) localization
...
- Add ja translations for common, settings, and chores namespaces
- Register ja in AVAILABLE_LANGUAGES so it appears in the language picker
- Import moment/locale/ja so date and relative-time formatting uses Japanese
2026-07-12 18:07:17 -04:00
Mohamad Tarbin
0531b97e19
Merge pull request #134 from donetick/bugfixes-07-09-2026
...
Update NFC URL generation for iOS and fix Crowdin file patterns
2026-07-10 01:45:58 -04:00
Mo Tarbin
7336b52e14
fix: correct file patterns in Crowdin configuration for locale files
2026-07-10 01:45:16 -04:00
Mohamad Tarbin
cc03275ad3
Merge pull request #132 from cm-moment/develop
...
feat: Add Simplified Chinese (zh-CN) localization新增简体中文(zh-CN)语言汉化包
2026-07-10 01:24:56 -04:00
Mo Tarbin
09909514d5
fix: update NFC URL generation to support iOS platform in ChoreModals component
2026-07-10 01:07:55 -04:00
Mohamad Tarbin
a3dd8cb00d
Merge pull request #133 from donetick/bugfixes-07-09-2026
...
fix: implement UUID generation utility and replace crypto.randomUUID …
2026-07-09 14:44:35 -04:00
Mo Tarbin
d207f7e2b2
fix: implement UUID generation utility and replace crypto.randomUUID usage (to support genertaion when we are in http )in task and chore components
2026-07-09 14:44:05 -04:00
Mohamad Tarbin
cc348e5d35
Merge pull request #112 from tanomitsu/feature/ja-localization
...
Add Japanese (ja) localization
2026-07-09 11:00:19 -04:00
cm-moment
aeed19532f
feat: 新增简体中文(zh-CN)语言汉化包
...
1. 新增 zh-CN 简体中文国际化目录
2. 完成 chores、common、settings 页面全部文本汉化
3. 语言编码遵循 BCP47 标准,与现有多语言目录结构统一
2026-07-09 20:17:36 +08:00
Mohamad Tarbin
b52f870e29
Merge pull request #131 from donetick/bugfixes-07-08-2026
...
Bugfixes 07 08 2026
2026-07-08 14:13:30 -04:00
Mo Tarbin
7889c32be0
fix: simplify Node.js setup in build workflow by removing version matrix
2026-07-08 14:13:18 -04:00
Mo Tarbin
1ca91d684f
fix: remove redundant lint job from build workflow and ensure main branch is specified for push events
2026-07-08 14:08:41 -04:00
Mo Tarbin
648f76bd22
fix: update version codes and add local networking support in iOS Info.plist
2026-07-08 14:06:03 -04:00
Mo Tarbin
f8d772149b
fix: enhance SSE connection handling for native platforms and implement ticket fetching
2026-07-08 13:56:10 -04:00
Mo Tarbin
181156de10
fix: prevent infinite reload loop in OAuth deep link handling and clean up comments in LoginView
2026-07-08 12:46:42 -04:00
Mohamad Tarbin
a038a3366f
Merge pull request #130 from donetick/add-task-photo-fix
...
fix: update version codes and enhance document scanning functionality
2026-07-07 23:17:17 -04:00
Mohamad Tarbin
c43dc175d0
Merge branch 'develop' into feature/ja-localization
2026-07-07 23:01:46 -04:00
Mo Tarbin
fd3f7f4a37
fix: update version codes and enhance document scanning functionality
2026-07-07 21:16:30 -04:00
Mohamad Tarbin
20e5c0e292
Merge pull request #129 from donetick/fix-dependencies
...
chore: update iOS deployment target to 15.0 and upgrade dependencies
2026-07-07 11:22:19 -04:00
Mo Tarbin
768c639d2b
chore: update iOS deployment target to 15.0 and upgrade dependencies
2026-07-07 11:21:58 -04:00
Mohamad Tarbin
9bd7f8347b
Merge pull request #128 from donetick/ux-improvment-07-01-2026
...
Ux improvment 07 01 2026
2026-07-07 00:48:14 -04:00
Mohamad Tarbin
ae57022102
Merge pull request #127 from donetick/add-photo-ai
...
Add Support for OCR and attachment on tasks, redesign AddTaskModal
2026-07-07 00:25:35 -04:00
Mo Tarbin
12d95dd4b1
Fixes and remove logs
2026-07-07 00:23:36 -04:00
Mo Tarbin
57ac5cb9bf
feat: enhance user profile photo handling with URL resolution and profile refresh
2026-07-06 18:12:23 -04:00
Mo Tarbin
24508be4d4
feat: implement attachment browser and viewer modals, enhance chore attachment handling
2026-07-06 18:11:57 -04:00
Mo Tarbin
9136ff3ea3
feat: enhance file upload and attachment management with draft support
2026-07-06 18:10:43 -04:00
Mo Tarbin
4460d80b72
Ability to have open OCR from the field
2026-07-04 15:22:24 -04:00
Mo Tarbin
eb8c178603
Add ability to move project from choreactionMenu
...
fix header not syncing on mychoreHeader
2026-07-04 12:00:12 -04:00
Mohamad Tarbin
ad08cfaad0
Merge pull request #126 from donetick/advance-filtering
...
Advance filtering
2026-07-04 02:25:31 -04:00
Mo Tarbin
96845ad7cf
fix merge issue
2026-07-04 02:19:47 -04:00
Mohamad Tarbin
16412821bf
Merge branch 'develop' into advance-filtering
2026-07-04 02:06:18 -04:00
Mo Tarbin
3c0f4402a8
add dependencies
2026-07-03 23:31:43 -04:00
Mo Tarbin
260087d1fa
Add Ability to turnOCR photo then create task (Merge support-local-ai)
2026-07-03 23:31:19 -04:00