EAP version 1.31.0-dev

Forum to discuss everything related to the current development build of Automagic.

Moderator: Martin

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: EAP version 1.31.0-dev

Post by Martin » 23 May 2016 18:52

Hi,

The permission is already there, seems that I forgot that I've added it. It's also available in version 1.30. I've not tested to actually receive MMS so not sure if it works as intended.
A trigger Content Provider Changed is still on the todo-list (no ETA).

Regards,
Martin

lexelby
Posts: 16
Joined: 15 Oct 2015 00:35

Re: EAP version 1.31.0-dev

Post by lexelby » 24 May 2016 13:41

Darn, I guess that means adding the permission didn't make it so that I can trigger on MMS received. :( My trigger is set to android.provider.Telephony.WAP_PUSH_RECEIVED with data type application/vnd.wap.mms-message. Ideas?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: EAP version 1.31.0-dev

Post by Martin » 24 May 2016 18:47

No idea, the values look fine to me. I'll add the content provider changed trigger in the next EAP build, hope this one works.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: EAP version 1.31.0-dev

Post by Martin » 24 May 2016 18:56

I've just made a small test and it seems that I receive the MMS broadcast. Please ensure that the permissions are actually granted when using Android 6 and check the values again. The ...WAP_PUSH_RECEIVED is also available when pressing [...] at the action-field. Also ensure that there are no excess spaces in value application/vnd.wap.mms-message, some keyboards tend to insert spaces after periods.

lexelby
Posts: 16
Joined: 15 Oct 2015 00:35

Re: EAP version 1.31.0-dev

Post by lexelby » 26 May 2016 01:28

I've checked and rechecked -- everything seems right. I guess maybe this is one of those cases where MMS support is inconsistent across devices. FWIW I'm on android 4.2.2, sgh-i537 stock rooted. Guess I'll wait for the content provider trigger. Thanks for all of your help!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: EAP version 1.31.0-dev

Post by Martin » 26 May 2016 19:05

A new EAP version is available.

Changes in this update:
  • new trigger Content Provider Changed
  • added single-line option to action Input Dialog
  • enlarged search window and fixed camera orientation problem on some devices in action Scan Barcode
  • minor changes and fixes
Download: Automagic.apk (2016-05-26)

Regards,
Martin

lexelby
Posts: 16
Joined: 15 Oct 2015 00:35

Re: EAP version 1.31.0-dev

Post by lexelby » 26 May 2016 23:25

It worked!! You are the best developer ever, seriously. I know I haven't paid you anywhere near enough to justify the time you just put into that. Thank your so much!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: EAP version 1.31.0-dev

Post by Martin » 09 Jun 2016 19:58

A new EAP version is available.

Changes in this update:
  • added functions callJavaMethod, getJavaField and setJavaField to directly access the Android API (Experimental)
  • minor changes and fixes
Download: Automagic.apk (2016-06-09)

Regards,
Martin

bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Re: EAP version 1.31.0-dev

Post by bogdyro » 09 Jun 2016 20:29

The new actions are nowhere to be found Martin. Is it a problem on my end or wrong version uploaded?

bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

Re: EAP version 1.31.0-dev

Post by bogdyro » 10 Jun 2016 05:08

Sorry. You said functions. As in script functions. Found them. Maybe they deserve their own separate action blocks? What do you think?

Locked