2372 Commits

Author SHA1 Message Date
604bfbcb7e Add dart 2.9 declaration in the main file
The top level file must have this if it imports other files which
haven't been converted for null safety.
2021-04-14 15:32:01 +02:00
453c721830 Fix note editor opening on boot
Not sure why this broke with Flutter 2, but the fix is easy enough.
2021-04-14 15:31:32 +02:00
dea1596d9f Bump dart-git 2021-04-14 12:12:25 +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
4d66dbafe9 Use unrelased version of flutter analytics
What's the worst that could happen! Analytics could break. It's not like
I haven't had to disable it on ios already. I really really wish I had
an easy alternative to use.
2021-04-10 22:11:05 +02:00
39644f42f3 Update all deps for null safety
Also fix new compile errors
2021-04-10 21:56:18 +02:00
1bff307f5e Implement changing the branch 2021-04-10 21:44:39 +02:00
4dbd309092 Bump git_bindings
This is the last dependency left for us to update git_journal to null
safety
2021-04-10 21:43:46 +02:00
cc95fa8b93 Bump icloud_document_path 2021-04-10 21:39:05 +02:00
4f98538646 bump dart-git 2021-04-10 21:34:53 +02:00
0a486c7c58 Use our fork of ext_storage
Has null safety
2021-04-10 21:31:32 +02:00
4c1b75f295 Use a fork of flutter_emoji
It has been ported to null safety, the original repo seems to be
abandoned - https://github.com/petehouston/flutter-emoji/pull/16
2021-04-10 21:23:49 +02:00
0e425e38e6 Remove our fork of function_types
No longer required as the changes have been merged upstream
2021-04-10 21:21:11 +02:00
1d8afee13b Use fork of function_types which has null safety 2021-04-06 13:28:58 +02:00
650763a1bd Comment out flutter_webview plugin
It wasn't being used. It was just an experiment which was never shipped.
Plus it hasn't been ported to null safety
2021-04-06 13:18:28 +02:00
da66222724 Remove isolate dependency
It was used in the rsa key generation which is currently commented out.
Plus it hasn't been ported to null safety.
2021-04-06 13:18:12 +02:00
c5535588a9 Bump yaml_serializer
Trying to update all the deps for null-safety
2021-04-06 09:54:14 +02:00
7c316e331b git_url_parse2 has been merged into dart-git 2021-04-06 09:35:27 +02:00
ae68362bd2 Bump timeago 2021-04-04 10:52:19 +02:00
f18d50dbca Use official version of easy_localization_loader
A new release has been made.
2021-04-04 10:48:16 +02:00
0aeaee9138 Git Remote Settings: Show the current branch 2021-03-26 10:44:34 +01:00
d2d9504dc9 Make sure all notes end with a \n
Fixes #383
2021-03-26 10:09:15 +01:00
ebd225c3b5 Fix linter + auto format 2021-03-25 16:32:24 +01:00
78c15468c5 pubspec: Indicate flutter version
Even though we now have `flutterw`, I would also like to indicate it
over here.
2021-03-25 15:51:35 +01:00
e8fd11c85b feat(image): Added Details view for Images
Users can zoom, quarter-rotate and freely rotate Images

Updated flutterw

Refs GitJournal#410 GitJournal#386
2021-03-25 14:22:40 +01:00
5afe819aa4 docs: 📝 Added ld error due to wrong NDK version to troubleshooting 2021-03-25 14:22:40 +01:00
bd452a696b build: 🚸 Added Shebang to setup_env.dart
This means the file can be executed on Unix Systems directly
Also added execution permission to `setup_env.dart`

`./scripts/setup_env.dart` works now
2021-03-25 14:22:40 +01:00
4cd54d9238 build: 🔨 Adding flutterw for consitent flutter version 2021-03-25 14:22:40 +01:00
d6b09eec6d Auto format
I use - flutter pub run import_sorter:main to keep everything neat. I
wish this was part of flutter. Maybe I should stop caring about this.
2021-03-25 12:28:21 +01:00
8aa86312dc Fix easy localization
breaking change when updating
2021-03-25 12:27:17 +01:00
26a58e736f the intl version, again(?) 2021-03-25 12:10:04 +01:00
81bba453e8 updating the name on the license 2021-03-25 12:10:04 +01:00
aa83f037d3 license 2021-03-25 12:10:04 +01:00
7880d58034 using newer intl 2021-03-25 12:10:04 +01:00
362364ef50 adding the license 2021-03-25 12:10:04 +01:00
93cf6433d6 OrgEditor 2021-03-25 12:10:04 +01:00
746c374d48 CI: Disable 'flutter analyze'
We have lots of things which need to be fixed, and I would prefer to
have the CI green for now.
2021-03-25 11:46:33 +01:00
f05b9ebc8f Fix markdown renderer
The extension sets now contain unmodifiable lists
2021-03-25 11:46:03 +01:00
4d85c5d311 Remove flutter_sentry
We need to use sentry 4.0 in order for the tests to work. This kinda
ports it, but also removes flutter_sentry.

I'll need to properly port it later.
2021-03-25 11:39:18 +01:00
ae3c9668af Use flutter_runtime_env for firebase test lab check
flutter_sentry provided this as well, but I'm going to remove that for
the official flutter sentry integration
2021-03-25 11:17:37 +01:00
78b25af47a Bump deps for Flutter 2
Also for handling the latest dart-git. This required disabling -
* ssh_key - Feature toggle (off by default) for generating the ssh key
in dart. This was causing problems.
* screenshots
* flutter_driver - used by screenshots

flutter_driver was nice to have as it was the only proper integration
test that we have.

Also, many of the tests currently fail because of problems with Sentry.
I prefer to fix those in another commit
2021-03-25 11:05:42 +01:00
445f35ab64 theme: stop using deprecated members 2021-03-24 15:48:51 +01:00
9f2be5448f Migrate away from deprecated buttons
There are still some outlined buttons which need to be migrated, but
those aren't so trivial.
2021-03-24 15:36:53 +01:00
77a0670bf7 Use ScaffoldMessenger
Scaffold has been deprecated for the snackbar
2021-03-24 15:29:25 +01:00
68388616e5 Remove isolates_workaround
No longer required
2021-03-23 09:28:50 +01:00
fc6241847f Bump intl so that everything compiles 2021-03-23 09:25:08 +01:00
52b84ebd39 Indicate this package doesn't need to be published
Fixing the new linter warnings after updating Flutter
2021-03-23 09:08:19 +01:00
3b829098e0 Revert "Update ios icon"
This reverts commit 6ecf827965b5abdd4f5d2b8cae939c50b01f7e80.

Fixes #482
2021-03-23 09:01:02 +01:00
5f2d108751 Fix repo being empty after clone
Fixes #473
2021-03-21 14:44:40 +01:00
e32bf4004e also save 2021-03-18 16:23:16 +01:00