Search found 8 matches
- 13 Aug 2017 16:05
- Forum: Feature Requests
- Topic: Input Dialog to select image, file, contact phone
- Replies: 4
- Views: 15354
Input Dialog to select image, file, contact phone
Hi Martin, is it possible to add 3 new types of input dialog: 1. to select an image (like in the "Init Variable Image File" and "Set Wallpaper" actions) 2. to select a file (like in the "Copy File" action) 3. to select a contact phone number (like in the "Call Number" action) with maybe a search fea...
- 07 Jul 2017 15:57
- Forum: Feature Requests
- Topic: Contact ID option for Init Variable Contact List
- Replies: 0
- Views: 6299
Contact ID option for Init Variable Contact List
I think that the "Init Variable Contact List" action should have an option to list the contact id in the contact_list variable. That way, it ensures that the results are "unique". I want to be able to search all my friends group, have their ids, and then do a loop to process and retrieve the informa...
- 07 Jul 2017 15:55
- Forum: User Help / Bug Reports
- Topic: Init Variable Contact Info does partial search not exact
- Replies: 3
- Views: 10595
Re: Init Variable Contact Info does partial search not exact
Thanks Martin. I see that the next EAP 1.34.0-dev will have exact match on search by name. But I also wonder how the search by contact id works ?? How do we know what the id is ?? because the "Init Variable Contact List" action only lists the display_name in the supplied variable contact_list. It do...
- 18 Jun 2017 18:21
- Forum: User Help / Bug Reports
- Topic: Init Variable Contact Info does partial search not exact
- Replies: 3
- Views: 10595
Init Variable Contact Info does partial search not exact
The new Init Variable Contact Info action does a partial search of a name, not an exact match. When I do a search for "Emily", it finds and returns "Emily" and "Emily W" To reproduce this error, create contact names "Emily" and "Emily W" in Google Contacts. Then run the Init Variable Contact Info ac...
- 12 Feb 2017 17:40
- Forum: Feature Requests
- Topic: Supplied variable for Set Wallpaper
- Replies: 0
- Views: 6105
Supplied variable for Set Wallpaper
Currently, the "Set Wallpaper" action does not have a supplied variable. I think there should be a supplied variable to capture and save the path of the wallpaper image. Why? To be able to remember and change back to the previous wallpaper. I can think of many other uses and manipulations that can b...
- 12 Dec 2016 15:35
- Forum: User Help / Bug Reports
- Topic: Text filter of notification on screen and statusbar
- Replies: 2
- Views: 10701
Text filter of notification on screen and statusbar
For the "Notification on Screen Displayed" and "Notification on Statusbar Displayed/Removed/Selected" triggers, is the "Text" filter CaSe Sensitive ?? Does the "Text" filter support glob pattern characters like * and ? ? Does the text filter support many keywords separated by comma ? Does the text f...
- 04 Dec 2016 19:36
- Forum: Flow Sharing Area
- Topic: Skip Audio Music Song Tracks With Volume Buttons, No Root!
- Replies: 2
- Views: 21169
Re: Skip Audio Music Song Tracks With Volume Buttons, No Roo
Awesome flow and out-of-the-box idea! It works for my Poweramp music player. For those who use Poweramp, here is the specific customization: 1. In the "Service Running" action, tap on the Service Class menu (3 dots). Pick the service class "com.maxmpz.audioplayer.player.PlayerService" 2. In the "Con...
- 04 Dec 2016 19:02
- Forum: User Help / Bug Reports
- Topic: Date time addition and subraction
- Replies: 2
- Views: 9684
Date time addition and subraction
Unless I miss something very simple, I can't seem to find functions to do addition and subtraction on datetime ... How do I get a time difference? global_var1="{getDate(),dateformat,HH:mm:ss}"; global_var2="{getDate(),dateformat,HH:mm:ss}"; timedifference="{global_var2-global_var1,dateformat,HH:mm:s...