TaskBerserk is a TaskWarrior client for iOS. App uses Inthe.am RESTful API for syncing with TaskWarrior.
Feel free to create issues, especially enhancement.
Currently app is in early development stage. Current development version v0.1.0 contains next improvements:
- Basic functionality
- Add tasks
- Remove tasks
- Edit tasks
- Change task's names
- Change task's project
- Change task's tags
- Change task's priority
- Basic gestures
- Done taskg
- Delete task
- Fetching task via Intheam
- Local storage(CoreData)
- Additional functionality
- View all projects
- View all tags
- View project's tasks
- View tag's tasks
- v0.1.0 Basic functionality + fetching via Intheam
- v0.2.0 Syncing via Intheam
- v0.3.0 Better compatibility support(depends on tasks, sub projects) + gestures
- v0.4.0 Filters + searching
- v0.5.0 UI
- v0.6.0 Calendar + notifications
- v0.7.0 Reports/charts
For now the only way to install app is to download and build it from a release page or clone from current development branch. You should also add an AppKey.plist file to project with your Inthe.am API key:
<dict>
<key>Intheam</key>
<string>Your API Key</string>
</dict>
Prototype with support of syncing task via Inthe.am API. App parses JSON into tasks and projects.
TaskBerserk is released under MIT license. For details, see LICENSE.