* [App Store] Small changes to attempt submitting to App Store (#80)
* [Icon, Packages, Permissions] Removed alpha from icon, updated packages, disabled some permissions
* [Settings, Build] Removed checking for updates within LunaSea, set some build variables
* [Radarr] Removed Faux-Search Bar on Release Tab (#81)
* [Release] v0.4.1+1
Closes#74
* [NZBGet] Pause/resume queue, show speed, remaining, timeleft
* [NZBGet] Implemented queue fetching, started queue UI
* [NZBGet] Ability to reorder queue, pause/resume entry, implemented some dialogs
* [NZBGet] Don't show 0:00:00 on queue entry when globally paused
* [NZBGet] Added very basic history support
* [NZBGet] Ability to delete and rename queue jobs
* [NZBGet] Ability to set job priority
* [NZBGet] Ability to set job category
* [NZBGet] Ability to set job password
* [NZBGet] Ability to delete or hide history entry
* [NZBGet] Ability to sort entire queue
* [NZBGet] Ability to upload NZB via URL or file upload
* [NZBGet] Added status & statistics page
* [NZBGet] Added remaining history status TextSpan
* [NZBGet] Ability to set speed limit
* [NZBGet] Completed history entry details, long press on history entry
- [Settings] Fixed cases where deleting a profile and creating a profile with the same name would carry over values
- [SABnzbd] Fixed setting SABnzbd queue job priority
- [Settings] Obfuscated API keys/passwords in subtitle preview
- [Syntax] Cleaned widget coding (Removed needless stateless widgets, access passed objects through widget.<object>
* [Updates] Checks for updates on launch
* [Updates] Do not show update available when unable to fetch current latest version
* [Host Editing] Prettied the host hint text
Closes#46