Addon Manager for Wow. Windows 10 UWP Application
I'm planning to do a rewrite July 2020 during my vacation. Make app work again and redesign the architecture.
Program I made mostly for fun and to use it myself and to learn C#/UWP. I have done a similar program earlier in Java.
https://github.com/vargen2/addonmanager
Boilerplate was made with
https://marketplace.visualstudio.com/items?itemName=WASTeamAccount.WindowsTemplateStudio
Unavailable atm as of 2019-09-27
Get it from Microsoft Store for free
https://www.microsoft.com/store/productId/9NXD1GMVB3ZH
- Copy, move and extract files is slow due to not using unrestricted capabilities. https://docs.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations
- Layout changes
- Commandbar for appbarbuttons
- Better support for resizing
- fixed typo
- Basic support for classic and retail
- Browse page reacts to classic or retail game
- Fixes for html redesign
- progress bar when using old update (elvui)
- add ElvUI_OptionsUI to elvui subfolders
- adding subfolder now updates infomessage
- Live tiles disabled
- Controls on detail page
- Context menu placed at cursor and hitbox fix
- Save and edit display name for game
- misc layout changes
- cache and reuse nav pages
- Layout changes
- Will try to get versions for all release types
- Per addon setting for auto update
- Added AddonData for almost all addons
- Bit snappier context menu on main page
- Can sort on browse page
- Correct dates on browse page
- Better sorting of addons on main page. Based on status and folder name.
- Decode html chars in browse page
- Small layout changes in browse page
- Sorting in browse page for title, download and status
- Better handling of refresh many addons
- Don't download versions or update ignored addons
- Setting to delete old files before update
- Can remove addons
- No more double scroll in detail page
- Initial release