| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-12-26 | Fix clipboard manager crashes (#1148) | Jules Aguillon | 1 | -13/+18 | |
| * Fix background crash in clipboard history service The clipboard history service might crash when the connection between the keyboard and the system is in a bad state. * Fix race condition in clipboard history service The clipboard history service callback appears to be called concurrently leading to concurrent accesses to data and to concurrent calls to 'on_clipboard_history_change'. Access are now synchronized. * Fix clipboard manager crash when device is locked | |||||
| 2025-09-29 | Make history duration configurable (#1074) | Matej Drobnič | 1 | -3/+11 | |
| 2025-06-14 | Increase the clipboard history size to 6 | Jules Aguillon | 1 | -1/+1 | |
| 2024-12-06 | Persist state of clipboard history checkbox | Jules Aguillon | 1 | -3/+1 | |
| 2024-08-18 | Fix crash when clipboard contains an image | Jules Aguillon | 1 | -1/+5 | |
| 2024-07-06 | Clipboard pane (#681) | Jules Aguillon | 1 | -0/+180 | |
| This adds the clipboard pane, which allows to save an arbitrary number of clipboards and to paste them later. The key can be disabled in settings. Checking the "Recently copied text" checkbox will cause the keyboard to keep a temporary history of copied text. This history can only contain 3 elements which expire after 5 minutes. If this is unchecked, no history is collected. History entries can be pinned into the persisted list of pins. | |||||
