Chris Basinger
Chris Basinger
- EvadeMe - https://github.com/evilthreads669966/evademe - https://medium.com/swlh/evademe-5c2e59083b43 - It is a neat library that I invented that prevents people from being able to test your code inside of a ktx scoping...
It's complaining about ReschedulingReceiver matching the same key. ``` C:\Users\evilt\AndroidStudioProjects\EvilScreenNew\app\build\generated\source\kapt\debug\com\evilthreads\App_HiltComponents.java:141: error: [Dagger/MissingBinding] @dagger.hilt.android.qualifiers.ActivityContext android.content.Context cannot be provided without an @Provides-annotated method. public abstract static class SingletonC implements ReschedulingReceiver_GeneratedInjector, ^ A...
Since WorkRescheduling is only use one time only, it should perhaps be only instantiated once and then let it be garbage collected
- add scheduling functions for calendar time. - example tuesdayNoonWorker.scheduleAtNoon(periodic = true, day = tuesday)
- add scheduling functions for clock time. - example noonWorker.scheduleNoon(periodic = true) - would execute work at noon everyday - example 2amWorker.scheduleAtTwo(meridiem = AM)
- Just finished up shedule before and after reboot - this causes the internals for managing when and how to show the foreground notification to have changed - it's not...
- I couldn't get room-coroutines to compile so I went without it and accidentally left suspend keyword in there. - this could have adverse effects but it worked fine the...
In order for this library to work, it is going to require persisting the lambda expression through serialization to either a database table or a file.