emericg / WatchFlower

A plant monitoring application that reads and plots data from compatible Bluetooth sensors and thermometers like Xiaomi 'Flower Care' or Parrot 'Flower Power'
https://emeric.io/WatchFlower
GNU General Public License v3.0
195 stars 29 forks source link

Watchflower pasted from the clipboard #54

Closed fluxens closed 2 years ago

fluxens commented 2 years ago

Describe the bug Got a message telling me that watchflower accessed my clipboard.

Expected behavior Should not access my clipboard. what's happening here?

Screenshots Screenshot_20211214-010102

Your environment Android 12

emericg commented 2 years ago

Another breaking change from Android 12, add it to the list... WatchFlower doesn't use the clipboard (at all), but somehow it's producing a warning anyway.

It's probably a bug (?) in a software library that is used by the app, it will be tracked here with other developers having the same problem: https://bugreports.qt.io/browse/QTBUG-98412

emericg commented 2 years ago

I'e updated the app to the latest Qt 6 release, this bug should be fixed. I'll let you know when the beta is available for testing.