Commit Graph

184 Commits

Author SHA1 Message Date
Gil Eluard c2302ac81c #4090 - Update after review 2021-07-06 23:03:56 +02:00
SBiOSoftWhare 57a7dc9da7 UIButton: Add shortcut to button label property adjustsFontForContentSizeCategory. 2021-06-18 19:26:55 +02:00
SBiOSoftWhare 7506a06976 ShowDirectory: Update view model and handle direct input of room id alias even non public. 2021-06-14 16:13:46 +02:00
SBiOSoftWhare c5a97176e4 Create UserAvatarView. 2021-06-07 18:46:16 +02: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 8e22a6a669 Change onTintColor 2021-06-01 17:22:45 +03:00
ismailgulek 8cb341a7f0 Use tintColor for switches 2021-06-01 17:11:05 +03:00
SBiOSoftWhare 5e7e07eef0 Merge branch 'spaces_beta' into spaces_feature_unavailable
# Conflicts:
#	Riot/Modules/Application/LegacyAppDelegate.h
2021-05-07 15:08:45 +02:00
SBiOSoftWhare 02aac4a1de UITableViewCell: Add convenient method to hide one separator cell. 2021-05-06 12:04:29 +02:00
ismailgulek bf87f42d38 Merge branch 'voip_design_updates' into voip_jitsi_remover 2021-05-04 19:11:17 +03:00
ismailgulek ac1e5525ab Merge branch 'develop' into voip_design_updates 2021-05-04 19:10:22 +03:00
SBiOSoftWhare 11d070c458 Add comments on new classes and methods. 2021-04-29 12:38:04 +02:00
SBiOSoftWhare 241f6c0546 MXSession: Remove vc_isE2EByDefaultEnabledByHSAdmin method and expose vc_homeserverConfiguration. 2021-04-29 12:37:57 +02:00
SBiOSoftWhare 997529b5a4 Remove MXWellKnown extension. 2021-04-29 12:37:11 +02:00
SBiOSoftWhare 88123f809b MXSession: Expose HomeserverConfiguration based on session Well Known config or hardcoded values. 2021-04-29 12:37:11 +02:00
SBiOSoftWhare 1d0aa666cc Update Riot/Categories/MXSession+Riot.m
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-04-29 12:37:11 +02:00
SBiOSoftWhare bc7d8a7e37 WellKnown: Handle new and deprecated Element properties. 2021-04-29 12:36:55 +02:00
SBiOSoftWhare 62db13bcc8 MXSession+Riot: Update vc_isE2EByDefaultEnabledByHSAdmin method. 2021-04-29 12:36:17 +02:00
SBiOSoftWhare 02f46a6efd Create MXWellKnown extension to manage WellKnown keys specific to Element app and default values. 2021-04-29 12:36:17 +02:00
ismailgulek 53302e7d69 Add shadow extension methods 2021-04-27 01:34:15 +03:00
ismailgulek fb3c76ab0f Merge branch 'develop' into voip_design_updates 2021-04-02 14:39:37 +03:00
Gil Eluard 6f9d7455cb SR sizing is inconsistent with RR & Message states cosmetic changes 2021-03-17 20:09:44 +01:00
ismailgulek 547019fcc6 Refactor cell rendering, move most of the controls to the subclass, refactor user actions, add you started call state 2021-03-17 18:17:54 +03:00
ismailgulek 560ec410bd Add call actions 2021-03-12 04:04:23 +03:00
Gil Eluard 120425389f Retrying & deleting failed messages
- Update after code review
2021-03-10 22:19:04 +01:00
Gil Eluard 4a8bcbec1f Merge branch 'element_4014' into element_4013
# Conflicts:
#	Riot/Modules/Room/DataSources/RoomDataSource.m
2021-03-09 13:22:13 +01:00
Gil Eluard 62013e4e7c Improve the status of send messages (sending, sent, received, failed)
- update after review
2021-03-09 11:59:54 +01:00
Gil Eluard 1862197c39 merged element_4014 into element_4013 2021-03-02 22:06:24 +01:00
Gil Eluard d58f499871 Retrying & deleting failed messages
- Display an exclamation mark (on a red background). In case of a multi-line message
- When a message with an error is selected, show a bottom bar with the 4 following actions: Retry - Delete - Edit - Copy
- If users press on Delete, a confirmation dialog is displayed
- When error messages occur, a general error message appears above the composer. Selecting Delete will delete all error messages. Pressing on Retry will attempt to resend error messages
- If users press on Delete, a confirmation dialog is displayed
- In room lists, decorate rooms with errored messages with the error icon. Rooms with errors should be sorted first
2021-03-02 21:56:50 +01:00
Gil Eluard db12dc87e5 Merge branch 'develop' into element_4014
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
#	Riot/Modules/Room/DataSources/RoomDataSource.m
2021-02-25 15:49:53 +01:00
Gil Eluard 783ec1bddc Improve the status of send messages (sending, sent, received, failed)
- code tweaks
2021-02-25 11:10:38 +01:00
Gil Eluard b7bc5524ea Improve the status of send messages (sending, sent, received, failed)
- tweaks and new L&F for download progress
2021-02-25 11:07:21 +01:00
SBiOSoftWhare 1f551b20f9 RoomCreationIntroCellContentView: Improve add topic case. 2021-02-23 15:46:20 +01:00
Gil Eluard 2523498067 Improve the status of send messages (sending, sent, received, failed)
- First implementation
2021-02-22 13:51:25 +01:00
SBiOSoftWhare 43ee8ff8f3 UIView: Add accessibility commodity method. 2021-02-22 00:12:00 +01:00
ismailgulek b60fc64894 Merge branch 'voip_2746' into voip_tiles
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-02-10 21:41:51 +03:00
ismailgulek c54750c62d Avoid force unwraps 2021-02-10 00:05:27 +03:00
ismailgulek 322d61e52e Make extension objc 2021-01-21 14:27:55 +03:00
ismailgulek 6128a96805 Merge branch 'voip_2746' into voip_dialpad
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-01-20 16:25:36 +03:00
ismailgulek ff4f513705 Implement call cells, introduce allLinkedEvents on bubble cell data 2021-01-20 13:26:28 +03:00
ismailgulek 22acbfcfd5 Add call back action identifier 2021-01-20 13:23:09 +03:00
ismailgulek 064528ee25 Merge branch 'develop' into voip_2746
# Conflicts:
#	Riot/Modules/Application/LegacyAppDelegate.m
2021-01-15 16:07:36 +03:00
ismailgulek 922ea1871a Introduce vc_removingAllWhitespaces on String 2021-01-13 21:49:45 +03:00
SBiOSoftWhare 9b02188654 Update Riot/Categories/UIImage.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
2021-01-08 15:52:23 +01:00
SBiOSoftWhare 2e5c779182 Add convenient methods on URLComponents. 2021-01-07 11:22:24 +01:00
SBiOSoftWhare a09160b9e4 UIImage: Add convenient method to resize an image. 2020-12-18 18:44:08 +01:00
ismailgulek c191947607 Merge branch 'develop' into voip_2746 2020-12-03 12:26:26 +03:00
ismailgulek c2e616b870 Introduce CallService 2020-12-01 13:41:31 +03:00
SBiOSoftWhare 57fc4d40bc InviteRecentTableViewCell: Add disclosure indicator to indicate preview action. 2020-11-13 17:16:43 +01:00
ismailgulek f49c5bcd9a Return image view instance as fab 2020-10-09 12:38:09 +03:00