Skip to content

Commit

Permalink
Merge pull request #1098 from android/rename-complications
Browse files Browse the repository at this point in the history
Tidies up Complications sample
  • Loading branch information
garanj authored May 16, 2024
2 parents 4f38ac1 + db94983 commit 1759a76
Show file tree
Hide file tree
Showing 50 changed files with 5 additions and 2,607 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: WearComplicationDataSourcesTestSuite
name: Complications

on:
push:
branches:
- main
paths:
- 'WearComplicationDataSourcesTestSuite/**'
- 'Complications/**'
pull_request:
paths:
- 'WearComplicationDataSourcesTestSuite/**'
- 'Complications/**'

env:
SAMPLE_PATH: WearComplicationDataSourcesTestSuite
SAMPLE_PATH: Complications

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Samples

* **[WatchFaceKotlin](WatchFaceKotlin)** (Kotlin) - Demos the AndroidX Watch Face APIs which provide their own storage mechanism for watch face preference values.

* **[WearComplicationDataSourcesTestSuite](WearComplicationDataSourcesTestSuite)** (Kotlin) - If you are writing a watch face with complications, this app gives you a full suite of data sources to test against your implementation of complications to make sure it looks good. [Complication Guide](https://developer.android.com/training/wearables/watch-faces/adding-complications)
* **[Complications](Complications)** (Kotlin) - If you are writing a watch face with complications, this app gives you a full suite of data sources to test against your implementation of complications to make sure it looks good. [Complication Guide](https://developer.android.com/training/wearables/watch-faces/adding-complications)

* **[WearOAuth](WearOAuth)** (Kotlin) - Demonstrates how developers can authenticate a user on their Wear OS app via the user's mobile/phone device without requiring a mobile app (Wear OS companion app handles the request on the mobile side). The sample uses OAuth. [Guide](https://developer.android.com/training/wearables/apps/auth-wear)

Expand Down
34 changes: 0 additions & 34 deletions WearComplicationDataSourcesTestSuite/.google/packaging.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions WearComplicationDataSourcesTestSuite/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions WearComplicationDataSourcesTestSuite/Wearable/build.gradle

This file was deleted.

21 changes: 0 additions & 21 deletions WearComplicationDataSourcesTestSuite/Wearable/proguard-rules.pro

This file was deleted.

Loading

0 comments on commit 1759a76

Please sign in to comment.