Skip to content

Java client bug fixes and usablility enhancements

Michael Ziminsky (Z) requested to merge (removed):java-fix into master

Fixes for various bugs and usability annoyances I came across during my usage of the app.

BUGS:

  1. Choosing "No" when asked to save a new site would not save the user/password to the clipboard.
  2. CTRL+META+P hotkey doesn't work on windows due to it already being used by the OS. Changed CTRL to ALT.
  3. Fix window restore after close to background in Windows

ENHANCEMENTS:

  1. Changed new user dialog to select the initial text in the name field on open.
    • Before, the textbox had focus with no selection, so typing right away would insert at the front instead of replace.
  2. Hitting the ESC key will now clear the site text filter
  3. Separated user preferences from application preferences
  4. Added new user preference to set default login type for new sites
  5. Improvements to the "Stay Resident" preference
    • Reworded label to explain what it does
    • Added new option to stay logged in when closing to the background
    • Made possible to force application exit when in "Stay Resident" mode by holding ALT key while closing. This includes using ALT+F4.
  6. Add mouse wheel support to combo boxes
  7. Remember window size/position
  8. Updated gradle to the latest version since I'm using java 11, which requires 4.8+, and it didn't seem to have any issues, but I can drop that commit if you want.
Edited by Michael Ziminsky (Z)

Merge request reports