From 404cb804bcb05e2f1d0bb4841ae04b9f8362dd19 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 10 Feb 2021 12:07:30 +0300 Subject: [PATCH] add fastlane for f-droid Signed-off-by: R4SAS --- fastlane/metadata/android/en-US/changelogs/23500.txt | 1 + fastlane/metadata/android/en-US/changelogs/23600.txt | 2 ++ fastlane/metadata/android/en-US/full_description.txt | 11 +++++++++++ fastlane/metadata/android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + 5 files changed, 16 insertions(+) create mode 100644 fastlane/metadata/android/en-US/changelogs/23500.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/23600.txt create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt diff --git a/fastlane/metadata/android/en-US/changelogs/23500.txt b/fastlane/metadata/android/en-US/changelogs/23500.txt new file mode 100644 index 0000000..8defce9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23500.txt @@ -0,0 +1 @@ +* Updated codebase to 2.35.0 diff --git a/fastlane/metadata/android/en-US/changelogs/23600.txt b/fastlane/metadata/android/en-US/changelogs/23600.txt new file mode 100644 index 0000000..fa23c95 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23600.txt @@ -0,0 +1,2 @@ +* Updated codebase to 2.36.0 +* Add webconsole page reload by swipe \ No newline at end of file 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 0000000..c8acb1e --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,11 @@ +I2P (Invisible Internet Protocol) is a universal anonymous network layer. +All communications over I2P are anonymous and end-to-end encrypted, participants +don't reveal their real IP addresses. + +I2P client is a software used for building and using anonymous I2P +networks. Such networks are commonly used for anonymous peer-to-peer +applications (filesharing, cryptocurrencies) and anonymous client-server +applications (websites, instant messengers, chat-servers). + +I2P allows people from all around the world to communicate and share information +without restrictions. 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 0000000..952e322 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Full-featured C++ implementation of I2P client diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..6a68f8b --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +i2pd \ No newline at end of file