Marcel MΓΌller
2a60f48739
Don't force-unwrap the capabilities in settings
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-20 20:00:06 +02:00
Marcel MΓΌller
92015f6f0b
Fix setting room object to nil
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-20 19:53:00 +02:00
Marcel MΓΌller
f8e1e572f0
Fix crash when room is removed while searching
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-20 17:39:27 +02:00
Marcel MΓΌller
2110349cca
Update localizable
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-19 23:39:20 +02:00
Marcel MΓΌller
5a26ffff73
Remove unused parameters
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-19 23:38:35 +02:00
Marcel MΓΌller
fb141a4a46
Handle deleted users
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-19 23:36:24 +02:00
Ivan Sein
d6660329bb
Merge pull request #1711 from nextcloud/check-room-existance-on-call
...
Handle non-existant conversation on incoming call
2024-07-19 16:56:12 +02:00
Ivan Sein
5ee67bd3d9
Merge pull request #1712 from i2h3/video-jump-buttons
...
Video Jump Buttons
2024-07-19 16:48:14 +02:00
Ivan Sein
75252344dd
Merge pull request #1706 from nextcloud/verify-existance-of-room-capabilities
...
Verify existance of room capabilities
2024-07-18 20:41:58 +02:00
Nextcloud bot
9ce7b37690
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-17 02:37:08 +00:00
Ivan Sein
0323d6ba51
Merge pull request #1709 from nextcloud/update-php-version-of-test-instance
...
Update PHP version of test instance to 8.1
2024-07-16 11:25:21 +02:00
Ivan Sein
23baa23a4c
Merge pull request #1707 from nextcloud/automated/update-workflows/default
...
chore: update workflows from templates
2024-07-16 11:23:53 +02:00
Nextcloud bot
f4beb266e3
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-16 02:38:05 +00:00
Marcel MΓΌller
6d7c354f50
Handle non-existant conversation on incoming call
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-15 15:44:57 +02:00
Ivan Sein
371e8f73c4
Update PHP version of test instance to 8.1
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-15 14:05:19 +02:00
Iva Horn
1f282786c7
nextcloud/talk-ios#1705 : Video Jump Buttons
...
- Replaced plain UIView for playback controls with UIStackView to reduce manually maintained layout constraints.
- Added buttons to video playback view for jumping back and forth 10 seconds with enablement depending on the played back media beeing seekable.
- Even though required by contribution guidelines, this change does not include tests (yet) because it would require more extensive refactoring to enable injection of mocked VLCMediaPlayer objects.
- Problem: jumpBackward() and jumpForward() of VLCMediaPlayer do not update its .time and .remainingTime properties when playback is paused unlike the actual video content on screen. Hence the playback time information is not updated correctly. This issue likely needs to be reported in the upstream project.
Signed-off-by: Iva Horn <contact@i2h3.de>
2024-07-15 11:17:17 +02:00
Nextcloud bot
ac14a9b021
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-15 02:36:08 +00:00
Marcel MΓΌller
0ca800ecae
Merge pull request #1708 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.31.1
...
Bump shivammathur/setup-php from 2.31.0 to 2.31.1
2024-07-14 10:22:15 +02:00
dependabot[bot]
3dc485581a
Bump shivammathur/setup-php from 2.31.0 to 2.31.1
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.31.0 to 2.31.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](2e947f1f69...c541c155ee
)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-14 07:21:46 +00:00
Nextcloud bot
d9751ccf6a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-14 02:37:43 +00:00
skjnldsv
09ecd313da
chore: update workflows from templates
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-07-13 12:10:57 +02:00
Nextcloud bot
59d090125d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-07-13 02:39:42 +00:00
Marcel MΓΌller
8207864bfb
Check the existence of room capabilities
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-12 12:54:17 +02:00
Marcel MΓΌller
4214a23e3a
Don't rely on room capabilities to render messages
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-12 12:53:16 +02:00
Ivan Sein
5de0f24e9c
Merge pull request #1700 from nextcloud/prevent-navigation-in-background
...
Don't navigate when the app is not active
2024-07-11 19:37:38 +02:00
Ivan Sein
fd6fa8d366
Nextcloud Talk iOS 19.0.7
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-10 18:17:54 +02:00
Marcel MΓΌller
72584e0a56
Don't navigate when the app is not active
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-09 11:50:59 +02:00
Ivan Sein
2a9ff31d34
Merge pull request #1699 from nextcloud/only-use-allocation-tracker-in-test-environment
...
Only use allocation tracking in test environment
2024-07-09 11:12:18 +02:00
Ivan Sein
98b9c6285f
Merge pull request #1698 from nextcloud/close-menu-before-ending-call
...
Close context menus before hanging up
2024-07-09 10:15:52 +02:00
Ivan Sein
104345bb82
Merge pull request #1696 from nextcloud/add-participants-counter-in-call-view
...
Add participants counter in call view for group calls
2024-07-08 20:28:56 +02:00
Ivan Sein
5f6d3d2d24
Make participants label and container strong.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-08 20:05:32 +02:00
Marcel MΓΌller
edd5c1fb24
Merge pull request #1697 from nextcloud/increase-padding-screenshare-label
...
Increase padding in screenshare label
2024-07-08 18:21:11 +02:00
Marcel MΓΌller
ec2a688b2b
Only use allocation tracking in test environment
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-08 11:11:44 +02:00
Marcel MΓΌller
a6c70ba0c8
Close context menus before hanging up
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-08 10:27:08 +02:00
Ivan Sein
bcc37e64da
Move call view placeholder text a bit down.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-05 15:26:23 +02:00
Ivan Sein
612687d9db
Move default position of local video to the bottom right of the call view.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-05 15:18:21 +02:00
Ivan Sein
6837da4dce
Move participants counter to the top left corner.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-05 15:16:35 +02:00
Ivan Sein
144b9d78b5
Increase padding in screenshare label.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-05 11:23:04 +02:00
Ivan Sein
8660948141
Hide participants counter for one2one conversations.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-05 10:53:02 +02:00
Ivan Sein
9e1699b15e
Add participants counter in call view.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-04 17:11:29 +02:00
Ivan Sein
a42ce612ca
Update build number to 2.
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-07-01 21:49:02 +02:00
Ivan Sein
0b76ec7858
Merge pull request #1695 from nextcloud/rework-avatar-caching
...
Remove the date hash workaround for avatar request
2024-07-01 21:25:28 +02:00
Ivan Sein
a4648f5c39
Merge pull request #1694 from nextcloud/fix-crash-on-internal-signaling
...
Fix missing room controller in join notification
2024-07-01 21:18:15 +02:00
Marcel MΓΌller
f08ce0178d
Remove the date hash workaround for avatar request
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-01 17:14:57 +02:00
Marcel MΓΌller
1066742a6f
Fix missing room controller in join notification
...
Signed-off-by: Marcel MΓΌller <marcel-mueller@gmx.de>
2024-07-01 16:17:57 +02:00
Marcel MΓΌller
b3022de167
Merge pull request #1692 from nextcloud/dependabot/github_actions/shivammathur/setup-php-2.31.0
...
Bump shivammathur/setup-php from 2.30.5 to 2.31.0
2024-06-30 15:05:47 +02:00
dependabot[bot]
5349faa14f
Bump shivammathur/setup-php from 2.30.5 to 2.31.0
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.30.5 to 2.31.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](fc14643b0a...2e947f1f69
)
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-30 07:22:22 +00:00
Ivan Sein
848441c378
Nextcloud Talk iOS 19.0.6
...
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2024-06-28 17:32:19 +02:00
Nextcloud bot
fcb4e96c1c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-28 02:43:47 +00:00
Marcel MΓΌller
1678bc5fed
Merge pull request #1682 from nextcloud/improve-room-search-results-table-view
...
Small fix and design improvement for rooms search results table view
2024-06-27 18:16:06 +02:00