diff --git a/briar-android/.gitignore b/briar-android/.gitignore index ab81bc92b..1e6092df9 100644 --- a/briar-android/.gitignore +++ b/briar-android/.gitignore @@ -10,4 +10,6 @@ src/main/res/values-iw /fastlane/metadata/android/screenshots.html /fastlane/metadata/android/*/images /fastlane/report.xml -/fastlane/README.md \ No newline at end of file +/fastlane/README.md + +/fastlane/metadata/android/*/changelogs \ No newline at end of file diff --git a/briar-android/.tx/config b/briar-android/.tx/config index eea53de45..7597fe1cc 100644 --- a/briar-android/.tx/config +++ b/briar-android/.tx/config @@ -9,3 +9,18 @@ source_lang = en type = ANDROID minimum_perc = 80 +[briar.google-play-short-description] +lang_map = de: de-DE +file_filter = fastlane/metadata/android//short_description.txt +source_file = fastlane/metadata/android/en-US/short_description.txt +source_lang = en_US +type = TXT +minimum_perc = 100 + +[briar.google-play-full-description] +lang_map = de: de-DE +file_filter = fastlane/metadata/android//full_description.txt +source_file = fastlane/metadata/android/en-US/full_description.txt +source_lang = en_US +type = TXT +minimum_perc = 100 diff --git a/briar-android/fastlane/Appfile b/briar-android/fastlane/Appfile index 05204c92c..449819331 100644 --- a/briar-android/fastlane/Appfile +++ b/briar-android/fastlane/Appfile @@ -1,2 +1,2 @@ -json_key_file("") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one +json_key_file(ENV["BRIAR_GOOGLE_PLAY_JSON_KEY_FILE"]) package_name("org.briarproject.briar.android") diff --git a/briar-android/fastlane/Fastfile b/briar-android/fastlane/Fastfile index 01035f6ec..f657cf05b 100644 --- a/briar-android/fastlane/Fastfile +++ b/briar-android/fastlane/Fastfile @@ -13,6 +13,8 @@ # Uncomment the line if you want fastlane to automatically update itself # update_fastlane +opt_out_usage + default_platform(:android) platform :android do diff --git a/briar-android/fastlane/metadata/android/en-US/full_description.txt b/briar-android/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 000000000..b089905d2 --- /dev/null +++ b/briar-android/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,5 @@ +Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. Unlike traditional messaging apps, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. If the internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. + +The app features private messages, groups and forums as well as blogs. Support for Tor network is built into the app. Everything you do in Briar is only stored on your device unless you decide to share it with other users. + +There are no advertisements and no tracking. The source code of the app is completely open for anyone to inspect and has already been professionally audited. All releases of Briar are reproducible, making it possible to verify that the published source code matches exactly the app published here. Development is done by a small non-profit team. \ No newline at end of file diff --git a/briar-android/fastlane/metadata/android/en-US/short_description.txt b/briar-android/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 000000000..036bfb48b --- /dev/null +++ b/briar-android/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Secure messaging, anywhere. \ No newline at end of file diff --git a/briar-android/fastlane/metadata/android/en-US/title.txt b/briar-android/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 000000000..1b95e9689 --- /dev/null +++ b/briar-android/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +Briar \ No newline at end of file diff --git a/briar-android/fastlane/metadata/android/en-US/video.txt b/briar-android/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 000000000..9b1a92a05 --- /dev/null +++ b/briar-android/fastlane/metadata/android/en-US/video.txt @@ -0,0 +1 @@ +https://www.youtube.com/watch?v=ark7Y4u__SM \ No newline at end of file