SBiOSoftWhare
90627cdb4a
Remove MatrixKit import from Swift files.
2021-11-29 17:50:30 +01:00
Stefan Ceriu
92c2a9488f
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-09-30 09:40:12 +03:00
Doug
cec15f8f1d
Merge branch 'develop' into doug/fix_warnings
...
# Conflicts:
# Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift
2021-07-12 17:54:34 +01:00
Doug
a4075c89cb
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
d073d144d9
Do not present ended calls
2021-07-05 15:27:36 +03:00
ismailgulek
11af5dffde
Fix call screen user interaction
2021-06-09 18:33:00 +03:00
ismailgulek
69ccbf470f
Fix corner radius
2021-06-09 18:28:15 +03:00
ismailgulek
73685d93f7
Bug fixes
2021-06-09 15:46:37 +03:00
ismailgulek
d7cd9b1035
Fix PiP state when presenting a call screen
2021-06-09 15:11:06 +03:00
ismailgulek
be2399b4e5
Enhance PictureInPicturable protocol
2021-06-09 13:53:35 +03:00
ismailgulek
0d052f09af
Remove all call bar related things
2021-06-08 12:13:16 +03:00
Stefan Ceriu
43f6c44c78
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
c8b73fe961
Add logs for group calls
2021-05-24 15:12:32 +03:00
ismailgulek
db2d2384ef
Wait for the next life cycle to detect status bar layout updates
2021-05-05 15:21:47 +03:00
ismailgulek
a45511a450
Merge branch 'develop' into attended_call_transfers
2021-05-05 11:02:31 +03:00
ismailgulek
88b087b979
Merge branch 'voip_design_updates' into voip_jitsi_remover
2021-05-04 19:11:17 +03:00
ismailgulek
8fef0aa53b
Hold other Matrix calls and end Jitsi call if a new call started
2021-05-04 11:25:18 +03:00
ismailgulek
532b95e358
Update old defers
2021-04-29 11:14:40 +03:00
ismailgulek
c227860897
Exit from PiP mode when tapped on tile
2021-04-28 13:34:39 +03:00
ismailgulek
bf60d28ff3
Fix two ongoing Jitsi calls issue
2021-04-28 13:24:16 +03:00
ismailgulek
5c9cd4f1ed
Add leave action to call tiles
2021-04-21 14:52:51 +03:00
ismailgulek
50cc21b9b9
Remove temporary call bar
2021-04-21 11:41:28 +03:00
ismailgulek
878f44c54d
Revert "Remove PiP animations"
...
This reverts commit c8fd3f92ea7df33dea552a6c1ff8ff140c3c1e34.
2021-04-19 14:51:44 +03:00
ismailgulek
e6262a4f12
Fix a crash
2021-04-14 16:28:00 +03:00
ismailgulek
6ad99add3f
Adjust PiP view vertical margins
2021-04-12 13:57:40 +03:00
ismailgulek
b0ff001491
Move PiP view to bottom-right by default
2021-04-12 13:56:39 +03:00
ismailgulek
1f7da5b669
Use completion block for pip mode
2021-04-12 01:28:52 +03:00
ismailgulek
4460ebf484
Remove PiP animations
2021-04-09 15:52:20 +03:00
ismailgulek
f682a1c3d0
Define target PiP view size
2021-04-09 15:44:40 +03:00
ismailgulek
db95c1cb4e
Introduce enableRingingForGroupCalls and add a labs setting for it
2021-04-09 14:54:03 +03:00
ismailgulek
4e06133ac3
Bug fixes around temporary Jitsi call bars
2021-04-07 13:52:23 +03:00
ismailgulek
90cca8941f
Remove unnecessary check
2021-04-02 17:31:37 +03:00
ismailgulek
a10e65d533
Unify call screen methods, use UIViewController
2021-04-02 14:22:03 +03:00
ismailgulek
a0cee4208b
Introduce room-specific call bar, refactorings & comments
2021-04-02 00:02:54 +03:00
ismailgulek
38a8e045e0
Update method name
2021-04-02 00:01:43 +03:00
ismailgulek
68370841bb
Add call bar update delegate method
2021-04-02 00:01:23 +03:00
ismailgulek
edc56177c0
Move Jitsi view controller to CallPresenter
2021-03-19 17:33:07 +03:00
ismailgulek
c5a95eb501
Handle widget events in CallPresenter, integration with CallKit
2021-03-19 02:56:56 +03:00
ismailgulek
f0e380e1ba
Handle group call tile tap
2021-03-17 19:41:31 +03:00
ismailgulek
386d3164c0
Remove PiP button callback
2021-02-17 16:49:48 +03:00
ismailgulek
394897aae1
Wait for user action on alert if an alert is displayed
2021-02-16 21:45:16 +03:00
ismailgulek
bb13c04fcb
Fix video call screen layout when coming back after device rotation
2021-02-15 18:34:33 +03:00
ismailgulek
b29d4491d2
Fix PiP view frame when device rotated
2021-02-15 18:33:21 +03:00
ismailgulek
8553aaf296
Merge branch 'develop' into voip_design_updates
...
# Conflicts:
# Podfile
# Podfile.lock
# Riot.xcodeproj/project.pbxproj
# Riot/Categories/RoomBubbleCellData.swift
# Riot/Managers/Call/CallPresenter.swift
# Riot/Modules/Room/RoomViewController.h
# Riot/Modules/Room/RoomViewController.m
# Riot/Modules/Room/Views/BubbleCells/Call/CallBubbleCellBaseContentView.swift
2021-02-15 14:25:48 +03:00
ismailgulek
f7fbfaa33c
Move PiP view to top-right of the screen by default
2021-02-10 17:15:20 +03:00
ismailgulek
52d4aa4ecb
Merge branch 'voip_call_transfer' into voip_all
...
# Conflicts:
# Podfile
# Podfile.lock
# Riot.xcodeproj/project.pbxproj
2021-02-10 00:47:51 +03:00
ismailgulek
d56a128d3c
Merge branch 'voip_2746' into voip_tiles
2021-02-10 00:38:49 +03:00
ismailgulek
61b0e6cd89
Remove k prefix from const string name
2021-02-10 00:17:43 +03:00
ismailgulek
a921bf9513
Merge branch 'voip_2746' of https://github.com/vector-im/element-ios into voip_2746
2021-02-07 20:26:51 +03:00
ismailgulek
a7813d2af3
Move some values to Constants
2021-02-07 20:26:19 +03:00