Bangle App version lister #5531
Replies: 1 comment
-
Posted at 2022-12-17 by @halemmerich How about just adding the versions to the installed app list in the "more..." tab of the apploader? The information should be already available there. Posted at 2022-12-18 by HughB Yes that would do it. Loader / More / Utilities / Show Versions Posted at 2022-12-19 by @gfwilliams Well, or the 'Apps Installed' list could just include the versions in brackets after each app. PRs welcome :) Posted at 2022-12-20 by HughB
It does that already, but it can be a pain scrolling though the list to note them down.
I would not know where to start changing the App loader. Posted at 2022-12-20 by @halemmerich There is an app list at the bottom of the "More..."-tab in the device info section. Posted at 2022-12-21 by myxor Try here: https://github.com/myxor/EspruinoAppLoaderCore/blob/master/js/index.js#L750 Posted at 2022-12-21 by HughB It doesn't have the version numbers on though. But I guess that would be easy to add if I would remember what the code was to extract that information. Attachments: Posted at 2022-12-22 by HughB Looks like it is doable. I'd have to write lots of console.log() statements to figure out what is going on. This is quite complicated javascript code. Posted at 2022-12-27 by BartS23 I have created 2 pull requests. The first one adds the versions to the list of installed apps (preview: https://barts23.github.io/BangleApps/). The second adds a "New issue on github" button that opens a new pre-filled issue on github. Posted at 2022-12-27 by @thyttan Cool! Maybe you could prefill the text field like in the attached file. Then you have all installed apps listed automatically under a drop down arrow. Just an idea. Also, is it possible to preselect the hardware version? Attachments: Posted at 2022-12-27 by BartS23 Sorry, I do not see any attachment :) I found no way to prefill dropdowns or checkboxes. Posted at 2022-12-27 by @thyttan Sorry, now it's attached above.
Ok! Posted at 2022-12-27 by @thyttan One more option could be to open a blank issue and fill it somewhat like the file attached with this message. Just spitballing :p Attachments: Posted at 2022-12-27 by BartS23 I think you mean something like this: But then you lose the Github forms option, which we are using at the moment. Posted at 2022-12-27 by @thyttan Just to confirm, yes that was what I was thinking. I can see that it's probably preferable to keep the forms option 👍 Posted at 2022-12-31 by HughB
I checked it out. Works great. This is going to be very handy. Posted at 2023-01-06 by @gfwilliams just merged :) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-12-17 by HughB
I know there is probably a simple line of code for printing out all the apps / versions installed on my Bangle JS and that @gfwilliams will have stated what it is many times in various threads but its been a while and I simply cant put my finger on it.
If someone could write it I will put into the FAQ wiki.
A idea for a simple App called
Versions
would be useful. The App would open up a scrollable list of every thing that is installed and print the app name and version to the screen. This would need to include the firmware version as well. When connected to the IDE it would also print the name / version pairs to the console. This could then be scraped into a bug report.I've been reporting a few bugs recently and had to do this collection process by hand through the app loader and use pen and paper.
Beta Was this translation helpful? Give feedback.
All reactions