What's New
Every release I feel like I get closer to remove the "-beta" tag from the app as I still continue to modernize features of the app that feel lacking compared to other major notable launcher. This commit I completely rechanged the drawer openning / closing animation to feel much more smooth and fluid. Previously the drawer background / animation was closer to what fossify does and I felt like that style of animation is old an outdated, most modern launchers and UIs use what I created now. The animation and effects is a bit more closer to AOSP Launcher3 but with the ability to change "drawer transparency" and make the animation just blur the apps instead of bringing in a blurred background that follows the theme. In the future I'll add a way to change the drawer background itself but haven't though about the best way to implement it plus all the effects and integration I would have to do to get it to work.
I also fixed some issues regarding the widgets and their respective menus. The per widget / stack customization now is in a different screen when you press "customize" instead of being in the popup and I made sure both the universal widget dropdown and the popup remain homogenous with each-other.
The issue that the "Swipe rights/left..." gestures not working stopped working after messing with the animations and swipe events for various things on the home screen so in v0.0.16 they broke. Should be working now; issue #55