Closed rares45 closed 3 years ago
Ok, after further review I've found:
Start on boot works well on Android 5 and 10 (entire supported range).
The reason I didn't see any clipping of the status text was because I had set a small screen scale. Just removing the word "remaining" makes it fit again just fine. We could also remove the "files" icon to make more space. I put it there only because original Warpinator has it too. We don't even use it to display the mime type so I think nothing will be lost if it's removed.
I removed the files icon, put back the time, but I kept the Toast in case the text is ellipsized.
PR Summary
Start automatically
Now in the app setting you can found an "Start automatically" option. It's dependent on the "Run in background" option. If both options are activated the service will start automatically when the OS boots.
Improved Share activity
Added a not found text and changed the background color.
Better info about transfers
Now if you tap the transfer card there will be a Toast showing the remaining time. Old New
Other