peterhajas / MobileNotifier

iOS Notifications. Done right.
BSD 3-Clause "New" or "Revised" License
302 stars 32 forks source link

No lines on lockscreen view #204

Closed JoeyP closed 13 years ago

JoeyP commented 13 years ago

Remove the lines that show underneath the notifications on the lock screen view, it would make it look much cleaner. Also, make the notifications on the lock screen tap-able to open up the application providing the notification.

ghost commented 13 years ago

Tap-able to open the app was good, but I'm not quite a fan of it. It'd be great if it could be enabled/disabled.

peterhajas commented 13 years ago

For the lockscreen being an interactive element, it is not supposed to. It causes problems and issues with the device - it's meant to be unlocked.

For the lines on the lockscreen list view, can you give an argument either way? Why would it look cleaner?

Kaizersoze commented 13 years ago

In my opinion, the layout of the lockscreen list view is great but the notification list must be always displayed without tapping a button. I think Peter is right about the opportunity to tap on the lockscreen. For security the action on tap must be handled only after asking the unlock code IF USED AND MUST BE CHECKED. A slide on a notification of lockscreen should bring up the button "DELETE" to remove the notification but it's a security issu because someone can remove your missed calls notifications.

peterhajas commented 13 years ago

The lines have been removed. Please submit additional issues if you would like to make feature requests. Thanks!