-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend account deletion dialogue #12015
Conversation
aa1a583
to
2f353f5
Compare
eb2c849
to
e2ca281
Compare
Storing new value is missing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome, nice work @ZetaTom! :)
6414838
to
3c04971
Compare
/rebase |
258f1bc
to
39da4f9
Compare
- port account deletion dialogue to Kotlin - rename dialogue to `AccountRemovalDialog` - introduce custom view for dialogue content Signed-off-by: ZetaTom <[email protected]>
- add option to request deletion - add android-library to settings.gradle Signed-off-by: ZetaTom <[email protected]>
- added required functionality and improved appearance - added comments Signed-off-by: ZetaTom <[email protected]>
- list item is now clickable as a whole - commented out includeBuild in settings.gradle Signed-off-by: ZetaTom <[email protected]>
- port account deletion dialogue to Kotlin - rename dialogue to `AccountRemovalDialog` - introduce custom view for dialogue content Signed-off-by: ZetaTom <[email protected]>
- add option to request deletion - add android-library to settings.gradle Signed-off-by: ZetaTom <[email protected]>
- added required functionality and improved appearance - added comments Signed-off-by: ZetaTom <[email protected]>
- list item is now clickable as a whole - commented out includeBuild in settings.gradle Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: ZetaTom <[email protected]>
39da4f9
to
144e1dc
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12015.apk |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
This change extends the Remove account dialogue to include an option to request ones account to be permanently deleted.
In order for the Request account deletion option to appear, an up-to-date version of the User account deletion app must be installed on the corresponding server.
drop_account
drop_account
blocked by nextcloud/android-library#1213
closes #11950