validate password - #5955
Conversation
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/5955.apk |
46cd60a to
794b948
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/23847155565/artifacts/6219786615 |
2dfc70a to
a5beaba
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/23852178142/artifacts/6222065915 |
a5beaba to
63add9a
Compare
|
@sowjanyakch sorry the PR was not reviewed before getting the merge conflicts. Could you try to resolve the conflicts? |
|
@rapterjet2004 could you try to rescue this PR? |
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> add password logic Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> handle states of password states Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> copy password Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> remove unused function and add copyright info Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> modify layout and import changes with the package name change Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> split GuestAccessPasswordDialog into two functions Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com> fix detekt Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
…o master The PR was rebased onto a master that had since migrated ConversationInfo to Jetpack Compose, which broke the build: the merge resurrected pre-migration files (GuestAccessHelper.kt, its DialogPasswordBinding/ActivityConversationInfoBinding dialog code) and dropped an unrelated master fix (@serializable on ProvisioningCapability). - Delete GuestAccessHelper.kt (obsolete View/XML-binding helper no longer referenced since the Compose migration) and port its password-validation dialog into ConversationInfoActivity's Compose screen, replacing the stale XML showPasswordDialog(). - Remove dead, unrelated state left over in ConversationInfoViewModel from the old base branch (GetCapabilitiesStartState, CreateRoomUIState) and a duplicate ConversationCreationRepository import. - Restore @serializable on ProvisioningCapability, lost in the merge. - Fix ConversationCreationActivity's password-set dialog not dismissing after a successful save, and drop an unused ktlint-failing import and a misapplied @Suppress in ConversationCreationViewModel. Assisted-by: Claude Code:claude-sonnet-5 Signed-off-by: rapterjet2004 <juliuslinus1@gmail.com>
e09386f to
3954359
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/33782782780/artifacts/9904545657 |

fix #5923
🚧 TODO
🏁 Checklist
/backport to stable-xx.x