2622 Commits

Author SHA1 Message Date
5baa9dc98a Settings: Allow the language to be switched 2021-07-01 12:50:25 +02:00
6cacfac7bb Update translations
* Add a script to download all the translations
* Fill non translated fields with English
2021-07-01 11:59:07 +02:00
76685facfe Move dashbook as a dev dependency 2021-07-01 02:32:50 +02:00
d4a345ea89 Avoid using 'dart:io' wherever possible
This gets us one step closer to supporting the web.
2021-07-01 01:46:01 +02:00
4832959e93 rename build to build_android 2021-06-30 14:56:52 +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
48f0fc1b6a ios: Update keys and provisioning profiles 2021-06-30 12:49:40 +02:00
8bc65f899d CI: Enable for ios 2021-06-30 11:36:32 +02:00
1401d572f0 Fix assert 2021-06-30 11:16:09 +02:00
8d1b132a9c Bump bugfix version 2021-06-30 11:12:29 +02:00
39b9a8fc4e Active ios CI
Lets try to get this to work again.
2021-06-30 11:09:37 +02:00
87c9d56d76 ios: Update Podfile checksum 2021-06-30 11:05:21 +02:00
4bf2ebebbf Avoid remove remote error
Fixes APP-16W
2021-06-30 11:04:57 +02:00
a872e82d54 Fix out of bounds access
Fixes APP-17J
2021-06-30 11:01:05 +02:00
a40b0bd366 Setup: Avoid null access
Fixes APP-17E
2021-06-30 10:58:32 +02:00
75ee598fac PurchaseSlider: Fixx null access
Fixes APP-17G
2021-06-30 10:55:08 +02:00
ed44cf8652 FeatureTimeline: Fix late init
Fixes APP-17H
2021-06-30 10:38:59 +02:00
754be05a4c ios: We do not use bluetooth 2021-06-29 21:56:44 +02:00
66ac3dc7c8 ios: key signing crap
My keys had expired, so I've spent lots of time clearing caches and
rebuilding again and again to try and get this to work. Why is this such
a black box!
2021-06-29 21:46:20 +02:00
77010aab0c changelog: publish 2021-06-29 20:58:56 +02:00
a45e8e4fe1 fix test 2021-06-29 20:04:48 +02:00
b492fc51e8 ios: Remove GoogleService-Info
The file is no longer present as we are no longer using Firebase
2021-06-29 18:33:23 +02:00
0d3f7858df Add experimental flags to use Dart-git for merge / add / commit 2021-06-29 17:59:06 +02:00
0a4617108d QuickActions: Fix translation strings 2021-06-29 17:30:25 +02:00
fdbdabda13 NoteSerailizer: Detect h1 correctly 2021-06-29 10:24:34 +02:00
3e91e7d734 note: Try to use Result class
This is useless as the error handling isn't really taken into account
across the code base.
2021-06-25 09:01:07 +02:00
8980d46c3e macos: Add app category 2021-06-25 08:57:47 +02:00
da8c7e51c5 setup: Make the check more resilient
ed25519 keys start with the ssh-ed25519 prefix. Okay, this mechanism
sucks. I should just figure out how to parse the keys.

Related to #516
2021-06-19 15:31:04 +02:00
1b23cb4da9 Setup: Allow ecdsa keys to be entered
Fixes #516
2021-06-19 15:24:07 +02:00
13c64d74f5 Update changelog 2021-06-19 12:38:37 +02:00
cb908f6da0 Remove unused file
I've given up generating the rsa key in dart. At some point I'll manage
to use ECC, and that's about it.
2021-06-19 12:33:40 +02:00
7c4347591e sort imports 2021-06-19 12:28:20 +02:00
9aaded7608 Always enable pro mode in the desktop 2021-06-19 12:28:14 +02:00
85fc5ac24d SetupScreens: Show the back button
Only Android has their own back button
2021-06-19 01:42:52 +02:00
17c9413efb Use ssh-keygen to generate the ssh keys
At some point I'll figure out how to do this with Dart only code, but
till then lets just call the process.

GitJournal can also no longer run in a sandbox as it needs to access the
ssh-keygen executable.
2021-06-19 01:42:51 +02:00
2f59196596 Bump version 2021-06-19 01:42:50 +02:00
1515e058f4 Properly call step2 instead of step1 (#514)
Fixed #514
2021-06-19 00:07:24 +02:00
bd0b2a235e enhancement: Adding treatment of HardWraps. (#511)
Fixes #511
2021-06-18 14:55:01 +02:00
738246ba95 CloneUrl: Relicense to Apache2
There is pull request.
2021-06-18 14:36:49 +02:00
beb0c64d85 License a file to Apache2 2021-06-17 16:42:11 +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
bec866ed69 Add more languages to list of supported languages 2021-06-11 10:33:50 +02:00
a3d5690fad Fix quick actions and Share to 2021-06-11 10:29:25 +02:00
b4dbf58968 proofread, fixed incorrect spelling. 2021-06-11 10:26:52 +02:00
8628cb6e8a Add Localization for JP and Resource Added.
Commit once, to check in Mac.
2021-06-11 10:26:52 +02:00
5436003b29 CI: Please work! 2021-06-10 22:26:22 +02:00
326568ac74 android: Remove google services
No longer requires as we aren't using Firebase
2021-06-10 22:08:47 +02:00
98956e3bb3 CI: What the hell is wrong with you! 2021-06-10 21:28:23 +02:00
528dfe1c08 Result++
Now comes the hard part of figuring out what to do when we get such
errors.
2021-06-10 19:51:27 +02:00
20c2277008 GitRepo: Minor refactor
Start using the Result class, and use the git_bindings with a prefix.
The git bindings are being phased out for dart-git.
2021-06-10 13:32:34 +02:00