2318 Commits

Author SHA1 Message Date
2bb0646f48 Log errors if public/private key is empty
This shouldn't ever happen. It means a migration has gone wrong.
2020-11-07 10:05:41 +01:00
f72f317cee Custom analytics experiment 2020-11-05 14:48:39 +01:00
7be85bf569 Avoid using tr inside NotesFolderFS
Not sure why it doesn't work.

Fixes APP-F4
2020-11-03 13:44:58 +01:00
73c9122392 Bump version 2020-10-25 19:49:35 +01:00
56adb27f01 App: Use a provider consumer
I'm hoping with this if any value in the repo changes it will result in
a rubuild of the entire subtree, so this way I can change the entire
NotesFolderFS easily.
2020-10-23 16:34:38 +02:00
aa805f80c5 SyncButton: Show a different icon on error 2020-10-23 15:35:46 +02:00
07d0bdb7d8 Migrate setting to be repo specific
Each attribute of the settings is prefixed with the "id" of the repo.
2020-10-23 15:25:12 +02:00
a9abf5d9b3 Make Setting Migrations independent of the Settings class
That class is going to lose many of its members, and I don't want to
keep the old ones just for compatibility sake.

Also give each setting the concept on an id - will be used later.
2020-10-23 14:38:16 +02:00
c9673da721 Move Setting migrations to its own file 2020-10-23 14:23:37 +02:00
a76e32d8d3 Disable Scroll to Refresh when sync mode set to Manual 2020-10-23 14:14:02 +02:00
9ed9744306 Android: Change Settings text to "Store Repo Externally"
The earlier mechanism was a bit confusing.
2020-10-23 13:52:49 +02:00
f75e119995 Make Settings take the folderName as a parameter 2020-10-23 02:29:48 +02:00
b2aa96cbe1 Give a Repository a name 2020-10-23 02:10:42 +02:00
43206219da Merge AppState into Repository
The 'AppState' was more of a Repository state, and it's easier if it
lives inside the Repository class.
2020-10-23 02:01:45 +02:00
770394a8f9 Rename StateContainer to Respository 2020-10-23 01:38:47 +02:00
3b581f9162 const++ 2020-10-23 01:28:59 +02:00
c3d61d25cd Fix translation key 2020-10-23 00:06:13 +02:00
bc06efc446 Create new note when clicking on non existing Wiki Link
Fixes #240
2020-10-22 23:57:53 +02:00
f1ccae1db0 Split App into AppRouter
There is way too much code in this file, and it makes it difficult to
test and reason about. Lets start simplifying this huge class.
2020-10-22 23:22:40 +02:00
39339a23f1 PurchaseWidget: Simplify code 2020-10-22 22:51:30 +02:00
42de2be044 Android: Confirm pending purchases
There seems to be a race condition which results in some purchases not
being confirmed.
2020-10-22 22:50:24 +02:00
66962bda65 Autocomplete Experiment: Make the box work with multiple lines 2020-10-22 19:13:36 +02:00
b4ca0d2b1d Experiment with trying to render an autocomplete box 2020-10-22 19:07:53 +02:00
eac7ff3c63 Auto save the note when the App loses focus 2020-10-22 15:11:48 +02:00
f81b2ed167 NoteEditor Discard Changes: Do a git checkout on the file
This way it will go back to the exact original version. Our Note loading
and saving sometimes changes the yaml metadata order.

Also, this allows us to autosave the note file.
2020-10-22 14:57:12 +02:00
73b5e56139 Update changelog 2020-10-22 14:56:55 +02:00
35ed7f616e CustomKeys: Allow an ssh password to be provided
Fixes #227
2020-10-22 14:35:17 +02:00
e3a4844f0e GitRemoteSettings -> Let a custom SSH key be provided
Just like during the GitHost Setup.
2020-10-22 14:22:00 +02:00
00c4a07d72 Note Backlinks is clearly not experimental anymore 2020-10-21 22:32:34 +02:00
1819867754 build_ios: Pass the build number
We don't actually need to pass the build name, but I'm still doing it
since there seem to be some problems with the Share plugin.
2020-10-21 19:17:30 +02:00
35e1ab3e07 ios fastfile: Do not increment the build number
This is taken care of by flutter
2020-10-21 19:15:58 +02:00
d0547c77ed ios: Add ShareExtension to App Group
Not sure if this is required
2020-10-21 18:06:30 +02:00
16dea3af1b Do not log the ssh public key
Not necessary
2020-10-21 17:09:18 +02:00
c86e0d278c Remove verbose logs
These make reading the log files in bug reports really hard. Also it
contains some personal info, so I rather not have them.

I can look into another way of showing the user why certain files were
ignored.
2020-10-21 17:08:31 +02:00
d1214b8c1b Android Store Externally: Do not give the users a choice of a folder
It's a bit confusing as we create a 'GitJournal' folder then. Lets just
always save it in the same location for now.
2020-10-21 17:07:46 +02:00
98adda1b01 Bump minor version 2020-10-21 16:38:12 +02:00
c72cf0f96f Move to iCloud: Clear the git repo state 2020-10-21 16:26:40 +02:00
1dda2ce1c0 Handle new git_bindings
In ios we use ssh in memory. On Android it just doesn't seem to work.
2020-10-21 16:26:20 +02:00
bfdbfccba7 Settings Migration: Make sure the keys actually exist 2020-10-21 15:42:13 +02:00
95aa6b4647 Bump minor version 2020-10-21 15:34:05 +02:00
704329e3d5 Fix setting up an empty repo
Fixes APP-EQ
2020-10-21 15:32:33 +02:00
ad787158c7 Log key generation time 2020-10-21 15:31:15 +02:00
07dd127f7f Add some logging statements
This is cleary causing some problems. Maybe with the logs I can figure
out what is wrong.
2020-10-21 13:49:57 +02:00
018dd4ca36 Fix reset repo 2020-10-21 04:29:01 +02:00
c54b612368 Bump git_bindings and minor version no 2020-10-21 02:59:08 +02:00
d2306a590b ios quick_actions: Add icons 2020-10-21 01:30:18 +02:00
83ecfe239e ios quick_actions: Add workaround
https://github.com/flutter/flutter/issues/13634
2020-10-21 00:40:35 +02:00
035c4f2d3b ios Share Extension: Make development target match the main app 2020-10-21 00:23:30 +02:00
466c038579 ios: Try to handle share intents
Doesn't seem to be working. I'm not sure what I'm doing wrong.
2020-10-20 23:57:30 +02:00
e2c51fe8bf Bump major version 2020-10-20 14:11:49 +02:00