nproth / pin

A minimalistic note-taking app for android utilizing your phone's notification area.
GNU General Public License v3.0
116 stars 7 forks source link

Maximum of 8 tasks/notes are dispalyed in notification bar #3

Closed ghost closed 5 years ago

ghost commented 5 years ago

Expected behaviour:

Have all notes be available to be scrolled through.

Actual behaviour:

Only last 8 notes are present in notifications, older ones appear after newer are removed.

Hardware and Software:

Remarks:

Not sure if this is problem on your side, or on Samsung's or even Android.

P.S. Love how simple your app is, it's amazing. Great job!


Example:

ezgif-4-d4043fed60dc

nproth commented 5 years ago

Unfortunately this seems to be an Android restriction. As a workaround (for now) you could hide newer notifications via 'snooze' to access older ones and then long-press the timer-button to show all hidden pins again.

Still there might by a way around this restriction by using one notification with a custom layout, displaying a list of pins, instead of several standard ones. However, this would probably not integrate equally well with android's notification design and handling.

ghost commented 5 years ago

Thank you for your reply. As I thought this wasn't your issue. Keep doing great work!