Erlandys / UE4LinuxLauncher

MIT License
85 stars 24 forks source link

save download time + project on finished download and added filter for the asset list #24

Closed ben-mkiv closed 4 years ago

ben-mkiv commented 4 years ago

sorry that the PR is so long, but i've refactored some stuff to make it easier to maintain in the future (or im missing some point at how the large chunks of HTML where created/maintained)

the focus in this PR was to save the download time + projectName for each download so that the owned assets can be filtered by all/downloaded/not downloaded (Ive used hyperlinks for the filter as im not familiar with swing and didnt want to waste time figuring out how a select box would be implemented)

also the download time is shown in the overview/detail view so the user can see when he last updated (this could probably be extended by saving the release_id but that variable wasn't available in the download scope so i kept it simple for now)

ben-mkiv commented 4 years ago

put this on hold, i've created a jar and it seems to only work in dev environment... -.-