Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kolab Notizen v3.2.0 - Disabling the "Enable Rich Text Editor" feature, making this application suddenly stop #197

Closed
ammarraisafti opened this issue Jun 28, 2019 · 7 comments

Comments

@ammarraisafti
Copy link

Actual behaviour

It should, after disabling the "EnableRichTextEditor" feature. This application still works well.

Expected behaviour

After successfully disabling the "EnableRichTextEditor" feature in the application / general settings section. I tried adding "New Notebook", then accessing the edit icon. And after I successfully entered the edit icon, I tried to return to the previous menu. Unfortunately, this application suddenly stopped.

Step to reproduce

  • Install and open the application.

  • Click on the top right shortcut, then select and open the "Settings" feature.

  • Select and open the "General" feature, then disable the "Enable Richtexteditor" feature.

  • Exit the application settings, then go to the main page / Local account.

  • Click the top right shortcut, then select and open the "New notebook" feature.

  • Next you need to fill in the name of the notebook, then click okay.

  • Click "icon edit" the visible on the bottom / right side.

  • Then you have to click the back button on the device, to return to the previous menu.

Information

  • Device: Nubia n2 lite
  • Android version: 8.1.0
  • Application version: 3.2.0

Recording of the bug

https://youtu.be/d9JK0CkZtfU

@konradrenner
Copy link
Owner

Wow, thank you for the the detailed report. I will soon have a look at it

@konradrenner
Copy link
Owner

I can confirm the issue. The bug occurs if rich text editing is disabled an the back or print function is used.

There is no check for this 2 functions if rich text editing is disabled (!Utils.getUseRicheditor(activity)).

NullPointer when print is used:
at org.kore.kolabnotes.android.fragment.DetailFragment.printNote (DetailFragment.java:1563)

NullPointer when back is used:
at org.kore.kolabnotes.android.fragment.DetailFragment.onBackPressed (DetailFragment.java:1494)

@ammarraisafti
Copy link
Author

ammarraisafti commented Jul 1, 2019

Thank you for confirming this problem. Speaking of code, I don't understand that.
I hope that this problem solving can be done. Because I really enjoy this application, and have invited several other users to use this application, also giving the best rating for application.

@konradrenner
Copy link
Owner

I am glad that the app is useful for you!

It should be no problem to solve the problem, but please be patient, I am short on my time at the moment

@ammarraisafti
Copy link
Author

ammarraisafti commented Jul 1, 2019 via email

@konradrenner
Copy link
Owner

will be fixed in 3.2.1

konradrenner added a commit that referenced this issue Jul 11, 2019
@konradrenner
Copy link
Owner

published new release, will be available soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants