Commit Graph

21 Commits

Author SHA1 Message Date
120dab18cf Fix DownloadTrackingComposite incorrectly receiving cancelled state 2020-02-15 16:20:44 +09:00
1b3bff6fa5 Fix model file infos not being removed 2020-01-14 19:24:53 +09:00
89fa1be2c8 Fix download manager potentially not handling cancel requests 2019-12-25 22:55:14 +03:00
946a202ee5 Fix online replays not being available locally 2019-12-17 15:47:08 +09:00
c49aeb08c4 Add API methods to perform requests out-of-queue 2019-11-29 20:03:14 +09:00
f05b83d7d4 Use typeparamref. 2019-11-17 20:48:23 +08:00
0cd912fcd3 Cover all non-APIAccess APIRequest calls with exception handling 2019-10-31 15:04:13 +09:00
cf3ed42bfc Fix download tracking components getting stuck on import failures 2019-10-28 17:41:42 +09:00
61260cf599 Hand off comparison logic for database query to implementors
Equals overrides are not used in EF queries without running the comaprison locally instead of on the database, so to preserve that the comparison logic is instead implemented on a per manager basis.
2019-06-27 15:32:27 +05:30
72bb6f8c12 Fix download buttons not correctly finding existing downloads 2019-06-27 15:24:08 +05:30
da65658bc3 Fix comments 2019-06-26 20:07:01 +09:00
c476e46a8e Remove unnecessary private methods and inline used-once code 2019-06-25 21:16:30 +05:30
6f5fbd7ea1 Remove unnecessary try-catch block 2019-06-25 18:28:59 +05:30
4b46601eae Remove redundant variable, handle all request failures 2019-06-19 19:43:09 +05:30
341dc74834 Simplify download method 2019-06-19 01:41:19 +09:00
3c2a2b2390 Move doc to interface 2019-06-13 21:28:32 +05:30
7ba676ad31 Rename Info to Model 2019-06-12 21:56:36 +05:30
9cd5519da3 Remove unused delegate, use model name in notifications, add more xmldoc
- Applies a `class` constraint to the generic type in `IModelManager`
- Add xmldoc
2019-06-12 19:26:06 +05:30
951a5abccc Merge remote-tracking branch 'upstream/master' into generic-download-model-manager 2019-06-12 17:41:16 +05:30
c591a6f1fa Rename request type to be less verbose 2019-06-12 13:30:23 +09:00
eaeeffaa86 Rename to DownloadableArchiveModelManager 2019-06-12 13:28:44 +09:00