10 Commits

Author SHA1 Message Date
0a085e78e7 MdYamlDoc: Make it immutable 2022-01-27 15:17:56 +01:00
7737155627 Note Proto: Handle null values 2021-12-28 18:00:34 +01:00
ff1dc06403 MdYamlDoc: Serialize lists and maps 2021-12-22 21:03:41 +01:00
632547db6e Add missing proto file 2021-12-10 16:45:32 +01:00
542fb8c36a Avoid showing the "Reading Git History .." screen
This way startup feels much faster.
2021-12-10 10:57:20 +01:00
ad4516d8d6 FileMTimeBuilder: TreeHashes are no longer used 2021-12-09 17:34:40 +01:00
a26150a85d Add a FileStorageCache
It's mainly a way to save / read a FileStorage instance.
2021-10-26 22:34:39 +02:00
2751b89cf4 Improve protobuf generation
Also add proto files for a markdown experiment
2021-09-19 10:06:18 +02:00
867835e03a Proto: Add licenses 2021-09-15 14:03:33 +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