Erlandys / UE4LinuxLauncher

MIT License
85 stars 24 forks source link

allow user to download incompatible assets / store & display asset size in the detail view #26

Closed ben-mkiv closed 4 years ago

ben-mkiv commented 4 years ago

Another one...

replaced the warning of incompatible assets by a submit dialog which warns the user but lets him download/cancel the asset on his own wish

also loading/storing the total size of each asset and displaying it in the overview

(therefor some of the itemmeta/manifest download/parsing was moved to its own class, which imho makes the source a bit cleaner, as a manifest can now be fetched for any item/version without altering the item)

ben-mkiv commented 4 years ago

also added a new jar with all new features to the compiled path (SQLite is bundled with it, so i removed SQLite from the path)