oogm
|
7453509df4
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2021-03-26 14:09:21 +01:00 |
|
Benoit Marty
|
627e9a9543
|
Add version details on the login screen, in debug or developer mode
|
2021-03-25 11:18:26 +01:00 |
|
Benoit Marty
|
967b8f4afb
|
Merge branch 'develop' into feature/bma/reply_image_preview
|
2021-03-22 20:49:32 +01:00 |
|
Onuray Sahin
|
7db1d81eb6
|
Changelog added.
|
2021-03-22 16:19:51 +01:00 |
|
Benoit Marty
|
7b8ede03bc
|
Picture preview when replying. Also add the image preview in the message detail bottomsheet (#2916)
|
2021-03-19 20:09:53 +01:00 |
|
Benoit Marty
|
fa37070884
|
Disable URL preview for some domains (#2995)
|
2021-03-19 17:23:19 +01:00 |
|
Benoit Marty
|
43fd9910e3
|
Merge pull request #3031 from vector-im/feature/bma/other_fixies
Some fixies
|
2021-03-19 17:06:54 +01:00 |
|
Benoit Marty
|
1214abdd44
|
Merge branch 'develop' into feature/bma/split_key_request
|
2021-03-19 15:57:55 +01:00 |
|
Benoit Marty
|
485c44454b
|
Handle encrypted reactions (#2509)
|
2021-03-19 15:27:56 +01:00 |
|
Benoit Marty
|
adca3de3b5
|
Improve message with Emoji only detection (#3017)
|
2021-03-19 13:48:49 +01:00 |
|
Benoit Marty
|
3b16351308
|
Fix bad theme change for the MainActivity
|
2021-03-19 13:36:24 +01:00 |
|
Benoit Marty
|
6b284f2a16
|
Merge branch 'develop' into feature/bca/bulk_no_olm
|
2021-03-19 10:23:37 +01:00 |
|
Benoit Marty
|
cfefde0c06
|
Update CHANGES.md
|
2021-03-19 10:23:23 +01:00 |
|
Benoit Marty
|
9f47598950
|
Display the room shield in all room setting screens
|
2021-03-18 18:01:21 +01:00 |
|
Valere
|
35635c859d
|
Send several NO_OLM in one request
|
2021-03-18 15:08:56 +01:00 |
|
Benoit Marty
|
9946ba8aa4
|
Split network request /keys/query into smaller requests (250 users max) (#2925)
|
2021-03-18 10:41:52 +01:00 |
|
Benoit Marty
|
3078adf0da
|
Version++
|
2021-03-18 10:40:33 +01:00 |
|
Benoit Marty
|
1eda7fa5bb
|
Prepare release 1.1.3
|
2021-03-18 10:35:03 +01:00 |
|
Benoit Marty
|
bab01ea309
|
Merge branch 'develop' into feature/bma/improve_perf
|
2021-03-17 18:10:14 +01:00 |
|
Benoit Marty
|
67ff43cecc
|
Changelog
|
2021-03-17 15:04:39 +01:00 |
|
Benoit Marty
|
1f82b1442d
|
Merge branch 'develop' into feature/fga/fix_ui_timeline
|
2021-03-17 15:03:22 +01:00 |
|
Benoit Marty
|
5edf7ca520
|
Version++
|
2021-03-16 22:31:25 +01:00 |
|
Benoit Marty
|
2d64fe96c1
|
Prepare release 1.1.2
|
2021-03-16 22:08:29 +01:00 |
|
ganfra
|
616a46294c
|
Update CHANGES
|
2021-03-16 20:14:20 +01:00 |
|
Valere
|
3b5dacd7e2
|
Merge branch 'develop' into feature/bca/fix_video_wont_play
|
2021-03-16 16:15:24 +01:00 |
|
Benoit Marty
|
f90bc17eb3
|
Merge pull request #3005 from vector-im/feature/bma/restore_code
Restore code
|
2021-03-16 15:54:57 +01:00 |
|
Valere
|
a52d20eeff
|
Regression: Video will not play upon tap
|
2021-03-16 15:26:06 +01:00 |
|
Benoit Marty
|
b3ccd788f6
|
Merge pull request #2997 from ShadowJonathan/no-bold
Change ISSUE_TEMPLATE bold lines to proper headers
|
2021-03-16 15:03:15 +01:00 |
|
Benoit Marty
|
e541a3b962
|
Merge branch 'develop' into feature/bca/workaround_stuck_message
|
2021-03-16 15:00:55 +01:00 |
|
Benoit Marty
|
641ce206c2
|
Move change to correct release version (#3001)
|
2021-03-16 14:48:27 +01:00 |
|
Benoit Marty
|
4273a6a1be
|
Merge pull request #3001 from timokoesters/fix-parsing-servername
fix: make cross signing work with server names containing :
|
2021-03-16 14:46:47 +01:00 |
|
Benoit Marty
|
431d450fec
|
Merge branch 'develop' into feature/bma/rr
|
2021-03-16 14:46:10 +01:00 |
|
Valere
|
5b94540f76
|
Quick Work around to remove stuck messages
|
2021-03-16 12:16:11 +01:00 |
|
Timo Kösters
|
dd2a7397a4
|
fix: make cross signing work with server names containing :
Server names are allowed to contain ':' to specify a port, see https://matrix.org/docs/spec/appendices#server-name
User ids on the other hand are not allowed to contain ':', even
historical user ids, see https://matrix.org/docs/spec/appendices#historical-user-ids
Therefore we can use the first instance of ':' to split the user
localpart from the server name.
|
2021-03-15 22:31:34 +01:00 |
|
Benoit Marty
|
4f3734f932
|
Ensure message are decrypted in the room list after a clear cache
|
2021-03-15 16:53:19 +01:00 |
|
Benoit Marty
|
13cbfaf5e7
|
Do not load room members in e2e after init sync
|
2021-03-15 15:29:20 +01:00 |
|
oogm
|
863e199995
|
Update CHANGES.md to include the correct PR number
|
2021-03-15 01:33:46 +01:00 |
|
oogm
|
e8015bfbd4
|
Update emoji_picker_datasource.json to Unicode 13.1 and dynamically filter reactions by renderability
|
2021-03-15 00:20:59 +01:00 |
|
Jonathan de Jong
|
2708b85a20
|
Update CHANGES.md
|
2021-03-14 19:17:05 +01:00 |
|
Benoit Marty
|
857bfcb971
|
Cleanup
|
2021-03-12 12:18:21 +01:00 |
|
Benoit Marty
|
e8d4fab305
|
Add template for 1.1.2
|
2021-03-12 12:17:29 +01:00 |
|
Benoit Marty
|
8c24dd0fba
|
Add entry in changelog
|
2021-03-10 21:55:59 +01:00 |
|
Benoit Marty
|
5aa8b0255a
|
Fix MainActivity display (Fixes #2927)
|
2021-03-10 15:34:28 +01:00 |
|
Benoit Marty
|
8356d18a67
|
Improve Snackbar duration (Fixes #2929)
|
2021-03-10 14:49:52 +01:00 |
|
Benoit Marty
|
1fe8dfa810
|
Merge pull request #2978 from vector-im/feature/fga/send_queue_rework
Feature/fga/send queue rework
|
2021-03-10 09:27:21 +01:00 |
|
ganfra
|
3c7a108940
|
Send: clean and update CHANGES
|
2021-03-09 18:18:28 +01:00 |
|
Benoit Marty
|
25ea1ba641
|
Fix issue with local echo
|
2021-03-09 14:08:33 +01:00 |
|
Benoit Marty
|
9719c0b2f9
|
Split init sync insertion into 2 transactions.
Ephemeral Events can be inserted later, so the room list can be displayed faster.
|
2021-03-05 09:47:57 +01:00 |
|
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 |
|