Alex Bumbu
7895abb9ea
fix(ios, pip) make initialPositionInSuperView property public
2022-06-08 13:38:20 +02:00
Alex Bumbu
7f2fec756d
fix(ios) fix PiP resizing and positioning
...
Co-authored-by: Tobias Marschall <tobias.marschall@online.de>
2022-05-23 14:06:36 +02:00
durduman
1e0c25d816
fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)
2021-08-10 15:49:31 +02:00
luz paz
817d54b0b9
fix(misc) typos
...
Found via `codespell -q 3 -S ./lang`
2021-03-16 16:12:12 +01:00
Saúl Ibarra Corretgé
99ac60ed74
feat(ios) rename SDK target to JitsiMeetSDK
...
Swift has a longstanding bug where a framework and a type cannot be named the
same. We have somehow managed to not run into this, but it now seems to be
hitting us.
Since this is a breaking change, this starts the road for SDK 3.0.
2020-12-17 23:02:48 +01:00
Saúl Ibarra Corretgé
64d74852e0
ios: fix PiP window sshowing conference controls
...
The dynamic size of it was causing trouble. Fix it by setting a fixed PiP window
size (150px) which makes it consisstent with what we have on Android.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6562
2020-05-18 09:34:52 +02:00
Mihai Damian
477826089c
ios: Added property for setting PiP initial position
2019-06-11 09:25:23 +00:00
Saúl Ibarra Corretgé
468b02b812
ios: adjust to latest Swift syntax
2019-03-12 16:55:28 +01:00
Daniel Ornelas
4bb6e5aefd
Implement a delegate of PiPViewCoordinator to notify when user exits Picture in Picture mode
2018-05-23 17:56:16 -05:00
Lyubo Marinov
5e79bbecef
Codying style: naming, formatting, comments
2018-05-03 18:04:59 -05:00
Daniel Ornelas
fd44721bac
Clean up PiP mode for iOS
2018-04-13 16:04:51 -05:00
Daniel Ornelas
7822155e5e
Fix iPad rotation related issue when in PiP
2018-03-22 16:40:17 -04:00
Daniel Ornelas
de0a7bfcd3
Some improvements for handling completion of transitions. Fixed a wrong conferenceEnded value when user left the conversation.
2018-03-22 00:04:25 -04:00
Daniel Ornelas
5858859838
Addressing feedback from PR
2018-03-22 00:04:25 -04:00