FileManager Vita v0.6.0
Pre-releaseUI/UX fixes, VPK installation, and column navigation.
Context menu (triangle)
- Cut-off entries
From: entries drawn at fixed positions (.pos0–14) on a centered card, with gaps from invisible items pushing options off-screen.
To: visible entries are grouped into contiguous lines; the card’s height is calculated based on the number of visible entries (context_menu.c, drawing + touch). Supports all 13 options without clipping.
Top toolbar
-
“New” button
From: 9 buttons (Move, Copy, Paste, Delete, Rename, Filter, Sort, Search, New).
To: New removed from the toolbar; the function remains in the floating “+” button (lower-right corner). -
Search
From:Searchwith single width (1 slot, ~93 px), label truncated to 11 characters.
To:Searchin double width (x694–890), label up to 24 characters. Design and the 4 hit-tests (mouse/hover/tap-press/tap-release) aligned. -
Floating buttons (bookmarks and “+”)
From: The touch hit-test usedSCREEN_HEIGHT - 20 - btn_size, but the layout usedSCREEN_HEIGHT - STATUSBAR_H - 12 - btn_size—a 26-px difference, so the touch didn’t hit the button.
To: Hit-test aligned with the drawing formula at all 3 points (browser.c). The “+” button works again.
Sorting
- By date
From:Sort Byoffered ap