silentmode.st + hephaestus.x static content — HTML/CSS/JS served via nginx (VPS) and Sia bucket (backup)
Find a file
Local Dev 27294e3db2 Ship Ariadne 0.14: bookmarks, undo close, downloads, pull-to-refresh, share intent, splash
Bookmarks (A1).  button in the address row toggles the current URL;
long-press opens the list; a Your-bookmarks section appears above Featured
on the start page. Storage in filesDir/bookmarks.json, plain JSON,
most-recent first.

Undo close tab (A2). Floating pill "Tab closed · UNDO" for 5s after any
closeTab; tap UNDO → reopen in a new tab.

Long-press link menu (A3). WebView.HitTestResult drives an Open in new tab
/ Copy link / Share link sheet; no JavaScript injection.

Downloads (A5). WebView.setDownloadListener wired to Android's system
DownloadManager. Files land in the public Downloads dir with the platform
notification. URLUtil.guessFileName picks the name.

Pull-to-refresh (A4). New PullWebView subclasses WebView with hand-rolled
overscroll detection; a gold chip fades in (pull to reload → release to
reload) as the user drags. No AndroidX SwipeRefreshLayout dependency.

Share-target intent (A6). Manifest gains SEND text/plain and VIEW
http/https filters. urlFromIntent() feeds the payload through newTab (which
inherits navigateTo's .bch shortcut and .bch.bch collapse from 0.12).

Address bar polish (B2/B3/B5). Idle display strips https:// + trailing /
(focus regains restore the full URL, select-all). Long-press copies. A
compound-drawable ic_close × appears while focused + non-empty; tap clears.

Branded splash (E1). New SplashTheme + splash_background paint the Ariadne
mark on #0B0F1A during cold start; MainActivity.onCreate swaps to
AriadneTheme before layout.

Build: d8 classes.dex step ran over Windows's 32k command-line limit; now
Push-Locations into build/classes and passes relative paths.

Release: ariadne-v0.14.apk sha256
0deace437ccde7709cd21486c9b7b37b2a57463cead79b75672d974d3e5b11b0
site/releases-manifest.json bumped. Steps in RELEASE-HANDOFF-v0.14.md.
2026-09-09 22:13:44 +02:00
apps site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
brand site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
choose site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
deviant site: fix homepage product count, drop stray brand-page copy, add GOTCHAS 2026-09-07 21:06:25 +02:00
helios site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
hephaestus site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
hephaestus.x feat(hephaestus.x): landing 'Sign in' becomes a Bitcoin Cash wallet dropdown 2026-09-02 22:13:55 +02:00
hermes site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
js feat(registrar): 90/10 revenue split — TLD owner earns from name mints 2026-09-08 02:42:16 +02:00
nav site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
prometheus site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
releases Ship Theseus 0.3.44 6dd51018 (Brave-style sec-ch-ua so Cloudflare stops 503-ing) 2026-09-09 03:32:51 +02:00
sirius chore(site): redirect /sirius/ to /sirius-x/ so old links land current 2026-09-08 02:08:04 +02:00
store site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
tlds site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
tools Ship Theseus 0.3.44 6dd51018 (Brave-style sec-ch-ua so Cloudflare stops 503-ing) 2026-09-09 03:32:51 +02:00
vendor Initial commit — Silent Mode baseline (2026-07-29) 2026-07-29 13:54:34 +02:00
favicon.svg brand: Silent Mode + navigate.st kits (logo, wordmark, avatar, banner, favicon) 2026-08-31 05:22:45 +02:00
GOTCHAS.md docs(site/GOTCHAS): CORS on /js/*.js is required for BCNR pages 2026-09-08 12:43:30 +02:00
home-cards.json Ship Theseus 0.3.0 bb9d8dec (home cards decoupled from browser release) 2026-08-31 18:38:09 +02:00
index.html site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00
register.html site: add favicon link to every silentmode.st HTML page 2026-08-31 21:43:25 +02:00
releases-manifest.json Ship Ariadne 0.14: bookmarks, undo close, downloads, pull-to-refresh, share intent, splash 2026-09-09 22:13:44 +02:00
shared.css site: real logo, hero screenshot, OG tags, contrast fixes 2026-09-07 23:01:57 +02:00