Skip to content

FileManager Vita v0.6.0

Pre-release
Pre-release

Choose a tag to compare

@WolffsRoom WolffsRoom released this 31 Jul 02:10

UI/UX fixes, VPK installation, and column navigation.

Context menu (triangle)

  • Cut-off entries
    From: entries drawn at fixed positions (.pos 0–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: Search with single width (1 slot, ~93 px), label truncated to 11 characters.
    To: Search in double width (x 694–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 used SCREEN_HEIGHT - 20 - btn_size, but the layout used SCREEN_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 By offered ap