Eternal Media Bar, new build and new features

Okay so I've neglected to make posts for the last couple commits, but here's the changelog:
- New Build!
- Moved a large number of variables to static for faster and easier access.
- Options list is now it's own variable in the main class so we don't need to reload it as often when actually using the options menu.
//needs more testing, may actually be a hinderance long run.
- Image loader now has a forced load feature, so category icons get pre-loaded. (also broke it right away, and fixed it again. oops).
- Reworked the initialization it was compensating for a failure that would never happen, and also sometimes causing corrupted data on app boot.
- Removed the google play parse theory code, such a feature will be impossible without a 3rd party API.
- Improved AsyncImageView, the progress animation was cool but significantly deteriorated performance in comparison to not using it, replaced it with a checkbox image for when moving/copying multiple apps.
- Copy and move now not only re-use the same code for simplification, but now allow you to select multiple apps to copy/move at once!

As usual you can check out the source, contribute, and download the installer APK from my github at:
https://github.com/EternalBlueFlame/EternalMediaBar

Comments