Commit graph

9 commits

Author SHA1 Message Date
Julian Sparber
b0be9d47f1 update deps
run cargo update
2021-04-20 22:35:23 +02:00
Julian Sparber
c1b65dc69c bump matrix-sdk
The new commit includes improvments for how the sdk handles http request
errors, and allows us to configure how often a request should be
retried.
2021-04-07 12:38:33 +02:00
Julian Sparber
4e409bb329 add logging for the matrix-sdk
The sdk uses tracing for loging therefore we can't use
pretty-env_logger. We are still able to set the log level via the env
variable RUST_LOG.
2021-03-31 22:11:12 +02:00
Julian Sparber
abf2361a80 login: Use SecretService to store previous session 2021-03-24 23:35:34 +01:00
Julian Sparber
37c8e18416 login: Add password login and session creation
Since the login flow for matrix will change soonish, therefore, we
implement only login via password.
2021-03-24 15:10:01 +01:00
Julian Sparber
22890128ee Add matrix-sdk 2021-03-24 12:47:38 +01:00
Julian Sparber
9e8fa8aab5 Add base layout 2021-02-16 11:30:41 +01:00
Julian Sparber
ea50cb2ec1 Add libadwaita as dep 2021-02-13 00:11:59 +01:00
Alejandro Domínguez
49dab8eeaa Init with GTK Rust Template 2021-02-04 20:46:36 +01:00