Giter VIP home page Giter VIP logo

taskessence's Introduction

Task Essence

Task Essence is a super simple task list for android. It forces you to focus on what is most important each day. Clean styling and a responsive interface are an essential part of Task Essence.

Get it on Google Play

taskessence's People

Contributors

bweissinger avatar

Watchers

James Cloos avatar

taskessence's Issues

Text for FAQs and Articles duplicated

The Help & Feedback view uses R.array.help_item_answers as a text preview for each item. This is a duplicate of the text contained in the layout file for each view. It may be better to create string resources for all text, then reference those strings.

Update 'Help & Feedback'

The FAQ items and Articles in the app need to be updated to remove references to adding/removing tasks based on performance. They should instead reference the app's new behavior of rolling unfinished tasks over to the next list.

Currently it looks like the FAQ item How many tasks can I enter and Article Understanding Task Essence are the only ones that need updated.

Update Readme

The readme could use some attention. It is not very informative and doesn't look particularly attractive.

Animate text strikethrough

It would be nice to have the text strike through on completed tasks animated. Whenever a task is completed the line will begin at the left side of the text, speed up until it nears the right end, then slow down and finally stop. This should be done whenever a task is completed or the view is resumed/created with completed tasks.

Text entered into TextView in EnterTasksView does not stay if app is restarted

Currently, when onPause() is called, the text currently entered into the textViews is saved to the task list. However, when the app is restarted, and onCreateView() is called, the previously finished tasks are not updated into the corresponding textViews. Instead, the textViews are set as Enter x task.

Options:

  1. Use tempTaskList to store textView text until tasks are finalized
  2. Clear string in each task list item before switching to EnterTasksView. Then check if strings are null. If they are then set to Enter x task, else set to task string.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.