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

Issue + feature request #14

Closed nihal697 closed 2 years ago

nihal697 commented 5 years ago

Issue : locking the notes from app gets disabled if the list in notification panel is expanded. It is needed to enable it again to implement properly. Feature request : An option in the notification itself to lock notes, would be great if it is for individual notes. :D

nproth commented 5 years ago

Thank you for the bug report. I found that expanding the notification panel works fine but snoozing a pin unlocks all notes. If you have encountered additional bugs please specify your android version.

Unfortunately locking individual notes is not possible because Android handles locked notifications differently. I don't think grouping locked and unlocked pins would work. Locked pins would then be displayed in a different group notification. As a result p!n would have to display two lists of notes in the notification area.

nihal697 commented 5 years ago

Yes you are right about the locking of pins. Sorry didn't notice that. Personally I don't have any issue with having two different groups in noti. panle. But it depends if the other users want it and mostly that you want it. Thanks anyways for creating such a useful app.

nproth commented 5 years ago

I won't implement it in the current version of p!n. But I plan to overhaul the app at some point in the future and I will try to incorporate this feature in one form or another.

nproth commented 5 years ago

The bug is now fixed. I'm sorry it took me so long.