-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
#528 Save the excerpt in a separate column #641
Conversation
Also load excerpt, when content is not pruned
Oh, nice! Yep, I will review and test this in detail, soon. Looks good on my first view :-) |
app/src/main/java/it/niedermann/owncloud/notes/persistence/NoteSQLiteOpenHelper.java
Outdated
Show resolved
Hide resolved
Nice :) I noticed a problem while upgrading from previous versions (and patched that in this branch) - maybe you could do a test from an old version too when you are over it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great result: I have many (184) notes on my aged smartphone (Wileyfox Swift). Loading the notes list after starting the app took round about two seconds. With these changes, it takes round about one second. That's a very good improvement!
I added some commits in order to fix some things. Works for me now, I had not any problems during update.
Thank you for the review and the fixes :) |
Do you want to make a review since you requested this originally in #154