Results 160 comments of korelstar

I like that idea. It should be easy to implement after #599 is finished: - local notes could have account ID `0` - the account list in sidebar includes a...

Thanks for reporting this issue, this is really a problem which should be solved. The problem also occurs in another scenario: 1. Open a note for editing using the Android...

I agree that we have to optimize (speed up) the synchronization. I've already created an issue for that (#154). Details on realizing the optimization should be discussed there. But apart...

Instead of going into all details, we should concentrate on the real goal: avoid concurrent writes on the same note and provide the most current state of a note for...

@minimeee > So yo don't plan to merge the changes from the server? I'm still thinking, that this is an important thing. But since it's much harder to implement, we...

Since this requires some work on the server side, I wrote (one year ago) down some ideas on how to solve the concurrent issue in nextcloud/notes#56.

@stefan-niedermann Please see nextcloud/notes#56 😃 The correct respond would be `412` and an interesting library for merging is [google-diff-match-patch](https://code.google.com/p/google-diff-match-patch/). Other suggestions for libraries are welcome, please add them to nextcloud/notes#56...

Personally, I don't see the necessity to be able to change the settings from the mobile app. However, I will not block this. Hence, if you want me to provide...

I'm working on an enhancement of the API, so that you (as client developer) can define a maximum amount of notes that should be transferred in one response. This is...

You can also share are single note by using the file sharing functionality on the Nextcloud server. However, a cool new feature would be indeed to share a note directly...