dmfs / opentasks

A task app for Android
Apache License 2.0
940 stars 247 forks source link

Feature Request: Setting to hide unused attributes #54

Open ccoenen opened 10 years ago

ccoenen commented 10 years ago

I don't use anything in tasks except for title and status. It would be awesome if i could hide the other fields via some kind of setting.

dmfs commented 10 years ago

Sounds like a good idea. However, we're also planning to add some kind of "quick add" button that doesn't show the full editor. Instead it will be just a single line for the title (similar to the quick add feature for events in Samsung's S-Planner).

ccoenen commented 10 years ago

Yes, this would help, too.

djibux commented 8 years ago

I second this! I only use title and end date :)

c64bob commented 5 years ago

Any news on this one?

dmfs commented 5 years ago

A first version of this is planned as a by-product of full recurrence support. In practice we have to deal with different levels of support for recurrence, i.e. some servers/clients don't support it at all, some support a simplified version, some support the full iCalendar model. Ideally, the user can adjust the task model in OpenTasks to match his/her ecosystem. In order to address this, I'm planning on adding support for selecting your preferred task model for each task list or account. At present the task model is provided by the sync app for all lists maintained by this app. I'm planning on adding more models to OpenTasks and an option for the user to select the model per task list or acount. In the first step we'll provide some basic models like:

By changing the model you can alter the apperence of the task editor and task view.

We'll certainly add more models over time (after all, adding a model will be as simple as adding another XML file). Eventually there may be a "custom" model, which is entirely user configurable.

c64bob commented 5 years ago

This sounds awesome! Thanks for your great work

PanderMusubi commented 3 years ago

I reported a similar request under https://github.com/dmfs/opentasks/issues/107

Who is would like to collaborate on a PR offering a setting to hide only all the date related elements in the user interface?