- 06 Jul, 2023 1 commit
-
-
luckysmg authored
iOS OCR keyboard input support.
-
- 10 Apr, 2023 1 commit
-
-
chunhtai authored
ExpansionTile audit
-
- 07 Apr, 2023 1 commit
-
-
Xilai Zhang authored
Revert "Refactor reorderable list semantics"
-
- 06 Apr, 2023 1 commit
-
-
chunhtai authored
Refactor reorderable list semantics
-
- 04 Apr, 2023 3 commits
-
-
Tae Hyung Kim authored
Reverts flutter/flutter#124088 This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes https://github.com/flutter/flutter/issues/120124.
-
Zachary Anderson authored
Revert "Add Welsh to Material Flutter (and update some other translations)"
-
Tae Hyung Kim authored
This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes #120124.
-
- 28 Feb, 2023 1 commit
-
-
Xilai Zhang authored
This reverts commit fd65fd1b.
-
- 27 Feb, 2023 1 commit
-
-
Taha Tesser authored
Fix `ExpansionTile` double tap to collapse/expanded and expanded/collapsed states semantics announcements
-
- 20 Dec, 2022 1 commit
-
-
harperl-lgtm authored
* Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet.
-
- 16 Dec, 2022 1 commit
-
-
Greg Spencer authored
* Fix Menu shortcut labels * Remove invalid localizations * Add more localization for Shift * Add generated localizations * Fix Test
-
- 07 Dec, 2022 1 commit
-
-
harperl-lgtm authored
* Date picker special labeling for currentDate with localization and tests. * Updated CalendarDatePicker semantics test * removed recursive import * changed labeling for current date to be less verbose
-
- 29 Jun, 2022 1 commit
-
-
godofredoc authored
-
- 09 May, 2022 1 commit
-
-
Greg Spencer authored
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
-
- 04 Apr, 2022 1 commit
-
-
godofredoc authored
-
- 03 Mar, 2022 1 commit
-
-
Greg Spencer authored
This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus.
-
- 16 Apr, 2021 1 commit
-
-
Ray Rischpater, KF6GPE authored
-
- 02 Feb, 2021 1 commit
-
-
Jan Lübeck authored
-
- 06 Aug, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 30 Jun, 2020 1 commit
-
-
Greg Spencer authored
This amends #57588 by adding code that also handles the zero license case, and adds translation strings for that.
-
- 29 Jun, 2020 1 commit
-
-
Darren Austin authored
-
- 24 Jun, 2020 1 commit
-
-
rami-a authored
-
- 23 Jun, 2020 1 commit
-
-
Tonic Artos authored
This is a PR addressing #57226 - Proposal: New UI for Licenses Page. This PR replaces the previous single panel license page with one that uses a master/detail flow (MDFlow) to display packages and their respective licenses. The License Page API remains unchanged. The logic for processing the license data is kept largely the same. This PR changes how the licenses are displayed, by introducing a responsive UI using the master/detail UI pattern. For now I am calling it Master Detail Flow, or MDFlow. MDFlow manifests as two layouts depending on the screen size. On small and medium displays, as determined by the breakpoints given by the Material Design Spec, MDFlow utilises a nested layout. On large displays, MDFlow uses a two panel (lateral) layout. MDFlow is implemented in this PR using a Navigator for the nested layout, and a Stack for the lateral layout. The master and detail views are built using builders. For the interactive component, detail pages are requested from the master view using a proxy obtained by a widget lookup on the build context; MasterDetailFlow.of(context).
-
- 14 May, 2020 1 commit
-
-
Darren Austin authored
-
- 29 Mar, 2020 1 commit
-
-
Shi-Hao Hong authored
-
- 11 Mar, 2020 1 commit
-
-
Justin McCandless authored
Adds an overflow menu to the text selection menu on Android when the items overflow.
-
- 23 Jul, 2019 1 commit
-
-
Hans Muller authored
-