6e05ce7f18
CloneUrlInput: All it to expand vertically
...
Ideally one should remove the code duplication of this form, but for now
duplicating the code is just so much simpler.
2020-01-05 17:38:25 +01:00
599c6b4e6e
Remote Setup: Let the clone url text field expand
2020-01-04 15:02:53 +01:00
cae3fa52b7
Fix mistakenly added 'foo'
2019-12-22 18:55:33 +01:00
764209fe57
CloneUrl Validation: We do not support the git protocol
...
Well, we actually do support it, but I don't want users to use it,
as I have no intention of supporting it in the future.
In the future - Git will be written entirely in Dart.
2019-12-22 18:49:46 +01:00
ad0c305597
CloneUrlValidation: Our regexp is broken
...
With AWS Code commit we get URLs of the form -
ssh://APKAZLZA77YWDCWYRAC5@git-codecommit.eu-west-1.amazonaws.com/v1/repos/blah
All our assumptions about how the URL should be are now invalid. It's
best to just check for the presence of an '@'
2019-12-22 18:48:40 +01:00
6a9fe72e8d
fixed git-clone-url-regex for dash-domains
2019-11-28 23:11:34 +01:00
ffc0af12a3
Enable prefer_const_constructors
2019-10-20 01:11:53 +01:00
69003cf0ac
Rename package from journal -> gitjournal
...
It's about time.
2019-10-07 19:30:50 +02:00
2bfd05a532
Fix new flutter analyze problems
...
Flutter analyze seems to have gotten smarter
2019-07-18 01:13:39 +02:00
c79249cbe1
Dart: Give all functions explicit types
...
It makes the code easier to understand and this way the static type
checker will catch bugs for us.
2019-06-02 15:51:43 +02:00
8ff5d02033
DartLinter: Add unnecessary_this
2019-02-23 01:33:34 +01:00
0a4c20f12f
GitHostSetup Manual: Write better instructions
2019-02-15 15:23:30 +01:00
b7c687eee5
GitSetup: Autofill the clone url with the last value
...
Makes it easier to fix typos
2019-02-14 00:53:29 +01:00
a63950bd10
GitHostSetup: Show a different page for entering cloneUrl
...
In the case when they don't want to use OAuth, but are still going to
use Github or Gitlab.
2019-02-13 23:08:46 +01:00
52b844e6e8
GitHostSetup: Move the button to its own file
2019-02-13 22:49:42 +01:00
6a8f8f4044
Rename GitHostSetupUrl -> GitCloneUrlPage
2019-02-13 20:59:15 +01:00