joecks / clipboard-actions-community

A issue tracker for the Clipboard Actions Project
http://joecks.github.io/clipboard-actions/
Other
84 stars 21 forks source link

Several issues I hope to solve #94

Open AlbahrawyTiger opened 4 years ago

AlbahrawyTiger commented 4 years ago

First, I want to thank you for this work.There are several issues that I hope to solve 1- When copying previously copied text, the text is not retrieved again in the notification and another text is retrieved from the previously copied texts.This problem appeared with recent updates. 2-There is also a problem with the notification breaking sometimes when copying a new text and the notification does not return except when copying the text another time and this is a permanent problem that I hope to solve 3- The Create Events command has also been lost In the settings in recent updates and therefore cannot be disabled 4-Also, when the application's accessibility is enabled in the system settings, sometimes it appears inside the application that it is inactive

joecks commented 4 years ago

1- When copying previously copied text, the text is not retrieved again in the notification and another text is retrieved from the previously copied texts.This problem appeared with recent updates.

This is already on the dev list

2-There is also a problem with the notification breaking sometimes when copying a new text and the notification does not return except when copying the text another time and this is a permanent problem that I hope to solve

Well here I need to know your Android and App Version, is this still valid?

3- The Create Events command has also been lost In the settings in recent updates and therefore cannot be disabled

WOW indeed, man you are brilliant thanks :)

4-Also, when the application's accessibility is enabled in the system settings, sometimes it appears inside the application that it is inactive

Ok in the latest beta there is a indicator that will tell you if it is inactive. Can you test that?

AlbahrawyTiger commented 4 years ago

Use the latest version available on Google Play and Android 7

nilsbraden commented 4 years ago

Ok in the latest beta there is a indicator that will tell you if it is inactive. Can you test that?

I also got this issue and the indicator seems to differ from my system setting. System says accessibility is enabled for Clipboard Actions but the indicator stays visible and the service isn't running, I don't see the notification. Yesterday I enabled it but it disappeared sometime during the night I guess.

Xiaomi Mi 9 SE, Android 10, rooted

joecks commented 4 years ago

Can you restart your device? It might help to fix this difference.

Nils Braden notifications@github.com schrieb am Fr., 8. Mai 2020, 10:28:

Ok in the latest beta there is a indicator that will tell you if it is inactive. Can you test that?

I also got this issue and the indicator seems to differ from my system setting. System says accessibility is enabled for Clipboard Actions but the indicator stays visible and the service isn't running, I don't see the notification. Yesterday I enabled it but it disappeared sometime during the night I guess.

Xiaomi Mi 9 SE, Android 10, rooted

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/joecks/clipboard-actions-community/issues/94#issuecomment-625704331, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABMDWTNCZDIPLU5YYO7H4LRQO7C3ANCNFSM4LVBMZ4A .

nilsbraden commented 4 years ago

Can you restart your device? It might help to fix this difference.

After rebooting it works for a while (no autostart though, notification only appears after I open it once even though I copied some text after reboot) but stopped again now. Something breaks this after some time.

I have my device setup for development and Android Studio on my machine so please feel free to send me any kind of debug version or things I might try to pinpoint this as I'm used to android development. 👍

joecks commented 4 years ago

This is the latest CA version 2.26

Well why not, I anyway want to open source the project soon, so even better to start sharing the debug versions.

Please be aware that you will need to uninstall your previous version, just make an export of your data before.

You want to look for the ClipboardActionsAccessibilityService and its outputs, it might give you a good hint on what is going on.

Thanks a lot.

app-beta-debug.apk.zip

nilsbraden commented 4 years ago

Hi @joecks!

I used the provided apk for two days but noticed other things that got me installing the play store version (beta feed) again. It might be I was experiencing a different issue here which seems to be my OS forgetting the battery optimisation settings for several apps. I watched the logs for ClipboardActionsAccessibilityService (which sometimes was quite chatty btw... :D) and never found anything unusual, no crashes but two or three times the output just stopped. Since it was hours ago I couldn't fetch the normal logcat output anymore so I guess it was the OS that killed the app due to background activity. When I came back to check in the settings the battery optimisation was activated again.

One minor issue that was misleading for me: When the red exclamation mark appeared in the main view I clicked it, activated accessibility access, went back and it was still there. Only after going back to launcher (back key) and opening the app again it disappeared. Might just be a missing UI refresh though.