diff --git a/README.md b/README.md index 4715b240a..66a09675a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![pipeline status](https://gitlab.linphone.org/BC/public/linphone-android/badges/master/pipeline.svg)](https://gitlab.linphone.org/BC/public/linphone-android/commits/master) - +[![pipeline status](https://gitlab.linphone.org/BC/public/linphone-android/badges/master/pipeline.svg)](https://gitlab.linphone.org/BC/public/linphone-android/commits/master) [![weblate status](https://weblate.linphone.org/widgets/linphone/-/linphone-android/svg-badge.svg)](https://weblate.linphone.org/engage/linphone/?utm_source=widget) Linphone is an open source softphone for voice and video over IP calling and instant messaging. @@ -8,6 +7,12 @@ It is fully SIP-based, for all calling, presence and IM features. General description is available from [linphone web site](https://www.linphone.org/technical-corner/linphone). +### How to get it + +[Get it on Google Play](https://play.google.com/store/apps/details?id=org.linphone)[Get it on F-Droid](https://f-droid.org/en/packages/org.linphone/) + +You can also download APKs signed with our key from [our website](https://download.linphone.org/releases/android/?C=M;O=D). + ### License Copyright © Belledonne Communications @@ -29,7 +34,7 @@ Linphone is dual licensed, and is available either : # What's new App has been totally rewritten in Kotlin using modern components such as Navigation, Data Binding, View Models, coroutines, etc... -Check the [CHANGELOG](./CHANGELOG.md) file for a more detailled list. +Check the [CHANGELOG](./CHANGELOG.md) file for a more detailed list. The first linphone-android release that will be based on this will be 4.5.0, using 5.0.0 SDK. We're also taking a fresh start regarding translations so less languages will be available for a while. @@ -105,7 +110,7 @@ When submitting an issue on our [Github repository](https://github.com/Belledonn 1. To enable them, go to Settings -> Advanced and toggle `Debug Mode`. If they are already enabled, clear them first using the `Reset logs` button on the About page. -2. Then restart the app, reproduce the issue and upload the logs using the `Send logs` button on the About page. +2. Then restart the app, reproduce the issue and upload the logs using the `Send logs` button on the advanced settings page. 3. Finally paste the link to the uploaded logs (link is already in the clipboard after a successful upload). diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt new file mode 100644 index 000000000..92e5812c7 --- /dev/null +++ b/metadata/en-US/full_description.txt @@ -0,0 +1,14 @@ +Linphone is an open source app offering free audio/video calls and text messaging. With Linphone, you can be reachable at any time, even if the app is closed, with a WiFi or 3G/4G internet connection. + +Linphone key features: +* high definition audio and video calls +* audio conference calls with various participants +* pictures and file sharing +* Linphone accounts reachable at any time, even if the app is closed (thanks to push notifications) +* secure communication (encryption options) +* compliant with a large number of SIP-compatible VoIP service providers allowing to reach everyone that has a "classic" phone line. + +Linphone is available on the main mobile and desktop operating systems and offers various specific features for advanced users (codecs, transport standard, encryption options, DTMF...). For more information, see Linphone project website: www.linphone.org + +Note for developers and professionals: +Linphone can be rebranded and customized to meet specific needs. Contact Belledonne Communications www.belledonne-communications.com for any specific development query. \ No newline at end of file diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt new file mode 100644 index 000000000..7a08b9dbc --- /dev/null +++ b/metadata/en-US/short_description.txt @@ -0,0 +1 @@ +An open source instant messaging and voice/video over IP (VoIP) phone that makes it possible to communicate freely with people over the internet via voice, video and text messaging through the SIP protocol. diff --git a/metadata/en-US/title.txt b/metadata/en-US/title.txt new file mode 100644 index 000000000..4ae53525f --- /dev/null +++ b/metadata/en-US/title.txt @@ -0,0 +1 @@ +Linphone - open source SIP client diff --git a/metadata/f-droid-badge.png b/metadata/f-droid-badge.png new file mode 100644 index 000000000..afa603cf6 Binary files /dev/null and b/metadata/f-droid-badge.png differ diff --git a/metadata/google-play-badge.png b/metadata/google-play-badge.png new file mode 100644 index 000000000..c77b7464b Binary files /dev/null and b/metadata/google-play-badge.png differ diff --git a/metadata/images/featureGraphic.png b/metadata/images/featureGraphic.png new file mode 100644 index 000000000..2e3a04670 Binary files /dev/null and b/metadata/images/featureGraphic.png differ