| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-08 | Fix empty text box when editing custom extra keys | Jules Aguillon | 1 | -2/+5 | |
| 2024-09-29 | Add complex keys (#774) | Jules Aguillon | 1 | -1/+1 | |
| This allows to add new kinds of keys that need more data without making KeyValue's footprint bigger for common keys. This changes the [_symbol] field into [_payload], which holds the same as the previous field for more common keys but can hold bigger objects for keys of the new "Complex" kind. This also adds a complex key: String keys with a symbol different than the outputted string. Unit tests are added as the Java language is not helpful in making robust code. | |||||
| 2024-02-10 | Fix compatibility with Android 3.0 | Jules Aguillon | 1 | -1/+1 | |
| Incompatible APIs were used in the custom layouts and the extra keys options. Add @TargetApi annotations to help catch similar issues in the future with the help of 'gradle lint'. | |||||
| 2024-01-13 | Refactor: New namespace for preference classes | Jules Aguillon | 1 | -0/+70 | |
