Commit Graph

1082 Commits

Author SHA1 Message Date
Benoit Marty e5656e264a
Merge pull request #2940 from vector-im/feature/bma/various_fixies
Rework event edition management
2021-03-04 18:03:45 +01:00
Benoit Marty e401252c03
Merge pull request #2956 from vector-im/feature/bma/scripts
Add a script to download and install APK from Buildkite
2021-03-04 14:01:30 +01:00
Benoit Marty 0b5135b841 Add a script to download and install APK from Buildkite 2021-03-03 20:37:19 +01:00
Benoit Marty 57df61dadf Changelog 2021-03-03 14:55:45 +01:00
Benoit Marty 5c9750fb07 Moar cleanup after rebase and before merge 2021-03-02 19:18:19 +01:00
Onuray Sahin ae648c3e11 Make outbound key sharing strategy configurable. 2021-03-02 18:49:11 +01:00
Benoit Marty d504a1f266
Merge pull request #2948 from vector-im/feature/bma/redactedEvent
Make Event.type optional
2021-03-02 18:06:11 +01:00
Benoit Marty 56af0b5191
Merge pull request #2947 from kafji/kfj/room-preview-tooltip
Add tooltip for room quick actions
2021-03-02 16:36:49 +01:00
Benoit Marty 4e2e73637a Be robust if Event.type is missing (#2946) 2021-03-02 16:14:57 +01:00
Kafji 3357c78375 Add tooltip for room quick actions
Add tooltip for low priority, favorite, and room settings quick actions.

Signed-off-by: Kafji <k@kafji.net>
2021-03-02 19:47:33 +07:00
Martin Häger 33b3f0650c Permit cleartext for .onion addresses
The Tor and Onion service protocols provide encryption and authentication
respectively. Since Domain Validation certificates aren't currently being
issued for .onion addresses, the HTTPS requirement makes Element practically
incompatible with homeservers operated by individuals on Tor.

Signed-off-by: Martin Häger <martin.haeger@gmail.com>
2021-03-02 12:46:12 +01:00
Benoit Marty 097668b762 Rework edition of event management - step 2 2021-03-01 20:42:47 +01:00
Benoit Marty c152964323
Merge pull request #2908 from vector-im/feature/bma/jitsi_pip
PIP support for Jitsi call
2021-03-01 11:41:34 +01:00
Benoit Marty 60cc441092
Merge pull request #2905 from vector-im/feature/bma/preview_fix
Try to fix crash about UrlPreview (#2640)
2021-02-23 16:07:16 +01:00
Benoit Marty 486815b9ab Pip 2021-02-23 11:28:38 +01:00
Benoit Marty 29359ad119 Update change after rebase 2021-02-23 10:31:58 +01:00
Benoit Marty c938795576 Read init sync to a file and split into smaller files to handle it 2021-02-23 10:31:19 +01:00
Benoit Marty bebb956005 Try to fix crash about UrlPreview (#2640) 2021-02-22 17:44:11 +01:00
Benoit Marty b38ff46af4
Merge pull request #2896 from vector-im/feature/bma/dependabot
Upgrade dependencies
2021-02-22 12:22:43 +01:00
Benoit Marty ef3d8f365a Changelog 2021-02-21 16:52:19 +01:00
Benoit Marty 80524fb8c1 Cleanup 2021-02-19 21:29:23 +01:00
Benoit Marty e1f778e21a Changelog 2021-02-19 21:28:44 +01:00
Benoit Marty 747a5ded1a Version++ 2021-02-19 21:10:27 +01:00
Benoit Marty 809c0e720e Prepare release 1.1.0 2021-02-19 19:30:38 +01:00
Benoit Marty 1294d211d6
Merge branch 'develop' into feature/bma/fix_redirection 2021-02-19 14:43:01 +01:00
Benoit Marty 2df9b43abc Make the code a bit easier to understand (no change) 2021-02-18 18:42:55 +01:00
Benoit Marty fc1c2bc2c0
Merge pull request #2828 from vector-im/feature/bma/color_step_1
First step about color cleanup
2021-02-17 18:27:44 +01:00
Benoit Marty 0e322630f1 Ignore url override from credential if it is not valid (#2822) 2021-02-17 18:18:36 +01:00
Benoit Marty 6aa5dc992d Migrate AuthenticationService API to coroutines (#2449) 2021-02-17 18:18:36 +01:00
Benoit Marty 9501fd74f0
Merge pull request #2826 from vector-im/feature/bma/fix_crash
Fix crash reported by PlayStore (#2707)
2021-02-16 13:10:21 +01:00
Benoit Marty 3ac3f09df0
Merge branch 'develop' into feature/bma/lang 2021-02-16 11:40:24 +01:00
Benoit Marty bec4af7c87 Fix crash reported by PlayStore (#2707) 2021-02-16 11:23:36 +01:00
Benoit Marty b0ea7cecb5 Move all colors to the same file and rename it 2021-02-16 10:37:17 +01:00
Benoit Marty cf0b4d2581 Merge branch 'develop' into feature/bca/devtools 2021-02-15 16:00:32 +01:00
Benoit Marty 7c865e1a26 changelog 2021-02-12 20:59:20 +01:00
Benoit Marty ca09feb2e5
Merge branch 'develop' into feature/bma/room_settings_ux 2021-02-11 22:00:58 +01:00
Benoit Marty bfa384ad5b
Merge pull request #2807 from vector-im/feature/bca/fix_404_initialize_xs
fix post initial sync crash on 404
2021-02-11 14:02:15 +01:00
Benoit Marty c93fd2a05d
Merge pull request #2806 from vector-im/feature/bma/upgrade_jitsi
Upgrade jitsi
2021-02-11 13:58:05 +01:00
Benoit Marty ebe9d42780 Also update the template year 2021-02-11 12:07:22 +01:00
Maximillian Bensch 7e2f892904 CHANGES.md: fix typos
- it's 2021

Signed-off-by: Maximillian Bensch <lorddavidiii@qi0.de>
2021-02-10 23:36:20 +01:00
Benoit Marty ba24c30d38 Improve room profile UX 2021-02-10 17:32:36 +01:00
Valere 0957ff69c4 fix post initial sync crash on 404 2021-02-10 16:39:26 +01:00
Benoit Marty 1ec4424c0a Upgrade Jitsi library from 2.9.3 to 3.1.0 2021-02-10 12:15:32 +01:00
Valere e5da026f1f Dev tools initial commit 2021-02-10 10:17:19 +01:00
Benoit Marty aaeca96336 Merge branch 'develop' into feature/fga/voip_v1_start 2021-02-09 21:23:55 +01:00
Benoit Marty 08b65b57e4 Version++ 2021-02-09 21:08:46 +01:00
Benoit Marty a8086ceb43 Prepare release 1.0.17 2021-02-09 21:07:25 +01:00
Benoit Marty f78c72db59 Merge branch 'develop' into feature/fga/voip_v1_start 2021-02-09 11:52:18 +01:00
Benoit Marty fade21de57
Merge branch 'develop' into feature/bma/jitsi_in_timeline 2021-02-08 17:43:49 +01:00
ganfra 0ed327646a Merge branch 'develop' into feature/fga/voip_v1_start 2021-02-08 16:45:15 +01:00