You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sort order on the website version doesn't match the sort order on the Android device.
(I also recently imported hundreds of articles from an Omnivore download. Those articles are where they 'should be,' in terms of the order they were in while using Omnivore, while browsing the web version. )
What I realized is that the sort order on the device is based on when they were added to Wallabag, via the import feature, and not using the order that was inherited from Omnivore, at least in quite the same way.
(More specifically, two articles that were in my unread pile before I imported everything are now at the END of the unread list on the app, whereas on the website they're still near the front.)
I discovered this when I opened the app after importing from Omnivore. At first I thought it wasn't syncing my most recent additions, but then realized that they were in among the articles I'd added via the import.
Duplicate?
Have you searched the issues of this repository if your issue is already known? yes/no
Maybe? Error #713 seems connected, but it's an older bug, so I don't know if I'm encountering something new or not.
It might be something to do with the Omnivore import, adding an id as soon as it's added to the database, and the Android app using that for the sort instead of the 'created_at' of the article. (This assumption is based on the notes in that error.)
Actual behaviour
Tell us what happens
Android sort order doesn't match the web app sort order. Web app sort order appears to use Omnivore's 'saved date.' Android app appears to show articles in the order they were added to the database.
Expected behaviour
Tell us what should happen
Web app and android app should share the same sort order, based on the saved date of the article.
Steps to reproduce the issue
import numerous Omnivore JSON files
add multiple articles at the same time
note the order of the articles on android versus web app.
Do you have Two-Factor-Authentication enabled?: yes/no
no
Logs
wallabag server
Please paste relevant wallabag server logs here (from file <wallabag>/var/logs/prod.log):
Web server
Please paste relevant web server logs (e.g. from nginx, Apache, …) here:
NOTE: Be super sure to remove sensitive data like passwords, note that everybody can look here!
Your experience with wallabag Android app
Have you had any luck using wallabag Android app before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
So far, I'm loving it! Just signed up for a year's subscription. I think the tap-to-advance is very handy, and I appreciate the value of being able to self-host if desired!
The text was updated successfully, but these errors were encountered:
Issue details
The sort order on the website version doesn't match the sort order on the Android device.
(I also recently imported hundreds of articles from an Omnivore download. Those articles are where they 'should be,' in terms of the order they were in while using Omnivore, while browsing the web version. )
What I realized is that the sort order on the device is based on when they were added to Wallabag, via the import feature, and not using the order that was inherited from Omnivore, at least in quite the same way.
(More specifically, two articles that were in my unread pile before I imported everything are now at the END of the unread list on the app, whereas on the website they're still near the front.)
I discovered this when I opened the app after importing from Omnivore. At first I thought it wasn't syncing my most recent additions, but then realized that they were in among the articles I'd added via the import.
Duplicate?
Have you searched the issues of this repository if your issue is already known? yes/no
Maybe? Error #713 seems connected, but it's an older bug, so I don't know if I'm encountering something new or not.
It might be something to do with the Omnivore import, adding an
id
as soon as it's added to the database, and the Android app using that for the sort instead of the 'created_at' of the article. (This assumption is based on the notes in that error.)Actual behaviour
Android sort order doesn't match the web app sort order. Web app sort order appears to use Omnivore's 'saved date.' Android app appears to show articles in the order they were added to the database.
Expected behaviour
Web app and android app should share the same sort order, based on the saved date of the article.
Steps to reproduce the issue
Environment details
2.5.3 (233)
Gplay
14
Stock
Pixel 7a
Unsure. app.wallabag.it?
no
Logs
wallabag server
Please paste relevant wallabag server logs here (from file
<wallabag>/var/logs/prod.log
):Web server
Please paste relevant web server logs (e.g. from nginx, Apache, …) here:
NOTE: Be super sure to remove sensitive data like passwords, note that everybody can look here!
Your experience with wallabag Android app
Have you had any luck using wallabag Android app before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
So far, I'm loving it! Just signed up for a year's subscription. I think the tap-to-advance is very handy, and I appreciate the value of being able to self-host if desired!
The text was updated successfully, but these errors were encountered: