Commit graph

52 commits

Author SHA1 Message Date
Gil Eluard
5a79db57dc Removed labs flag and enabled New App Layout 2022-09-05 12:03:52 +02:00
Gil Eluard
356824b1f4 Glitchy room list header when scrolling
- update after review
2022-09-02 22:30:19 +02:00
Gil Eluard
785b866217 Glitchy room list header when scrolling
- fixed
2022-09-01 16:56:18 +02:00
ismailgulek
949fca3e9b 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
4af26062eb
Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator

- implemented
2022-07-05 14:04:52 +02:00
Andy Uhnak
84ff87d5b7 Break retain cycle between split controller and indicator presenters 2022-03-09 09:50:56 +00:00
Andy Uhnak
589ded77e7 Replace user indicator presenting view controller with context 2022-03-09 09:11:47 +00:00
Andy Uhnak
06707e5615 Update indicator after ipad layout change 2022-03-08 10:40:01 +00:00
Andy Uhnak
869240d965 Use split controller's top navigation controller to present toasts 2022-03-08 08:34:45 +00:00
Andy Uhnak
63865668e5 Room user indicators
Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
2022-02-25 10:47:53 +00:00
Stefan Ceriu
4bd5c12f73 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
ismailgulek
c23a69c338
Fix review remarks 2022-01-25 23:59:19 +03:00
ismailgulek
291e64f54d
Introduce new methods to split view presentable 2021-11-29 18:11:54 +03:00
SBiOSoftWhare
c9f9eb4505 SplitViewCoordinator: Fix detail screen reset behaviour. 2021-11-03 11:41:11 +01:00
SBiOSoftWhare
bf063d076a SplitViewPresentable: Add possiblity to reset detail stack. 2021-10-20 08:57:19 +02:00
SBiOSoftWhare
c8d9b0afa3
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 16:39:49 +02:00
SBiOSoftWhare
adc429f6cc
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 16:39:09 +02:00
SBiOSoftWhare
6b1cd8ddb5 TabBarCoordinator: Fix some typos. 2021-10-08 13:46:33 +02:00
SBiOSoftWhare
4e6abae45d
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 13:28:46 +02:00
SBiOSoftWhare
2877943ab5
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 13:28:40 +02:00
SBiOSoftWhare
0d4f92301d
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 13:28:26 +02:00
SBiOSoftWhare
01702047dd
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 11:46:53 +02:00
SBiOSoftWhare
f9d9f2134b
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 11:45:37 +02:00
SBiOSoftWhare
ab213bf00a
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 11:45:18 +02:00
SBiOSoftWhare
766ef66e92 SplitViewCoordinator: Add possibility to stack controllers on detail view. 2021-10-06 17:20:34 +02:00
SBiOSoftWhare
1b1ca2373d Move RoomDataSource releasing from TabBarCoordinator to SplitViewCoordinator. 2021-10-06 15:41:35 +02:00
SBiOSoftWhare
97f567ac9b SplitViewCoordinator: Fix navigation router completion not called with nested navigation controller behavior. 2021-10-05 15:34:15 +02:00
SBiOSoftWhare
06da3ebcc8 SplitViewCoordinator: Update detail presentation management and add a pop completion and replacing detail controller. 2021-10-05 10:48:52 +02:00
SBiOSoftWhare
0ed776c933 SplitViewMasterPresentable: Simplify protocol. 2021-10-05 10:48:52 +02:00
Gil Eluard
43ec74b5ca Merge branch 'spaces' into element_4509 2021-07-26 10:42:49 +02:00
Doug
e2a9d3bb24 Fix class keyword deprecation warnings everywhere!
Using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
2021-07-09 17:05:43 +01:00
SBiOSoftWhare
001c2599b5 SplitViewCoordinator: Handle space switch. 2021-07-02 16:48:05 +02:00
SBiOSoftWhare
dd152581a5 AppCoordinator: Handle side menu and AppNavigator injection. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
98e3cc059d PlaceholderDetailViewController: Handle theme update for navigation bar. 2021-06-07 18:46:16 +02:00
Stefan Ceriu
f7a8163947
Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
SBiOSoftWhare
245f89ea9e SplitViewCoordinator: Update init method and support UserSessionsService. 2021-05-20 22:11:09 +02:00
ismailgulek
5332555809
Fix status bar style generally 2021-04-07 15:21:19 +03:00
manuroe
40d463938c Navigation: BF: Unable to open a room from a room list
Fix #3863

Remove weak because of https://github.com/vector-im/element-ios/issues/3863#issuecomment-762723419
2021-01-19 13:07:25 +01:00
manuroe
5df4fe9793 More logs in SplitVC 2021-01-14 14:54:34 +01:00
SBiOSoftWhare
c14c23735c AppCoordinator & SplitViewCoordinator: Add detail navigation logs. 2021-01-14 14:41:39 +01:00
SBiOSoftWhare
6ba5587bd0 Fix review remarks. 2020-09-24 16:25:10 +02:00
SBiOSoftWhare
0fad90a7ed
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2020-09-24 15:42:40 +02:00
SBiOSoftWhare
2c65633fb3
Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:16:51 +02:00
SBiOSoftWhare
065e5f0c9a
Update Riot/Modules/SplitView/SplitViewCoordinatorType.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:16:06 +02:00
SBiOSoftWhare
b2da39cd9f
Update Riot/Modules/SplitView/SplitViewCoordinatorType.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2020-09-24 15:10:48 +02:00
SBiOSoftWhare
697a55aa41 Add additional comments on SplitView and TabBar coordinators. 2020-09-24 12:00:21 +02:00
SBiOSoftWhare
5ac652536b Merge branch 'develop' into convert_to_coordinators
# Conflicts:
#	CHANGES.rst
#	Riot/Modules/TabBar/MasterTabBarController.h
#	Riot/Modules/TabBar/MasterTabBarController.m
2020-09-24 11:37:24 +02:00
SBiOSoftWhare
8957dda983 SplitViewCoordinator: Integrate TabBarCoordinator. 2020-09-07 10:06:03 +02:00
SBiOSoftWhare
a6dcf8623b Create SplitViewPresentable used by the master view controller of a UISplitViewController and enables to abstract interaction. 2020-09-07 10:04:36 +02:00
SBiOSoftWhare
3652f2427d PlaceholderDetailViewController: Add instantiate method. 2020-09-07 09:57:52 +02:00