ITotalJustice / atmosphere-updater

WIP atmosphere (switch cfw) updater!
GNU General Public License v2.0
85 stars 23 forks source link

Add a message of whether or not an update is available. #9

Closed mrhappyasthma closed 4 years ago

mrhappyasthma commented 4 years ago

Make a request to extract thelatest version of atmosphere on github, and display it to the user if an update is available. If the user is up to date, show "Up to date."

Example up-to-date: https://i.imgur.com/O6MGc8A.jpg Example update available: https://i.imgur.com/AphtmC7.jpg

NOTE: The application is single threaded, so to give better perceived latency, I updated the code to show a partially loaded splash screen: https://i.imgur.com/KR1psQA.jpg. Ideally this download should be fetched in the background.

ITotalJustice commented 4 years ago

Thank you very much! This has been a highly requested requested feature.

Going to merge, but I won't make a new relase until the end of this week / monday next week. I need to re write a lot of my code, i'll also make the download / ui display run on separate threads.