David Langley
93c6216269
Add descriptions of concurrencies
2022-02-23 23:13:30 +00:00
David Langley
de7a572329
noop to test cancel
2022-02-23 23:05:34 +00:00
David Langley
d561ad6acd
include matrix.target in apk-lint group
2022-02-23 23:04:18 +00:00
David Langley
80fd816d66
test cancel with noop
2022-02-23 23:00:22 +00:00
David Langley
cf7417d544
Have to inline it as can't use env vars in other env vars.
2022-02-23 22:58:51 +00:00
David Langley
355931a592
add env prefix.
2022-02-23 22:42:11 +00:00
David Langley
8c65285ec5
try multiline expression for group sufficx
2022-02-23 22:37:19 +00:00
David Langley
43c125ed32
Use matrix.target to fix build group. Use env vars to clean up.
2022-02-23 22:16:24 +00:00
David Langley
edb92f85c5
noop to test cancel
2022-02-23 18:12:43 +00:00
David Langley
639774662a
Add concurrency checks for unit tests, build and quality checks.
2022-02-23 18:11:46 +00:00
David Langley
5bbd6769b9
noop to test cancel
2022-02-23 18:02:59 +00:00
David Langley
ac4d748c8c
Add concurrency to integration tests.
2022-02-23 18:01:22 +00:00
Benoit Marty
79b511b44d
Merge pull request #5297 from vector-im/feature/fga/fix_bad_realm_usages
...
Improve usage of realm
2022-02-22 15:21:14 +01:00
Benoit Marty
6d45886e1c
Merge pull request #5294 from vector-im/feature/eric/roomlist-green-to-grey
...
Changes unread marker in item_room.xml
2022-02-22 14:27:40 +01:00
ganfra
4cc80162ca
Clean and add Changelog
2022-02-22 14:23:45 +01:00
Benoit Marty
33e5a9c2ef
Merge pull request #5257 from vector-im/feature/nfe/track_screen_on_enter
...
track screen event when user enters the screen
2022-02-22 14:22:04 +01:00
Benoit Marty
77c48f2c48
Merge pull request #5296 from vector-im/feature/adm/crash-when-reading-qr
...
Fixing crash adding room by QR code
2022-02-22 14:04:37 +01:00
Benoit Marty
211e1c2ce9
Merge pull request #5276 from vector-im/feature/adm/limit-inmemory-image-caches
...
Reducing bitmap memory footprint
2022-02-22 13:58:58 +01:00
ganfra
80d19fa497
Realm transactions: use Realm.WRITE_EXECUTOR (and use in Create/Join Room tasks)
2022-02-22 13:00:22 +01:00
Adam Brown
16e3723043
adding changelog entry
2022-02-22 11:55:44 +00:00
Adam Brown
909c3a667a
removing unneeded open scope
2022-02-22 11:52:33 +00:00
Adam Brown
6998e846f9
adding missing instance of the qr scanner args being passed
2022-02-22 11:51:12 +00:00
ganfra
d27acfa64f
Read receipts: use RoomMember instead of User and avoid creating realm instance each time
2022-02-22 12:45:54 +01:00
ganfra
fcca75ee23
Realm: remove usage of freeze as it was not necessary (unique thread)
2022-02-22 12:45:10 +01:00
Sonia0912
ff0b0f293b
adds changelog file
2022-02-22 11:45:51 +01:00
Sonia
f187bffc11
changes roomUnreadIndicator colour in item_room.xml
2022-02-22 11:11:31 +01:00
Adam Brown
bad45799b9
reducing line length (using existing formatting style)
2022-02-22 09:45:20 +00:00
NIkita Fedrunov
89e97748bc
ScreenEvent removed
2022-02-22 10:24:27 +01:00
Benoit Marty
116f7d0575
Merge pull request #5288 from vector-im/feature/ons/disclosed_polls
...
Allow creating disclosed polls
2022-02-22 10:18:04 +01:00
Onuray Sahin
a858e89ca1
Changelog added.
2022-02-22 12:15:37 +03:00
Onuray Sahin
8bfcb1d9d8
Allow creating disclosed polls.
2022-02-22 12:05:45 +03:00
Adam Brown
506690a897
fixing wrong shortcut icon size and ensuring the transformed files are stored with unique keys
2022-02-21 17:54:05 +00:00
Adam Brown
5bbb3f28b1
adding changelog entry
2022-02-21 17:30:45 +00:00
Adam Brown
33c30e27fa
flattening the room and user icon loading into the same file
2022-02-21 17:14:36 +00:00
Adam Brown
9f44975b4a
tranforming images for adaptive shortcuts within glides transformations
...
- avoid creating new bitmaps each time the room list changes
2022-02-21 16:54:51 +00:00
Benoit Marty
95c00a1cce
Udpate comment
2022-02-21 17:52:26 +01:00
Benoit Marty
cf252b060c
Merge pull request #5136 from vector-im/feature/bca/crypto_ensure_e2e_defensive
...
Defensive coding to ensure encryption when room was once e2e
2022-02-21 17:50:50 +01:00
Benoit Marty
a89e8d0434
Merge pull request #5104 from noantiq/develop
...
Make Space creation screens more consistent
2022-02-21 16:53:56 +01:00
Benoit Marty
4b3749673e
Merge pull request #5259 from vector-im/michaelk/reliable_ui_tests
...
Improve reliability of sanity tests.
2022-02-21 16:52:26 +01:00
Benoit Marty
5bd8247835
Merge pull request #5263 from vector-im/feature/mna/5225-remove-color-resource
...
#5225 Replace color "vctr_unread_room_badge" by "vctr_content_secondary"
2022-02-21 16:49:45 +01:00
Adam Brown
eeb9785651
limiting the room bitmap loader image size, the notification icon size is relatively small and there's no cap on the image size
2022-02-21 13:03:31 +00:00
Adam Brown
65239e4034
relying on the glide caches (persisted and in memory) instead of our own
...
- this effectively halves the amount of image memory used by notifications
2022-02-21 12:04:02 +00:00
Maxime Naturel
4713fd96bf
Adding changelog entry
2022-02-18 17:05:29 +01:00
Maxime Naturel
d29fc9f2d3
Replacing vctr_unread_room_badge by vctr_content_secondary
2022-02-18 17:04:02 +01:00
ClaireG
95b3afd148
#3771 : When accepting an invite, expecting to see the room ( #5247 )
...
Open the room when user accepts an invite from the room list
2022-02-18 16:45:01 +01:00
Michael Kaye
66b30c33c8
Improve reliability of sanity tests.
...
We add the permission so we can write to the external storage with the screenshots
We rename the screenshots so they can be uploaded via the github action correctly
We always do the upload even if the test build has failed.
2022-02-18 14:38:22 +00:00
Benoit Marty
6fec56eeaa
Merge pull request #5254 from vector-im/feature/bma/cleanup_config
...
Cleanup config
2022-02-18 14:22:07 +01:00
NIkita Fedrunov
bda92a9ab4
track screen event when user enters the screen instead of when user leaves the screen
2022-02-18 12:03:46 +01:00
Benoit Marty
3b0856bf8e
Merge pull request #5249 from vector-im/feature/mna/2782-collapse-acl-events
...
#2782 : Collapse server ACLs update events
2022-02-18 10:54:46 +01:00
Valere
48fffc3dcf
Code review
2022-02-18 10:08:44 +01:00