woocommerce-android icon indicating copy to clipboard operation
woocommerce-android copied to clipboard

WooCommerce Android app

Results 727 woocommerce-android issues
Sort by recently updated
recently updated
newest added

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....

type: task
category: analytics
feature: mobile payments

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.

type: task
feature: mobile payments

The goal of this task is to integrate the logic to open the link when "Purchase card reader" is clicked in the banner.

type: task
feature: mobile payments

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.

type: task
category: ui tests

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...

category: analytics
type: technical debt

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**...

type: task
category: analytics
feature: product details

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...

type: enhancement
feature: login

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...

type: enhancement
feature: login

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

type: enhancement
feature: login

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...

type: enhancement