Search found 69 matches

by lchiocca
13 Jan 2015 08:31
Forum: Feature Requests
Topic: Groups for global variables
Replies: 4
Views: 13132

Re: Groups for global variables

You could also prefix your global variables with a "package name" that would simulate a group
by lchiocca
10 Dec 2014 09:27
Forum: Feature Requests
Topic: Improve flow executing condition
Replies: 4
Views: 11851

Re: Improve flow executing condition

I don't think that's possible. The reason is simple: You can tell android to display a toast message you can specify if you want to to show up for a short or a long amount of time (both are customizable - see http://developer.android.com/reference/android/widget/Toast.html). Automagic has no change ...
by lchiocca
17 Oct 2014 03:53
Forum: User Help / Bug Reports
Topic: Strange bug
Replies: 3
Views: 9529

Re: Strange bug

Hi Martin,

Thanks for information and the bug fix! That was tremendously fast! Don't worry about my flows. I'll recreate the tasks that fail.

Best Regards
Loris
by lchiocca
15 Oct 2014 07:31
Forum: User Help / Bug Reports
Topic: Strange bug
Replies: 3
Views: 9529

Strange bug

Hi Martin I'm running into a strange bug... Here is my setup: * OnePlus One with latest CM stock rom * Flow that sets the CM profile (that doesn't work) * Other flow that sets the CM profile (but works) I've added a screen recording of what I'm doing. I've also sent the bugreport through the play st...
by lchiocca
24 Mar 2014 10:34
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16862

Re: Widget clickables

Ah... I see... that's is the reason you can't do scrollable widget ;). What you could do is "paint" a second image with the component that was painted last... kind of a z-image but with ref's to the top-most component. That way you can very easily simulate the "component event". Rethinking about my ...
by lchiocca
20 Mar 2014 12:27
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16862

Re: Widget clickables

Hi Martin, Thanks for responding... I don't quite get what you mean with the launcher. I tried to look at how you're building up your views but since you've obfuscated the code, it's a bit harder. But this is what I was thinking of: At some stage you need to define a widget layout. You've probably g...
by lchiocca
19 Mar 2014 10:36
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16862

Re: Widget clickables

Martin, what's you view?
by lchiocca
14 Mar 2014 07:10
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16862

Re: Widget clickables

@PaulyQ

"+1" for the better widget actions or "+1" for the background image in rectangles and elipses? ;)
by lchiocca
13 Mar 2014 10:39
Forum: Feature Requests
Topic: More robust expression condition
Replies: 3
Views: 10057

Re: More robust expression condition

Probably to make it more "type-safe", Martin could add a new data type: enum :). That way you could define what enum values are available and the conditional would simply be a "switch()" (to put it in java terms)
by lchiocca
11 Mar 2014 13:06
Forum: Feature Requests
Topic: Widget clickables
Replies: 7
Views: 16862

Widget clickables

Hi Martin, I searched the forum for a similar request, but didn't find any. My first request: Right now each widget has a grid of clickable actions that are defined "globally". This is good enough for some simple widgets. What I'm currently doing is a lock screen widget that shows me a couple of vit...