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-07-22avoid to divide by zeroMarcel Hibbe
2022-07-22add loading screenMarcel Hibbe
2022-07-22rename close poll to end poll in codeMarcel Hibbe
2022-07-22move checkboxes to leftMarcel Hibbe
2022-07-22static text for poll messagesMarcel Hibbe
2022-07-22show overlapped mini avatars in results overviewMarcel Hibbe
2022-07-22toggle details view on click on avatar viewsMarcel Hibbe
2022-07-22wip. toggle between voters overview and voters detailsMarcel Hibbe
2022-07-22hide system message "You voted on the poll ..."Marcel Hibbe
2022-07-22disable buttons while waiting for responseMarcel Hibbe
2022-07-22close dialog when voted for hidden pollMarcel Hibbe
2022-07-22add Options in init methodMarcel Hibbe
2022-07-22initially add 2 option fields and focus question fieldMarcel Hibbe
2022-07-22initialize viewModel in onCreateMarcel Hibbe
2022-07-22get variables from parentViewModelMarcel Hibbe
2022-07-22move variables from fragment to PollMainViewModelMarcel Hibbe
2022-07-22avoid unnecessary null checks in PollMessageViewHoldersMarcel Hibbe
2022-07-22enable/disable submit button by liveDataMarcel Hibbe
2022-07-22remove nullable from PollRepository return typesMarcel Hibbe
2022-07-22replace @JvmField with lateinit varsMarcel Hibbe
2022-07-22fix copyrightMarcel Hibbe
2022-07-22remove unused viewStateMarcel Hibbe
2022-07-22use CurrentUserProviderNew and User for pollsMarcel Hibbe
2022-07-22add copyrightsMarcel Hibbe
2022-07-22fix cursor jumping to end when editing questionMarcel Hibbe
2022-07-22add dismiss button for edit votes modeMarcel Hibbe
2022-07-22delete empty options on poll creationMarcel Hibbe
2022-07-22fix LiveData value assignment nullability mismatchMarcel Hibbe
2022-07-22check talk-polls capabilityMarcel Hibbe
2022-07-22calculate percent with voters instead votesMarcel Hibbe
2022-07-22always focus new empty poll option in poll create dialogMarcel Hibbe
2022-07-22update poll UI for moderators etcMarcel Hibbe
2022-07-22fix text of submit buttonMarcel Hibbe
2022-07-22fix percentage calculation for multiselect pollsMarcel Hibbe
2022-07-22remove livedata where it's not neededMarcel Hibbe
2022-07-22solve detekt warnings 2Marcel Hibbe
2022-07-22solve detekt warningsMarcel Hibbe
2022-07-22solve klint warningsMarcel Hibbe
2022-07-22add copyright headersMarcel Hibbe
2022-07-22fix InstantiationException for more fragmentsMarcel Hibbe
2022-07-22fix compile error from commit a12692ecMarcel Hibbe
2022-07-22fix InstantiationException for fragmentsMarcel Hibbe
2022-07-22improve klint score, minor refactoringMarcel Hibbe
2022-07-22rename close poll to end poll (in code)Marcel Hibbe
2022-07-22add confirm dialog to end pollMarcel Hibbe
2022-07-22convert "votes" mapMarcel Hibbe
2022-07-22show detailed list of votersMarcel Hibbe
2022-07-22wip2: styling of poll barsMarcel Hibbe
2022-07-22wip: show user avatars for closed public pollsMarcel Hibbe
2022-07-22disable vote button when selection is not changed compared to own votesMarcel Hibbe