Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-13[tx-robot] updated from transifexHEADmasterNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-13[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-12[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-11Merge pull request #2415 from nextcloud/feature/1724/missedCallNotificationMarcel Hibbe
Feature/1724/missed call notification
2022-11-10suppress some detekt warningsMarcel Hibbe
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-11-10revert calculation of delayed delivery timeMarcel Hibbe
this didn't make sense because time between firebase and devices is not synchronized, so the results were useless. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-11-10add missed call notification, show delivery delay in debug modeMarcel Hibbe
- add missed call notifications in NotificationWorker and CallNotificationActivity - introduce refactoring of Notification handling (isolate firebase stuff from other logic). All "UI-notification" logic from ChatAndCallMessagingService was moved to NotificationWorker. ChatAndCallMessagingService was renamed to NCFirebaseMessagingService because it is now only responsible for firebase stuff. This separation should make it easier for alternative push services to dock with the app (if they are incorporated in the future). - for DEBUG mode: show delivery delay time in notifications (time between sending from firebase to receive on device). Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-11-10Merge pull request #2551 from nextcloud/dependabot/gradle/kotlinVersion-1.7.21Andy Scherzinger
Bump kotlinVersion from 1.7.20 to 1.7.21
2022-11-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09Bump kotlinVersion from 1.7.20 to 1.7.21dependabot[bot]
Bumps `kotlinVersion` from 1.7.20 to 1.7.21. Updates `kotlin-gradle-plugin` from 1.7.20 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-serialization` from 1.7.20 to 1.7.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #2552 from nextcloud/dependabot/gradle/espressoVersion-3.5.0Andy Scherzinger
Bump espressoVersion from 3.4.0 to 3.5.0
2022-11-09Bump espressoVersion from 3.4.0 to 3.5.0dependabot[bot]
Bumps `espressoVersion` from 3.4.0 to 3.5.0. Updates `espresso-core` from 3.4.0 to 3.5.0 Updates `espresso-contrib` from 3.4.0 to 3.5.0 Updates `espresso-web` from 3.4.0 to 3.5.0 Updates `espresso-accessibility` from 3.4.0 to 3.5.0 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-contrib dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.test.espresso:espresso-accessibility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09Merge pull request #2553 from ↵Andy Scherzinger
nextcloud/dependabot/gradle/androidx.test-core-1.5.0 Bump core from 1.4.0 to 1.5.0
2022-11-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09Bump core from 1.4.0 to 1.5.0dependabot[bot]
Bumps core from 1.4.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.test:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08Merge pull request #2548 from ↵Andy Scherzinger
nextcloud/dependabot/gradle/com.fasterxml.jackson.core-jackson-core-2.14.0 Bump jackson-core from 2.13.4 to 2.14.0
2022-11-08Merge pull request #2549 from ↵Andy Scherzinger
nextcloud/dependabot/gradle/com.bluelinelabs-conductor-3.1.8 Bump conductor from 3.1.7 to 3.1.8
2022-11-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08Bump conductor from 3.1.7 to 3.1.8dependabot[bot]
Bumps [conductor](https://github.com/bluelinelabs/Conductor) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/bluelinelabs/Conductor/releases) - [Commits](https://github.com/bluelinelabs/Conductor/compare/3.1.7...3.1.8) --- updated-dependencies: - dependency-name: com.bluelinelabs:conductor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08Bump jackson-core from 2.13.4 to 2.14.0dependabot[bot]
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.4 to 2.14.0. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.4...jackson-core-2.14.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07Merge pull request #2541 from ↵Tim Krüger
nextcloud/keep-retrying-with-exponential-backoff-if-pulling-signaling-messages-fails Keep retrying with exponential backoff if pulling signaling messages fails
2022-11-07Merge pull request #2540 from ↵Tim Krüger
nextcloud/fix-update-of-guest-avatars-in-call-participants Fix update of guest avatars in call participants
2022-11-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-07[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06Add exponential backoff when trying to pull signaling messages againDaniel Calviño Sánchez
When pulling signaling messages failed the source observable was immediately subscribed again, which immediately triggered another pull. Rather than hammering the server or a flaky network with new requests again and again now further requests are performed with an incremental delay (up to 16 seconds). The delay is increased only when several requests fail in a row, and it is reset as soon as a request succeeds. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-06Rewrite "retry(Predicate)" as "retryWhen()"Daniel Calviño Sánchez
This is just a preparatory step to add exponential backoff. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-06Keep retrying if pulling signaling messages failsDaniel Calviño Sánchez
When the internal signaling server is used the observable to pull signaling messages is subscribed again after each completion, but in case of an error it was retried only 3 times. Those 3 times are not in a row, though, but in total for the whole observable, no matter how many times it was subscribed again. Due to the limitation on retries in a long call with a flaky connection pulling the signaling messages could fail more than 3 times, which caused the observable to finish with an error and therefore stop further pullings. In this situation the Android app would not notice if other participants joined or left the call, and thus it would not establish a connection with them or stop it. To prevent that now the number of retries is unlimited (although the retry is still stopped if the local participant is no longer in the call). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04Fix update of guest avatars in call participantsDaniel Calviño Sánchez
The URL for the avatar depends on whether the call participant is a user or a guest and, if it is a guest, on its nick. Although the user id of a participant does not change if the participant is a guest the nick may be changed during a call, so the avatar URL needs to be updated as well. As the avatar URL is fully derived from other properties it is now calculated internally in the ParticipantDisplayItem and calculated when any of the properties it depends on changes (also for the user id for completeness, as technically the item could be reused for a different participant with a different user id, even if it is not currently done). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02Merge pull request #2534 from ↵Tim Krüger
nextcloud/dependabot/gradle/joda-time-joda-time-2.12.1 Bump joda-time from 2.12.0 to 2.12.1
2022-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31Bump joda-time from 2.12.0 to 2.12.1dependabot[bot]
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.12.0 to 2.12.1. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31Merge pull request #2530 from ↵Tim Krüger
nextcloud/dependabot/gradle/com.google.code.gson-gson-2.10 Bump gson from 2.9.1 to 2.10
2022-10-31Merge pull request #2525 from ↵Tim Krüger
nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.3.5 Bump exifinterface from 1.3.4 to 1.3.5
2022-10-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31[tx-robot] Update transifex configurationNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>