slowscript / warpinator-android

An unofficial implementation of Warpinator for Android
GNU General Public License v3.0
481 stars 29 forks source link

Improvements #8

Closed rares45 closed 3 years ago

rares45 commented 3 years ago

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. image

Note I haven't tested this a lot. And I only tested it on android 11. More testing would be amazing.

Improved Share activity

Added a not found text and changed the background color. Screenshot_20210131-203250 Screenshot_20210131-203341

Better info about transfers

Now if you tap the transfer card there will be a Toast showing the remaining time. Old Screenshot_20210201-102105 New Screenshot_20210201-103316 Screenshot_20210201-103328

Other

slowscript commented 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.

rares45 commented 3 years ago

I removed the files icon, put back the time, but I kept the Toast in case the text is ellipsized.