EAP version 1.29.0-dev
Moderator: Martin
Re: EAP version 1.29.0-dev
Yes, got that message too. It's because the file in the last post is an old 1.28 version. Maybe a mistake. However the file in the FIRST post is the latest one (1.29 with all the aditions). Thanks Martin for adding EXIF support. Works great so far.
Re: EAP version 1.29.0-dev
Oops, Sorry, completely messed up the link in the last post. The link should work now.
Re: EAP version 1.29.0-dev
A new EAP build is available.
Changes in this update:
Changes in this update:
- extended action Launch Shortcut to record shortcuts created in other apps
- support new profiles API on newer CM12.1 builds
- added checkboxes to preferences to simplify turning on the accessibility service and access to notifications
- minor changes and fixes
Re: EAP version 1.29.0-dev
Is SMS delivery confirmation likely to make it to this release?
Re: EAP version 1.29.0-dev
Need some help.
- Attachments
-
- Screenshot_2015-07-09-15-49-28.png (219.74 KiB) Viewed 30287 times
-
- Screenshot_2015-07-09-15-49-36.png (222.28 KiB) Viewed 30287 times
Re: EAP version 1.29.0-dev
The function setWidgetElementBitmap takes a bitmap and not the path to an image file. Something like this should work:
You can use the regular/official function setWidgetElementProperty to show an image file:
Regards,
Martin
Code: Select all
bitmap=newBitmap(10, 10, newColor(255, 0, 0, 0));
setPixel(bitmap, 5, 5, newColor(255, 255, 0, 0));
setWidgetElementBitmap("Soundboard", "Imitte", bitmap);
Code: Select all
setWidgetElementProperty("Soundboard", "Imitte", "path", "/storage/emulated/0/image.jpg");
Martin
Re: EAP version 1.29.0-dev
@Wibbly: I don't know yet for sure but I hope so. You want delivery confirmations for SMS sent by Automagic, correct? I'll probably add it to the send SMS action itself (with a timeout), would this be useful for your use case?
Re: EAP version 1.29.0-dev
@Martin Thanks
and I wish you a nice Holiday
and I wish you a nice Holiday
Re: EAP version 1.29.0-dev
Yes I think so. The use case is to control the flow direction based on if the SMS was received after it was sent.Martin wrote:@Wibbly: I don't know yet for sure but I hope so. You want delivery confirmations for SMS sent by Automagic, correct? I'll probably add it to the send SMS action itself (with a timeout), would this be useful for your use case?
Thanks for the consideration and have a great holiday