From 24c3d1cbe8edfe0822505ae8243d3469b8bc0fc9 Mon Sep 17 00:00:00 2001 From: Florent Maitre Date: Mon, 16 Dec 2024 16:46:04 +0100 Subject: [PATCH] Rename demo app --- THIRD_PARTY.md | 2 +- app/src/main/res/raw/about_legal_information.html | 4 ++-- app/src/main/res/values/strings.xml | 2 +- buildSrc/src/main/kotlin/firebase.gradle.kts | 4 ++-- docs/cfg/buildprofiles.xml | 2 +- docs/topics/overview.md | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/THIRD_PARTY.md b/THIRD_PARTY.md index ebf1ad08..258ffe95 100644 --- a/THIRD_PARTY.md +++ b/THIRD_PARTY.md @@ -18,7 +18,7 @@ Copyright 2017 The Android Open Source Project [https://github.com/material-components/material-components-android](https://github.com/material-components/material-components-android) Apache License 2.0 -## In the OUDS Playground app +## In the Design System Toolbox app ### OUDS libraries diff --git a/app/src/main/res/raw/about_legal_information.html b/app/src/main/res/raw/about_legal_information.html index 59ef371a..599d8d45 100644 --- a/app/src/main/res/raw/about_legal_information.html +++ b/app/src/main/res/raw/about_legal_information.html @@ -34,7 +34,7 @@

PREAMBLE

la République, 92320, Châtillon, France ("Orange Innovation").

- The Service accessible via the "OUDS Playground" software application is open to any + The Service accessible via the "Design System Toolbox" software application is open to any individual who wishes to use the Service for his/her own needs and for strictly personal, non-commercial purposes. @@ -54,7 +54,7 @@

ARTICLE 1 - DEFINITIONS

Application: - means to the software application titled "OUDS Playground", which provides access to the + means to the software application titled "Design System Toolbox", which provides access to the Service and is available for free on the GOOGLE Inc, Google Play Store and which the User has chosen to download onto his/her Device for free from the Google Play Store.

diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 723e48cf..6646f923 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -11,7 +11,7 @@ --> - OudsPlayground + DesignToolbox Back diff --git a/buildSrc/src/main/kotlin/firebase.gradle.kts b/buildSrc/src/main/kotlin/firebase.gradle.kts index b58c6147..c25a3383 100644 --- a/buildSrc/src/main/kotlin/firebase.gradle.kts +++ b/buildSrc/src/main/kotlin/firebase.gradle.kts @@ -143,7 +143,7 @@ tasks.register("gitTagAppDistribution") { } /** - * Publishes a comment in the pull request that includes a QR code to download and install the OUDS Playground app. + * Publishes a comment in the pull request that includes a QR code to download and install the Design System Toolbox app. * That app contains the changes of the pull request. */ tasks.register("publishAppDistributionQrCode") { @@ -186,7 +186,7 @@ tasks.register("publishAppDistributionQrCode") { logger.lifecycle("Create comment with QR code to '${pullRequest.title} (#${pullRequest.number})'.") val link = "![qrcode](https://github.com/Orange-OpenSource/ouds-android/raw/$sha/qrcodes/${qrCode.name})" val body = "### :iphone: Alpha release available\\n\\n" + - "Scan the QR code below to download and install the OUDS Playground app which contains the changes of this pull request.\\n" + + "Scan the QR code below to download and install the Design System Toolbox app which contains the changes of this pull request.\\n" + "**Please note that the link behind this QR code will expire in one hour.**\\n$link" // Although we use the "issues/{issue_number}/comments" GitHub API, this will comment the pull request because a pull request is an issue // The "pulls/{pull_number}/comments" is used to add review comments on a pull request diff --git a/docs/cfg/buildprofiles.xml b/docs/cfg/buildprofiles.xml index c11ac399..e43a2fd5 100644 --- a/docs/cfg/buildprofiles.xml +++ b/docs/cfg/buildprofiles.xml @@ -7,7 +7,7 @@ contrast ../images/favicon-16x16.png orange-logo.svg - Get OUDS Playground + Get Design System Toolbox https://example.com false tarteaucitron.html diff --git a/docs/topics/overview.md b/docs/topics/overview.md index 58261584..14df5f70 100644 --- a/docs/topics/overview.md +++ b/docs/topics/overview.md @@ -4,8 +4,8 @@ Orange is providing a full Design System to build Orange mobile application. The The Orange Unified Design System has been implemented in a code library (OUDS Android) that provides: - a Jetpack Compose code library -- a playground app that can be launched to show the tokens, components and modules -- this playground app also shows how to use the lib or style existing components +- a demo app that can be launched to show the tokens, components and modules +- this demo app also shows how to use the lib or style existing components Using these resources will allow you to create Orange branded applications faster and will inherit all the work that was done to make sure that all presented codes are fully tested with regard to the brand and the accessibility compliance.