chore: Update SDK & Changelog

This commit is contained in:
Sorunome 2020-09-10 09:39:39 +02:00
parent e3e8f2517e
commit 182554373c
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
3 changed files with 14 additions and 3 deletions

View File

@ -5,8 +5,12 @@
- Use server-side generated thumbnails in cleartext rooms - Use server-side generated thumbnails in cleartext rooms
- Add option to send images in their original resolution - Add option to send images in their original resolution
- Add additional confirmation for sending files & share intents - Add additional confirmation for sending files & share intents
- Add option to opt-in to report issues / crashes to sentry
- Write keys to online key backup, fully implementing online key backup
### Changes ### Changes
- Tapping links, pills, etc. now does stuff - Tapping links, pills, etc. now does stuff
- Better handling of sending messages in bad network
- Better recovery of "keys not cached"
### Fixes: ### Fixes:
- Various html rendering and url-ifying fixes - Various html rendering and url-ifying fixes
- Added support for blurhashes - Added support for blurhashes

View File

@ -187,8 +187,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "5863c8e168d796bcda3556409c46e27b71986862" ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
resolved-ref: "5863c8e168d796bcda3556409c46e27b71986862" resolved-ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
url: "https://gitlab.com/famedly/famedlysdk.git" url: "https://gitlab.com/famedly/famedlysdk.git"
source: git source: git
version: "0.0.1" version: "0.0.1"
@ -422,6 +422,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.4" version: "0.3.4"
isolate:
dependency: transitive
description:
name: isolate
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
js: js:
dependency: transitive dependency: transitive
description: description:

View File

@ -27,7 +27,7 @@ dependencies:
famedlysdk: famedlysdk:
git: git:
url: https://gitlab.com/famedly/famedlysdk.git url: https://gitlab.com/famedly/famedlysdk.git
ref: 8899f4c677f6f255db62f34a6ae46f92deaa1c88 ref: cb1ec86b32260d5ce0365771ed14911996b7a4fe
localstorage: ^3.0.1+4 localstorage: ^3.0.1+4
bubble: ^1.1.9+1 bubble: ^1.1.9+1