Adding a documentation browser to the config utility. #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also got trapped into a gradle update.
Java changes and browser interface are made mainly by Gemini.
This is my first serious approach to work with LLM, I hope I've managed to understand its code and to keep it small and clean.
Basically it creates a new activity for a webview and tweaks it to get the back button navigating the history like in a browser, instead of closing directly the activity.
The mkzipassets.sh changes are mine.
@automaton82 , could you test if it still compiles for you after the gradle updates? If needed I can try to downgrade them.
As for the docs browser, you will need an update of the assets, if you can't still run mkzipassets.sh, I've put a tar.gz with the updated assets at https://provant.freeddns.org/pere/public_html/Tux%20Paint/devel/20251201/assets.tar.gz about 115M
At the bottom of the config activity should show a "Browse" button that launches a webview for the docs, completely offline, the links that point outside the device will simply fail
Ouch! just noticed the button only shows in landscape mode, need to investigate why...
Thanks
Pere