NightWhistler / PageTurner

Android e-book reader with cloud synchronization
pageturner-reader.org
GNU General Public License v3.0
466 stars 221 forks source link

Use ActionMode for editing highlights #480

Closed NightWhistler closed 11 years ago

NightWhistler commented 11 years ago

Right now, when the user clicks a highlight we pop up a choice dialog... it would be more consistent to spawn a custom action-mode with the same options: ( colour, delete, text-note)

NightWhistler commented 11 years ago

Implemented.