Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some redundant functions | Nicolas Werner | 2020-05-30 | 1 | -4/+7 |
| | |||||
* | fix c++11 range-loop might detach Qt container | Nicolas Werner | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Remove more unneeded headers | Nicolas Werner | 2020-01-31 | 1 | -0/+3 |
| | |||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Replace timeline with empty qml view | Nicolas Werner | 2019-11-23 | 1 | -35/+42 |
| | |||||
* | Fix themeing issues on mentions | Joseph Donofry | 2019-08-29 | 1 | -1/+11 |
| | |||||
* | More updates to mentions functionality | Joseph Donofry | 2019-08-19 | 1 | -8/+10 |
| | |||||
* | Fix issues with caching and loading of mentions. | Joseph Donofry | 2019-08-12 | 1 | -5/+46 |
| | | | | | | | 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/+108 |
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. |