woocommerce-android
woocommerce-android copied to clipboard
WooCommerce Android app
The goal of this task is to track the display of the banner on the payment selection screen. event name: `woocommerceandroid_feature_card_shown` properties: **For the Payments Screen:** 1. source: `payment_methods` 2....
The goal of this task is to display the banner in the payment selection screen only for stores set up in the USA and Canada.
The goal of this task is to integrate the logic to open the link when "Purchase card reader" is clicked in the banner.
Since the app theme is now implicitly defined in Fastfile [here](https://github.com/woocommerce/woocommerce-android/blob/a46b9984c1c502e029ec5f082d7fc6c3e1d3e779/fastlane/Fastfile#L637), additionally [selecting the theme via app UI](https://github.com/woocommerce/woocommerce-android/blob/a46b9984c1c502e029ec5f082d7fc6c3e1d3e779/WooCommerce/src/androidTest/kotlin/com/woocommerce/android/screenshots/ScreenshotTest.kt#L72) is a waste of runtime, so it should be removed.
Replace hardcoded AnalyticsTracker with AnalyticsTrackerWrapper (by injecting it) in MyStoreViewModel. Doing this change helps us in writing unit tests that verify proper tracks events are being fired as expected with...
We need to make the following updates to analytics for running the ExPlat experiment: * The event `connected_products_list` needs to be registered and validated in Tracks. This is a **prerequisite**...
To improve the login for cases where the users don't have Woo already installed on their sites, we want to allow picking non-woo stores as well, in addition to allow...
We want to engage with users that experience errors during login or didn't interact with the app at all after installing. For that, we will send a scheduled notification 24h...
The new layout introduced in #7079 is a bit broken in landscape mode: https://user-images.githubusercontent.com/266376/183378331-1ba15540-9710-4de1-b007-30f97a67435a.mov
Closes: #7088 ### Description This PR adds nullability check as required by core-ktx 1.8.0. For more details, please check issue #7088 ### Testing instructions 1. Switch to branch `dependabot/gradle/androidx.core-core-ktx-1.8.0`, build...