Search found 6 matches
- 17 Aug 2015 16:19
- Forum: User Help / Bug Reports
- Topic: Plugin Trigger
- Replies: 1
- Views: 6006
Plugin Trigger
Hello, Automagic documentation for "Trigger Plugin" (not Trigger Plugin Event) states that "The trigger Plugin (Experimental) executes a flow when the condition of a plugin changes to true and/or false.". Can you please tell me whether Automagic queries the Plugin regularly in some interval? (if so,...
- 07 May 2013 11:26
- Forum: User Help / Bug Reports
- Topic: Proximity sensor condition bug?
- Replies: 4
- Views: 13801
Re: Proximity sensor condition bug?
Up vote. The same happens to me - when I use proximity sensor in condition, it always returns false (even on screen on), but in the designer of the condition, I can see the proximity value changing.
- 02 May 2013 09:37
- Forum: Feature Requests
- Topic: Function: contains()
- Replies: 0
- Views: 7267
Function: contains()
Required function: boolean contains(String s, String charSequence) Description: Returns true if and only if this string contains the specified sequence of char values. I know the same can be done using indexOf() > -1 or matches(regex), but it just seems better to have non-regular expression contain...
- 02 May 2013 09:31
- Forum: Feature Requests
- Topic: Function: replaceAll()
- Replies: 1
- Views: 7816
Function: replaceAll()
Required function: String replaceAll(String s, String regex, String replacement)
Description:
Replaces each substring of this string that matches the given regular expression with the given replacement.
Description:
Replaces each substring of this string that matches the given regular expression with the given replacement.
- 02 May 2013 09:26
- Forum: Feature Requests
- Topic: Action: HTTP File Upload
- Replies: 1
- Views: 7822
Action: HTTP File Upload
Required action: HTTP File Upload Options: - Map of file name and file location on disk (e.g. file1 is located there and file2 is located there) Description: It would be great to have support for HTTP File Upload (multipart/form-data). Example flow: 1) Trigger: shake device 2) Action: take screensh...
- 02 May 2013 09:22
- Forum: Feature Requests
- Topic: Action: Take Screenshot
- Replies: 2
- Views: 8816
Action: Take Screenshot
Required action: Take Screenshot Options: Save to File / Save to Clipboard Description: It would be nice to have new action to take screenshot into file or clipboard. I know it can be done using screencap command, but this might need root permissions. Example flow: 1) Trigger: shake device 2) Actio...