diff --git a/README.md b/README.md index 0ecdc2261..10204cd1e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Client app for the [Invoice Ninja](https://github.com/invoiceninja/invoiceninja) Note: the mobile app requires the latest version of the web app.

- View Invoice - List Invoices - Contact Details - Edit Product + Dashboard + View Invoice + List Invoice + New Invoice

## Setting up the app diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 2bfc1eb4c..a3819ee49 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1 +1,3 @@ -Invoice Ninja is a invoicing application that makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which buids on the existing feature set and adds a wide range of features and enhancements that you have asked for. \ No newline at end of file +Invoice Ninja is an invoicing application that makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements that you have asked for. + +We're similar to WordPress, you can either run the app on our server (hosted) or on your own server (selfhosted) – the server-part is built with PHP/Laravel; many people use Docker or Cloudron to install a packaged version, but you also can install it manually. diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png index 4bb7e0cd3..cf5a975da 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png index 63cf7970d..2aaadd196 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png new file mode 100644 index 000000000..01ea3a3c6 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png new file mode 100644 index 000000000..03eaf1b47 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index 84fa7e0b6..526351a7f 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -The leading free open-source online invoicing app for freelancers & businesses. Invoice, accept payments, track expenses, create proposals & time-tasks. \ No newline at end of file +Create invoices, accept payments, track expenses & time-tasks \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index ea4c65db0..bf24fd6c5 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Invoice Ninja \ No newline at end of file +Invoice Ninja - The leading open-source invoicing app \ No newline at end of file diff --git a/samples/screenshots/1.png b/samples/screenshots/1.png new file mode 100644 index 000000000..cf5a975da Binary files /dev/null and b/samples/screenshots/1.png differ diff --git a/samples/screenshots/2.png b/samples/screenshots/2.png new file mode 100644 index 000000000..2aaadd196 Binary files /dev/null and b/samples/screenshots/2.png differ diff --git a/samples/screenshots/3.png b/samples/screenshots/3.png new file mode 100644 index 000000000..01ea3a3c6 Binary files /dev/null and b/samples/screenshots/3.png differ diff --git a/samples/screenshots/4.png b/samples/screenshots/4.png new file mode 100644 index 000000000..03eaf1b47 Binary files /dev/null and b/samples/screenshots/4.png differ diff --git a/samples/screenshots/screenshot_01.png b/samples/screenshots/screenshot_01.png deleted file mode 100644 index a44e20fe0..000000000 Binary files a/samples/screenshots/screenshot_01.png and /dev/null differ diff --git a/samples/screenshots/screenshot_02.png b/samples/screenshots/screenshot_02.png deleted file mode 100644 index 26f65d310..000000000 Binary files a/samples/screenshots/screenshot_02.png and /dev/null differ diff --git a/samples/screenshots/screenshot_03.png b/samples/screenshots/screenshot_03.png deleted file mode 100644 index 10f597620..000000000 Binary files a/samples/screenshots/screenshot_03.png and /dev/null differ diff --git a/samples/screenshots/screenshot_04.png b/samples/screenshots/screenshot_04.png deleted file mode 100644 index ecb8602a8..000000000 Binary files a/samples/screenshots/screenshot_04.png and /dev/null differ