Róbert Papp
Róbert Papp
Possible implementations: * Support only a flat CSV * Require/configure specific hierarchy separator character (e.g. > or / or \) * Small web/app to do the same and produce an...
* Related https://github.com/TWiStErRob/net.twisterrob.inventory/issues/362
* Related #361 Example: "you made edits to your inventory, but didn't back up for X days", with the option to change frequency/off.
* Fixes #170 * Investigated #175 * Adds integration tests for database creation (split to #359) Research * https://github.com/groue/GRDB.swift/blob/master/Documentation/FTS5Tokenizers.md
``` art/runtime/check_jni.cc:65 JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal start byte 0xf0 string: 'Trainline Tango 🤜🤛 Bonsai T-shirt (Black, M)' in call to NewStringUTF from...
* Potentially implemented by https://www.sqlite.org/fts5.html#the_trigram_tokenizer * FTS5 was added in [3.9.0](https://sqlite.org/oldnews.html#2015_10_14), some corruption bugs were fixed in [3.11.1](https://sqlite.org/news.html#2016_03_03) only. * minSdk = 24 (Nougat), because that's using 3.9.2 * for...
* Fix AGP warning testInstrumentationRunnerArguments ``` > Configure project :android Passing custom test runner argument android.testInstrumentationRunnerArguments.notAnnotation from gradle.properties or command line is not compatible with configuration caching. Please specify this...
Another possible implementation of cloning (#69). Most people just want to borrow the image from another belonging without retaking the image. * Might depend on #31
* Optionally with full contents, like export/import would do. * Copy image from one item to another?