Adding a date feature in BangleApps #4933
Replies: 1 comment
-
Posted at 2022-06-27 by nicoboss that would be great, I would love that Posted at 2022-06-27 by rigrig You can already sort apps by "updated"/"new" in the app loader, or am I missing something? Posted at 2022-06-27 by nicoboss That s right, it, at least, sorts the apps (not exactly the same as being able to see the date). And not in the development store though Posted at 2022-06-27 by Hank Not sure how to handle the bin files as I am running Windows. Is appdates.csv pre-rendered available somewhere? Posted at 2022-06-27 by rigrig You can mouseover the app version to see when it was last updated, I guess adding a "first added" wouldn't be too hard? Or maybe even explicitly show those dates when sorting by new/updated. You can directly download the file used by the official loader Posted at 2022-06-27 by Hank Oh, didn't notice that. The official site can already sort for "updated" on the top right. How can I make my fork to do this as well? Posted at 2022-06-27 by @gfwilliams
As @rigrig said above, you just run Posted at 2022-06-27 by Hank OK, got it. Can't you add an option to let the custom BangleApps show the official and current appdates.csv? Posted at 2022-07-01 by @gfwilliams
Maybe... but then your apps wouldn't appear in it - which maybe isn't what you want? But actually, since you have your own branch, you could do this pretty easily yourself? The code is at https://github.com/espruino/EspruinoAppLoaderCore/blob/c46b4edd2052d0df37fea41f8839af8175a78ec9/js/index.js#L99-L118 so either you could change that, or you could just copy & paste the code into your local Or if you wanted to do a PR to make it use a
This feels pretty niche... I mean you can always just go to banglejs.com/apps on your phone's web browser, see what's new, and then upload from Gadgetbridge? But if you wanted to send in a PR for a menu option in Gadgetbridge that could definitely be added. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-06-27 by Hank
Just wondering if we can't add a date additionally to the version in each metadata.json to indicate when an app has been released. That would allow BangleApps to sort for release date. So with each commit you won't need to browse the log to identify if there are new apps. That would also allow to make an automatted "What's new".
Beta Was this translation helpful? Give feedback.
All reactions