2631 Commits

Author SHA1 Message Date
d42fbcce41 Add monarch as a dev dependency
It's as easy way to test different widgets
2021-04-15 11:45:31 +02:00
8f887b0112 Add stupid old dart version comment
It's importing files which still haven't been converted
2021-04-14 18:53:06 +02:00
e4f3e21427 pod install 2021-04-14 17:05:45 +02:00
1570e07bf6 ios: Bump deployment target to 10.0
Seems to be required for firebase. Maybe with this firebase will
actually work again.
2021-04-14 17:04:35 +02:00
50dfb2d4ea Bump firebase_analytics 2021-04-14 16:36:55 +02:00
1a5000e10f Bump version 2021-04-14 16:18:55 +02:00
9668170f91 Enable Sentry
Sentry now provides an official flutter client.
2021-04-14 16:18:14 +02:00
edd45a04e9 Changelog: Add feature 2021-04-14 15:38:53 +02:00
97f4a539ee Remove auto deleted podspec
Removed by flutter. *shrug*
2021-04-14 15:35:17 +02:00
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