- 24 May, 2022 3 commits
-
-
Taha Tesser authored
-
Darren Austin authored
-
hellohuanlin authored
-
- 23 May, 2022 1 commit
-
-
gaaclarke authored
-
- 21 May, 2022 1 commit
-
-
Tong Mu authored
-
- 20 May, 2022 7 commits
-
-
Dan Field authored
-
Darren Austin authored
* Add support for M3 AppBar 'Medium' and 'Large' types. * Updates from review feedback. * Updated from review feedback.
-
Casey Hillers authored
-
Bruno Leroux authored
-
Bruno Leroux authored
Co-authored-by: Bruno Leroux <bruno.leroux@gmail.com>
-
Renzo Olivares authored
* Add tests * fix tests * updates Co-authored-by: Renzo Olivares <roliv@google.com>
-
Tong Mu authored
-
- 19 May, 2022 12 commits
-
-
Will Lockwood authored
Add ability for `ModalRoutes` to ignore pointers during transitions and do so on `Cupertino` routes (#95757)
-
Kate Lovett authored
-
Jonah Williams authored
-
Greg Spencer authored
This adds a ShortcutsRegistry for ShortcutActivator to Intent mappings that can be modified from its descendants. This is so that descendants can make shortcuts dynamically available to a larger portion of the app than just their descendants. This is a precursor needed by the new MenuBar, for instance, so that the menu bar itself can be placed where it likes, but the shortcuts it defines can be in effect for most, if not all, of the UI surface in the app. For example, the "Ctrl-Q" quit binding would need to work even if the focused widget wasn't a child of the MenuBar. This just provides the shortcut to intent mapping, the actions activated by the intent are described in the context where they make sense. For example, defining a "Ctrl-C" shortcut mapped to a "CopyIntent" should perform different functions if it happens while a TextField has focus vs when a drawing has focus, so those different areas would need to define different actions mapped to "CopyIntent". A hypothetical "QuitIntent" would probably be active for the entire app, so would be mapped in an Actions widget near the top of the hierarchy.
-
Darren Austin authored
-
David Miguel Lozano authored
-
Bernardo Ferrari authored
-
xubaolin authored
-
Dan Field authored
-
Bruno Leroux authored
-
Justin McCandless authored
-
Justin McCandless authored
-
- 18 May, 2022 5 commits
-
-
Justin McCandless authored
-
gaaclarke authored
-
Taha Tesser authored
-
Casey Hillers authored
This reverts commit f8f43873.
-
Greg Spencer authored
-
- 17 May, 2022 3 commits
-
-
Dan Field authored
-
Dan Field authored
-
Greg Spencer authored
This adds a simple VoidCallbackAction and VoidCallbackIntent that allows configuring an intent that will invoke a void callback when the intent is sent to the action subsystem. This allows binding a shortcut directly to a void callback in a Shortcuts widget. I also added an instance of VoidCallbackAction to the default actions so that simply binding a shortcut to a VoidCallbackIntent works anywhere in the app, and you don't need to add a VoidCallbackAction at the top of your app to make it work.
-
- 16 May, 2022 1 commit
-
-
Dan Field authored
-
- 14 May, 2022 1 commit
-
-
Dan Field authored
-
- 13 May, 2022 1 commit
-
-
- 12 May, 2022 5 commits
-
-
Bruno Leroux authored
-
Jami Couch authored
-
chunhtai authored
-
Jonah Williams authored
-
Tong Mu authored
-