Commit Graph

455 Commits

Author SHA1 Message Date
Doug a9d5d4d5d7 Add an (optional) prompt when sending a video to select its size.
Use high quality when filming video in-app.
2021-08-16 17:48:26 +01:00
David Langley 90bebceb9b Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui 2021-08-16 13:00:41 +01:00
Doug 7dea78bae9 Merge branch 'develop' into doug/4479_media_size_selection
# Conflicts:
#	Riot/Managers/Settings/RiotSettings.swift
2021-08-16 10:01:54 +01:00
David Langley 68cb229dae Update Riot/Managers/Theme/SwiftUI/ThemeKey.swift
Co-authored-by: manuroe <manuroe@users.noreply.github.com>
2021-08-13 08:24:16 +01:00
David Langley 7d45fdc50f Cleanup from comments 2021-08-12 16:57:19 +01:00
David Langley 7464614ff4 Add theming support, and support for other top level configuration to swiftui views with VectorHostingViewController, VectorContentModifier. Add VisibilityModifier. Move from List to VStack. 2021-08-12 11:52:06 +01:00
ismailgulek 15f548febe Merge branch 'develop' into element_4471 2021-08-12 11:08:29 +03:00
Doug 713721c463 Merge branch 'develop' into doug/4484_contacts_access 2021-08-11 17:15:23 +01:00
David Langley d4a672c1f0 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/4669_room_notification_settings_swiftui 2021-08-06 13:52:55 +01:00
Stefan Ceriu ecfa544cd0 Remove labs setting for voice messages, enable the feature by default. Fixed incorrect ffmpeg arguments. 2021-08-06 14:22:52 +03:00
ismailgulek f7549d3d8e Merge branch 'develop' into element_4471 2021-08-06 13:34:09 +03:00
David Langley 4c67e6d98d fix warning 2021-08-06 09:52:53 +01:00
David Langley ab067cc2cf merge, finish swiftui and add theming 2021-08-06 00:27:13 +01:00
Doug abd1bd2a41 Add "Confirm image size before sending" setting.
Use this when sending images.
2021-07-28 14:14:34 +01:00
Doug ccdb571821 Add quinary colour to themes. 2021-07-23 16:34:43 +01:00
manuroe 09f7701e09 Merge branch 'develop' into element_4090 2021-07-22 14:16:35 +02:00
Doug 97a47048ed Begin adding link detection to RoomBubbleCellData. 2021-07-21 15:14:25 +01:00
Stefan Ceriu 031ef98ac4 #4090 - Added voice messages switch to the labs section in settings. 2021-07-16 16:57:29 +03:00
Doug cb634a4b9f Merge pull request #4542 from vector-im/doug/fix_warnings
Fix warnings
2021-07-13 11:07:47 +01:00
Gil Eluard fb2b215a45 Show / hide reset button in secrets recovery screen (#4546). 2021-07-12 22:51:56 +02:00
Doug 2bd59ab326 Merge branch 'develop' into doug/fix_warnings
# Conflicts:
#	Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01:00
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
ismailgulek ddfb0da611 Merge branch 'develop' into element_4471 2021-07-07 12:26:43 +03:00
ismailgulek 40c647beb3 Do not present ended calls 2021-07-05 15:27:36 +03:00
Doug f76db0baa4 Fix documentation warnings. 2021-07-02 16:46:27 +01:00
ismailgulek 0d656ecf2e Adapt Swifty session states 2021-06-30 18:02:11 +03:00
SBiOSoftWhare 16191c25de Theme: Update DarkTheme and DefaultTheme with fonts property. 2021-06-21 21:12:27 +02:00
ismailgulek 3810d1c763 Merge branch 'develop' into element_4269_additions 2021-06-11 15:46:20 +03:00
ismailgulek 77c367a3e3 Enhance logs 2021-06-11 14:38:07 +03:00
ismailgulek b25d102400 Handle app state better 2021-06-11 14:37:53 +03:00
ismailgulek ebefdbf517 Handle app inactive state too 2021-06-10 11:43:08 +03:00
ismailgulek e54afa9cf0 Fix call screen user interaction 2021-06-09 18:33:00 +03:00
ismailgulek 319f19bd5c Fix corner radius 2021-06-09 18:28:15 +03:00
ismailgulek 9770af91e7 Bug fixes 2021-06-09 15:46:37 +03:00
ismailgulek 4f182c300a Fix PiP state when presenting a call screen 2021-06-09 15:11:06 +03:00
ismailgulek a7faff6973 Merge branch 'develop' into remove_call_bar 2021-06-09 13:54:59 +03:00
ismailgulek db8acbe813 Enhance PictureInPicturable protocol 2021-06-09 13:53:35 +03:00
ismailgulek c30f86cbf2 Remove all call bar related things 2021-06-08 12:13:16 +03:00
SBiOSoftWhare dee4da48ff Create AppInfo used to handle the application information. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare 55a8c829e4 Create BuildInfo that gives build information made at compilation time. 2021-06-07 18:46:16 +02:00
ismailgulek 240493d98b Merge pull request #4388 from vector-im/element_4360_additions
Create Room Last Message Encryption Keys
2021-06-07 19:29:27 +03:00
SBiOSoftWhare b8d65262c0 UserSessionsService: Add possibility to remove a user session from the associated Matrix session. 2021-06-07 12:09:37 +02:00
ismailgulek c6b1ae6e0b Create keys for room last message data type 2021-06-03 15:48:01 +03: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
SBiOSoftWhare 597eea1f59 UserSessionsService: Improve add and removal UserSession. Wait for valid Matrix session state before adding a UserSession. 2021-05-28 12:46:48 +02:00
SBiOSoftWhare 30bba517a7 UserSession: Now use let non nil property for the MXSession. 2021-05-28 12:44:37 +02:00
ismailgulek 341f8d47b5 Add logs for group calls 2021-05-24 15:12:32 +03:00
SBiOSoftWhare 7a132f308f Add UserSession that represents a user session and UserSessionsService that enables to manage multiple user sessions and all logic around sessions management. 2021-05-20 22:10:03 +02:00
ismailgulek abaffae56a Merge pull request #4316 from vector-im/pushkit_crashes
Fixes for Pushkit Crashes
2021-05-12 10:31:54 +03:00
ismailgulek f132070fc7 Update store mechanism for call invites 2021-05-10 17:28:59 +03:00