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
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