This is necessary for a future Aroma feature. This also makes more clear
the immutability of the patches that Pretendo requires, since they
cannot be reverted easily.
All patching code is now managed inside the module, which the plugin
triggers by calling an exported function from it. The WWP reset code
remains within the plugin as it isn't strictly tied to the patches.
* Fix aroma beta 17 incompatibilities (no network notification, no unregister boss tasks), and fix debug logger
* Update Dockerfile
* Fix logger.h
* Simplify notifcations
* Init nn::boss::Task
* Small fixes for the storage/config API usage
* Do a bunch of stuff, wish I knew what I did but I honestly forgot most of it (this is not considered a 100% functional commit
* Remove remnants of has_displayed_popup variables (not needed anymore)
* More notifications stuff
* Even more notifications stuff
* Fix notifications (yay) (thanks maschell)
* Disable debug by default
* Fix compiler warnings
* Update some stuff, cant test have to go
---------
Co-authored-by: Maschell <Maschell@gmx.de>