Skip to content

v1.6.9

Latest

Choose a tag to compare

@Kilowatch Kilowatch released this 14 Jul 04:55

Added
Added per-folder Folder Scope Mode selector (supporting Only Root Folder and Recursive (Subfolders) options) to the Sort & Filter sheets on both Mobile and TV, allowing users to automatically propagate sort, filter, and view overrides down nested directory structures.
Added recursive parent lookup resolvers across Local and Network directory browsers to apply inherited parent overrides and color-highlight sort badges.

Changed
Updated in-app Prominent Disclosure and Privacy Policy Section 13b to accurately describe installed application data use across App Manager, Debloater, and Remote File Server features, removing the incorrect "never uploaded" claim previously flagged by Google Play
Added a one-time Remote File Server-specific disclosure dialog that appears before the server transmits installed app data over the local network, with the /api/apps endpoint returning an empty response until the user accepts

Added
Added per-folder Sort & Filter scope selector to the Sort & Filter bottom sheet on both Mobile and TV. Users can now choose Global (applies to all folders) or This Folder (applies only to the current folder). Scope is available across Local, Network (SMB, FTP, SFTP, NFS, WebDAV, DLNA), and Online (OneDrive, Google Drive, Dropbox, S3) storage.
Per-folder sort settings are stored encrypted (AES-256-GCM via Android Keystore) and keyed by a SHA-256 hash of the folder path, ensuring no path data is exposed in plaintext.
Added a coloured sort icon badge (accent tint) to the sort button in all browser views when the current folder has an active custom sort override.
Added Folder Sort Overrides management screen (accessible from Settings) on both Mobile and TV, listing all folders with custom sort settings. Users can delete individual overrides or clear all overrides at once.
Added Folder Sort Overrides card to Settings (Mobile and TV layouts).
Added folder-specific View Mode options directly inside the Sort & Filter dialog (visible when the scope is set to "This Folder") on both Mobile and TV layouts, allowing users to save distinct layout styles (List/Grid sizes) per folder.
Integrated folder-specific View Mode layout loading and saving across Local, Network, and Cloud browser fragments/activities, syncing toolbar view toggle controls to the active folder override.
Redesigned the Android TV Sort & Filter dialog using a NestedScrollView content body with sticky header title/scope selector and sticky footer Apply button to support vertical scrolling for the new options.

Fixed
Fixed network video playback length showing 0:00 and failing to load or play in UFM Media Player by correctly initializing the file size in the custom Media3 DataSource (UfmMedia3DataSource).