Search found 7 matches
- 02 Mar 2016 09:17
- Forum: Feature Requests
- Topic: NFC / TEXT / YubiKey
- Replies: 1
- Views: 7417
Re: NFC / TEXT / YubiKey
+1. It could very useful for storing password data (e.g OTP encrypted) on nfc tags and use it to automatically do logins, open databases etc.
- 02 Mar 2016 09:15
- Forum: Feature Requests
- Topic: Lock/Unlock flow editor
- Replies: 12
- Views: 40225
Re: Lock/Unlock flow editor
+1 for lock.
+1 for undo.
+1 for undo.
- 14 May 2015 15:56
- Forum: Feature Requests
- Topic: Fling/Flick gesture for navigating flows
- Replies: 0
- Views: 6119
Fling/Flick gesture for navigating flows
Like the subject says, it can help navigating around complex/large flows, especially when the screen is crowded with actions/conditions where you have to find an empty spot to drag on or, in my case,
when the screen is rather small.
when the screen is rather small.
- 12 May 2015 16:46
- Forum: User Help / Bug Reports
- Topic: "Trigger 'Assist' is not available or[...]"
- Replies: 2
- Views: 7660
"Trigger 'Assist' is not available or[...]"
"Trigger 'Assist' is not available or the flow is not enabled" - that's an on screen notification I get when swiping from the soft home button to the magnifying glass icon on my phone, running CM11.
I have no flow which uses this trigger.
I have no flow which uses this trigger.
- 26 Apr 2015 15:22
- Forum: User Help / Bug Reports
- Topic: Phone cell GSM condition
- Replies: 2
- Views: 7856
Re: Phone cell GSM condition
Like a charm.
I wonder about the whitespace theory(?) though, it could be just a kind of type casting problem from List type to "comma separated list" format (Martin did write about it here, now that I know what to look for).
Anyway, thanks a lot.
I wonder about the whitespace theory(?) though, it could be just a kind of type casting problem from List type to "comma separated list" format (Martin did write about it here, now that I know what to look for).
Anyway, thanks a lot.
- 26 Apr 2015 12:16
- Forum: User Help / Bug Reports
- Topic: Is there an action for cleaning the list of the recent apps?
- Replies: 1
- Views: 6497
Re: Is there an action for cleaning the list of the recent a
You could try the method in this video (sorry for mentioning the competition, it should be easier with Automagic ) using the Execute Root Command action.
- 26 Apr 2015 10:28
- Forum: User Help / Bug Reports
- Topic: Phone cell GSM condition
- Replies: 2
- Views: 7856
Phone cell GSM condition
Hi, I'm trying to collect unassigned CIDs to a global variable WorkCIDs but encounter a problem with the following flow: -trigger: Periodic Timer -condition: Phone Cell GSM: Connected to CIDs {global_WorkCIDs} -->false: -condition: Expression: containsElement(global_WorkCIDs, cid) -->false: -action:...