LibreTasks
LibreTasks copied to clipboard
An updated form of Omnidroid
``` The input dialog for "Omnidroid->Screen brightness" action is a text input that takes a number from 1-100, it should be replaced with a slider of some sort. ``` Original...
``` Text entry, especially for rule name and description (in addition to action inputs) should use predictive text (capitalizing first letter, etc.) ``` Original issue reported on code.google.com by `[email protected]`...
``` http://developer.android.com/guide/topics/manifest/uses-sdk-element.html ``` Original issue reported on code.google.com by `[email protected]` on 13 Jul 2010 at 9:43
``` I believe there is a strong use case for blocking all incoming calls where caller id is not available. To make this happen, we will first need to have...
``` What steps will reproduce the problem? 1. Create a new rule with the phone ring event. 2. Add a phone ring time filter. 3. Choose day of the week...
``` twitter doesn't accept messages with size more then 140letters. so we need to prompt users if message size is more then 140. it would be better if we could...
``` From the AcitivtyLog, each log item can be selected, but the data presented is kind of horrible. Aside from making it look better, here are some things that should...
``` What steps will reproduce the problem? 1. create rule with call ended event 2. have two active rules at the same time 3. end one of them, while other...
``` A possible change in UI flow: Save new rules and rule changes along the way and get ride of the save button/dialog. We'd provide a "Revert" ("Cancel" for new...
``` UI suggestion from user: Turn the RootEventActivity into an ExpandableListView which when an event is selected expands to show stored rules. or Provide similar functionality using item context menus....