Add the ability to pass Order Status filters into the view. - No UI, just the capability - Filter based on 1 or more status items. Based on: https://github.com/woocommerce/woocommerce-mobile/issues/89 **FluxC** - [x] Add support for passing an order status filter to the API. Response payloads should also include the applied filter. - [x] Add Instrumentation tests where necessary - [x] Add some test features to the example app **UI** - [x] Add support for passing a filter when fetching fresh orders from the api - [x] Add support for passing a filter to query the database - [x] Retain applied order status filter across device configurations - [x] The OrderListFragment should support setting an order status filter on creation
Add the ability to pass Order Status filters into the view.
Based on: https://github.com/woocommerce/woocommerce-mobile/issues/89
FluxC
UI