Open Issues Need Help
View All on GitHubAn Android note-taking app focused on smooth handwriting with cross-device sync
An Android note-taking app focused on smooth handwriting with cross-device sync
An Android note-taking app focused on smooth handwriting with cross-device sync
AI Summary: Fix a bug in an Android handwriting notes app where the stroke width button UI doesn't update correctly after selecting a custom width. The solution involves modifying the `onClickListener` in `drawFragment.java` to remove the background from the previously selected button and apply it to the newly selected button, updating the `oldLineButton` variable accordingly.
An Android note-taking app focused on smooth handwriting with cross-device sync
AI Summary: The task involves modifying the `MainActivity.java` file in an Android handwriting notes app (Quillo) to correctly display the selected template in the note preview when a new notebook is created. Currently, the preview shows a blank white image instead of the chosen template. The fix requires altering the `thumbnail` Bitmap creation at line 944 to incorporate the selected template background.
An Android note-taking app focused on smooth handwriting with cross-device sync
AI Summary: Implement the functionality of the 'Use' button in the line selection popup of an Android handwriting notes app. This involves adding an OnClickListener to the button in `drawFragment.java` (around line 1928) to set the selected stroke width as the current stroke width without persisting the change in the toolbar.
An Android note-taking app focused on smooth handwriting with cross-device sync