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 (Expand)Author
2022-09-23Merge pull request #2413 from nextcloud/feature/1353/shareToChooseAccountTim Krüger
2022-09-21hide poll creation for 1:1 conversationsbugfix/noid/hidePollCreationForOneToOneMarcel Hibbe
2022-09-21add account switcher for "share to"feature/1353/shareToChooseAccountMarcel Hibbe
2022-09-19Theme toolbar for m3bugfix/2384/themeTextActivityToolbarAndy Scherzinger
2022-09-19Merge pull request #2395 from nextcloud/show-message-in-call-state-when-the-p...Tim Krüger
2022-09-19Merge pull request #2392 from nextcloud/fix-disposing-local-stream-when-the-c...Tim Krüger
2022-09-19Merge pull request #2391 from nextcloud/fix-checking-lobby-state-from-chat-co...Tim Krüger
2022-09-19Merge pull request #2390 from nextcloud/provide-visual-feeback-when-a-partici...Tim Krüger
2022-09-19Merge pull request #2389 from nextcloud/fix-self-video-size-after-coming-back...Tim Krüger
2022-09-19Merge pull request #2394 from nextcloud/fix-call-not-joined-again-if-reconnec...Tim Krüger
2022-09-19Merge pull request #2388 from nextcloud/fix-issues-when-leaving-callsTim Krüger
2022-09-19Merge pull request #2387 from nextcloud/fix-crash-after-hangup-due-to-modifyi...Andy Scherzinger
2022-09-19Fix crash after hangup due to modifying a list while iterating over itDaniel Calviño Sánchez
2022-09-19Ignore signaling messages when the call activity is closingDaniel Calviño Sánchez
2022-09-19Close the call activity when leaving the call only if remotely triggeredDaniel Calviño Sánchez
2022-09-19Enforce leaving state when shutting down the activityDaniel Calviño Sánchez
2022-09-19Show message in call state when the publisher failedDaniel Calviño Sánchez
2022-09-19Show participant as soon as found rather than once connectedDaniel Calviño Sánchez
2022-09-19Show progress bar on local participant when not connectedDaniel Calviño Sánchez
2022-09-19Show progress bar on remote participant when not connectedDaniel Calviño Sánchez
2022-09-19Store whether a participant is connected or notDaniel Calviño Sánchez
2022-09-19Notify a data set change only if the properties are setDaniel Calviño Sánchez
2022-09-19Post event when a participant is connected and disconnectedDaniel Calviño Sánchez
2022-09-18Fix disposing local stream when the call activity is not being leftDaniel Calviño Sánchez
2022-09-18Fix call not joined again if reconnecting while in pip modeDaniel Calviño Sánchez
2022-09-18Fix checking lobby state from chat controller while in a callDaniel Calviño Sánchez
2022-09-16Merge pull request #2371 from nextcloud/dependabot/gradle/com.android.tools.b...Andy Scherzinger
2022-09-16fix to keep notification channelsMarcel Hibbe
2022-09-16move streams to utilize "use"Andy Scherzinger
2022-09-16Remove unneeded nonNull annotations in kotlinchore/noid/AGP730Andy Scherzinger
2022-09-16close streams after useAndy Scherzinger
2022-09-16Fix self video size after coming back from PiP modeDaniel Calviño Sánchez
2022-09-16Rename dimension to better describe its purposeDaniel Calviño Sánchez
2022-09-15add chunked upload for filesfeature/1587/directVideoUpload2Marcel Hibbe
2022-09-15add direct video uploadMarcel Hibbe
2022-09-13Improve chat bubble sizesAndy Scherzinger
2022-09-07Rename and reduce complexity of function 'processMessages'Tim Krüger
2022-09-07Reduce complexity for 'ChatController#processMessagesFromTheFuture'Tim Krüger
2022-09-07Fix to deeply nested function processHeaderChatLastGivenTim Krüger
2022-09-07Reduce nested block depth for updateReadStatusOfAllMessagesTim Krüger
2022-09-07Extract duplicated code to functionTim Krüger
2022-09-07Reduce complexity for function 'ChatController#processMessages'Tim Krüger
2022-09-06Remove unused parameter 'timeout' from 'ChatController#processMessages'chrore/fix-warnings-in-chatControllerTim Krüger
2022-09-06Make properties private if possibleTim Krüger
2022-09-06Use indexing insteat of 'Map#get'Tim Krüger
2022-09-06Replace 'Integer#toString' with Kotlin functionsTim Krüger
2022-09-06Fix some spelling issuesTim Krüger
2022-09-06Simplify boolean expressionsTim Krüger
2022-09-06Convert string concatination to templateTim Krüger
2022-09-06Remove assingments from 'if' clausesTim Krüger