hexaguin / keePebble

A Google Keep client for Pebble smartwatches
6 stars 2 forks source link

Random blank note #5

Open hexaguin opened 8 years ago

hexaguin commented 8 years ago

A note with no title or content reliably shows up in the main list.

hexaguin commented 8 years ago

Unfortunately, the order of items in the main menu is directly tied to which note is shown when the select button is pressed (this is the same behavior as Pebble Keep had). The simplest solution would probably be to record which position the blank item is in, shift everything after the blank up by one, and add a check when requesting notes to add 1 if pickedItem>blankItem.

hexaguin commented 8 years ago

It seems like the blank is only at the top for now. If I can tell for sure that this is always the case, then I might be able to hit two birds with one stone by always replacing the first item with a "new note" button (#7). More testing will be needed, though.

hexaguin commented 8 years ago

I don't have a blank right now. This is not as consistent as I thought. So much for my "new note" idea.