notes-android icon indicating copy to clipboard operation
notes-android copied to clipboard

Checkboxes in Widget

Open newhinton opened this issue 2 years ago • 2 comments

Fixes #1907 Requires: https://github.com/stefan-niedermann/nextcloud-commons/pull/215

This implements checkable-checkboxes on devices with api 31 or greater.

image

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.

newhinton avatar Oct 02 '23 22:10 newhinton

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!

github-actions[bot] avatar Oct 17 '23 02:10 github-actions[bot]

Rebased due to major technical updates in terms of libraries, especially AGP and SSO

AndyScherzinger avatar Jan 21 '24 15:01 AndyScherzinger