carlosrafaelgn / FPlayAndroid

Simple and straightforward Android music player, with equalizer and bass boost
BSD 2-Clause "Simplified" License
155 stars 64 forks source link

Swipable status notification. #12

Closed vext01 closed 10 years ago

vext01 commented 10 years ago

A very minor item.

Most android apps that place an item in the status area can be dismissed by swiping sideways, but fplay has a small "off icon" which can be tricky to press on a small screen. How about a swipable notification? This would exit fplay.

Thanks and sorry for raising so many issues.

carlosrafaelgn commented 10 years ago

Hi Edd!

Worry not! I love feedback! Really :)

Unfortunately, this time, there isn't much I can do about it...

If I allow users to "swipe-to-dismiss" the notification, the notification will also be automatically dismissed when the user clicks the "clear all" button, therefore, exiting the app inadvertently :(

There is no way to allow the "swipe-to-dismiss" feature, while preventing the notification from going away during a "clear all". It's all or nothing.

Nonetheless, I will increase the width of that icon.

vext01 commented 10 years ago

A friend confirms that no foreground process can have a swipable notification. Never mind :P

carlosrafaelgn commented 10 years ago

Closing issue :)