android icon indicating copy to clipboard operation
android copied to clipboard

Background service for receiving

Open sergd88 opened this issue 1 year ago • 3 comments

Add the ability to run the application in the background (implemented in Send Anywhere) so that there is no need to manually open the application every time you receive files. Preferably, this is implemented without an intrusive message in the notification curtain (that the relevant application service is currently running in the background), or at least with an option to disable this message. Also, it may be worth adding a corresponding icon to the status bar, as it is implemented in other Android applications (the image is attached below). Accordingly, it will also be logical to add an item to the settings: run the application/service together with the system. Also, since this most likely somewhat will be discharge the battery, add a corresponding item (switch) to the application settings, so that the user can choose what is more important for him. This leads to offer 5.2.

5_1

sergd88 avatar Feb 10 '23 12:02 sergd88

This has to wait until I’ve managed to release a clean (mainly code wise) and stable version of my custom implementation (See #20 and #35).

See #30 for an idea for a toggle.

ShortDevelopment avatar Feb 10 '23 12:02 ShortDevelopment

This has to wait until I’ve managed to release a clean (mainly code wise) and stable version of my custom implementation (See #20 and #35).

See #30 for an idea for a toggle.

Definitely. This is more of a wish for the future.

sergd88 avatar Feb 11 '23 07:02 sergd88

Depends on #144

ShortDevelopment avatar Apr 03 '24 21:04 ShortDevelopment