Excessive clipboard access
See original GitHub issueShort description
Not really a bug, simply bad design. The keyboard accesses the clipboard on every keypress. I only noticed because I get a toast every time an app accesses the clipboard, but I’m assumming this excessive access makes performance worse
Steps to reproduce
N/A
Environment information
- FlorisBoard Version: 0.3.7
- Install Source: Fdroid
- Device: OnePlus 3T
- Android version, ROM: Havoc Os 3.12 Android 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Tons of news apps caught unnecessarily snooping on iPhone ...
Bad news — News apps are among the many that are excessively accessing clipboards without letting users know. ArsTechnica names apps from ...
Read more >iOS and iPadOS 16.1 Betas Add Per-App Clipboard Access ...
Apple has said that excessive prompts to use the clipboard are a bug that it was working to fix, but whatever the origin,...
Read more >Apple Executive Responds to Annoying iOS 16 Copy and ...
The clipboard access bug is one of several features Apple could fix in an update to iOS 16, including reports of excessive battery...
Read more >How Secure is Your Copied Text (Clipboard)? - avoidthehack!
In theory, your clipboard can be read by some maliciously nosy script on a website that you visit. How? Again, it's not hard...
Read more >How to disable the "clipboard" history? This is a HUGE ...
Touch the > icon above the keyboard, then touch the clipboard icon to access it. You can switch it off/on to trigger a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FlorisBoard, if the default IME in your system, has full clipboard access given by Android automatically. Other apps can read your clipboard only if they have input focus (e.g. not in the background) or if they define the
android.permission.READ_CLIPBOARD
permission, which gets automatically granted on install. Great security, isn’t it… You as a user can revoke that permission from apps, but with the exception of some custom ROMs only via adb. Because of this, at some point FlorisBoard will get an internal clipboard manager which has the ability to not sync with the system clipboard to prevent this from happening.the issue does not happen anymore! 😃
On May 23, 2021 3:26:52 PM UTC, Patrick Goldinger @.***> wrote: