| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-16 | ListGroupPreference.Serializer: Allow exceptions | Jules Aguillon | 1 | -3/+9 | |
| (De)serializing might raise exceptions, which are handled by dropping the failing item. | |||||
| 2023-08-16 | ListGroupPreference: Make items abstract | Jules Aguillon | 1 | -30/+53 | |
| Allow items to be of any class instead of strings. Item serialization and deserialization methods are in a separate class because they are also used in a static context. | |||||
| 2023-07-30 | ListGroupPreference: Allow to modify items | Jules Aguillon | 1 | -7/+25 | |
| 2023-07-30 | ListGroupPreference: Allow hide the "remove" button | Jules Aguillon | 1 | -9/+21 | |
| 2023-07-30 | ListGroupPreference: Overrideable "add" button | Jules Aguillon | 1 | -2/+17 | |
| 2023-07-29 | Refactor: Split out ListGroupPreference | Jules Aguillon | 1 | -0/+193 | |
| Split out the implementation of a string-list preference from CustomExtraKeysPreference. Allows to share the implementation with future preferences. | |||||
