Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize build | Nicolas Werner | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -4/+4 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -6/+1 |
| | |||||
* | Add initial QML Reply Popup | Joseph Donofry | 2020-01-27 | 1 | -1/+0 |
| | |||||
* | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 1 | -0/+4 |
| | |||||
* | More updates to mentions functionality | Joseph Donofry | 2019-08-19 | 1 | -1/+6 |
| | |||||
* | Fix issues with caching and loading of mentions. | Joseph Donofry | 2019-08-12 | 1 | -4/+6 |
| | | | | | | | Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature. | ||||
* | Cache User Mentions | Joseph Donofry | 2019-08-09 | 1 | -0/+40 |
Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. |