v1.6.10Android
Added 1
- 3-way action banner setting to show for all actions, updates only, or be hidden entirely, controlled from Settings → Appearance
Changed 6
- Compact page headers to give more room to content on Apps, Settings, Add App and other pages
- Update dialog now lists each app individually with checkboxes instead of all-or-nothing toggles
- Settings reorganized into logical groups under Updates, Appearance, and Categories
- Segmented buttons replaced with dropdown menus for install method, action banner, and group-by controls
- Consistent form input styling applied across all text fields, dropdowns, and toggles with filled, borderless look and rounded corners
- Download size now shown inside the update button as estimated APK size and only looked up when an update or install is available
Fixed 1
- Wrong download size preview for sources like Uptodown
Removed 1
- Unused page transition toggles removed from Settings
What's Changed
- By @ImranR98 in https://github.com/ImranR98/Obtainium/pull/3114
- Compact page headers — The "Apps", "Settings", "Add App" and other page titles now use smaller headers, giving more room to content (#3107).
- Per-app checkboxes in the update dialog — Instead of all-or-nothing toggles, the dialog now lists each app individually with a checkbox, so you can choose exactly which apps to update or install (#3107).
- 3-way action banner setting — The banner can now show for all actions, updates only, or be hidden entirely, controlled from Settings → Appearance (#3100).
- Settings reorganization — Settings are now grouped logically under Updates, Appearance, and Categories. Unused "page transition" toggles have been removed.
- Segmented buttons replaced with dropdowns — The install method, action banner, and group-by controls now use dropdown menus for a cleaner look.
- Consistent form input styling — All text fields, dropdowns, and toggles across the entire app now share the same filled, borderless look with rounded corners, including the add-app page, import page, and category editor.
- Download size shown inside the update button — The estimated APK size now appears directly in the Update or Install button text (e.g., "Update · 12 MB"), and is only looked up when an update or install is actually available.
- Fix wrong download size preview for sources like Uptodown (#3104) By @ImranR98 in https://github.com/ImranR98/Obtainium/pull/3119
- More UI tweaks
Full Changelog: https://github.com/ImranR98/Obtainium/compare/v1.6.9...v1.6.10