Commit Graph

23 Commits

Author SHA1 Message Date
Doug bf771954c0 Remove flairs and related groups. 2022-08-09 15:04:54 +01:00
aringenbach cc2a95e865 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
Stefan Ceriu bc60512101 Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195. 2022-02-10 08:43:18 +02:00
Stefan Ceriu 577fee75dd Fix build after changing aggregation method limits from UInt to Int in the SDK. 2021-11-16 13:41:41 +02:00
Doug c411097256 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 b00d07ffca 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
manuroe a5a6f31e4d Crypto: Do not decrypt synchronously. It asynchronously happens upstream now
#4306)
2021-05-19 17:29:15 +02:00
SBiOSoftWhare 68d07a2d2d Edit history: Fix some issues. 2019-07-30 17:24:46 +02:00
manuroe a3273747fe BF: Edits history: Original event is missing
#2585

The original event is not an edit event. It must be processed a bit differently
2019-07-17 13:58:09 +02:00
manuroe bd2d065d39 Edits history: Display original event
#2559
2019-07-10 09:53:29 +02:00
SBiOSoftWhare 0615e5f954 Message editing: Handle encrypted message edits history. 2019-07-05 14:14:46 +02:00
SBiOSoftWhare 8371d8932f Message edits history: Handle message edits history display from RoomViewController. 2019-07-04 19:24:15 +02:00
SBiOSoftWhare 985a9d998b Message edits history: Update EditHistoryViewController to use UITableView to display messages and dates. 2019-07-04 19:22:29 +02:00
SBiOSoftWhare aea200baee Message edits history: Update view model to handle message history grouping by day. 2019-07-04 19:18:13 +02:00
SBiOSoftWhare 59c8ac8f82 Message edits history: Create edit history section struct. 2019-07-04 19:04:53 +02:00
SBiOSoftWhare daaf0e31d4 Message edits history: Create header view. 2019-07-04 19:03:39 +02:00
SBiOSoftWhare b51d18de0a Message edits history: Create edit message cell. 2019-07-04 19:02:54 +02:00
manuroe 0312c7f1e4 Edits history: Manage date 2019-07-01 14:39:39 +02:00
manuroe e2cbd51028 EventFormatter: add showEditionMention setting 2019-07-01 12:42:42 +02:00
manuroe b1becf78aa Edits history: Use a dedicated event formatter 2019-07-01 12:34:20 +02:00
manuroe 462ac5bb6e Edits history: Improve temporary UX a bit 2019-07-01 10:51:07 +02:00
manuroe dc1f0b58b8 Edits history: Fix missing navigation bar 2019-07-01 10:34:02 +02:00
manuroe ba686a2018 Edits: Start history 2019-06-28 19:27:46 +02:00