• Joined on 2026-04-21
lfg2025 pushed to main at lfg2025/archy 2026-06-19 16:53:43 +00:00
07b611d07d chore(android): add companion APK auto-publish hook + script
lfg2025 pushed to main at lfg2025/archy 2026-06-19 16:47:39 +00:00
dcedf9582a chore(android): update companion apk download
f2c420d9c0 feat(android): app icon gradient ring border + companion publish script
Compare 2 commits »
lfg2025 pushed to main at lfg2025/archy 2026-06-19 15:52:05 +00:00
68cd1c120a fix(android): translucent glass DARK controller so backdrop shows through
lfg2025 pushed to main at lfg2025/archy 2026-06-19 15:22:07 +00:00
993f30456f feat(neode-ui): instant press feedback + launching spinner on app icons
aa95e42383 feat(android): circular logo, synthwave backgrounds, glass modal, server names + UX fixes
Compare 2 commits »
lfg2025 pushed to main at lfg2025/archy 2026-06-19 15:11:56 +00:00
75e470bfa4 fix(mesh): mesh-preferred message routing with FIPS/Tor fallback
lfg2025 pushed to main at lfg2025/archy 2026-06-19 13:59:15 +00:00
0ac67f5092 fix(ui): companion QR absolute 146 URL + Dashboard swipe type guard
837cc02812 fix(federation): reliable symmetric auto-federation across LAN/Tor/FIPS
1bce694ebb feat(ui): mobile mesh tabs, AIUI-style audio player, cloud grid + map fixes
c4855526fe feat(wallet): wire fmcd as core app + dual-ecash receive
298595069d fix(mesh): native Meshtastic unicast DMs + driver-level E2E status
Compare 5 commits »
lfg2025 pushed to main at lfg2025/archy 2026-06-19 13:50:04 +00:00
f636c5d505 fix(neode-ui): float connection banners as overlay
0f43870e6c chore(android): give debug build a .debug app id
d1fbcd9b0a feat(neode-ui): route "open in browser" through native bridge in companion app
b5a9deb815 feat(android): open non-iframeable apps in in-app webview + webview perf
Compare 4 commits »
lfg2025 pushed to main at lfg2025/archy 2026-06-18 13:42:20 +00:00
d0ca53501c feat(ui): cloud folder zoom transition on path change
790da4bd0f fix(wallet): Minibits default Cashu mint, resilient peer-file invoices, named default federation
cc2e055e09 fix(bitcoin,ui): RAM-aware dbcache to stop swap-thrash 502s + snappier status + icon placeholder
549c6180a2 chore(ui): sync What's New modal for v1.8.00-alpha
ec644ab90f docs: changelog v1.8.00-alpha — mesh DM privacy, contact import/search/reachability
Compare 8 commits »
lfg2025 released v1.7.99-alpha at lfg2025/archy 2026-06-18 05:08:29 +00:00
lfg2025 pushed tag v1.7.99-alpha to lfg2025/archy 2026-06-18 05:08:20 +00:00
lfg2025 pushed to main at lfg2025/archy 2026-06-18 05:08:19 +00:00
2a017623e9 chore: release v1.7.99-alpha
b59c74adfe test(ui): register $ver global in vitest setup
371be4a69c chore: sync What's New modal for v1.7.99-alpha
83bb589ea6 style: cargo fmt for v1.7.99-alpha release gate
144c4a2872 docs: changelog for v1.7.99-alpha
Compare 42 commits »
lfg2025 closed issue lfg2025/archy#53 2026-06-17 22:51:16 +00:00
[Bug] Reconciler trusts podman 'Up' for conmon-died containers (netbird up-but-not-serving)
lfg2025 closed issue lfg2025/archy#56 2026-06-17 22:51:04 +00:00
[Tech debt] netbird: serve via trusted HTTPS so it works in the iframe (no cert warning)
lfg2025 commented on issue lfg2025/archy#31 2026-06-17 22:50:25 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor

Closing as code-complete. Duplication fixed via unique msg_id + (from_pubkey, msg_id) dedup across full history (slow-Tor redeliveries no longer slip the old 30s window); sender name wired…

lfg2025 closed issue lfg2025/archy#31 2026-06-17 22:50:25 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:50:24 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

On-chain path implemented — all four pay options now present, closing as code-complete.

Added: seller issues a fresh address (lnd.newaddress) and records a pending entitlement keyed by…

lfg2025 commented on issue lfg2025/archy#50 2026-06-17 22:30:23 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Progress (2026-06-17) — implementation underway on local branch meshroller-50, NOT yet merged/shipped.

Done & compiling (cargo check clean), 5 commits:

  • 1.1–1.4 typed `AssistQuery…
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:28:57 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

Closing — Phase 1 (Lightning invoice + QR + release, alongside the existing ecash path) is implemented and compiles. On-chain and local-LN payment methods remain as future enhancements; will…

lfg2025 closed issue lfg2025/archy#46 2026-06-17 22:28:56 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:23:11 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

Phase 2 (pay from your own node's Lightning wallet) implemented.

PeerFiles purchase modal now offers a third option, "Pay with my Lightning node", alongside the existing ecash fast-path and…