Search found 80 matches

by natong
09 Jun 2023 14:24
Forum: User Help / Bug Reports
Topic: Apps sideloaded from outside an app store will not be able to access the Notification Listener on Android 13
Replies: 0
Views: 58953

Apps sideloaded from outside an app store will not be able to access the Notification Listener on Android 13

Android 13's Restricted setting feature prevents that for all apps sideloaded using a non-session-based package installer. Screenshot_2023-06-09-21-01-10-282_com.android.settings.jpg So sad. Is there a 3rd party app that can read "Notification Access" and pass it to Automagic? Or I would like to buy...
by natong
29 Sep 2022 15:10
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124838

Re: Gboard is slowing down

Now, I use TeamViewer to work with Automagic.
Long complex script code in NotePad Windows 7 on the big screen and then copy-paste via TeamViewer remote control.
It's easy to manage the backup source in .txt too.
by natong
29 Sep 2022 15:06
Forum: User Help / Bug Reports
Topic: Possible to automatically disable fast charging at night?
Replies: 26
Views: 58216

Re: Possible to automatically disable fast charging at night?

Afaik, Apple recommended 20-80% for battery optimization.
I have a dual slot charger—one for quick charge 3.0 and two for regular charge.
I also check batt temp. Speech if more than 40'c.
by natong
30 Aug 2020 12:14
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124838

Re: Gboard is slowing down

Now I use CodeBoard. It best for programming. Can define custom keys for 2 rows. But it doesn't support non-english. btw, it can switch to Gboard easy.
by natong
24 Jun 2020 15:10
Forum: Feature Requests
Topic: Ignore wearable on trigger "Notification on Statusbar Displayed"
Replies: 1
Views: 23294

Ignore wearable on trigger "Notification on Statusbar Displayed"

I am on Android 6. When new SMS arrived, it trigger 2 times. I think they are normal and wearable. Could you please add option for "Ignore wearable" ? notification_text=TrueYou SIM1 Content 1643..., notification_large_icon=null, wearable_actions=[Reply to TrueYou, Mark as read], notification_text_bi...
by natong
18 Jun 2019 04:34
Forum: EAP - Early Access Program
Topic: EAP version 1.38.0-dev
Replies: 157
Views: 1653892

Re: EAP version 1.38.0-dev

- 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, ch...
by natong
07 Jun 2019 10:50
Forum: User Help / Bug Reports
Topic: Gboard is slowing down
Replies: 42
Views: 124838

Re: Gboard is slowing down

I faced the same problem. Need to stop Gboard when lag or use another keyboard. But I love Gboard.


Android 6 and 9.
Redmi Note 7 and Lenovo K3 Note.
Automagic 1.37
Gboard 8.2.11.xxxx
by natong
31 May 2019 06:39
Forum: User Help / Bug Reports
Topic: Have problem when resize widget
Replies: 4
Views: 12312

Re: Have problem when resize widget

Martin wrote:
30 May 2019 19:53
I can add an option to control that a widget can be stretched to fill the entire area.
Thank. These is very important option when use background color or image.
I forgot one thing. Could you please add round corner of the image element ?
by natong
31 May 2019 06:33
Forum: Feature Requests
Topic: Image rotation on widget range are -180 and +179. To working, we have to add extra step.
Replies: 2
Views: 10735

Re: Image rotation on widget range are -180 and +179. To working, we have to add extra step.

oh! I forgot to test the limit with setWidgetElementProperty. Thank you very much.

Updated:
Tested with setWidgetElementProperty work very well without extra formula.
by natong
30 May 2019 15:47
Forum: User Help / Bug Reports
Topic: Have problem when resize widget
Replies: 4
Views: 12312

Re: Have problem when resize widget

snap3942.png I known the problem now. Gaps are not the same when resize from 2x1 to 4x2. Asymmetry widget size should be avoid to resize. For 2x1 widget, the best value is 496x280. For 1x2 widget, the best value is 228x624. For 4x1 widget, the best value is 1042x280. For 4x2 widget, the best value ...