Allow to confirm new note title with keyboard
Squid is an awesome app! Thanks a lot for building it.
When renaming a note by tapping the input box in the action bar (while editing the note) a dialog appears, asking you for the new note title.
The EditText in the dialog is already selected, putting the cursor at the very end (which is nice for modifying the title). However, when pressing the Enter key on an attached hardware keyboad, the newly entered title is not accepted, but the cancel button is highlighted (which is the wrong default one would accept when pressing enter).
This is actually an issue of the default Android dialog, and needs to be handled manually.
An improved version of the dialog should automatically accept the entered note title, when receiving an Enter key event inside the input box.