roundware / roundware-android

Android client for Roundware contributory audio platform
http://roundware.org
GNU General Public License v3.0
5 stars 6 forks source link

Android Notification action #4

Closed multidynamic closed 9 years ago

multidynamic commented 9 years ago

Matthew Adler created an issue 2015-01-08 The android notification should appear only when leaving the listening screen and when acted upon by user should take the user to the listening screen.

Matthew Adler REPORTER 2015-01-08 Maybe change icon too, roundware icon may not be understood by user.

Halsey Burgund REPO OWNER 2015-01-09 what do these notification icons normally look like? ie are they supposed to indicate the app or more the action? I agree that users won't be familiar with the Roundware icon, but not being an Android user, I don't know what the typical approach is for this stuff.

Matthew Adler REPORTER 2015-01-09 It is typically the app icon or very similar but in white and transparent (little or no grey scale)

multidynamic commented 9 years ago

:heavy_exclamation_mark:A critical issue.

multidynamic commented 9 years ago

Perhaps some of the notification code can be moved out of the RwService class and moved to the Activities. The PendingIntent used in RwService should use the ListenAcitivity and it should be only posted when it is appropriate to resume the activity. Notifications can be updated/removed:

http://developer.android.com/guide/topics/ui/notifiers/notifications.html

See Updating notifications and Removing notifications