-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
WIP: #248 Refresh from server when in view mode #450
Conversation
This may be related to the problem in #427:
I have no idea how to fix this. Maybe you should report this to upstream (Rxmarkdown). PS. I will try to do the requested reviews in the next days, but I can't promise ... |
# Conflicts: # app/src/main/java/it/niedermann/owncloud/notes/android/fragment/NotePreviewFragment.java
- Merge master
# Conflicts: # app/src/main/java/it/niedermann/owncloud/notes/android/fragment/NotePreviewFragment.java # app/src/main/res/layout/activity_single_note.xml
Some updates here: It seems that if one does not use |
Aah, and yes. Toggling checkboxes seems to be possible with the normal implementation, too. It is currently active on this branch and i am happy if someone could help testing it. |
This PR basically works but whenever i set the new Content, it gets display but not rendered.
@korelstar any idea what might cause this behaviour?
Additionally: Currently this synchronizes all notes. Performance could be improved greatly if we only synchronize the current note.