If I’m not mistaken, the ordering of the android widget is by ID in DB, or by order of creation
This is inconsistent with the behavior of the web app, the desktop app, and the mobile app all together…
You can re-order the favorites from the web app, and it will update the ordering on the deskop app, and the mobile app
But the android widget keeps the old ordering
It’s frustrating
Could you fix that?
I’m heavily using the favorite widget on my phone.
The only way I could find to improve that on my side would be to delete all my favorites, and then re-create them in the good order
And it’s not even practical, because if I change my mind, I have to do it all over again
Technical aspect:
As a developer, I don’t think it’s a big update to do
It’s just an orderBy to add on the favorite widget code
I guess you have all the fields available to do that for the favorite objects, since the ordering on the mobile app itself is correct and updated accordingly
Keep me informed on this issue please