This patch updates the account settings view, trying to make it look a
bit cleaner by:
- Making the logout button look more like a button. The full width
looked odd on large devices or in landscape mode.
- Removing the version number. It is already listed in the main menu
anyway.
- Moving the hint about reporting bugs and the GitHub link to the
bottom.
The hint is still a bit weird in this view. Maybe long-term, we want to
move all these information about the app (version, issues, …) to a
separate view. But that's something for another day.
This patch moves the discard progress functionality from the tiny icon
at the top right corner of the progress display to the options menu.
The reasoning for this is that resetting progress is an option which is
unlikely to be used very often and therefor does not need to be on the
main screen. In addition to that, the menu already holds the related
options to mark the book as finished and to discard the progress of a
finished book.
Finally, this removes the tiny icon which does not really match the rest
of the user interface of the app.
This patch moves the progress bar slightly up for a better separation
between playback controls and seeking.
The reasoning behind this is that I (and probably others as well) often
interact with this interface in a clumsy, half-asleep state. Due to the
closeness of the progress bar and the play/pause button, I have managed
it several times to accidentally seek instead of pause. That is really
annoying since you then have to manually find the previous playback
position again.
Long term, I would love to see more of the available space being used.
In particular in the player interface. There should be enough free space
available. Especially if you have just one of the progress bars active.
But for now, this is just a quick-fix to improve the current situation.
This patch fixes the separators between metadata list entries in the book
detail view. Items were separated only by comma. A space was missing.
This just adds a space to both the genre as well as to the narrator
separators.