Loading AUTHORS 0 → 100644 +2 −0 Original line number Diff line number Diff line Specific authors for Dialer: © ECORP SAS 2018-2020 - Author: Romain Hunault, Mohit Mali, Vincent Bourgmayer java/com/android/dialer/about/res/values/strings.xml +56 −25 Original line number Diff line number Diff line Loading @@ -3,9 +3,13 @@ <!-- Internal preferences key for displaying the build version --> <string name="build_version_key" translatable="false">build_version</string> <!-- Label shown in the About Phone screen for the build version [CHAR LIMIT=40]--> <!-- Label shown in the About Phone screen for the build version--> <string name="build_version_label">Build version</string> <!-- URL for release_version --> <string name="release_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/releases</string> <!-- Internal preferences key for displaying the open source license libraries --> <string name="open_source_licenses_key" translatable="false">open_source_licenses</string> Loading @@ -14,18 +18,44 @@ @string/licenseActivityLabel --> <string name="open_source_license_detail_label">License details for open source software</string> <!-- URL for open source icense --> <string name="open_source_license_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/blob/v1-oreo/LICENSE</string> <!-- Title for the activity that displays licenses for open source libraries used in the application. --> <string name="licenseActivityLabel">Open source licenses</string> <!-- Internal preferences key for displaying the Author details --> <string name="Author_key" translatable="false">author</string> <!-- Label shown on the About Phone screen for the Author--> <string name="Author_label">Authors</string> <!-- URL for Author list --> <string name="Author_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/blob/v1-oreo/AUTHORS</string> <!-- Internal preferences key for displaying the source code --> <string name="source_code_key" translatable="false">source_code</string> <!-- Label shown on the About Phone screen for the source code--> <string name="source_code_label">Source Code</string> <!-- URL for source code --> <string name="source_code_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/tree/v1-oreo</string> <!-- Internal preferences key for displaying the privacy policy --> <string name="privacy_policy_key" translatable="false">privacy_policy</string> <!-- Label shown on the About Phone screen for the privacy policy option [CHAR LIMIT=40]--> <string name="privacy_policy_label">Privacy policy</string> <!-- URL for privacy policy --> <string name="privacy_policy_url" translatable="false">http://www.google.com/policies/privacy</string> <string name="privacy_policy_url" translatable="false">https://e.foundation/legal-notice-privacy/</string> <!-- Label shown on the About Phone screen for the terms of service option [CHAR LIMIT=50]--> <string name="terms_of_service_label">Terms of service</string> Loading @@ -34,6 +64,7 @@ <string name="terms_of_service_key" translatable="false">terms_of_service</string> <!-- URL for terms of service --> <string name="terms_of_service_url" translatable="false">http://www.google.com/policies/terms</string> <string name="terms_of_service_url" translatable="false">https://e.foundation/legal-notice-privacy/</string> <string name="about_phone_label">About</string> </resources> java/com/android/dialer/about/res/xml/about_phone_fragment.xml +25 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,12 @@ <Preference android:key="@string/build_version_key" android:persistent="false" android:title="@string/build_version_label"/> android:title="@string/build_version_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/release_url"/> </Preference> <Preference android:key="@string/open_source_licenses_key" Loading @@ -11,6 +16,24 @@ android:title="@string/licenseActivityLabel"> </Preference> <Preference android:key="@string/Author_key" android:persistent="false" android:title="@string/Author_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/Author_url"/> </Preference> <Preference android:key="@string/source_code_key" android:persistent="false" android:title="@string/source_code_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/source_code_url"/> </Preference> <Preference android:key="@string/privacy_policy_key" android:persistent="false" Loading Loading
AUTHORS 0 → 100644 +2 −0 Original line number Diff line number Diff line Specific authors for Dialer: © ECORP SAS 2018-2020 - Author: Romain Hunault, Mohit Mali, Vincent Bourgmayer
java/com/android/dialer/about/res/values/strings.xml +56 −25 Original line number Diff line number Diff line Loading @@ -3,9 +3,13 @@ <!-- Internal preferences key for displaying the build version --> <string name="build_version_key" translatable="false">build_version</string> <!-- Label shown in the About Phone screen for the build version [CHAR LIMIT=40]--> <!-- Label shown in the About Phone screen for the build version--> <string name="build_version_label">Build version</string> <!-- URL for release_version --> <string name="release_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/releases</string> <!-- Internal preferences key for displaying the open source license libraries --> <string name="open_source_licenses_key" translatable="false">open_source_licenses</string> Loading @@ -14,18 +18,44 @@ @string/licenseActivityLabel --> <string name="open_source_license_detail_label">License details for open source software</string> <!-- URL for open source icense --> <string name="open_source_license_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/blob/v1-oreo/LICENSE</string> <!-- Title for the activity that displays licenses for open source libraries used in the application. --> <string name="licenseActivityLabel">Open source licenses</string> <!-- Internal preferences key for displaying the Author details --> <string name="Author_key" translatable="false">author</string> <!-- Label shown on the About Phone screen for the Author--> <string name="Author_label">Authors</string> <!-- URL for Author list --> <string name="Author_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/blob/v1-oreo/AUTHORS</string> <!-- Internal preferences key for displaying the source code --> <string name="source_code_key" translatable="false">source_code</string> <!-- Label shown on the About Phone screen for the source code--> <string name="source_code_label">Source Code</string> <!-- URL for source code --> <string name="source_code_url" translatable="false">https://gitlab.e.foundation/e/os/android_packages_apps_Dialer/-/tree/v1-oreo</string> <!-- Internal preferences key for displaying the privacy policy --> <string name="privacy_policy_key" translatable="false">privacy_policy</string> <!-- Label shown on the About Phone screen for the privacy policy option [CHAR LIMIT=40]--> <string name="privacy_policy_label">Privacy policy</string> <!-- URL for privacy policy --> <string name="privacy_policy_url" translatable="false">http://www.google.com/policies/privacy</string> <string name="privacy_policy_url" translatable="false">https://e.foundation/legal-notice-privacy/</string> <!-- Label shown on the About Phone screen for the terms of service option [CHAR LIMIT=50]--> <string name="terms_of_service_label">Terms of service</string> Loading @@ -34,6 +64,7 @@ <string name="terms_of_service_key" translatable="false">terms_of_service</string> <!-- URL for terms of service --> <string name="terms_of_service_url" translatable="false">http://www.google.com/policies/terms</string> <string name="terms_of_service_url" translatable="false">https://e.foundation/legal-notice-privacy/</string> <string name="about_phone_label">About</string> </resources>
java/com/android/dialer/about/res/xml/about_phone_fragment.xml +25 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,12 @@ <Preference android:key="@string/build_version_key" android:persistent="false" android:title="@string/build_version_label"/> android:title="@string/build_version_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/release_url"/> </Preference> <Preference android:key="@string/open_source_licenses_key" Loading @@ -11,6 +16,24 @@ android:title="@string/licenseActivityLabel"> </Preference> <Preference android:key="@string/Author_key" android:persistent="false" android:title="@string/Author_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/Author_url"/> </Preference> <Preference android:key="@string/source_code_key" android:persistent="false" android:title="@string/source_code_label"> <intent android:action="android.intent.action.VIEW" android:data="@string/source_code_url"/> </Preference> <Preference android:key="@string/privacy_policy_key" android:persistent="false" Loading