Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 7112a73

Browse files
committed
Update README.md
1 parent 0a69af1 commit 7112a73

1 file changed

Lines changed: 55 additions & 23 deletions

File tree

README.md

Lines changed: 55 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,62 @@
11
# TooDoo - Todo List Made Simple
2+
<p align="center">
3+
<img src="https://github.com/CaliCastle/TooDoo/raw/master/TooDoo/Resources/Assets.xcassets/AppIcon.appiconset/App%20Icon%2060%403x.png" />
4+
</p>
5+
26
TooDoo is a beautiful and simple to-do list app that helps you manage tasks on a daily basis and painless create new todos in seconds.
37

4-
### Features list:
5-
- [x] Add/Update/Delete categories.
6-
- [x] Reorder categories.
7-
- [x] Add/Complete/Delete todos.
8-
- [x] Scheduled notification for todos that have due time.
8+
## Features list:
9+
- [x] Add/Update/Delete categories
10+
- [x] Reorder categories
11+
- [x] Add/Complete/Delete todos
12+
- [x] Scheduled notification for todos that have due time
13+
- [x] Localization support:
14+
- [x] English
15+
- [x] 简体中文
16+
- [ ] Deutsch
17+
18+
## Requirements for running:
19+
**iOS 10.0+**
20+
21+
_Supported devices:_
22+
23+
- iPhone X
24+
- iPhone 8/8 Plus
25+
- iPhone 7/7 Plus
26+
- iPhone 6/6 Plus
27+
- iPhone SE
28+
- iPhone 5s
29+
- iPhone 5
30+
31+
### Known issues:
32+
**Minor issues**
33+
- Somehow after reordering categories, category collection cell would seem to display improperly.
934

10-
### Upcoming features:
11-
- Localization
12-
- Categorize icons
13-
- Add location-sensitive notifications for to-dos
35+
**Major issues**
36+
- For __iOS 10.*__, navigation item search icon squashed due to auto-layout changes introduced in __iOS 11__.
37+
38+
## Upcoming features:
39+
40+
- Categorize icons for better UX
41+
- Location-sensitive notifications for to-dos
1442
- Search
43+
- iPad & Landscape orientation support
44+
45+
---
1546

1647
### Open source libraries:
17-
- M13Checkbox
18-
- ChameleonFramework
19-
- BouncyLayout
20-
- Typist
21-
- LTMorphingLabel
22-
- Haptica
23-
- Motion
24-
- BulletinBoard
25-
- Peep
26-
- ViewAnimator
27-
- Hokusai
28-
- DeckTransition
29-
- NotificationBannerSwift
30-
- DateTimePicker
48+
- M13Checkbox
49+
- ChameleonFramework
50+
- BouncyLayout
51+
- Typist
52+
- LTMorphingLabel
53+
- Haptica
54+
- Motion
55+
- BulletinBoard
56+
- Peep
57+
- ViewAnimator
58+
- Hokusai
59+
- DeckTransition
60+
- NotificationBannerSwift
61+
- DateTimePicker
62+

0 commit comments

Comments
 (0)