Gil Eluard
fcc1a8a404
Glitchy room list header when scrolling
...
- fixed
2022-09-01 16:56:18 +02:00
Gil Eluard
bbb0dc1b5a
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 16:01:34 +02:00
Gil Eluard
8b9c2ad5f1
Added Labs flag for the new App Layout
...
- Make CI happy
2022-08-29 15:24:10 +02:00
Gil Eluard
5187cf9107
Added Labs flag for the new App Layout
2022-08-29 14:59:09 +02:00
Stefan Ceriu
0438579219
Merge pull request #6646 from vector-im/ismail/6628_notification_fixes
...
Fixes for thread notifications
2022-08-29 10:27:34 +03:00
ismailgulek
41cb6f424a
Do not destroy thread data sources
2022-08-26 16:55:25 +03:00
ismailgulek
1acb99ccca
Implement caching for thread data sources
2022-08-26 16:55:08 +03:00
ismailgulek
559d4b4362
Fix navigation controller toolbar when opening the from a notification
2022-08-26 14:12:55 +03:00
ismailgulek
c878088bdd
Fix a race in room data source initializer, by adding threadId parameter in every case
2022-08-26 14:12:13 +03:00
Gil Eluard
edcf221a59
App Layout: fixed reactions background in timeline
2022-08-25 13:51:50 +02:00
Andy Uhnak
a9d1e84252
Track all errors in Sentry
2022-08-23 08:14:59 +01:00
Philippe Loriaux
4f4c4134f6
Display the option "Share invite link" only when the room is accessible by link ( #6496 )
2022-08-18 15:37:00 +02:00
ismailgulek
7078173b2d
Fix table view height constraints in the room screen
2022-08-15 14:49:55 +03:00
ismailgulek
4f71fe7e1c
Revert the fix for keyboard stickiness, rename inputAccessoryView
2022-08-15 14:49:24 +03:00
ismailgulek
5db71c92c7
Remove unnecessary inputAccessoryView from room input toolbar
2022-08-12 17:55:59 +03:00
ismailgulek
2adeb37bbe
Fix UITableViewAlertForLayoutOutsideViewHierarchy errors
2022-08-12 17:55:59 +03:00
ismailgulek
da5ad4535f
Fix UITableViewAlertForVisibleCellsAccessDuringUpdate errors
2022-08-12 17:55:59 +03:00
Doug
c88481238d
Merge branch 'master' into develop
2022-08-10 16:39:09 +01:00
Doug
9ed48a58e7
Fix potential crash when dismissing an image.
2022-08-10 11:48:00 +01:00
Doug
57f92307f2
Remove flairs and related groups.
2022-08-09 15:04:54 +01:00
Johannes Marbach
63b32f4a0a
Revert "Merge pull request #6529 from vector-im/feature/voice-message-max-length"
...
This reverts commit f92bda4e8822bb9cceeda293120c01f5ba0f569e, reversing
changes made to b7713043b15b26606b2d11fb183379881d7ad498.
2022-08-09 10:24:03 +02:00
SBiOSoftWhare
4359db50be
RoomBubbleCellData: Add logs to track missing beacon info summary associated to a start beacon info.
2022-08-08 15:33:18 +02:00
Milton Moura
e39982a555
Fixes a glitch when dismissing a GIF in the media attachment viewer ( #6475 ) ( #6476 )
...
* Fixed a glitch in media viewer when dismissing a GIF: the WebView which shows the animation would show in the background while the transition interaction occurred
* adding the changelog entry
Signed-off-by: Milton Moura <miltonmoura@gmail.com >
2022-08-05 11:01:31 +01:00
Johannes Marbach
10a8fab0c6
Merge pull request #6529 from vector-im/feature/voice-message-max-length
...
Increase max length of voice messages to 15m (PSG-662)
2022-08-04 17:26:53 +02:00
Doug
c3fd347f9d
Fix an infinite loop when tapping an unjoined room alias. ( #6522 )
...
* Fix a crash in universal link handling.
* Fix an infinite loop when tapping an unjoined room alias.
2022-08-04 15:41:50 +01:00
Johannes Marbach
442d5972be
Increase max length of voice messages to 15m (PSG-662)
...
Relates to: vector-im/element-ios#5415
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-08-04 13:30:19 +02:00
Doug
52d5916931
Move the attachment nav bar into a container.
2022-08-03 16:32:29 +01:00
SBiOSoftWhare
a61473d8be
Move RoomTimelineLocationView to appropriate folder.
2022-08-03 11:08:25 +02:00
SBiOSoftWhare
30018823dd
Merge pull request #6499 from vector-im/steve/6493_lls_tile_server_error
...
Location sharing: Render fallback UI when tile server unavailable (PSG-606)
2022-08-02 17:42:50 +02:00
Gil Eluard
0aa5b4f4a1
Delight edit layout experiment ( #6384 )
...
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
SBiOSoftWhare
6b81a56c0b
Map loading error: Use svg image instead of png.
2022-08-02 17:14:16 +02:00
SBiOSoftWhare
0996be1974
RoomTimelineLocationView: Improve map loading error management.
2022-08-02 17:06:44 +02:00
SBiOSoftWhare
1715c0e12a
RoomTimelineLocationView: Handle map loading error UI.
2022-08-01 12:40:48 +02:00
SBiOSoftWhare
dbf9a17a78
Merge pull request #6471 from vector-im/steve/6470_lls_delete
...
Location sharing: Handle live location sharing delete (PSG-487)
2022-07-26 10:53:35 +02:00
Johannes Marbach
5b4e98fe95
Read tile server URL from .well-known (PSG-592)
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-25 17:00:37 +02:00
SBiOSoftWhare
7f0fee41f3
RoomDataSource: Handle live location sharing deletion.
2022-07-25 15:02:33 +02:00
David Langley
65833b697d
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/6419_remove_ffmpeg_again
2022-07-21 17:31:08 +01:00
SBiOSoftWhare
b18efdf3d6
Merge pull request #6449 from vector-im/steve/6448_map_tile_credits
...
Location sharing: Show map credits on live location timeline tile only when map is shown (PSG-626)
2022-07-19 09:24:20 +02:00
SBiOSoftWhare
af19e1869d
Merge pull request #6447 from vector-im/steve/6423_lls_reply
...
Location sharing: Handle live location sharing start event reply in the timeline (PSG-4)
2022-07-18 18:16:50 +02:00
SBiOSoftWhare
d3be937d6a
RoomTimelineLocationView: Show map credits only when map is visible.
2022-07-18 17:20:26 +02:00
SBiOSoftWhare
f7e349307a
LocationPlainCell: Support long press for context menu display.
2022-07-18 15:48:58 +02:00
SBiOSoftWhare
8246edf604
RoomVC: Updated supported context menu actions for beacon info event.
2022-07-18 15:47:05 +02:00
Andy Uhnak
f313a0927f
Convert verification request and transaction to protocols
2022-07-18 10:28:48 +01:00
David Langley
d6ee0f2d10
Remove ffmpeg again with opus libraries fixed to add arm64 sim support.
2022-07-13 14:01:02 +01:00
aringenbach
d9554e3d8a
Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible
2022-07-12 10:37:29 +02:00
aringenbach
e00a4631eb
Rework slash command condition to make it a bit clearer
2022-07-12 10:35:05 +02:00
aringenbach
ca6e56d004
Fix slash commands from room composer
2022-07-11 18:17:12 +02:00
SBiOSoftWhare
c35bb7a0d1
RoomTimelineLocationView: Update information banner opacity.
2022-07-06 16:29:47 +02:00
Gil Eluard
f91e84af00
Server Offline Activity Indicator ( #6314 )
...
* Server Offline Activity Indicator
- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
437b2eafd6
Invite user UI is always hidden by the keyboard ( #6348 )
...
* Invite user UI is always hidden by the keyboard
- fixed
2022-07-01 10:32:57 +02:00