A native BlackBerry 10 application for managing your todo list based on the todo.txt file format.
Go to file
Morgan McMillian 17d84d826f version bump
2018-01-21 12:22:15 -08:00
assets add ability to load todo.txt from any shared location, resolves #4 2018-01-21 12:22:05 -08:00
src add ability to load todo.txt from any shared location, resolves #4 2018-01-21 12:22:05 -08:00
translations Initial project import 2018-01-20 15:44:35 -08:00
.cproject Initial project import 2018-01-20 15:44:35 -08:00
.gitignore use bulidnum file 2018-01-21 12:20:36 -08:00
.project Initial project import 2018-01-20 15:44:35 -08:00
bar-descriptor.xml version bump 2018-01-21 12:22:15 -08:00
config.pri Initial project import 2018-01-20 15:44:35 -08:00
LICENSE Initial commit 2018-01-20 23:38:57 +00:00
Makefile Initial project import 2018-01-20 15:44:35 -08:00
precompiled.h Initial project import 2018-01-20 15:44:35 -08:00
README.md update readme 2018-01-20 16:43:35 -08:00
RenamedTodo.pro Initial project import 2018-01-20 15:44:35 -08:00

Renamed Todo

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.