Commit Graph

8 Commits

Author SHA1 Message Date
Doug 29d7262e38 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
Stefan Ceriu a8b0e8700e 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 a918a29a73 Implement presentation controller delegate 2021-05-12 00:55:58 +03:00
SBiOSoftWhare 358c6a2afb ReactionHistoryViewCell: Update copyright. 2019-07-30 18:06:13 +02:00
SBiOSoftWhare 7a7353ad63 Reaction history: Handle presentation from room VC by long press on reactions or from contextual menu. 2019-07-30 17:24:46 +02:00
SBiOSoftWhare e248c43bab Reaction history: Implement coordinator. 2019-07-30 17:24:46 +02:00
SBiOSoftWhare b953cd3946 Reaction history: Implement screen. 2019-07-30 17:24:45 +02:00
SBiOSoftWhare fb6f808a9b Reaction history: Implement view model. 2019-07-30 17:24:45 +02:00