v0.4.5-beta
Release Notes: v0.4.5-beta
H
Hasrat
September 17th, 2025 10:29 AM
Fixes
- Handled
SecurityException
when accessing projects if "External Storage" app lacks "All files access" permission. Added dialog to guide users to system settings. - Prevented
NullPointerException
when opening projects by adding null checks. - Fixed potential null root file in
ProjectsManager
by returning an empty list. - Reinitialized
iconExecutor
inManageProjectFragment
if it was shut down or terminated.
Features
- Minimum SDK version bumped to 26 (Android 8.0).
- Added a debug icon overlay for better identification in debug builds.
- App
applicationId
now gets a.debug
suffix in debug mode.
Refactors
- Replaced
Collections.sort()
withList.sort()
inProjectViewModel
(Java 8 improvement).
Misc
- Version bumped to
0.4.5-beta
.