15 Commits

Author SHA1 Message Date
8c326399bd null safety++ 2021-05-25 16:33:48 +02:00
d008f0d982 First version of dart migrate
Most of the files haven't been migrated. Lets work on this bit by bit
2021-04-10 22:18:35 +02:00
35ed7f616e CustomKeys: Allow an ssh password to be provided
Fixes #227
2020-10-22 14:35:17 +02:00
e3a4844f0e GitRemoteSettings -> Let a custom SSH key be provided
Just like during the GitHost Setup.
2020-10-22 14:22:00 +02:00
c8e3318bb9 HostSetup: Make all remaining strings translatable 2020-09-04 18:46:16 +02:00
9d00fdac06 Use import_sorter
flutter pub run import_sorter:main --no-comments

The code feels much cleaner
2020-07-24 12:43:28 +02:00
b2d0cf44ab Stop using deprecated TextStyle properties 2020-05-08 10:55:00 +02:00
2eda892285 Remember to dispose text controllers 2020-04-14 17:53:17 +02:00
b2709f94f1 HostSetup: Allow keys to be regenerated even with a custom setup 2020-03-16 01:20:33 +01:00
4a6355d687 Setup: Fix validation of private keys
For #85
2020-03-16 01:13:27 +01:00
d5176041be Fix flutter analyze 2020-02-19 22:48:04 +01:00
6c7606efd3 KeyEditor: Do not let Next work until valid values are provided 2020-02-19 18:17:08 +01:00
844089917a KeyEditors: Add basic validation 2020-02-19 18:02:53 +01:00
69fbd20040 HostSetup: Allow custom keys to be provided
Fixes #26
2020-02-17 18:02:57 +01:00
98fb1ccff5 Move git host setup files to setup folder 2020-02-17 16:51:52 +01:00