Search found 80 matches
- 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: 66388
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...
- 29 Sep 2022 15:10
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127912
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.
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.
- 29 Sep 2022 15:06
- Forum: User Help / Bug Reports
- Topic: Possible to automatically disable fast charging at night?
- Replies: 26
- Views: 60058
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.
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.
- 30 Aug 2020 12:14
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127912
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.
- 24 Jun 2020 15:10
- Forum: Feature Requests
- Topic: Ignore wearable on trigger "Notification on Statusbar Displayed"
- Replies: 1
- Views: 27384
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...
- 18 Jun 2019 04:34
- Forum: EAP - Early Access Program
- Topic: EAP version 1.38.0-dev
- Replies: 157
- Views: 1689531
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...
- 07 Jun 2019 10:50
- Forum: User Help / Bug Reports
- Topic: Gboard is slowing down
- Replies: 42
- Views: 127912
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
Android 6 and 9.
Redmi Note 7 and Lenovo K3 Note.
Automagic 1.37
Gboard 8.2.11.xxxx
- 31 May 2019 06:39
- Forum: User Help / Bug Reports
- Topic: Have problem when resize widget
- Replies: 4
- Views: 12621
- 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: 11155
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.
Updated:
Tested with setWidgetElementProperty work very well without extra formula.
- 30 May 2019 15:47
- Forum: User Help / Bug Reports
- Topic: Have problem when resize widget
- Replies: 4
- Views: 12621
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 ...