7 Commits

Author SHA1 Message Date
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
7fa67497bb Split Settings into StorageConfig 2021-07-26 21:53:44 +02:00
c40f829119 Remove bonsoir
It's not being used, and the CI seems to be getting stuck while linking
it

Also bump sentry
2021-06-30 13:28:47 +02:00
408c40b3af GitHostApis: Use Result class
Instead of throwing exceptions. There are so so many edge cases which
are failing.
2021-06-12 14:27:33 +02:00
d6e2f09a72 Move all settings code to its own folder
Jumping around between the widgets / screens and outside is bit
confusing. Also this way, I can add the stories right here.
2021-06-05 12:23:28 +02:00
f277c5567f OAuthApp: Move to experiments 2021-06-04 18:49:00 +02:00
28c8a63fed Move main_* files to an experiments folder
The main folder is cleaner this way.
2021-06-04 18:46:00 +02:00