woocommerce-android
woocommerce-android copied to clipboard
WooCommerce Android app
Bumps [com.airbnb.android:lottie-compose](https://github.com/airbnb/lottie-android) from 6.6.10 to 6.7.1. Release notes Sourced from com.airbnb.android:lottie-compose's releases. 6.7.1 What's Changed Safeguard against very large Bitmap creation by @allenchen1154 in airbnb/lottie-android#2662 Full Changelog: https://github.com/airbnb/lottie-android/compare/v6.7.0...v6.7.1 6.7.0 New...
Bumps `androidx-wear-compose` from 1.4.0 to 1.5.5. Updates `androidx.wear.compose:compose-material` from 1.4.0 to 1.5.5 Updates `androidx.wear.compose:compose-foundation` from 1.4.0 to 1.5.5 Dependabot will resolve any conflicts with this PR as long as you...
Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.12.0 to 1.13.0. Release notes Sourced from com.google.android.material:material's releases. 1.13.0 New in 1.13.0! DockedToolbarLayout (source, doc, spec) FloatingToolbarLayout (source, doc, spec) LoadingIndicator (source, doc, spec) MaterialSplitButton (source,...
Test with fine-grained tokens ``` curl https://api.github.com/search/issues\?per_page\=100\&q\=repo%3Awoocommerce%2Fwoocommerce-android+milestone%3A%2223.3%22+is%3Aopen --header "Authorization: token $GITHUB_TOKEN" ```
Currently, the selected site is cached in memory in `SelectedSite`, and when the app [refreshes](https://github.com/woocommerce/woocommerce-android/blob/81619ae647fad467d9846d4e3c2b8bc5429d4af2/WooCommerce/src/main/kotlin/com/woocommerce/android/AppInitializer.kt#L174) the site information on app launch (and when resuming from background), we don't update the...
Hello WooCommerce App Team, I’d like the ability to open WooCommerce orders (as an admin) directly in the app when accessing the corresponding order URL in a browser. For example,...
#3825 is being worked on to support refunding shipping line payment inside the app. Currently, when a product is already refunded in an Order, the Order Details screen will display...
Sentry Issue: [WOOCOMMERCE-ANDROID-HCQ](https://a8c.sentry.io/issues/6143051243/?referrer=github_integration) ``` ParseException: Unparseable date: "2024-12-12T19:08:08Z" at com.woocommerce.android.util.DateUtils.getDateFromFullDateString(DateUtils.kt:498) formatter.parse(isoStringDate) at com.woocommerce.android.util.DateUtils.getDateUsingSiteTimeZone(DateUtils.kt:481) return getDateFromFullDateString(iso8601DateString) at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.getItemIdentifiers(OrderListItemDataSource.kt:135) val siteDate = dateUtils.getDateUsingSiteTimeZone(it.dateCreated) ?: Date() at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.fetchList(OrderListItemDataSource.kt:38) @Suppress("LongParameterList") at com.woocommerce.android.ui.orders.list.OrderListItemDataSource.getItemIdentifiers(OrderListItemDataSource.kt:38) @Suppress("LongParameterList") ......