Kin69 / EasyNotes

EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
333 stars 26 forks source link

version1.2,too much bug #23

Closed james0336 closed 3 months ago

james0336 commented 3 months ago

the tool butons on the editing have disappeared

Kin69 commented 3 months ago

@james0336 You should see toolbar when editing description and keyboard is visible.

If not could you please send screenshots?

Also you said too much bugs so are there any other bugs?

wadeack commented 3 months ago

@james0336 , can you please specify the Android version?

From what I can observe on Android 14 (Samsung galaxy tab) the markdown toolbar works fine but on Android 9 (Umidigi x) it feels broken because keyboard could not be detected in edit mode and so it's always hidden. Here how it looks like for me on Android 14: image and on Android 9: image

I've tried fixing it in my fork, but it seems there are more bugs to be caught.

Kin69 commented 3 months ago

@wadeack I was thinking about using FocusManager. When the textfield is focused, it could just make the bottom padding smaller.

Let me know if you want to implement this and create a pull request, or if I should fix it.

Also, thanks for your contribution.

wadeack commented 3 months ago

Hi @Kin69 , yes, I'd like to investigate it and will create a PR once I have something. Thank you!