Wojciech Zięba
Wojciech Zięba
As `FluxC` integrated `Detekt` by configuring the default `detekt` task, we in WCAndroid, probably should align to this. This way, we won't have to remember to run different tasks on...
From logs: ``` [2022-08-04T10:31:05Z] [2022-08-04T10:31:05.472Z] ['info'] -> Token found by arguments -- | [2022-08-04T10:31:05Z] [2022-08-04T10:31:05.485Z] ['info'] Searching for coverage files... | [2022-08-04T10:31:06Z] [2022-08-04T10:31:06.677Z] ['info'] Warning: Some files located via search...
With recent changes to onboarding experience, the `quicklogin` script stopped working. @kidinov - do you think you could find time to fix it? Or maybe someone from Kiwi-Android (@hafizrahman @jorgeatorres...
According to the Tracks documentation, we should track if created note is either private or public. This resolves comment: https://github.com/woocommerce/woocommerce-android/blob/4e7066c66e4f532054fc050f7111c486d08d88ee/WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/notes/AddOrderNoteViewModel.kt#L86
Order notes are shown in opposite orders on Android (newest last) vs. iOS (newest first). We should align to iOS. Internal ref: pe5pgL-75-p2#comment-143
For changes done in UOE, the `unfulfilled_orders_loaded` event is called multiple times. Spotted in #6966 ### Reproduction: 1. Go to UOE screen 2. Perform action e.g. change product quantity 3....
_Platform:_ - [x] Android -> If yes, which Device API (and compileSdkVersion/targetSdkVersion/Build tools) version? Device `API`: 26 `compileSdkVersion`: 30 `targetSdkVersion`: 30 `buildTools`: applied by Android Gradle Plugin _IDE:_ - [x]...
Currently, test cases cover uploading only `.apk` files. Uploading `.ipa` files should also be tested.
Messages received from `firebase-tool` are not very precise when it comes to lack of artifact file. One could add a deliberate check in action which logs a correct error message...