Róbert Papp

Results 398 issues of Róbert Papp

"Kitchen" may be hard to find if not reading the keywords. See https://mail.google.com/mail/u/0/?zx=cfl7vmz5ung9#inbox/FMfcgxwLsJzmHxhfgqLbKXfmJtSzsfMV ![Screenshot_20210201-220318](https://user-images.githubusercontent.com/2906988/106524110-04234300-64da-11eb-9ab7-871ea086ae72.png)

a:enhancement
in:categories

Examples: * https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/5248830143/jobs/9569329287 * https://github.com/TWiStErRob/net.twisterrob.inventory/actions/runs/4438203678/jobs/7789824639 ![image](https://github.com/TWiStErRob/net.twisterrob.inventory/assets/2906988/44595f53-3db2-42f5-808e-c0335421083e) Stack ``` androidx.test.espresso.NoMatchingViewException: No views in hierarchy found matching: (view.getId() is or view.getId() is ) If the target view is not part of the...

a:bug
in:test
in:images
in:ci

Tests covering this: - [ ] net.twisterrob.inventory.android.activity.MainActivityTest_Search#testRotate - [ ] net.twisterrob.inventory.android.activity.MainActivityTest_Search#testSelectClose There's a dirty/ugly hack (disabled) in net.twisterrob.inventory.android.activity.MainActivity#onCreateOptionsMenu

a:bug
in:search

- [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Export#testExportCompletes - [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Export#testExportCompletesWhenPickerRotated - [ ] net.twisterrob.inventory.android.activity.BackupActivityTest_Import#testImportReal They're almost constantly failing on CI, with a similar exception: ``` androidx.test.espresso.NoMatchingRootException: Matcher 'is dialog' did not match...

a:bug
in:test

testExportCompletesWhenPickerRotated makes other tests around BackupActivity fail. My current guess is that `rotateDevice()`/`stopRotateDevice()` is not stable in some way.

a:bug
in:test
in:ci

- [x] Backup done in #270

in:internals
a:refactor

https://mail.google.com/mail/u/0/#inbox/15be8b100871d91c

a:enhancement
in:export

Create items in a serial manner, instead of going back to the container, start adding a new item in the same container after save. Maybe a "Save & Add" button...

a:enhancement