Commit graph

7 commits

Author SHA1 Message Date
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
ismailgulek
e342deb72e Change all navigation controllers to RiotNavigationController's
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-22 12:12:46 +03:00
SBiOSoftWhare
b5e20087cb Add modules property on NavigationRouterType. 2020-01-31 15:02:02 +01:00
SBiOSoftWhare
16f8632472 NavigationRouter: Remove reference to former retained view controllers when change the root module.Add navigation logs. 2019-12-10 11:51:17 +01:00
SBiOSoftWhare
0a21d7a2af Update setRootModule method signature in NavigationRouterType protocol. 2019-10-23 17:27:43 +02:00
SBiOSoftWhare
3c546ba6fc Update some copyright years 2019-01-22 17:20:28 +01:00
SBiOSoftWhare
7f89fae3c4 Introduce routers, used to be passed between coordinators. They handles only physical navigation. Add navigation router to handle navigation with UINavigationController. 2019-01-22 00:10:25 +01:00