2613 Commits

Author SHA1 Message Date
df568d8ad5 add "keywords" alias for tags to be compatible with pandoc and zettlr 2021-05-10 11:31:45 +02:00
f61aa06f07 Relicense some files under Apache2
In order to accept a pull request.
2021-05-10 11:09:49 +02:00
9607e38dcd Add link to Simplenote exporter 2021-05-10 11:07:08 +02:00
dd6d4f0f15 Use deprecated FlatButton.icon
The newer TextButton.icon uses some of the new styles which I cannot
seem to figure out exactly, so for this release lets just use the old
button.
2021-05-09 22:05:25 +02:00
48f431d2d2 Optional: Make Git Add/Rm/Commit use Dart-git
It's a quick toggle for easy testing.
2021-05-09 11:11:24 +02:00
047c945622 CI: Build the apk and store it as an artifact
This way we can publish the apks in other places
2021-05-08 18:18:38 +02:00
be0edd018e Add dashbook
This will hopefully make development easier as the different screens can
be worked on more easily. This isn't perfect as the providers don't
work, but it's a start.
2021-05-07 12:55:01 +02:00
9035fef844 AppRoute: Add the routes to const variables
Just makes it easier to make sure there are no mistakes
2021-05-07 12:17:34 +02:00
f5ae9c56c9 Add the macos code
This doesn't work as libgit2 is missing, but it's great for working on
the UI.
2021-05-07 11:46:00 +02:00
a6d0085cea Localization: Disable debug log messages
Super annoying
2021-05-07 11:09:38 +02:00
978d8b0a0c Use a FlexColorScheme by default
My custom color scheme is breaking in many places and showing blue text.
For now lets use this color scheme, though this breaks stuff in many
places as even the alignment changes.

However, I needed to fix all of this anyway, so I may as well start.
2021-05-07 10:50:44 +02:00
ee2f0e85aa Editors: Remove the padding
This is weird. In some themes there in an internal padding, and in some
themes, there in none. I didn't think themes would affect this.

Also isDense and isCollapsed work in strange ways. I wish this was
properly documented.

I basically want to remove the left padding, and insert a normal top and
bottom padding. Is that too much to ask?
2021-05-06 15:15:52 +02:00
d40c1992cc Editors: Remove hover color change 2021-05-06 15:15:52 +02:00
3d07328aab Editors: Set background color
With Flutter 2, the way the theme has set has changed, so I'm slowly
migrating to Flex Color Scheme, and fixing all the widgets that look
strange.
2021-05-06 15:15:52 +02:00
34ff6ee843 Auto format includes 2021-05-06 15:15:44 +02:00
38dbf8453c cleanup 2021-05-03 19:26:54 +02:00
52ab2b0c3d Resolving file links 2021-05-03 19:18:42 +02:00
d24d921054 finding the linked note 2021-05-03 18:49:35 +02:00
c2ecddbb7d Merge pull request #497 from MisterY/master
listing available event handlers
2021-04-27 19:49:21 +02:00
94c6b2dfa9 listing available event handlers 2021-04-27 19:46:38 +02:00
7935b92725 Analyics: Clear old notes 2021-04-26 09:06:51 +02:00
414785cbc1 Plausible: Test if the events are being tracked properly
It works!
2021-04-26 09:06:51 +02:00
e5bedaaa08 Add serialization for Plausible Events 2021-04-26 09:06:51 +02:00
813b4c8436 Move analytics code to its own folder 2021-04-26 09:06:51 +02:00
a92496812a Merge pull request #495 from MisterY/img-viewer
image viewer for .org files
2021-04-25 12:55:35 +02:00
6996dcffff image viewer for .org files 2021-04-25 12:52:03 +02:00
c05e81db4f org link handler 2021-04-23 14:35:56 +02:00
70e07e009d link tap handler 2021-04-23 12:59:46 +02:00
c00aae3a4a Merge pull request #494 from MisterY/org-viewer
initial org viewer
2021-04-22 01:09:21 +02:00
b0f3f2cdde initial org viewer 2021-04-22 01:08:05 +02:00
c7737ffd13 Port LinksLoader to null safety
With this I'm not accepting any of the Link's field to be an empty
string. In that case it's better for it to be null, as the compiler will
force me to deal with an empty value.
2021-04-15 17:22:15 +02:00
3c1f2fa6d2 Link: Port to null safety
Migrating all of GitJournal seems like quite a daunting task that will
take a long time.
2021-04-15 16:42:55 +02:00
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