diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 00000000..db1d9a59 --- /dev/null +++ b/fastlane/Appfile @@ -0,0 +1,2 @@ +json_key_file("/please/pass/the/key/using/--json-key/instead") +package_name("org.kde.kdeconnect_tp") diff --git a/fastlane/metadata/android/en-US/changelogs/12500.txt b/fastlane/metadata/android/en-US/changelogs/12500.txt new file mode 100644 index 00000000..d3bc0f7f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12500.txt @@ -0,0 +1,3 @@ +1.25.0: +* Rewrite some of the internals to improve performance. +* Add search by name in the notification plugin settings. 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..dd824aa4 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,14 @@ +KDE Connect provides a set of features to integrate your workflow across devices: + +- Shared clipboard: copy and paste between your devices. +- Share files and URLs to your computer from any app. +- Get notifications for incoming calls and SMS messages on your PC. +- Virtual touchpad: Use your phone screen as your computer's touchpad. +- Notifications sync: Read your Android notifications from the desktop. +- Multimedia remote control: Use your phone as a remote for Linux media players. +- WiFi connection: no USB wire or bluetooth needed. +- End-to-end TLS encryption: your information is safe. + +Please note you will need to install KDE Connect on your computer for this app to work, and keep the desktop version up-to-date with the Android version for the latest features to work. + +This app is part of an open source project and it exists thanks to all the people who contributed to it. Visit the website to grab the source code. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.png b/fastlane/metadata/android/en-US/images/featureGraphic.png new file mode 100644 index 00000000..77061368 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/featureGraphic.png differ diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 00000000..1079314c Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png new file mode 100644 index 00000000..f3b4f686 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png new file mode 100644 index 00000000..362cbbea Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png new file mode 100644 index 00000000..53158273 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png new file mode 100644 index 00000000..44659d09 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png new file mode 100644 index 00000000..bfbd5207 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png differ 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..47f2c638 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +KDE Connect integrates your smartphone and computer \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 00000000..587a7337 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +KDE Connect \ No newline at end of file