To-Do application written on Kotlin with RxJava and Dagger 2.
- Today tasks list
- ToDo list that contains today tasks and tasks added earlier
- Change order of tasks
- Delete task by swipe
- Hide/Show completed tasks
- User lists
- Remove user lists
- Change order of user lists
- List "My Day" shows only tasks added in this day.
- List "To Do" shows previous day tasks, tasks added only in this list and tasks of current day.
- User lists not related with "My Day" and "To Do" lists.
Tasks | Task containers |
---|---|
Copyright (C) 2017 HassanUsman
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.