From c9549cd60fe48a88e71c6d3aab20708a3a8acfa0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 23 Jan 2018 20:10:51 +0100 Subject: [PATCH] add app descriptions to fastlane --- fastlane/metadata/android/en-US/full_description.txt | 7 +++++++ fastlane/metadata/android/en-US/short_description.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 00000000..30b18821 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,7 @@ +A simple app for creating or managing your contacts from any source. The contacts can be stored on your device only, but also synchronized via Google, or other accounts. You can display your favorite contacts on a separate list. + +You can use it for managing user emails and events too. It has the ability to sort/filter by multiple parameters, optionally display surname as the first name. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. + +This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 00000000..754859ae --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A contacts app for managing your contacts without ads.