Skip to content

GitView v0.1.6

Choose a tag to compare

@aldwinhermanudin aldwinhermanudin released this 24 Jul 07:25
· 97 commits to main since this release

GitView v0.1.6

Workspace-UI polish, all in the Android app — the bridge is unchanged from v0.1.5.

App

  • One top navigation bar. The phone / e-ink workspace had two stacked bars; they're now a single
    row — back · branch ▾ · … · View ▾ · ⋮. The branch chip ellipsizes so a long branch name can't
    crowd the actions off a narrow screen.
  • The right-side menu is now "View". It carries the Files ⇄ Chat switch and the explorer-tree ⇄
    editor toggle (moved off the bar into a "File tree" item), above the usual Git actions. On the tablet
    — which shows both panes with a permanent tree — it stays a plain "Git" menu.
  • Create files and folders from the explorer. Long-press a folder for New file… / New folder…
    (created inside it), or use the in the Explorer header to create at the repo root (works on an
    empty repo too). A new file opens straight in the editor.

Upgrading

The .deb is unchanged from v0.1.5 (same bridge); you only need the new .apk. It installs over your
existing app:

# (bridge only if you want the version to match — no functional change since v0.1.5)
sudo dpkg -i gitview-bridge_0.1.6_all.deb

Verify the downloads

sha256sum -c SHA256SUMS
apksigner verify --print-certs gitview-0.1.6.apk   # SHA-256: 67:53:4C:…:34 (CN=Aldwin Hermanudin)

See the README "Releases & verification" section for the full fingerprint.