Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download uad_list.json from Github #110

Merged
merged 2 commits into from
Feb 1, 2022
Merged

Download uad_list.json from Github #110

merged 2 commits into from
Feb 1, 2022

Conversation

0x192
Copy link
Owner

@0x192 0x192 commented Jan 31, 2022

Fix #103

At the moment, the uad_lists.json file containing all the documentation of all the apps is embedded in the binary. This means it get ever updated only when a new version of UAD comes out. This will change! A new UAD build should not be necessary for any package-related changes.

Current progress:

  • Try to download the list from Github when you start UAD
  • Cache the file
  • Use the cache file if no Internet or fallback to the embedded list
  • Display a different waiting message during the download
  • Display the version of the list in the UI
  • Add a force update button in the UI

Try to download the list from Github when you start UAD
- Cache the file
- Use the cache file if no Internet or fallback to the embedded list
- Display a different waiting message during the download
- Display documentation version (date) in the About page
- Add an update button in the About page (with time last updated)
- Add special waiting screen when downloading the list
- Add a button in the waiting screen to stop waiting if no internet. Fallback to the cached or the embedded list
@0x192 0x192 marked this pull request as ready for review February 1, 2022 18:11
@0x192 0x192 merged commit b8fd936 into main Feb 1, 2022
@0x192 0x192 deleted the remote-list branch May 22, 2022 20:06
@emmyforeignsss
Copy link

remote-list

@AnonymousWP
Copy link
Contributor

remote-list

What? Probably spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UAD should use the uad_lists.json on Github
3 participants