diff --git a/README.md b/README.md index 10952fc..2e7b133 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,33 @@ -# RenamedTodo +# Renamed Todo -A native BlackBerry 10 application for managing your todo list based on the todo.txt file format. \ No newline at end of file +Copyright 2012-2018 Morgan McMillian + +Renamed Todo is a native application for managing your todo list based on +the todo.txt file format. This simple plain text format allows for +compatibility and portability across multiple applications on a variety +of platforms created by the todo.txt community. + +## Features + +* Manage your todo.txt file on the device +* Support for both Windows and non-Windows text file formats +* Filter list by project or context +* Due date support (due:YYYY-MM-DD) +* Quick search +* Archive support (done.txt) +* Share items to and from the application +* Active frame + +## LICENSE + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.