Checkboxes in Widget
Fixes #1907 Requires: https://github.com/stefan-niedermann/nextcloud-commons/pull/215
This implements checkable-checkboxes on devices with api 31 or greater.
This is a first working prototype. It can:
- Display a checkbox for chechbox items
- Handle the state correctly
It cannot:
- Display checkbox-text nice. The raw-markdown is currently not stripped
- Send a checkbox event back to the app
- Render the notes good. (With each markdown block, there is a margin at the bottom)
Since this requires changes in the nextcloud-common library, i would like to ask for a general review now, before i continue.
Hello there, Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the reviewing 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 reviewing 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!
Rebased due to major technical updates in terms of libraries, especially AGP and SSO