From 510d0ab09b19c48c2b536dd2ec324bf1b4a885de Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 16:01:35 -0500 Subject: [PATCH 1/5] Document Android text format constants Refs #199 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text.Format/DateFormat.xml | 4 ++-- docs/xml/Android.Text.Format/DayOfWeek.xml | 16 +++++++-------- .../Android.Text.Format/TimeFormatValues.xml | 20 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/xml/Android.Text.Format/DateFormat.xml b/docs/xml/Android.Text.Format/DateFormat.xml index 804b1a48c..b1ebbc355 100644 --- a/docs/xml/Android.Text.Format/DateFormat.xml +++ b/docs/xml/Android.Text.Format/DateFormat.xml @@ -652,9 +652,9 @@ - To be added. + The application context. Gets the current date format stored as a char array. - To be added. + A three-element array containing the day, month, and year format characters in the user's preferred order. Gets the current date format stored as a char array. Returns a 3 element array containing the day ('d'), month ('M'), and year ('y')) diff --git a/docs/xml/Android.Text.Format/DayOfWeek.xml b/docs/xml/Android.Text.Format/DayOfWeek.xml index 4c2e53b97..22d80eaed 100644 --- a/docs/xml/Android.Text.Format/DayOfWeek.xml +++ b/docs/xml/Android.Text.Format/DayOfWeek.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates values returned by several types and taken as a parameter of the F:Android.Text.Style.TtsSpan+DateBuilder.SetWeekday member. + Enumerates days of the week used by . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -38,7 +38,7 @@ 5 - To be added. + Friday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -65,7 +65,7 @@ 1 - To be added. + Monday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -120,7 +120,7 @@ 6 - To be added. + Saturday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -147,7 +147,7 @@ 0 - To be added. + Sunday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -174,7 +174,7 @@ 4 - To be added. + Thursday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -201,7 +201,7 @@ 2 - To be added. + Tuesday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -228,7 +228,7 @@ 3 - To be added. + Wednesday. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Text.Format/TimeFormatValues.xml b/docs/xml/Android.Text.Format/TimeFormatValues.xml index 448fdf2fc..c758dd8be 100644 --- a/docs/xml/Android.Text.Format/TimeFormatValues.xml +++ b/docs/xml/Android.Text.Format/TimeFormatValues.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates values returned by several methods of and taken as a parameter of the F:Android.Text.Format.Time.GetActualMaximum member. + Enumerates symbolic constants for accessing fields of with . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -38,7 +38,7 @@ 3 - To be added. + Symbolic constant for accessing the hour field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -65,7 +65,7 @@ 2 - To be added. + Symbolic constant for accessing the minute field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -92,7 +92,7 @@ 5 - To be added. + Symbolic constant for accessing the month field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -119,7 +119,7 @@ 4 - To be added. + Symbolic constant for accessing the day-of-month field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -146,7 +146,7 @@ 1 - To be added. + Symbolic constant for accessing the second field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -173,7 +173,7 @@ 7 - To be added. + Symbolic constant for accessing the day-of-week field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -200,7 +200,7 @@ 9 - To be added. + Symbolic constant for accessing the week-number field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -227,7 +227,7 @@ 6 - To be added. + Symbolic constant for accessing the year field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -254,7 +254,7 @@ 8 - To be added. + Symbolic constant for accessing the day-of-year field. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From b33b1646a21b9fb8a14bc95e935e6410ef50044c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 16:12:31 -0500 Subject: [PATCH 2/5] Address text format documentation review Refs #199 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text.Format/DateFormat.xml | 2 +- docs/xml/Android.Text.Format/DayOfWeek.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Android.Text.Format/DateFormat.xml b/docs/xml/Android.Text.Format/DateFormat.xml index b1ebbc355..b0563702c 100644 --- a/docs/xml/Android.Text.Format/DateFormat.xml +++ b/docs/xml/Android.Text.Format/DateFormat.xml @@ -652,7 +652,7 @@ - The application context. + the application context Gets the current date format stored as a char array. A three-element array containing the day, month, and year format characters in the user's preferred order. diff --git a/docs/xml/Android.Text.Format/DayOfWeek.xml b/docs/xml/Android.Text.Format/DayOfWeek.xml index 22d80eaed..20a8ce6a6 100644 --- a/docs/xml/Android.Text.Format/DayOfWeek.xml +++ b/docs/xml/Android.Text.Format/DayOfWeek.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates days of the week used by . + Enumerates days of the week used by and passed to . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From bc0950fb0837a85440f062a008c51373333c440b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:32:43 -0500 Subject: [PATCH 3/5] Clarify text format constant limitations Refs #199 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text.Format/DayOfWeek.xml | 2 +- docs/xml/Android.Text.Format/TimeFormatValues.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/Android.Text.Format/DayOfWeek.xml b/docs/xml/Android.Text.Format/DayOfWeek.xml index 20a8ce6a6..26db5ac89 100644 --- a/docs/xml/Android.Text.Format/DayOfWeek.xml +++ b/docs/xml/Android.Text.Format/DayOfWeek.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates days of the week used by and passed to . + Enumerates constants used by and passed to . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. diff --git a/docs/xml/Android.Text.Format/TimeFormatValues.xml b/docs/xml/Android.Text.Format/TimeFormatValues.xml index c758dd8be..8c2eb05a6 100644 --- a/docs/xml/Android.Text.Format/TimeFormatValues.xml +++ b/docs/xml/Android.Text.Format/TimeFormatValues.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates symbolic constants for accessing fields of with . + Enumerates symbolic constants for accessing fields of with , except , which is unsupported. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -200,7 +200,7 @@ 9 - Symbolic constant for accessing the week-number field. + Symbolic constant for accessing the week-number field. This value is not supported by . Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From 031473f24d524950b27fd16ca6c69c56bd851806 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 09:44:37 -0500 Subject: [PATCH 4/5] Document unsupported time week selector Refs #199 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text.Format/TimeFormatValues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Android.Text.Format/TimeFormatValues.xml b/docs/xml/Android.Text.Format/TimeFormatValues.xml index 8c2eb05a6..aa8404598 100644 --- a/docs/xml/Android.Text.Format/TimeFormatValues.xml +++ b/docs/xml/Android.Text.Format/TimeFormatValues.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates symbolic constants for accessing fields of with , except , which is unsupported. + Enumerates symbolic constants for accessing fields of with , except , which causes that method to throw RuntimeException. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -200,7 +200,7 @@ 9 - Symbolic constant for accessing the week-number field. This value is not supported by . + Symbolic constant for accessing the week-number field. Passing this value to throws RuntimeException. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From 7a7e1362fd1d1c6a789be89c0384871ac4f6ad9c Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sat, 15 Aug 2026 11:35:12 -0500 Subject: [PATCH 5/5] Clarify unsupported time week selector Refs #199 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Text.Format/TimeFormatValues.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Android.Text.Format/TimeFormatValues.xml b/docs/xml/Android.Text.Format/TimeFormatValues.xml index aa8404598..afaede6cf 100644 --- a/docs/xml/Android.Text.Format/TimeFormatValues.xml +++ b/docs/xml/Android.Text.Format/TimeFormatValues.xml @@ -11,7 +11,7 @@ System.Enum - Enumerates symbolic constants for accessing fields of with , except , which causes that method to throw RuntimeException. + Enumerates symbolic constants for accessing fields of with , except , which is unsupported and causes that method to throw RuntimeException. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -200,7 +200,7 @@ 9 - Symbolic constant for accessing the week-number field. Passing this value to throws RuntimeException. + Symbolic constant for accessing the week-number field. This value is unsupported; passing it to throws RuntimeException. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.