Search found 11 matches

by psydex
19 Aug 2015 11:45
Forum: Feature Requests
Topic: Please add SQLite storage support.
Replies: 9
Views: 30761

Re: Please add SQLite storage support.

or maybe add ContentProvider://automagic/TargetName/Request*
and triggers for Targetname ?
by psydex
19 Aug 2015 11:41
Forum: Feature Requests
Topic: Switch Case
Replies: 7
Views: 23350

Re: Switch Case

+1
by psydex
06 Aug 2015 08:29
Forum: Feature Requests
Topic: New Action: Account synchronization
Replies: 3
Views: 10271

Re: New Action: Account synchronization

Works well. Thank you
by psydex
19 Jun 2015 14:26
Forum: User Help / Bug Reports
Topic: DIY-Actions/Triggers: Start Activity, General Broadcast, ...
Replies: 49
Views: 307468

Re: DIY-Actions/Triggers: Start Activity, General Broadcast,

Is it possible to receive applications action "Share" by broadcast trigger?
by psydex
19 Jun 2015 10:44
Forum: Feature Requests
Topic: Please add SQLite storage support.
Replies: 9
Views: 30761

Please add SQLite storage support.

Internal variables is good, but in some cases i need to store very much records, so storing data in SQLite base would be perfect decision for that purposes.
by psydex
19 Jun 2015 10:42
Forum: Feature Requests
Topic: Please add Parsing and Generating JSON string
Replies: 0
Views: 7033

Please add Parsing and Generating JSON string

Subject.

Many online services uses JSON format as parameters or results. please add native automagic parser json into [Map] variable.
I hope it is not so hard.
Thank you
by psydex
19 Jun 2015 10:32
Forum: Feature Requests
Topic: Receive Intent trigger
Replies: 1
Views: 7857

Re: Receive Intent trigger

mee too.

I want to create "send to" or "share" handler by automagic for some scenarios.
by psydex
19 Jun 2015 10:23
Forum: Feature Requests
Topic: New Action: Account synchronization
Replies: 3
Views: 10271

Re: New Action: Account synchronization

i need it too
by psydex
19 Jun 2015 09:15
Forum: Feature Requests
Topic: Execute flow as "procedure" with parameters
Replies: 4
Views: 15897

Re: Execute flow as "procedure" with parameters

mee too! also it is wonderfull if i can run flows just in script, something like this: parameters = newList(1, 'abc', 2); FlowVariables = ExecuteFlow('FlowName', Parameters); FlowVariables - Map(?) of all returned variables from flow, or add special Flow_Result variable for returning results from flow
by psydex
19 Jun 2015 08:07
Forum: Feature Requests
Topic: refresh widget
Replies: 5
Views: 15765

Re: refresh widget

me too.
I want to refresh widgets by separated action, not by setWidgetElementProperty, because all expressions on widget becomes broken after setWidgetElementProperty