Skip to content

Commit

Permalink
Rename demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
florentmaitre committed Dec 17, 2024
1 parent 766bfbc commit 24c3d1c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/raw/about_legal_information.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>PREAMBLE</h3>
la République, 92320, Châtillon, France (<b>"Orange Innovation"</b>).
</p>
<p>
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.
Expand All @@ -54,7 +54,7 @@ <h3>ARTICLE 1 - DEFINITIONS</h3>
</p>
<p>
<b>Application:</b>
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.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->

<resources>
<string name="app_name">OudsPlayground</string>
<string name="app_name">DesignToolbox</string>

<!-- Common -->
<string name="app_common_back_a11y">Back</string>
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/firebase.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ tasks.register<DefaultTask>("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<DefaultTask>("publishAppDistributionQrCode") {
Expand Down Expand Up @@ -186,7 +186,7 @@ tasks.register<DefaultTask>("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
Expand Down
2 changes: 1 addition & 1 deletion docs/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<color-preset>contrast</color-preset>
<custom-favicons>../images/favicon-16x16.png</custom-favicons>
<header-logo>orange-logo.svg</header-logo>
<download-title>Get OUDS Playground</download-title>
<download-title>Get Design System Toolbox</download-title>
<download-page>https://example.com</download-page>
<showDownloadButton>false</showDownloadButton>
<analytics-body-html-file>tarteaucitron.html</analytics-body-html-file>
Expand Down
4 changes: 2 additions & 2 deletions docs/topics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 24c3d1c

Please sign in to comment.