-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to work in background (with popup notification if someone tries to share a file) #185
Comments
Yes, the problem is that android activities aren't designed to run in the background. One solution might be to create a ViewModel/LiveData backed implementation and start a background service with the same webview instance as soon as the activity is paused. Not sure if this will really work though... https://medium.com/@nicholas.rose/keeping-webview-state-across-configuration-changes-8e071ee9de86 |
Better would be a Foreground Service with a running notification* If you actually do want to pursue this heres a start |
Marking as won't fix, at least I won't work on it myself cause of potential battery drain and very difficult implementation. |
Describe the feature
Could you add option for the app to work in background?
I've been using it to send files between work profile and main profile, but since v1.9.1 if the app is not in foreground it disconnects from server so switching back and forth between apps does not work anymore.
Describe alternatives you've considered
Using older versions of the app or using from browser will work.
Additional context
No response
The text was updated successfully, but these errors were encountered: