Commit Graph

  • 5b83456e6d fxml cleanup Sebastian Stenzel 2019-09-10 10:07:51 +02:00
  • 3ad6784961 improved sudden termination handling Sebastian Stenzel 2019-09-10 09:41:25 +02:00
  • 3fa1ed1928 clean up vault list controller Sebastian Stenzel 2019-09-10 09:40:47 +02:00
  • d27466d49e replaced gap + element + gap by larger gap [ci skip] Sebastian Stenzel 2019-09-06 19:32:47 +02:00
  • d9677fe7c4 Split up vault detail view Sebastian Stenzel 2019-09-06 19:25:25 +02:00
  • fa7421b1b0 Added migration workflow Sebastian Stenzel 2019-09-06 18:55:47 +02:00
  • 602bccae2a fixed NiceSecurePasswordField#requestFocus() Sebastian Stenzel 2019-09-06 18:50:24 +02:00
  • 0acd3b427f stop the madness! new approach to scene-independent shortcuts Sebastian Stenzel 2019-09-06 17:43:01 +02:00
  • f35f04851e Hook up migration window Sebastian Stenzel 2019-09-06 15:26:01 +02:00
  • cb4717b770 cancel stats task on any state other than UNLOCKED Sebastian Stenzel 2019-09-06 15:20:32 +02:00
  • 68e69790cf Don't trigger quit handler on new non-unlocked vault states Sebastian Stenzel 2019-09-06 14:05:17 +02:00
  • 2bd93469bb added cmd+w shortcuts to more dialogs Tobias Hagemann 2019-09-06 13:59:22 +02:00
  • 6fc37d48ff adjusted min-height of some dialogs to prevent the smallest jitter ;) Tobias Hagemann 2019-09-06 13:36:21 +02:00
  • df8fbe6440 added disabled state to reveal button in unlock success Tobias Hagemann 2019-09-06 13:29:22 +02:00
  • 9eee7883c5 Introducing more vault states Sebastian Stenzel 2019-09-06 10:40:57 +02:00
  • 7de08f52df Vault Format 7 Sebastian Stenzel 2019-09-06 10:21:37 +02:00
  • b4bf5415bc Refactored Vault's observable accessPoint property Sebastian Stenzel 2019-09-05 15:42:45 +02:00
  • c8e22fe2e3 updated reveal button in vault detail Tobias Hagemann 2019-09-05 15:27:34 +02:00
  • af89cee619 reverted orange glyph icons Tobias Hagemann 2019-09-05 11:09:10 +02:00
  • 216f3620e1 We need to know what happened [ci skip] Sebastian Stenzel 2019-09-05 09:38:47 +02:00
  • ae97e42d11 adding round corners to dragNdrop area Armin Schrenk 2019-09-04 17:25:50 +02:00
  • c6ad677e2b monster commit: Adding drag'n'drop functionality to add already existing vaults to cryptomator Armin Schrenk 2019-09-04 16:44:59 +02:00
  • e1a1f0bbdb renaming method in removeVaultModule Armin Schrenk 2019-09-04 16:22:32 +02:00
  • efaf5a1553 Pimped Password Field Sebastian Stenzel 2019-09-04 17:16:24 +02:00
  • 9c104beeba replaced text-flow with label+graphic Tobias Hagemann 2019-09-04 16:54:40 +02:00
  • 31bad3191d added menu item disabled state styling Tobias Hagemann 2019-09-04 16:01:50 +02:00
  • 1089497c08 added context-menu styling (basically the same as the one from choice-box) Tobias Hagemann 2019-09-04 15:42:20 +02:00
  • 73bc2d06a7 updated "add vault" button styling Tobias Hagemann 2019-09-04 15:27:42 +02:00
  • 040d913693 adding text to button Armin Schrenk 2019-09-04 14:13:32 +02:00
  • 52a488f967 removing minus button from vault list Armin Schrenk 2019-09-04 13:53:29 +02:00
  • 7511a676d4 adding context menu to vault list Armin Schrenk 2019-09-04 12:59:46 +02:00
  • 6b7964f5d9 added hdd icon to vault detail for unlocked state Tobias Hagemann 2019-09-03 23:30:09 +02:00
  • 98e843aa0d added window shake animation when entering invalid passphrase Tobias Hagemann 2019-09-03 21:33:06 +02:00
  • c364a743ae finetuning almost all dialogs Tobias Hagemann 2019-09-03 16:31:45 +02:00
  • b36c5fa60f added disabled checkbox styling [ci skip] Tobias Hagemann 2019-09-03 15:06:07 +02:00
  • bd0ece8020 added highlight fill to text fields [ci skip] Tobias Hagemann 2019-09-03 13:58:22 +02:00
  • 9b15254880 added wrap text to formatted labels Tobias Hagemann 2019-09-03 10:32:12 +02:00
  • 4f039b9708 new vault detail layout for unlocked state Tobias Hagemann 2019-09-03 10:31:42 +02:00
  • 2ab823239c updated localization [ci skip] Tobias Hagemann 2019-09-03 09:21:31 +02:00
  • 78d4f2e479 exchanged icon in unlock/lock button [ci skip] Tobias Hagemann 2019-09-02 14:52:24 +02:00
  • 6513fc6ed4 added color to icon in password match label [ci skip] Tobias Hagemann 2019-09-02 14:49:33 +02:00
  • e41ddedce7 updated colors of password strength indicator [ci skip] Tobias Hagemann 2019-09-02 14:45:26 +02:00
  • 88220cabee Added access location readme file Sebastian Stenzel 2019-08-30 10:59:37 +02:00
  • 33252c1775 changed icon of stacked glyphs to white instead of main bg Tobias Hagemann 2019-08-30 10:23:38 +02:00
  • 57553bbda1 Replaced TransformationList by simpler List with listener, because Property Extractor didn't work properly Sebastian Stenzel 2019-08-29 23:18:03 +02:00
  • 4a02bf529d Add readme file to vault storage directory Sebastian Stenzel 2019-08-29 22:20:27 +02:00
  • e55b1f8ff9 all vaults are locked when starting the application [ci skip] Sebastian Stenzel 2019-08-29 21:33:31 +02:00
  • 73314ee985 Thread safety when quitting the application: Altering vault states (unlocking/locking/...) will now trigger a listener (on the fx application thread) which sets an AtomicBoolean. Previously the value has been read by an AWT thread from a (non-volatile) BooleanBinding Sebastian Stenzel 2019-08-29 17:13:32 +02:00
  • 5196dbe9af button labels [ci skip] Sebastian Stenzel 2019-08-29 16:33:15 +02:00
  • 68454e914b Clarified some steps of create vault workflow Sebastian Stenzel 2019-08-29 16:29:53 +02:00
  • d0924e246f Added success screen to add vault workflow Sebastian Stenzel 2019-08-29 15:59:47 +02:00
  • 59a277f0c7 added missing $ sign [ci skip] Sebastian Stenzel 2019-08-29 15:31:27 +02:00
  • 5ef0dc5505 same design for unlock success and remove vault dialog Sebastian Stenzel 2019-08-29 14:15:49 +02:00
  • 08434c36ee adjusted unlock success screen Sebastian Stenzel 2019-08-28 16:22:09 +02:00
  • 2f288dc92b replaced glyph="CIRCLE" by circle. Sebastian Stenzel 2019-08-28 16:21:52 +02:00
  • 421a21aced adding german localization Armin Schrenk 2019-08-28 16:08:45 +02:00
  • 98a3a1a372 adding section in strings.properties Armin Schrenk 2019-08-28 16:08:25 +02:00
  • da65e98030 set wrapText attribute in addExistingVault dialogue Armin Schrenk 2019-08-28 16:07:57 +02:00
  • 7bbbd3c849 no longer change window size during unlock workflow Sebastian Stenzel 2019-08-28 16:06:33 +02:00
  • 0481bb02af renaming string property for volume type Armin Schrenk 2019-08-28 15:35:47 +02:00
  • c47d9c95c7 restyled disabled button & glyph icons Tobias Hagemann 2019-08-28 14:41:55 +02:00
  • a122159268 Made tray menu localizable Sebastian Stenzel 2019-08-28 14:17:34 +02:00
  • 474064df3a adding window icon to vaultOptions dialogue Armin Schrenk 2019-08-28 14:11:39 +02:00
  • 1f65a626e4 changePassword window is now subcomponent of vaultOptions Armin Schrenk 2019-08-28 14:06:48 +02:00
  • 04800407d7 added color palette Tobias Hagemann 2019-08-28 14:05:42 +02:00
  • f306184b53 adding icon to main window Armin Schrenk 2019-08-28 13:55:14 +02:00
  • c1a8844f27 improving removeVault dialogue Armin Schrenk 2019-08-28 13:51:00 +02:00
  • d4e118f331 quit refinements Sebastian Stenzel 2019-08-28 13:35:57 +02:00
  • 2900a9672a refining english localization Armin Schrenk 2019-08-28 13:32:01 +02:00
  • e8ba94942d setting managed property to false if no dropbox or gdrive are found Armin Schrenk 2019-08-28 13:28:27 +02:00
  • b3a96aed74 WebDavScheme setting only shown under linux Armin Schrenk 2019-08-28 13:19:24 +02:00
  • 0db2068344 Added window icon to dialogs Sebastian Stenzel 2019-08-28 13:27:23 +02:00
  • 6da0d023ff Localized quit dialog Sebastian Stenzel 2019-08-28 13:05:20 +02:00
  • 88d522501f if vault is added (new or existing), it is selected in the vault list Armin Schrenk 2019-08-28 11:51:31 +02:00
  • 6b31e6cdc2 closing window after vault is removed Armin Schrenk 2019-08-28 11:15:02 +02:00
  • 1ef8668c4d Replaced TextFlows by FormattedLabel if applicable Sebastian Stenzel 2019-08-28 11:42:26 +02:00
  • 6721baf293 Replaced TextFlows by FormattedLabel if applicable Sebastian Stenzel 2019-08-28 11:35:07 +02:00
  • f4ec9c277f Formatting throughput stats properly Sebastian Stenzel 2019-08-28 11:18:21 +02:00
  • c9d897edd1 added window prefix "main.*" to localizable strings in main window Sebastian Stenzel 2019-08-28 11:17:45 +02:00
  • ef07edf8c3 made button-group into an actual button Tobias Hagemann 2019-08-27 16:11:24 +02:00
  • 36d49a6e1e vault options: read only only selectable when custom mount options are _not_ used Armin Schrenk 2019-08-27 15:51:22 +02:00
  • f4ee8d0a15 Added I/O stats (work in progress) Sebastian Stenzel 2019-08-27 15:50:15 +02:00
  • 71e414ae5c formatting Armin Schrenk 2019-08-27 15:23:48 +02:00
  • acda11f110 adding confirmation dialogue when removing a vault Armin Schrenk 2019-08-27 15:23:04 +02:00
  • a96935bfb5 unused imports removed Armin Schrenk 2019-08-27 14:35:51 +02:00
  • b74b4ce244 bug fix when switching vault during lock operation Armin Schrenk 2019-08-27 14:02:56 +02:00
  • 638dac9cb6 adding missing acces location text Armin Schrenk 2019-08-27 13:45:53 +02:00
  • 249af4c397 decreased width of add vault wizard Tobias Hagemann 2019-08-27 13:18:50 +02:00
  • 4130dbea91 added checkmark icon to unlock success Tobias Hagemann 2019-08-27 12:57:51 +02:00
  • ee57cd7d3b don't mark blocked issues as stale [ci skip] Sebastian Stenzel 2019-08-27 10:32:31 +02:00
  • 8939b196c0 reverted 5dcdaf45 Tobias Hagemann 2019-08-26 20:36:47 +02:00
  • f1b5ec6481 Updated FFI package to 2.2.0 Sebastian Stenzel 2019-08-26 20:30:42 +02:00
  • 50ace8c6a4 added ffi-version to buildkit Tobias Hagemann 2019-08-26 20:22:52 +02:00
  • 264e81b4a0 macOS: Only show application menu and dock icon when a Window is visible (related to #957, #283, #346, #62) Sebastian Stenzel 2019-08-26 18:03:26 +02:00
  • 282b80fe24 downgraded jni lib (due to incompatibilites on macOS 10.13.x) Sebastian Stenzel 2019-08-26 17:59:46 +02:00
  • 547e5dae52 Merge branch 'feature/jni-mac-tray-icon' into ‘feature/new-ui' Tobias Hagemann 2019-08-26 16:58:28 +02:00
  • 5dcdaf459f reverted jni version for merging, kept new code as comment Tobias Hagemann 2019-08-26 16:56:23 +02:00
  • ab89f59dd1 defined color constants for password strength indicator, updated labels Tobias Hagemann 2019-08-26 16:29:50 +02:00
  • 98451759f0 updated unlock success layout, reverted back from buttonbar to hbox in some dialogs Tobias Hagemann 2019-08-26 15:54:21 +02:00
  • b22ddaf13e reveal vault access and storage location from vault detail view Sebastian Stenzel 2019-08-26 15:22:54 +02:00