dd6b069b18
fallbacklocale: Avoid using the country code
2021-07-02 07:15:53 +02:00
4c27381571
Bump bugfix version
...
Also update translations
2021-07-02 07:14:21 +02:00
e3605d5408
macos: Upadate podfile.lock
2021-07-02 07:12:24 +02:00
790c092e85
Fix portugese translations
...
We aren't using the country codes anywhere.
2021-07-02 07:11:25 +02:00
fc0b16dd1b
Update translations
2021-07-01 19:35:21 +02:00
842a392634
throw exceptions
...
The entire codebase will need to be looked over quite careful, if I'm to
build this.
2021-07-01 15:54:08 +02:00
55e7fef697
fix tests
...
Stop being an idiot
2021-07-01 14:32:07 +02:00
e530230334
disable ios ci
...
It keeps getting stuck and failing
2021-07-01 14:30:32 +02:00
f55b60e55a
Improve dark mode
...
This probably isn't the right way to go about it. It would be better to
change the theme instead of overwriting stuff.
2021-07-01 13:24:41 +02:00
b2cbba07b7
Bump bugfix version
2021-07-01 13:00:00 +02:00
6789326186
workaround crash
...
Fixes APP-182
2021-07-01 12:58:23 +02:00
8975baa4e9
Add english as a fallback locale
...
This way keys that are not found still use English.
2021-07-01 12:53:43 +02:00
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