Skip to content

Commit

Permalink
- updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rursache committed Jan 14, 2020
1 parent 32d4314 commit 53e9138
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RSToDoList

<p align="left">
<img width="150" height="150" src="https://github.com/rursache/ToDoList/blob/master/Resources/icon.png" />
<img width="150" height="150" src="https://github.com/rursache/ToDoList/blob/master/WatchApp/Assets.xcassets/watchlogo.imageset/watchlogo.png" />
</p>

A simple To-do list app build for iOS 11+ in Swift 5
Expand Down Expand Up @@ -45,7 +45,7 @@ A simple To-do list app build for iOS 11+ in Swift 5
1. [AppStore](https://apps.apple.com/us/app/todolist-task-manager/id1454122524?ls=1)
2. [TestFlight](https://itunes.apple.com/us/app/testflight/id899247664?mt=8) - Use this [invitation link](http://l0ng.in/todolist) to test the latest build.

## To do
## Roadmap

- [ ] Tutorial/Onboarding
- [ ] Lockdown with FaceID/TouchID or passcode ([BiometricAuthentication](https://github.com/rursache/BiometricAuthentication))
Expand All @@ -54,7 +54,7 @@ A simple To-do list app build for iOS 11+ in Swift 5
- [ ] iPad app
- [ ] Marzipan support for macOS

### Improvements
### Improvements/To Do
- [ ] watchOS complications + sync improvements
- [ ] Reload notifications after user gave push permissions
- [ ] Better sync events and responses
Expand All @@ -64,6 +64,7 @@ A simple To-do list app build for iOS 11+ in Swift 5
- [x] Changing a theme won't change settings nav controller until close/reopen screen
- [x] App will crash if no internet connection is available (fixed in [#955cc7d](https://github.com/rursache/ToDoList/commit/955cc7d895b92945d66aedec3fffb41be8da6c3f))
- [x] Comments and Reminders are not showing up while adding a task (fixed in [#955cc7d](https://github.com/rursache/ToDoList/commit/955cc7d895b92945d66aedec3fffb41be8da6c3f))
- [ ] Found something? [Let me know](https://github.com/rursache/ToDoList/issues)

## Communication
- If you **found a bug**, open an [issue](https://github.com/rursache/ToDoList/issues).
Expand Down

0 comments on commit 53e9138

Please sign in to comment.