-
Notifications
You must be signed in to change notification settings - Fork 259
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
Wrong sort order #713
Comments
Btw the sorting on the server is always as intended whether there is a new article or not. So definetely newly added articles are dated properly, this seems to be an issue in the Android app. Also this issue arised after I upgraded the Wallabag to 2.3.2 I think I was using something like 2.2 before. |
When restarting the app, now the articles get sorted in the way they were ordered before. This is done by not only checking the savedInstanceState for sorting order but also the settings. Close wallabag#797 Close wallabag#781 Close wallabag#713
Hi, I managed to reproduce the issue when migrating from one wallabag instance to another. Steps to reproduce:
Observations:
Both
It feels like article ordering in the Android app is based on the |
That is indeed the case. Thanks for pointing out the situation where it doesn't work. |
Hi
Using 2.0.2 app on Lollipop and 2.3.2 on the server side.
Everything seems to work except that the sort order is shown oldest to newest when the app is open. But the newly added article (either via the app or the server) shown at the top as the first one which is expected but the second article at the top is the oldest article ever bagged.
The weird thing is that if I reverse the article sort order using the ui button, the newly added article is not show anymore however the order is almost equal to how server web ui list the articles except that the newly added article is not shown at the top.
thanks
The text was updated successfully, but these errors were encountered: