13 Commits

Author SHA1 Message Date
c4ef1f569b Use flutter_lint
Instead of picking lint values. This way I don't need to routinely
looking at extra lints to enable.
2021-09-21 15:42:13 +02:00
5236a2bf31 Start implementing find in note 2021-09-21 14:39:49 +02:00
2751b89cf4 Improve protobuf generation
Also add proto files for a markdown experiment
2021-09-19 10:06:18 +02:00
045b4d0cd1 Add experimental tag auto-completion
There is so so much more to do to get this to work. I'm not sure if
exposing it like this is a good idea. Oh well.
2021-09-15 17:15:08 +02:00
33a731a3d7 Add reuse licensing to files in lib 2021-09-15 13:06:43 +02:00
e2d391ec02 Add experimental history 2021-09-13 17:32:33 +02:00
d597c68ece Remove experimental FS
It'll be easier to just extend the already existing views. Maintaining
yet another view is just too much.
2021-09-08 15:30:19 +02:00
86a88966df Make emojification controllable
Also disable it by default

Fixes #260
2021-09-07 09:18:46 +02:00
c390dd4e5a DebugScreen: Show snackbar on copying 2021-08-30 22:46:15 +02:00
6403296724 Basic login experiment 2021-08-27 14:28:29 +02:00
910088a5b4 LocaleKeys++ 2021-08-26 23:09:39 +02:00
e248a2fcaa Generate dart keys for localizations
I should have done this long long ago. Migrating is going to be such a
pain.
2021-08-26 09:22:42 +02:00
ad76dabcfb Experiment with serving shared preferences over grpc
The idea is that for GitJournal's web version, we can have it talking
with the mobile version which runs a grpc server. All of the git + fs
logic will still run in the mobile and the web version will only have
the UI.
2021-07-29 14:33:00 +02:00