Commit Graph

232 Commits

Author SHA1 Message Date
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 eae2fae8db App Layout: added support for transparent avatar icons in the all chats screen 2022-08-25 10:20:03 +02:00
Gil Eluard 13b26e1845 App Layout: Release Experience
- Update after code / design review
2022-08-23 16:25:52 +02:00
Gil Eluard 1ff36f9eb3 App Layout: Release Experience
- First iteration before final design
2022-08-23 11:20:46 +02:00
Gil Eluard 445220ed24 App Layout: Context Menus
- Updated avatar menu
2022-08-18 16:34:04 +02:00
Doug a59758419b Fix build errors. 2022-08-09 15:04:54 +01:00
Gil Eluard 7d54ab5819 Some UI tweaks for New App Layout (#6535)
* Some UI tweaks for New App Layout
2022-08-05 14:58:48 +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
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
Gil Eluard 67d8bb9a6d Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator

- implemented
2022-07-05 14:04:52 +02:00
aringenbach e18a58846c Handle long press on back buttons 2022-06-22 15:56:31 +02:00
Doug c423410cb1 Fix unresponsive soft-logout in the legacy flow. (#6329)
- Delegate logic to the OnboardingCoordinator like the new flow does.
- Reset the credentials on every presentation of authVC.
- Make sure not to set the credentials after deleting the data.
2022-06-21 17:30:10 +01:00
Doug 144e252ed1 Tidy up presentation of the onboarding flow (#6267)
Tidy up presentation of the onboarding flow now that the AuthenticationService is used as a delegate.
2022-06-13 16:48:05 +01:00
ismailgulek d280457d02 Fix latest PR comments 2022-06-09 17:36:52 +03:00
ismailgulek c80151889c Fix navigation after clear data 2022-06-09 15:46:04 +03:00
ismailgulek f44f9ae1da Use softLogoutCredentials in AuthenticationService, fix blank screen before soft logout 2022-06-09 14:21:13 +03:00
ismailgulek 7cd40c7a26 Pass soft logout credentials on coordinator initialization 2022-06-08 15:59:52 +03:00
ismailgulek 043ad4e5df Remove old methods from onboarding coordinator and tabbar controller 2022-06-07 16:15:45 +03:00
Gil Eluard e0fd704f08 Fail to open a sub space #5965 (#6080)
* Fail to open a sub space #5965

- Fixed
2022-05-03 11:22:15 +02:00
yostyle 2ac77725f5 Use autojoin boolean 2022-04-15 14:27:57 +02:00
Stefan Ceriu 936baf86f4 Fix versionCheckCoordinator being called too early, before the views are loaded, and crashing. 2022-04-12 11:24:14 +03:00
Anderas 1988954f33 Merge pull request #5946 from vector-im/andy/5606_create_indicators
New loading indicators when creating a room
2022-03-30 11:05:43 +01:00
Anderas f83b7730c0 Merge pull request #5942 from vector-im/andy/5604_join_indicators
Join room loading indicators
2022-03-30 11:05:21 +01:00
Gil Eluard c3301b3277 The "Swipe to see all rooms" hint is sometimes presented at the wrong time (#5941)
- fixed
2022-03-30 09:58:47 +02:00
Andy Uhnak 0723c795aa New loading indicators when creating a room 2022-03-29 17:18:11 +01:00
Andy Uhnak a783227e64 Join room loading indicators 2022-03-29 15:03:09 +01:00
Arnaud Ringenbach 31a5b8e3cc Merge branch 'develop' into aringenbach/5745_mandatory_secure_backup
# Conflicts:
#	Riot/Modules/CreateRoom/EnterNewRoomDetails/EnterNewRoomDetailsViewModel.swift
2022-03-10 10:35:20 +01:00
Arnaud Ringenbach d0fe3a0d92 Force non-cancellable session verification when needed (account migration / interrupted authentication) 2022-03-09 11:45:03 +01:00
Gil Eluard 60269a6e4b Merge branch 'develop' into gil/SP1_space_creation 2022-03-08 13:19:38 +01:00
Gil Eluard 6dce767666 Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/Modules/Room/RoomViewController.m
#	Riot/Modules/Room/Settings/RoomSettingsViewController.h
#	Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
2022-03-08 11:23:55 +01:00
Andy Uhnak d786e97717 Use split controller's top navigation controller to present toasts 2022-03-08 08:34:45 +00:00
Andy Uhnak 43456de323 Use new activity indicators on all tabs 2022-03-04 16:51:15 +00:00
Gil Eluard da9c921efb Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Config/BuildSettings.swift
#	Riot/Generated/Strings.swift
#	Riot/Modules/Home/HomeViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
2022-03-04 13:38:18 +01:00
Andy Uhnak e39456f758 Enable home and room user indicators 2022-03-01 15:50:24 +00:00
Anderas e8db2891b1 Merge pull request #5690 from vector-im/andy/5603_room_indicators
Room activity indicators
2022-03-01 13:08:29 +00:00
Gil Eluard cfb9021b92 Merge branch 'develop' into gil/SP1_space_creation 2022-03-01 10:15:13 +01:00
Doug 4f3a2c0639 Merge pull request #5698 from vector-im/doug/5653_ftue_analytics_prompt
Prepare onboarding flow for personalisation screens.
2022-02-28 17:25:19 +00:00
Gil Eluard 5387a96f1a SP3.1: Update room settings for Spaces #5231
- Update after review
2022-02-28 16:07:09 +01:00
Doug 9396338c19 Prepare onboarding flow for personalisation screens.
Add a BuildSetting to control the display of the personalisation screens.
Add a property to delay the AuthenticationCoordinator from showing any screens.
Add Congratulations screen to onboarding flow.
2022-02-25 11:27:27 +00:00
Andy Uhnak 3f82e61723 Room user indicators
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 10:47:53 +00:00
Anderas dbe027e219 Merge pull request #5630 from vector-im/andy/5605_leave_room
Update activity indicators on leaving room
2022-02-25 09:52:03 +00:00
David Langley 8ebe98bece Use protocol to get title from child VCs. 2022-02-23 11:41:05 +00:00
Andy Uhnak 8fd164bfc5 Rename properties and arguments 2022-02-22 16:44:22 +00:00
Andy Uhnak 34fa8b023e Rename Activity to UserIndicator 2022-02-22 16:14:03 +00:00
Gil Eluard 3ef9069e9f Merge branch 'gil/SP1_space_creation' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Podfile.lock
2022-02-21 17:57:58 +01:00
Gil Eluard af99903cea Merge branch 'develop' into gil/SP1_space_creation
# Conflicts:
#	Riot/Modules/People/PeopleViewController.m
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/Modules/Spaces/SpaceList/SpaceListViewModel.swift
2022-02-21 17:20:58 +01:00
Gil Eluard f820fb3a3d Merge branch 'gil/SP1_space_creation' into gil/5231_SP3-1_Update_room_settings_for_Spaces
# Conflicts:
#	Riot/Modules/Spaces/SpaceRoomList/ExploreRoomCoordinator.swift
#	RiotSwiftUI/Modules/Spaces/MatrixItemChooser/View/MatrixItemChooser.swift
2022-02-21 15:27:05 +01:00
Andy Uhnak e4993d8ef1 Update activity indicators on leaving room
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-18 13:31:21 +00:00