• Joined on 2022-10-27
andodeki pushed to main at andodeki/nigig-org 2026-08-17 04:05:45 +00:00
5cb1bfe9f3 test(spreadsheet): cover the branches the report named
83839ea0a3 test(spreadsheet): coverage for the UI controllers, and fix a 0% report
6f05c47f20 fix(pay): restore visible:false on pin_input, and gate it (0.3 regression)
Compare 3 commits »
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:28:06 +00:00
8701f5df51 feat(pdf): image embedding and header/footer stamping — Phase 4 complete
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:27:25 +00:00
2770716516 docs(cad): record the engine coverage baseline and what it excludes
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:26:44 +00:00
1c91d6b398 ci(cad): gate the engine coverage, with per-file floors
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:23:08 +00:00
b87d8b0762 test(email): coverage over the full domain; IMAP feature gate in CI
32b8decc1e feat(email): real inbox, compose and More pages (C4b/C5/C7, D1/D2/D3)
c792ec5a30 feat(email): SMTP transport pool (D4) and drop the dead action variant (D5)
78d4a52e6f feat(email): complete Phase C domain — IMAP, keystore seam, cache, pacing, dispatch
Compare 4 commits »
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:22:29 +00:00
d15a034797 test(cad): cover the async export path and the model-name env read
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:21:08 +00:00
34d47f4479 test(cad): cover persistence.rs, 0.00% -> 94.51% of lines
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:19:07 +00:00
2ea5a7424e fix(cad): mat4_inverse was wrong for every matrix that rotates and translates
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:18:24 +00:00
500489c2f0 test(cad): cover math.rs, 20.40% -> 99.00% of lines
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:18:13 +00:00
674b2be66d feat(pdf): JPEG 2000 decoding — Phase 3 complete, all three codecs
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:17:09 +00:00
24a26f052e test(cad): host-only coverage harness for the CAD engine
andodeki pushed to main at andodeki/nigig-org 2026-08-16 22:02:36 +00:00
81e846ae35 feat(pdf): JBIG2 generic-region decoding, and the bitonal image path
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:51:33 +00:00
b26e6a1f14 feat(pdf): CCITT G3/G4 decoding — the codec Phase 3 deferred
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:50:05 +00:00
3dab4a1fd5 test(email): coverage floors for the email domain
47b2f72af0 feat(email): backend chooser + two setup forms (C1c)
2230933e4a feat(email): ProxyApiBackend HTTP client (C1d)
Compare 3 commits »
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:30:50 +00:00
4426cd2c43 docs(map): reconcile makepad fork with upstream dev 2026-08-16
andodeki pushed to nigig-dev-reexports at andodeki/makepad 2026-08-16 21:30:35 +00:00
ecf5a572ab fix(widgets): restore the fork-local test/gltf/csg re-exports
abd70f4716
Update README.md
41b41f1d11
Drain platform_ops FIFO so host commands run in enqueue order. (#1183)
941a3de88f
iOS: log panics to NSLog, and don't abort when one escapes (#1178)
d0fe5f2b74
cargo_makepad: link std statically for shippable android builds (#1177)
Compare 2107 commits »
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:27:27 +00:00
df618c4091 fix(map): overlay DrawVector import and tile super::* paths
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:15:02 +00:00
e6702c3437 fix(map): repair nigig-map build — icons, imports, crate deps
andodeki pushed to main at andodeki/nigig-org 2026-08-16 21:02:24 +00:00
7d6fc4cbbe feat(pdf): document creation — outlines, forms, attachments, font subsetting
andodeki pushed to main at andodeki/nigig-org 2026-08-16 20:30:34 +00:00
c0b27d0586 feat(email): MailBackend trait and BackendKind — both backends (C1a/C1b)