Commit fd7238b
committed
Merge large job pool refactor by kernel #1210
kernelkind (38):
feat(blur): add BlurCache
feat(cargo): add crossbeam
feat(gif): add AnimatedImgTexCache
feat(gif): new Animation
feat(gif): new ProcessedGifFrame
feat(hyper): install crypto provider
feat(images): new TextureState
feat(img-parsing): new parse_img_response
feat(job-cache): new JobCache
feat(jobs): add `schedule_receivable`
feat(jobs): mpsc -> mpmc
feat(jobs): structs for new JobCache
feat(jobs-media): basic media jobs structs
feat(media-job): pre & post actions
feat(media-jobs): add media JobCache to app
feat(media-loading): Images helpers
feat(media-loading): add TexturesCache to Images
feat(media-loading): new Images::latest_texture
feat(media-loading): new TexturesCache
feat(media-loading): wire new media loading cache
feat(media-rendering): add helpers for various media rendering configs
feat(network): add hyper
feat(network): hyper networking
feat(static-imgs): add StaticImgTexCache
refactor(gif): nevernest process_gif_frame
refactor(jobs): move related jobs things to own module
refactor(search): remove unnecessary params
refactor: appease clippy
refactor: remove unnecessary old JobsCache code
tmp(refactor): Animation -> AnimationOld
tmp(refactor): Images::latest_texture -> latest_texture_old
tmp(refactor): MediaRenderState -> MediaRenderStateOld
tmp(refactor): ObfuscatedTexture -> ObfuscatedTextureOld
tmp(refactor): ProcessedGifFrame -> ProcessedGifFrameOld
tmp(refactor): TextureState -> TextureStateOld
tmp(refactor): TexturesCache -> TexturesCacheOld
tmp(refactor): parse_img_response -> parse_img_response_old
tmp(refactor): rename current jobs stuff to OldFile tree
58 files changed
+2065
-1516
lines changed- crates
- notedeck_chrome/src
- notedeck_clndash/src
- notedeck_columns/src
- accounts
- timeline
- ui
- column
- note
- profile
- search
- notedeck_dave/src
- ui
- notedeck_ui/src
- media
- note
- profile
- notedeck
- src
- jobs
- media
- note
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+2065
-1516
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
56 | 62 | | |
57 | 63 | | |
58 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
125 | 133 | | |
126 | 134 | | |
127 | 135 | | |
| |||
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| 188 | + | |
| 189 | + | |
180 | 190 | | |
181 | 191 | | |
182 | 192 | | |
| |||
288 | 298 | | |
289 | 299 | | |
290 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
291 | 304 | | |
292 | 305 | | |
293 | 306 | | |
| |||
306 | 319 | | |
307 | 320 | | |
308 | 321 | | |
| 322 | + | |
309 | 323 | | |
310 | 324 | | |
311 | 325 | | |
| |||
371 | 385 | | |
372 | 386 | | |
373 | 387 | | |
| 388 | + | |
374 | 389 | | |
375 | 390 | | |
376 | 391 | | |
| |||
401 | 416 | | |
402 | 417 | | |
403 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments