konradrenner / kolabnotes-android

Note taking app with integrated Kolab sync
GNU Lesser General Public License v3.0
68 stars 17 forks source link

Kolab Notizen v3.2.0 - The application suddenly stopped when I added a few pictures when making notes #199

Open ammarraisafti opened 5 years ago

ammarraisafti commented 5 years ago

Actual behaviour

Supposedly, the application went well when I added a few pictures when making notes.

Expected behaviour

The application suddenly stopped when I added a few pictures when making notes.

In fact, when I reopen the application, then click on the notebook, this application continues to stop. So that the ability to edit a notebook can no longer be done.

Step to reproduce

Information

Recording of the bug

https://youtu.be/kmT_TW4A1pE

konradrenner commented 5 years ago

Thank you for reporting. Will have a look at it

konradrenner commented 5 years ago

I think it is not a bug, because the app is not designed to store many or large images in a note. Problem is, that every image has to be encoded into the note itself.

So I think there are 2 possible solutions:

  1. Don't let a user add images, if the size of a note will get too big (will depend on the device memory)
  2. Store images as attachments and just "link" them in the note (will have the problem, that the Kolab Web Editor cannot display images in a note any more)
konradrenner commented 5 years ago

Maybe some grabs this one or has another idea how to solve it :-)