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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Nov 20, 2017
1 parent 0a69af1 commit 7112a73
Showing 1 changed file with 55 additions and 23 deletions.
78 changes: 55 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,62 @@
# TooDoo - Todo List Made Simple
<p align="center">
<img src="https://github.com/CaliCastle/TooDoo/raw/master/TooDoo/Resources/Assets.xcassets/AppIcon.appiconset/App%20Icon%2060%403x.png" />
</p>

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.

### Features list:
- [x] Add/Update/Delete categories.
- [x] Reorder categories.
- [x] Add/Complete/Delete todos.
- [x] Scheduled notification for todos that have due time.
## Features list:
- [x] Add/Update/Delete categories
- [x] Reorder categories
- [x] Add/Complete/Delete todos
- [x] Scheduled notification for todos that have due time
- [x] Localization support:
- [x] English
- [x] 简体中文
- [ ] Deutsch

## Requirements for running:
**iOS 10.0+**

_Supported devices:_

- iPhone X
- iPhone 8/8 Plus
- iPhone 7/7 Plus
- iPhone 6/6 Plus
- iPhone SE
- iPhone 5s
- iPhone 5

### Known issues:
**Minor issues**
- Somehow after reordering categories, category collection cell would seem to display improperly.

### Upcoming features:
- Localization
- Categorize icons
- Add location-sensitive notifications for to-dos
**Major issues**
- For __iOS 10.*__, navigation item search icon squashed due to auto-layout changes introduced in __iOS 11__.

## Upcoming features:

- Categorize icons for better UX
- Location-sensitive notifications for to-dos
- Search
- iPad & Landscape orientation support

---

### Open source libraries:
- M13Checkbox
- ChameleonFramework
- BouncyLayout
- Typist
- LTMorphingLabel
- Haptica
- Motion
- BulletinBoard
- Peep
- ViewAnimator
- Hokusai
- DeckTransition
- NotificationBannerSwift
- DateTimePicker
- M13Checkbox
- ChameleonFramework
- BouncyLayout
- Typist
- LTMorphingLabel
- Haptica
- Motion
- BulletinBoard
- Peep
- ViewAnimator
- Hokusai
- DeckTransition
- NotificationBannerSwift
- DateTimePicker

0 comments on commit 7112a73

Please sign in to comment.