MFlisar

Results 75 comments of MFlisar

Here are some other stacktraces that I rarely get at the same place when trying to init the job manager... android.database.sqlite.SQLiteDiskIOException: at android.database.sqlite.SQLiteConnection.nativeExecute (Native Method) at android.database.sqlite.SQLiteConnection.execute (SQLiteConnection.java:576) at android.database.sqlite.SQLiteSession.beginTransactionUnchecked...

Should this already have been fixed? There's a comment in the code like `// fix for weird scrolling when animating first item`... But the current version does not work correctly....

Changelog entries are loaded when the dialog or activity is created - to support what you want this would need to be done before showing the dialog or activity. This...

This is not part of my library. You can try to add it yourself. **Suggestion** Implement the logic inside your code yourself in this line: https://github.com/MFlisar/DragSelectRecyclerView/blob/9d8b02e89568ab5507564626f1231d82babe1e5a/demo/src/main/java/com/michaelflisar/dragselectrecyclerview/demo/MainActivity.java#L77 Save the first position...

In my app I'm always collapsing the toolbar when the selection mode starts, so this fixes this... You can try following thouhh: Add a listener to the toolbar and adjust...

Just call `GDPR.resetConsent()` in your application to reset the state in every app start. Or whenever you want the library to forget about any known consent state Afterwards the library...

If you check out the source code of v5.0.3 you can see following: https://github.com/MFlisar/Lumberjack/blob/94e25a63a18b6d4c6a921806c04818cfaa916d85/library-filelogger/src/main/java/com/michaelflisar/lumberjack/FileLoggingSetup.kt#L18 https://github.com/MFlisar/Lumberjack/blob/94e25a63a18b6d4c6a921806c04818cfaa916d85/library-filelogger/src/main/java/com/michaelflisar/lumberjack/FileLoggingSetup.kt#L95-L101 This is a system function with a custom filter on top of it, so when...

Timber 5 is binary compatible with 4.X according to Jake Wharton (https://github.com/JakeWharton/timber/releases/tag/5.0.0). As in any library, you can simply exclude the dependency from lumberjack and add your own timber version...

So runtume only, noop for release builds. Thanks

For me I'm missing Hiren's Boot CD (https://www.hirensbootcd.org/) - it's WindowsPE based and supports UEFI from USB. I tested it but trying to boot it will fail with an I/O...