caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
618 stars 30 forks source link

Added foreground service to process files instead #63

Open ajakka opened 1 year ago

ajakka commented 1 year ago

I just added a foreground service with a persistent notification that displays the progress of files, and when It ends, The user can click on the notification to show the file share dialog.

What's still missing:

caydey commented 1 year ago

First off, thanks for putting in the time of making such a large change to the code base. I've got some changes that I think would make the app run smother:

ajakka commented 1 year ago

I actually wanted to do this initially but I couldn't find a way to resume the work from the activity to the service, but I'll double check If I find a way.

also I'll switch to using Live data instead of bindings

When I have some spare time