-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds notice regarding watch face development changes #1148
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
09c8275
Updates readme with WFF warning
garanj 276d83e
Updates readme with WFF warning
garanj 1a17101
Merge branch 'wff-notice' of https://github.com/android/wear-os-sampl…
garanj ab635eb
Fixes missing line
garanj 6d49fca
Fix links
garanj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
WatchFace Sample (Kotlin) | ||
=============================== | ||
Demonstrates watch faces using the androidX libraries (Kotlin). **The newer [Watch Face Format][1] | ||
(WFF) is recommended in preference to using these libraries.** | ||
Demonstrates watch faces using the androidX libraries (Kotlin). | ||
|
||
> [!IMPORTANT] | ||
> As of July 10, 2024, watch faces must use the [Watch Face Format][1] ([sample][3]) in order to be installed on new watches that launch with Wear OS 5 pre-installed. Learn more about the user-facing changes in this [Help Center][2] article. | ||
> | ||
> Additionally, starting in early 2025 (specific date to be announced during Q4 2024), all new watch faces published on Google Play must use the Watch Face Format. | ||
|
||
Introduction | ||
------------ | ||
The AndroidX watch face libraries allow you to develop a watch face service in Kotlin. However, | ||
[WFF][1] is strongly recommended in preference to this approach. | ||
The AndroidX watch face libraries allow you to develop a watch face service in Kotlin. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'd want to keep the recommendation to use Watch Face Format, right? (Maybe this is a merge conflict?) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, I think I've fixed this! |
||
|
||
|
||
|
||
Steps to build in Android Studio | ||
-------------------------------- | ||
|
@@ -46,3 +51,5 @@ Patches are encouraged, and may be submitted by forking this project and | |
submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details. | ||
|
||
[1]: https://developer.android.com/training/wearables/wff | ||
[2]: https://support.google.com/wearos/thread/ | ||
[3]: https://github.com/android/wear-os-samples/tree/main/WatchFaceFormat |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect recycling of reference links (which we use at the end of the introduction)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I've fixed this!