Commit Graph

372 Commits

Author SHA1 Message Date
Phl-Pro 22aceb6040 VoiceBroadcast: Manage app crash cases when recording (#7188)
* Cancel automatically a Voice Broadcast from a room after an app crash
* We limit for the moment the uncompleted voice broadcast cleaning to the breadcrumbs rooms list

By considering potential performance issues, we decided to limit the uncompleted VB cleaning in the recents list service:
- we run the process only once when the application is resumed
- we run the process only on the breadcrumbs rooms list

This prevent us from checking several times in parallel the same room (because a room may be listed in several recents sections)
This prevent us from checking several times the same room (each room should be checked only once after the app resume)
If a room is not checked from the recents list, a sanity check is still done in RoomViewController (to clean the room when the user opens it)
2022-12-23 15:25:52 +01:00
Yoan Pintas f6670ec5d0 Update the room description in the rooms list in case of live broadcast (incoming or outgoing) (#7160) 2022-12-19 19:26:55 +01:00
Doug 1fb580edea Fix missing toolbar in AllChatsViewController.
The empty artwork view was obscuring it.
2022-10-04 14:59:27 +01:00
aringenbach b75580a11f Fix crash on logout from too much wrong pin codes 2022-09-15 09:42:50 +02:00
Stefan Ceriu 8a700ba6fe Merge pull request #6675 from vector-im/gil/6673-Remove_labs_flag_for_New_App_Layout
Removed labs flag and enabled New App Layout
2022-09-07 12:27:29 +03:00
Gil Eluard 5ec679c564 Updated empty states as per latest design update 2022-09-05 16:06:31 +02:00
Gil Eluard 379e959bfc Merge pull request #6669 from vector-im/gil/6512-Last_message_time_ellipsis
Last message time ellipsis
2022-09-05 12:43:29 +02:00
Gil Eluard 4950ce2d46 Removed labs flag and enabled New App Layout 2022-09-05 12:03:52 +02:00
Gil Eluard bd91718840 Last message time ellipsis
- Fixed
2022-09-05 10:27:23 +02:00
Gil Eluard df083edd54 Fixed UI glitches in dark mode
- Update after review
- Better theme support for `RoundedToastView`
- Better theme support for `RecentsInvitesTableViewCell`
2022-09-03 22:03:54 +02:00
Gil Eluard c48121c499 Fixed UI glitches in dark mode 2022-09-02 14:23:46 +02:00
Gil Eluard 85ebac545a Glitchy room list header when scrolling
- fixed
2022-09-01 16:56:18 +02:00
Gil Eluard 75699ccf49 Added Labs flag for the new App Layout
- Make CI happy
2022-08-29 16:01:34 +02:00
Gil Eluard 0c4f69ffcc Added Labs flag for the new App Layout
- Make CI happy
2022-08-29 15:24:10 +02:00
Gil Eluard 4b619eda39 Added Labs flag for the new App Layout 2022-08-29 14:59:09 +02:00
Gil Eluard d4660699ef App Layout: Removed Low Priority Rooms from Filters 2022-08-25 11:30:11 +02:00
Gil Eluard fd26941d92 App Layout: number of invites is limited to 10 in the All Chats screen
- fixed
2022-08-24 20:55:38 +02:00
Gil Eluard 388e202ef6 Merge pull request #6615 from vector-im/gil/6608-App_Layout-last_UI_tweaks_before_RC
App Layout: last UI tweaks before RC
2022-08-24 10:08:33 +02:00
Gil Eluard 6b555f5754 App Layout: last UI tweaks before RC 2022-08-23 20:50:12 +02:00
Andy Uhnak 74b369e3af Track all errors in Sentry 2022-08-23 08:14:59 +01:00
Gil Eluard a4c0ae2c34 New App Layout: added suppport for room invites in the all chats screen 2022-08-22 13:00:34 +02:00
Gil Eluard 52ae016df0 New App Layout: Added missing empty states in room list and space bottom sheet
- make breadcrumbs visible accordingly with the all chats layout options
2022-08-19 23:19:16 +02:00
Gil Eluard dda63fcf54 New App Layout: Added missing empty states in room list and space bottom sheet 2022-08-19 17:12:33 +02:00
Gil Eluard c88f3d9302 App Layout: reintroduced existing Notification left markers on room cells 2022-08-18 17:44:24 +02:00
Aaron Raimist 3a86376f8e Change text when swiping on room from Delete to Leave 2022-08-14 06:32:30 +00:00
Gil Eluard ab71858b06 Conditionally hide room list tabs (#6533)
* Conditionally hide room list tabs
2022-08-05 14:56:19 +02:00
Gil Eluard 64fe1d544e Implement new space selector bottom sheet (#6518)
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Doug a54e5f436a 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
Gil Eluard 4de0901f36 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
ismailgulek fc27dd5bdf Fix log 2022-06-15 14:30:23 +03:00
Stefan Ceriu a874f2f524 #4769, #6130 - Fix filtering search bar cancel button not clearing the results. 2022-05-19 16:49:09 +03:00
aringenbach 231fc52e45 Setup a dedicated listener owned by PresenceIndicatorView 2022-05-12 10:55:00 +02:00
aringenbach 99076d0606 Remove observers when needed 2022-05-11 15:51:12 +02:00
aringenbach 087242993c Presence: fix live updates on Home & DM list 2022-05-11 15:07:39 +02:00
Andy Uhnak 16b925719c Fix crash with sections 2022-05-05 09:13:31 +01:00
Andy Uhnak 6568b6f457 Prevent crash when searching 2022-05-03 18:47:03 +01:00
ismailgulek bd332c8f1a Fix search bar not appearing until second opening 2022-04-28 15:08:13 +03:00
ismailgulek e552e6d52e Fix empty view on the first screen load 2022-04-28 02:30:52 +03:00
ismailgulek 57991d52f7 Fix disappearing filter when search bar cancel tapped 2022-04-28 02:30:38 +03:00
Andy Uhnak 418236d6e8 Fix tests 2022-04-26 08:26:14 +01:00
Yoan Pintas 8e85677955 Merge pull request #6035 from vector-im/yostyle/join_and_show_room
When accepting an invite, expecting to see the room
2022-04-15 15:16:36 +02:00
yostyle 2ac77725f5 Use autojoin boolean 2022-04-15 14:27:57 +02:00
Gil Eluard f62b876f54 Room preview on a long press should not update the read receipt (#6027)
- Done
2022-04-14 10:30:51 +02:00
yostyle 563b088ff7 Show room after accepting invite 2022-04-12 19:16:58 +02:00
SBiOSoftWhare c80775d52d MockRoomSummary: Update with userIdsSharingLiveBeacon property. 2022-04-08 12:30:37 +02:00
SBiOSoftWhare b9d8e40869 Merge branch 'develop' into steve/5903_lls_start
# Conflicts:
#	Riot/Modules/Room/RoomViewController.h
#	RiotSwiftUI/Modules/Room/LocationSharing/Coordinator/LocationSharingCoordinator.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingModels.swift
#	RiotSwiftUI/Modules/Room/LocationSharing/LocationSharingViewModel.swift
2022-04-08 11:09:06 +02:00
Andy Uhnak 23916e22f7 Merge branch 'develop' into andy/5619_home_reloads 2022-04-07 10:49:15 +01:00
Andy Uhnak cbd97ebeac Align style 2022-04-07 10:47:06 +01:00
Anderas 66ce958f03 Merge pull request #5968 from vector-im/andy/sections_refactor
Refactor sections as enum types
2022-04-07 10:43:23 +01:00
Andy Uhnak ea7746593b Merge branch 'develop' into andy/5958_home_scroll 2022-04-07 09:57:47 +01:00