Lanna Michalke
|
05ff61ac86
|
chore: introduce native implementations
- adds Client.nativeImplementations
- deprecates Client.compute
Allows to properly implement accelerated native operations in web
Signed-off-by: Lanna Michalke <l.michalke@famedly.com>
|
2022-07-28 13:30:22 +02:00 |
Christian Pauly
|
7885281c72
|
refactor: Use import sorter and ci templates
|
2022-07-21 15:44:04 +02:00 |
Lanna Michalke
|
cab03aa73b
|
fix: Allow unpadded base64 decoding
|
2022-01-11 09:02:34 +00:00 |
Christian Pauly
|
646d7e2640
|
fix: revert make bytes in EncryptedFile nullable
|
2021-09-06 09:35:53 +02:00 |
Christian Pauly
|
2cd32a8547
|
fix: Make bytes in encrypted file nullable
This was a mistake to make them non nullable. There are fields in the app where
we create this object without bytes.
|
2021-09-06 08:46:23 +02:00 |
Christian Pauly
|
8f35683120
|
refactor: Make encryption utils null safe
|
2021-08-30 09:20:17 +02:00 |
Christian Pauly
|
9b7474e2f2
|
refactor: Update to dart 2.12 and opt out in all files
This also adds some missing license headers, I have detected while
using license header search&replace to add the
null safety opt out
|
2021-08-18 08:09:39 +02:00 |
Lukas Lihotzki
|
545ce26e39
|
style: fix format and lint
|
2021-04-12 14:49:03 +02:00 |
Lukas Lihotzki
|
d413f54f10
|
refactor: use OpenSSL for file e2ee
|
2021-04-12 14:49:03 +02:00 |