2688 Commits

Author SHA1 Message Date
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
c807190635 fix for loading the setting 2021-03-18 16:23:16 +01:00
4b52e5061a Cleanup code duplication 2021-03-18 15:05:53 +01:00
f6f0f5a9a6 WikiLinkSyntax: Add option of telling it which style
Obsidian or Dendron
2021-03-18 15:04:25 +01:00
b3972beb0c LinkResolver: Simplify code 2021-03-18 14:45:46 +01:00
eb6aff7b76 Note: minor cleanup 2021-03-18 14:29:29 +01:00
2487a3327a Bump dart-git 2021-03-17 09:52:09 +01:00
d5625a7589 Bump version 2021-03-16 18:35:50 +01:00
171126aa87 initial support for .org files 2021-03-15 10:54:32 +01:00
1b6c76abb2 Remove unused header 2021-03-15 10:28:35 +01:00
d4d69ed9db Sort imports 2021-03-15 10:26:15 +01:00
efd480cfcf Relicense some files to Apache2
There is a pull-request with some changes
2021-03-15 10:25:49 +01:00
b88780143a With different gradle version comes a different path
Of course. Because we must change the path so everyones build fails.
2021-03-12 16:32:03 +01:00
60e5541849 Remove go files for the desktop app
Most of these are updated, and when I return to the desktop app I would
prefer to use Flutter's official solution.
2021-03-12 16:21:44 +01:00
3a7f5d7e8d instructions + gradle version 2021-03-12 15:04:23 +01:00
6ecf827965 Update ios icon
Slightly prettier
2021-03-10 15:46:39 +01:00
c642a7a751 Remove extra \n 2021-03-10 14:48:05 +01:00
f7957d100b Bump permission handler 2021-03-10 14:48:05 +01:00
45344d1b75 Put current branch name in exception
Hopefully it will provide more context to debug #361 issue.
2021-03-06 15:31:24 +01:00
c957d3ee07 fix: ✏️ fixed 3 typoes in the localisation 2021-03-06 15:30:33 +01:00
24cdc236e1 feat: SVG Rendering, Image theming and Image caption
fixes issues #405 #410 #246
2021-03-06 15:30:33 +01:00
27f314eb65 Added flutter_svg as dependency
Added dependency_override:
 xml: ^4.2.0-nullsafety.1
Due to conflict between flutter_svg and easy_localization_loader
Added flutter_cache_manager as dependency
2021-03-06 15:30:33 +01:00
44081a38bc Bump minor version 2021-03-05 20:21:58 +01:00
e1d2c17578 Logger: Write the stack trace properly
This will make it easier to read
2021-03-05 20:21:55 +01:00
581e002162 removing the module-level variable 2021-03-05 17:43:38 +01:00
4cf623e9f0 include subfolders feature 2021-03-05 17:43:38 +01:00
c8cc3553a8 Relicense these files to Apache 2
This way a pull request can be merged
2021-03-05 17:24:37 +01:00
6bcde6068a Bump dart-git
It has some optimizations
2021-03-05 17:22:48 +01:00
30ee6c3889 Hopefully workaround dart-git errors
I think these are causing some clones to fail, but I'm not 100% certain.
I'm just going to roll the dice and see.
2021-03-05 14:57:58 +01:00
f2cf9dbfff Handle cache crash
Not sure how this can happen.

Fixes APP-YN
2021-03-05 14:50:07 +01:00
9e864a00b6 Add translatiosns from po-editors
I really need to find something which better integrates. Po-editor has a
GitHub integration but requires me to give it private access to the
repos, which I don't want to.

Also, it would be nice to have clear authors.
2021-03-05 14:04:37 +01:00
094dec8d5e Merge pull request #448 from MisterY/fix-storage-permissions
#428 fixing the permissions
2021-03-05 11:17:01 +01:00
973945c677 #428 fixing the permissions 2021-03-05 11:13:42 +01:00
fe772c43be Relicense android manifest to Apache2
There is a code contribution which I want to merge.
2021-03-05 11:10:35 +01:00
697db19dac Merge pull request #439 from MisterY/sdk-spec
sdk spec
2021-03-03 20:53:28 +01:00