The account setting list the connection name which is the server address
directly followed by the username. This is then followed by a field
repeating the username again.
This duplication of information is nor really helpful, which is why this
patch replaces this with two fields containing just the two information:
host address and username.
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.