florisboard icon indicating copy to clipboard operation
florisboard copied to clipboard

Pin Clipboad get "*****" when copy item from password manager with exactly same content

Open l2eused opened this issue 3 months ago • 1 comments

Short description

I have to pin my name/email for fast paste when need, however my pin got ***** when copy content from password manager. Most scenario case which interupt my use is when copy email from password manager which cause mine pinned (same email) got marked as sensitive content and forgot what is it (when multiple items got ***)

Steps to reproduce

  1. copy "test" and pinned it
  2. create "test" in password manager (which sensitive content marked when copying)
  3. see "test" pinned, it show as ****
  4. try to multiple pinned, with all got **** (and that you will find the real problem)

FlorisBoard Version

0.5.1 Beta

Install Source

GitHub

Device

Xiaomi 14

Android

15 HyperOS 2.0

Checklist

  • [x] I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • [x] I have read and understood the contribution guidelines.
  • [x] I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.

l2eused avatar Oct 21 '25 10:10 l2eused

This is probably a bug in this logic:

https://github.com/florisboard/florisboard/blob/c7c893bffa55993831d3a983e610eb19a2d565dd/app/src/main/kotlin/dev/patrickgold/florisboard/ime/clipboard/ClipboardManager.kt#L176-L180

lm41 avatar Nov 15 '25 11:11 lm41