woocommerce-android
woocommerce-android copied to clipboard
WooCommerce Android app
Bumps core-ktx from 1.7.0 to 1.8.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
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...
Bumps `composeVersion` from 1.1.1 to 1.2.0. Updates `material` from 1.1.1 to 1.2.0 Updates `animation` from 1.1.1 to 1.2.0 Updates `ui-tooling` from 1.1.1 to 1.2.0 Updates `runtime-livedata` from 1.1.1 to 1.2.0...
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...
We need to add the following A/A test (experiment) to the app: `woocommerceandroid_explat_aa_test_202208` The goal of this experiment is to see if there is any bias in our assignment implementation...
**Describe the bug** On the Stats page, the orders and visitors count is correct, but the graph underneath is empty. On X Axis there is `12am - 12am`, but nothing...
Our app uses an outdated splash screen approach and could be updated to use the new [SplashScreen API](https://developer.android.com/guide/topics/ui/splash-screen). This may seem like an unimportant task, but this is aimed at...
When testing this dependabot PR: https://github.com/woocommerce/woocommerce-android/pull/7032 , I found that it now generates a build error: ` woocoomerce-android/WooCommerce/src/main/kotlin/com/woocommerce/android/util/DeviceInfo.kt: (24, 33): Only safe (?.) or non-null asserted (!!.) calls are allowed...
Sentry Issue: [WOOCOMMERCE-ANDROID-2VW](https://sentry.io/organizations/a8c/issues/2860368466/?referrer=github_integration) ``` IllegalStateException: Can not perform this action after onSaveInstanceState at com.woocommerce.android.ui.orders.creation.OrderCreationFormFragment.onStop(OrderCreationFormFragment.kt:119) at com.woocommerce.android.ui.main.AppUpgradeActivity.onStop(AppUpgradeActivity.kt:75) ... (37 additional frame(s) were not displayed) RuntimeException: Unable to stop activity {com.woocommerce.android/com.woocommerce.android.ui.main.MainActivity}: java.lang.IllegalStateException:...
Sentry Issue: [WOOCOMMERCE-ANDROID-41F](https://sentry.io/organizations/a8c/issues/3279497984/?referrer=github_integration) ``` IllegalStateException: Fragment ProductImageViewerFragment{a034498} (cc030bc3-546e-4dbb-8c05-92c3024bcd46) not attached to an activity. at com.woocommerce.android.ui.products.ProductImageViewerFragment.onViewCreated$lambda-3(ProductImageViewerFragment.kt:108) at com.woocommerce.android.ui.products.ProductImageViewerFragment.$r8$lambda$5RwsZo_EAvMWYRuDUvf9hant_1Y at com.woocommerce.android.ui.products.ProductImageViewerFragment$$InternalSyntheticLambda$0$67ade159c9b2be28b98660eb52f1b8c73728e9364935a140981443b0bfd4deeb$2.run ... (7 additional frame(s) were not displayed) ```