EAP version 1.38.0-dev

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

Moderator: Martin

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

Re: EAP version 1.38.0-dev

Post by Martin » 16 Jun 2019 14:46

Hi,

Thanks for reporting! This is fixed in the next build.

Regards,
Martin

igoryan94
Posts: 45
Joined: 29 Jan 2016 18:10

Re: EAP version 1.38.0-dev

Post by igoryan94 » 16 Jun 2019 19:39

OK. Thanks.

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

Re: EAP version 1.38.0-dev

Post by Martin » 16 Jun 2019 20:38

A new EAP version is available.

Changes in this update:
  • added option in settings to hide the Automagic input method when the Automagic "keyboard" is used to simulate key events
  • added option to stretch widget content to fill the entire cell on the launcher
  • added optional filename in action Download URL
  • added new variable cells with more cell information provided by condition Phone Cell GSM/CDMA
  • added required permission Draw over other apps to all actions on Android Q that could start activities from the background
  • added possibility for action Set System Locale to work without root but with permission granted using ADB
  • fix action Take Screenshot and Start Recording Screen to properly release the virtual display
  • fix wrong color in light theme in statistics
  • ensure that flow and widget views don't slightly scroll when gesture navigation is used on Android Q
  • optimized memory use of app picker list
  • updated dependencies and development tool
  • minor changes & bug fixes
Download: Automagic.apk (2019-06-16)

Regards,
Martin

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: EAP version 1.38.0-dev

Post by natong » 18 Jun 2019 04:34

- added option to stretch widget content to fill the entire cell on the launcher.
Thank for add those option. Is it possible to get the current entire cell width and height ? Then we can design everything of widget on any devices. Eg. show or hide some elements, resize element, adjust font size, change x/y position.

Script command will be great. Something like:

Code: Select all

Number getWidgetEntireCellWidth(String widgetName)
Number getWidgetEntireCellHeight(String widgetName)
Pixel unit will be better than DPI unit.

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

Re: EAP version 1.38.0-dev

Post by Martin » 20 Jun 2019 19:54

Getting the widget width/height should be possible now. I add a todo item to investigate if this is really possible and how this could be integrated since a widget can be used multiple times with different sizes at the same time.

igoryan94
Posts: 45
Joined: 29 Jan 2016 18:10

Re: EAP version 1.38.0-dev

Post by igoryan94 » 24 Jun 2019 13:13

Hi. Sorry for that I wrote it here, but it's the only place where I can get an answer. Is it possible to speed up the loading of the list of actions, if I have already created quite a lot and the list is loaded for about twenty seconds (or even longer, so I even sometimes have to delete some flows), each time I have to add a new action?

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

Re: EAP version 1.38.0-dev

Post by Martin » 25 Jun 2019 20:24

Hi,

Opening the list should not take 20 seconds. Maybe there's something special that slows the list down that much or the list is extremely long or contains many unused actions.
Could you please go to the flow list, open menu->Maintenance and see if there are many unused actions? Deleting the unused actions could speed up the list.

If this does not help, then please send your flows to info@automagic4android.com so I can have a look (use menu->Log, menu->Send log, and include the flows).

Thanks & Regards,
Martin

igoryan94
Posts: 45
Joined: 29 Jan 2016 18:10

Re: EAP version 1.38.0-dev

Post by igoryan94 » 30 Jun 2019 20:55

Martin wrote:
25 Jun 2019 20:24
If this does not help, then please send your flows to info@automagic4android.com so I can have a look (use menu->Log, menu->Send log, and include the flows).

Thanks & Regards,
Martin
Thank you for the answer.
It just so happens that I have removed many of those flows that were generally possible to remove. The list of actions now opens faster. I wrote that message in the hope that you can speed up the opening of this list... Until flows again not became many.
Yes, I use the maintenance, but it does not always help.

Wibbly
Posts: 418
Joined: 17 Mar 2014 09:02

Re: EAP version 1.38.0-dev

Post by Wibbly » 11 Jul 2019 10:16

Any thoughts/plans for when 1.38 will be released to Google Play?

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: EAP version 1.38.0-dev

Post by Desmanto » 11 Jul 2019 10:38

+1. I have postponed some of the flow because waiting the feature on 1.38 EAP. But I am still editing other flows, so not so rushing into it. Martin still on holiday until 15 July. So maybe the fastest possible release maybe at the end of July
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

Locked