From 24c45491b60aa0b732c0aef4f46a8703e27ac177 Mon Sep 17 00:00:00 2001 From: Gilbert Kimutai Date: Wed, 25 Sep 2019 07:56:59 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3b808b8..bc6a21f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,16 @@ Generate API credentials (Consumer Key & Consumer Secret) following this instruc Check out the WooCommerce API endpoints and data that can be manipulated in . +## Demo +I have left consumer key and secret within the app, for you to test the app without an installation of wordpress. To use my installation of wordpress, here are the credentials: + +username: demo +password: demo2019 +https://gilo.me/store/wp-admin + +PS/ Do no harm + + ## Setup Setup for the new WP REST API integration (WooCommerce 2.6 or later): From 0b3045ae81d02da6d79b5acd0d320020a261f569 Mon Sep 17 00:00:00 2001 From: gilo Date: Sat, 2 Nov 2019 10:28:54 +0300 Subject: [PATCH 2/2] added categories --- .idea/codeStyles/Project.xml | 110 +++++++++++++++++- .idea/gradle.xml | 4 +- .idea/misc.xml | 2 +- app/src/main/res/layout/single_order_item.xml | 4 +- .../me/gilo/woodroid/ExampleUnitTest.java | 17 --- .../java/me/gilo/woodroid/ExampleUnitTest.kt | 18 +++ 6 files changed, 131 insertions(+), 24 deletions(-) delete mode 100644 woodroid/src/test/java/me/gilo/woodroid/ExampleUnitTest.java create mode 100644 woodroid/src/test/java/me/gilo/woodroid/ExampleUnitTest.kt diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index d99bd94..39ad784 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,8 +1,5 @@ - - @@ -12,6 +9,113 @@