A native document renderer and on-device git client — the reading half of a laptop-free development loop. Browse a repository, render everything in it, then clone, diff, commit and push. Unfolded: file tree left, document right.
A document renderer for the Samsung Galaxy Z Fold 7 — the reading half of a laptop-free development loop.
Markdown in a WebView takes an afternoon. Then text selection is the browser's, theming is a stylesheet fight, and every fold is a full page reflow. FoldRender parses to a block list instead.
configChanges covers every axis; scroll never movesCommonMark + GFM: tables with alignment, task lists, strikethrough, autolinks and YAML front matter — plus mermaid, LaTeX and callouts.
Syntax-highlighted blocks with a copy button and horizontal scroll. Images resolve against relative paths in the document.
An on-device git client: clone, pull, diff, commit and push. Optional Sign in with GitHub via device flow.
Unfolded, a two-pane layout: file tree left, document right. An outline pane appears when there's width, a bottom sheet when there isn't.
Theme, text size, line width and a serif toggle. Per-document scroll position, restored on reopen. Links stay tappable inside a selection.
Registers for markdown, plain text and the share sheet — so Files, Drive, GitHub and Termux all offer FoldRender.
No more bouncing between a markdown app, a code viewer and a PDF reader. One native surface for the whole repository.
It's built for the Samsung Galaxy Z Fold 7 and other large foldables. Unfolded it shows a file tree on the left and the rendered document on the right; folded it collapses to a single reading column. It runs on any modern Android device — the two-pane layout simply appears when there's width for it.
A WebView makes text selection the browser's, turns theming into a stylesheet fight, and reflows the whole page on every fold. FoldRender parses markdown to a block list that feeds a LazyColumn, so a 5 MB document only composes what's on screen and folding the device is a pure relayout — the activity never restarts and scroll position never moves.
Yes. FoldRender includes an on-device git client — clone, pull, diff, commit and push — plus optional Sign in with GitHub via device flow. It's the reading and reviewing half of a laptop-free development loop.
It's free. Download the latest app-debug.apk directly from GitHub Releases — no unzipping, no account required to read.
Markdown (tables, task lists, front matter, mermaid, LaTeX, callouts), syntax-highlighted source, JSON, YAML, TOML, CSV, images, PDF, HTML, plain logs and Jupyter notebooks.