Forum to discuss everything related to the current development build of Automagic.
Moderator: Martin
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 23 Aug 2015 10:12
A new EAP build is available.
Changes in this update:
- fixed CyanogenMod profiles on newer nightly builds of CM 12.1
- changes to make root-actions that change system settings work on Android M (developer preview 3)
- minor changes and fixes
Download:
Automagic.apk (2015-08-23)
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 25 Aug 2015 18:34
A new EAP build is available.
Changes in this update:
- make action Set System Locale work on Android M **
- make action Set Mobile Network Mode (2G/3G) work on Android M **
- workarounds to avoid crashes caused by internal bugs of Android M
- minor changes and fixes
Download:
Automagic.apk (2015-08-25)
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 28 Aug 2015 05:23
A new EAP build is available.
Changes in this update:
- extended action Perform Action on Notification on Statusbar to click actions destined for Android Wear devices (Android 4.4+) and allow to give input to the action (Android 5+)
- trigger and condition Notification on Statusbar Displayed provide a new variable wearable_actions containing the labels of the Android Wear actions
- new script function getAndroidSDKVersion to get the framework version of Android the device is running
- minor changes and fixes
A flow to auto-reply to incoming Hangouts messages (and potentially Gmail and Whatsapp) might look like this:
-trigger
Notification on Statusbar Displayed: com.google.android.talk Text contains text xyz (Hangouts)
-action
Perform Action on Notification on Statusbar: Click wearable action Reply Hello there!
Some apps might require that the Android Wear app is installed, otherwise the app might not supply the additional actions.
Download:
Automagic.apk (2015-08-28)
-
lchiocca
- Posts: 69
- Joined: 15 Aug 2013 10:11
Post
by lchiocca » 01 Sep 2015 10:08
Was testing the latest version and I'm getting a exception... probably an easy one for you to fix.
ch.gridvision.ppam.androidautomagiclib.util.q: Access to CyanogenMod profiles is not supported on this ROM.
I think that a CM12.0s (OnePlus One) still counts as a cyanogenmod ROM
. And it was working a couple of dev snapshots back.
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 03 Sep 2015 20:20
I can reproduce it. I broke the old profiles when adding support for the cm12.1 profiles. Will be fixed in the next EAP-build.
Thanks for reporting!
-
lchiocca
- Posts: 69
- Joined: 15 Aug 2013 10:11
Post
by lchiocca » 04 Sep 2015 10:20
Hi Martin... just to let you know: This also broke the CyanogenOS 12.1 (aka cm12.1s) profile functionality. I upgraded my 1+1 yesterday. So in essence: it doesn't work in 12.0s and 12.1s... but I think you knew that
... interesting that 12.1 nightlies and 12.1s don't work the same way.
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 05 Sep 2015 11:27
I hope to have a working version for all 12.0, 12.1 and 12.1s but let me know if it works for you once the next EAP is released.
-
lchiocca
- Posts: 69
- Joined: 15 Aug 2013 10:11
Post
by lchiocca » 11 Sep 2015 10:43
Hi Martin,
Could you publish a new EAP version with the cm profile fix? The EAP with the old cm profile code has expired
Thanks
Loris
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 11 Sep 2015 18:09
Sure, the next EAP build should be coming very soon...
-
Martin
- Posts: 4468
- Joined: 09 Nov 2012 14:23
Post
by Martin » 11 Sep 2015 18:20
A new EAP build is available.
Changes in this update:
- new trigger Device Idle/Doze Mode (Android 6+)
- new condition Device Idle/Doze Mode Active (Android 6+)
- new action Exit Device Idle/Doze Mode (Android 6+) **
- new action Set App Notification Peekable (Android 6+) **
- added method PATCH to action HTTP Request and internal modifications since the currently used API was removed on Android 6
- more changes to CM profiles
- minor changes and fixes
Download:
Automagic.apk (2015-09-11)
Please note that there have been many internal changes required for Android 6 so this build might be less stable than usual (and doze-mode doesn't let me sleep well lately).