DroidFS icon indicating copy to clipboard operation
DroidFS copied to clipboard

Advanced volume lock control

Open OmlineEditor opened this issue 2 years ago • 7 comments

now it is possible for the container to remain open when switching to another application. but there is no lock function if the screen is locked or after a certain amount of inactivity.

OmlineEditor avatar Jan 05 '22 16:01 OmlineEditor

Containers should be closed if the screen locks. Please report the bug if it's not the case for you. And yes, an IDLE timeout could be a good idea.

hardcore-sushi avatar Jan 05 '22 18:01 hardcore-sushi

my container does not lock if I turn off the screen. This is a bug

OmlineEditor avatar Jan 05 '22 19:01 OmlineEditor

OK, does it happen even if the "Keep volume open" unsafe feature is disabled? Do you see any errors in logcat? Do you have the issue with other auto-locking apps?

hardcore-sushi avatar Jan 06 '22 08:01 hardcore-sushi

in other applications, the lock works as needed. your application is not blocked and there is nothing in the logs after the screen is turned off. I need all the blocking at the function only when it is possible to collapse the application into the background and it continues to work.

if you disable all unsafe functions, then the volume is blocked under any conditions, but I don't need this function

OmlineEditor avatar Jan 06 '22 16:01 OmlineEditor

OK then that's not a bug. If the "Keep volume open" unsafe feature is enabled, volumes will never be closed automatically. Otherwise, they will be closed as soon as the app goes in background, either by navigating to another app or by locking the screen. DroidFS can't currently keep volumes open while the app is in background but lock them if the screen is locked.

hardcore-sushi avatar Jan 06 '22 17:01 hardcore-sushi

then I ask you to make a blocking option as in the application Aegis https://f-droid.org/ru/packages/com.beemdevelopment.aegis/

the application has 3 options marked with a tick

  • when pressed back
  • when the application is minimized
  • when the screen is locked

this option is more convenient than you have now, please change and improve

OmlineEditor avatar Jan 07 '22 15:01 OmlineEditor

This feature would be really neat

CodeCubeNeo avatar Oct 13 '22 11:10 CodeCubeNeo