Search found 69 matches

by lchiocca
31 Jan 2018 13:23
Forum: User Help / Bug Reports
Topic: Missing arrows in editor
Replies: 5
Views: 15711

Re: Missing arrows in editor

Hi Martin,

A reboot worked. Wondering why it got into that state. I'll write you a mail if I find something.

Thanks
Loris
by lchiocca
21 Jan 2018 19:29
Forum: User Help / Bug Reports
Topic: Missing arrows in editor
Replies: 5
Views: 15711

Missing arrows in editor

Hi Martin

I have a oneplus 5 (latest oreo firmware - non-rooted) and the editor in automagic doesn't show the conection array (see screenshot).

Hope you can fix it for the next version

Loris
by lchiocca
29 Jun 2016 12:33
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

Thanks Martin for the clarifications. I can't wait to start writing some CM tweaks :). You're the best!
by lchiocca
28 Jun 2016 04:46
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

Thanks for the clarification, Martin. With that in place, I can do "real" programming and not always bother you with CM feature requests :). Just out of curiosity: How do you store global variables? Are they actual object references or are they marshalled/unmarshalled when accessed? The reason I'm a...
by lchiocca
22 Jun 2016 05:52
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

Hi again ;) Did you ever think of adding groovy support instead of creating you custom script language? You could add a couple of DSL extensions to access automagic things but make scripts be a full-fledged program. The reason I saying, is that at work, we mainly use java as our main programming lan...
by lchiocca
22 Jun 2016 05:39
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

Hi Martin, That reflection APi seems really promissing! Love it already! Could I add a small request to it? Although it might seem weird at first, but I think it could simplify things if you introduced a base type "string" (instead of "java.lang.String"). Since there are a lot of strings in method s...
by lchiocca
20 May 2016 11:13
Forum: Feature Requests
Topic: QS Tiles on CM
Replies: 3
Views: 12834

Re: QS Tiles on CM

Hi Martin

You're the best!!! I never noticed it until you mentioned it! You're always a step ahead ;)

Loris

Edit: It also works on COS12 :)
by lchiocca
18 May 2016 07:02
Forum: Feature Requests
Topic: QS Tiles on CM
Replies: 3
Views: 12834

QS Tiles on CM

Hi Martin, As of CM13, cyanogen have added an SDK to do a lot of cool stuff. Since you already support CM profiles, I was wondering if it was possible to add custom CM/COS quick settings tiles to automagic. The reason I'm asking is, as of lollipop, lockscreen widgets have been removed (and I think t...
by lchiocca
27 Apr 2016 07:26
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

@Martin, you're right. I was looking at that same page yesterday, but complete missed that part. Ah well, back to adding everything into the manifest ;)
by lchiocca
26 Apr 2016 08:21
Forum: EAP - Early Access Program
Topic: EAP version 1.31.0-dev
Replies: 44
Views: 253675

Re: EAP version 1.31.0-dev

As of android 6, there is also a possibility to request permissions dynamically [ContextCompat.checkSelfPermission(thisActivity, ...)]. Instead of adding all the possible permissions in the manifest, would it be possible to add a static list that can be configured and permission requested dynamicall...