Róbert Papp
Róbert Papp
https://mail.google.com/mail/u/0/?zx=a65mens3kpxq#inbox/FMfcgzGrbbzrRRTKkPfLdjfVzdSLSCXt = https://play.google.com/console/u/0/developers/7995455198986011414/app/4974852622245161228/user-feedback/review-details?reviewId=2969a5ff-3053-4fd7-ad23-e2ddb8a1ef6e&corpus=PUBLIC_REVIEWS Possibly just better error messaging is needed when the file returned from intent doesn't exist.
Report from Jozef To reproduce: - add new item - fill in item name: test - click question mark and make a photo - now that the photo is taken...
For example name an item "lunchbox", it doesn't find the keyword "lunch box" in category "plastic containers".
Launcher icon needs a shape/background. And need to re-upload logo.
- [ ] `android:id/list` - [ ] `id/items` - [ ] `id/lists`    - [x] `id/image`  - [x] `id/type`  - [ ] `id/description` in editors -...
Workaround is to generate this file in each module so that Dagger and Hilt are activated: ``` // Workaround for https://youtrack.jetbrains.com/issue/KT-46940. @dagger.Module @dagger.hilt.InstallIn(dagger.hilt.components.SingletonComponent::class) object SatisfyKaptByUsingDaggerAndHilt ```
Remove workaround of setting notification channel via reflection in BackupService.
Original issue: https://github.com/TWiStErRob/net.twisterrob.inventory/issues/296 Which was fixed in: https://github.com/TWiStErRob/net.twisterrob.inventory/pull/297 and that fix results in  See also https://stackoverflow.com/a/76762640/253468