{"id":13693196,"url":"https://github.com/rursache/ToDoList","last_synced_at":"2025-05-02T21:31:42.248Z","repository":{"id":44817095,"uuid":"171643669","full_name":"rursache/ToDoList","owner":"rursache","description":"A simple ToDoList written in Swift","archived":true,"fork":false,"pushed_at":"2025-03-16T13:32:42.000Z","size":3098,"stargazers_count":232,"open_issues_count":4,"forks_count":55,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-23T07:55:02.543Z","etag":null,"topics":["cloudkit","realm","swift","todolist","xcode"],"latest_commit_sha":null,"homepage":"https://radu.ursache.ro","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rursache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rursache"}},"created_at":"2019-02-20T09:36:48.000Z","updated_at":"2025-04-12T14:25:49.000Z","dependencies_parsed_at":"2024-11-12T19:41:25.390Z","dependency_job_id":null,"html_url":"https://github.com/rursache/ToDoList","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rursache%2FToDoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rursache%2FToDoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rursache%2FToDoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rursache%2FToDoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rursache","download_url":"https://codeload.github.com/rursache/ToDoList/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252108838,"owners_count":21696146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudkit","realm","swift","todolist","xcode"],"created_at":"2024-08-02T17:01:06.788Z","updated_at":"2025-05-02T21:31:42.242Z","avatar_url":"https://github.com/rursache.png","language":"Swift","readme":"# RSToDoList\n\n\u003cp align=\"left\"\u003e\n  \u003cimg width=\"150\" height=\"150\" src=\"https://github.com/rursache/ToDoList/blob/master/WatchApp/Assets.xcassets/watchlogo.imageset/watchlogo.png\" /\u003e\n\u003c/p\u003e\n\nA simple To-do list app build for iPhone, iPad and Apple Watch in Swift 5 (iOS 11+, watchOS 6+)\n\n\u003e [!WARNING]\n\u003e Unmaintained and EoL since 2022\n\n## Main features\n- [x] Persistent task lists using Realm\n- [x] iCloud Kit support for syncing\n- [x] Push notifications for reminders (Synced between devices)\n- [x] Add/delete/edit/complete tasks\n- [x] Set task Date \u0026 Time + custom reminders and comments (images too)\n- [x] Sort/Filter/Prioritise tasks\n- [x] iPad app\n- [x] Watch app\n- [x] Widget for Today tasks\n- [x] Theme support with custom App Icons\n- [x] Multi-Language support\n- [x] 3D Touch shortcuts\n- [x] Dark mode\n- [x] Onboarding/tutorial\n\n## Requirements\n - iOS 11.0+\n - Xcode 11.0+\n - Swift 5.0+\n\n## How to run\n\n1. Clone the repo\n2. Turn on iCloud option in ```Signing \u0026 Capabilities``` and check ```CloudKit```. Turn on ```Background Modes``` and check ```Background fetch``` + ```Remote notification```.\n3. Make sure to update your app group config (```Signing \u0026 Capabilities```, ```App Groups```) and id string in ```RealmManager.swift```.\n\n## Live demo\n\n[ToDoList - Task Manager by RanduSoft - AppStore](https://apps.apple.com/us/app/todolist-task-manager/id1454122524?ls=1)\n\n## Roadmap\n\n### Features\n\n- [ ] Lockdown with FaceID/TouchID or passcode (using [BiometricAuthentication](https://github.com/rursache/BiometricAuthentication))\n- [ ] Smart dates (transform \"'task name' today at 10:00\" into a task with a date/time of today @ 10:00)\n- [ ] Rearrange tasks manually\n- [ ] Catalyst support for macOS\n \n### Improvements/To Do\n- [ ] Modern Widgets\n- [ ] watchOS complications + sync improvements\n- [ ] Reload notifications after user gave push permissions if initially declined \n\n## Communication\n- If you **found a bug**, open an [issue](https://github.com/rursache/ToDoList/issues).\n- If you **have a feature request**, open an [issue](https://github.com/rursache/ToDoList/issues).\n- If you **want to contribute**, submit a [pull request]().\n\n## Acknowledgements \u0026 Frameworks used\n\nAn extensive list of acknowledgements for each external framework used for RSToDoList is also available in app by accessing the settings screen.\n\nRSToDoList is currently using:\n\n - [LKAlertController](https://github.com/lightningkite/LKAlertController)\n - [ActionSheetPicker-3.0](https://github.com/rursache/ActionSheetPicker-3.0)\n - [IceCream](https://github.com/rursache/IceCream)\n - [UnderKeyboard](https://github.com/rursache/UnderKeyboard)\n - [ActiveLabel](https://github.com/optonaut/ActiveLabel.swift)\n - [Realm \u0026 RealmSwift](https://realm.io/products/realm-database)\n - [RSTextViewMaster](https://github.com/rursache/RSTextViewMaster)\n - [Loaf](https://github.com/schmidyy/Loaf)\n - [Robin](https://github.com/ahmedabadie/Robin)\n - [BulletinBoard](https://github.com/alexaubry/BulletinBoard)\n\nAll icons used in RSToDoList are designed by Icons8.com and available [here](http://icons8.com).\nColors for themes and app icon are picked from [FlatUIColors.com](https://flatuicolors.com).\n\n## License\n\nRSToDoList is available under the GNU license. See the [LICENSE](https://github.com/rursache/ToDoList/blob/master/LICENSE) file for more info.\n","funding_links":["https://github.com/sponsors/rursache"],"categories":["Tasks"],"sub_categories":["Mastodon"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frursache%2FToDoList","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frursache%2FToDoList","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frursache%2FToDoList/lists"}