Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store avatars in the user's cache directory. (#1621) | eerielili | 2024-09-28 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | * Store avatars in the user's cache directory. - Not anymore in ~/.local/share, where media files are stored. - Already existing ~/.local/share/dino/avatars directory will be moved to ~/.cache/dino/avatars - If both directories already exists, the old one (in ~/.local/share) is removed. * Simplify old-to-new-location logic --------- Co-authored-by: fiaxh <git@lightrise.org> | ||||
* | Support avatar deletion | fiaxh | 2024-05-26 | 1 | -13/+30 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 1 | -3/+3 |
| | |||||
* | New Avatar UI | Marvin W | 2023-03-05 | 1 | -15/+63 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -34/+0 |
| | |||||
* | Display placeholder avatar while loading | Marvin W | 2020-09-12 | 1 | -2/+44 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -53/+116 |
| | |||||
* | Fix+optimize contact-to-avatar storage and loading | fiaxh | 2020-03-10 | 1 | -29/+38 |
| | |||||
* | Ensure avatars are not loaded multiple times | Marvin W | 2019-07-09 | 1 | -0/+10 |
| | |||||
* | Don't change type of a conversation | fiaxh | 2019-06-01 | 1 | -1/+6 |
| | |||||
* | Remove invalid MUC avatars | fiaxh | 2019-06-01 | 1 | -13/+15 |
| | |||||
* | Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵ | fiaxh | 2019-04-24 | 1 | -13/+36 |
| | | | | make loading async | ||||
* | Use glib log functions | fiaxh | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -42/+26 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 1 | -22/+38 |
| | |||||
* | Some caching and fix gpgme on some systems | Marvin W | 2017-03-24 | 1 | -2/+14 |
| | |||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 1 | -11/+3 |
| | |||||
* | Move storage into user directory and fix plugin search path | Marvin W | 2017-03-12 | 1 | -1/+11 |
| | |||||
* | Use delegates + object storage instead of listener objects | fiaxh | 2017-03-11 | 1 | -7/+0 |
| | |||||
* | Use typed identity in stream modules | fiaxh | 2017-03-11 | 1 | -1/+1 |
| | |||||
* | Use typed identity in module manager | Marvin W | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -0/+134 |