Dan Field
fb57edcc80
Revert "Revert "Fix remaining holes in stack trace demangling ( #60478 )" ( #60916 )" ( #60996 )
...
This reverts commit 2c7e5dd93548d84dad61bf2de171cdb89fa3efc6.
2020-07-07 15:30:32 -07:00
Kaushik Iska
8ed8b06ac5
Revert "Add embedderId to PointerEvent ( #60930 )" ( #61010 )
...
This reverts commit 2ab509943660c62281e7b48648c06b057e028c65.
2020-07-07 12:12:20 -07:00
Kaushik Iska
2ab5099436
Add embedderId to PointerEvent ( #60930 )
...
This field is used to look-up the event in the platform
that resuted a given `PointerEvent`. This is currently only
used on Android, where the `embedderId` is set to be the
`motionEventId` for a given `MotionEvent`.
Roll engine to d0d6a4c2362d2ed478006bb3b01c34c0e96033b4
2020-07-07 10:59:12 -07:00
Per Classon
db5a62b0ee
Support customizing colors for rows in DataTable ( #60764 )
2020-07-07 10:24:02 -07:00
Jose Alba
9265bdd1ad
RangeSlider overlap properly ( #60549 )
2020-07-06 17:54:02 -07:00
Darren Austin
5fa937edd1
Keyboard navigation fo the Material Date Range Picker ( #60497 )
2020-07-06 17:49:03 -07:00
Tong Mu
6f4c4b3cf8
Refactor mouse hit testing system: Direct mouse hit test ( #59883 )
2020-07-06 17:44:02 -07:00
giga10
35df978124
Fix typo ( #60832 )
2020-07-06 12:58:23 -07:00
Ram Navan
60deae8546
Issues/58053 - Set default textBaseline to alphabetic in the Table widget ( #60586 )
2020-07-06 12:19:02 -07:00
Dan Field
2c7e5dd935
Revert "Fix remaining holes in stack trace demangling ( #60478 )" ( #60916 )
...
This reverts commit d986fdc31afb4fc3236d8333e11f58ba2b078fea.
2020-07-06 10:07:36 -07:00
Andre
d986fdc31a
Fix remaining holes in stack trace demangling ( #60478 )
...
* Implement stack trace demangling in the framework.
2020-07-06 08:11:03 -07:00
Nils Reichardt
edbd09379b
ListTile Mouse Pointer Fix ( #60563 )
2020-07-05 11:53:04 -07:00
Maurice Parrish
dcbc694b58
Have AndroidViewController extend PlatformViewController and add support for hybrid platform views ( #60320 )
2020-07-05 11:43:02 -07:00
Pierre-Louis
0bc4368233
Typo sweep ( #60693 )
2020-07-02 13:08:02 -07:00
Justin McCandless
84fc52e1e9
InteractiveViewer with a changing screen size ( #60532 )
2020-07-01 22:43:03 -07:00
Panmari
14a4ed5888
Adding "Widget of the week" video for color filtered. ( #60481 )
2020-07-01 22:38:03 -07:00
Justin McCandless
533c6b29b4
Show hint when label is floating ( #60394 )
2020-07-01 22:33:02 -07:00
Per Classon
b35f2cd4ca
Enable shouldCapTextScaleForTitle by default ( #60684 )
2020-07-01 10:53:01 -07:00
Gary Qian
0e735e4bca
Expose ComputePlatformResolvedLocale ( #58482 )
2020-06-30 18:54:02 -07:00
gaaclarke
e8670de011
Revert "Tweaking Material Chip a11y semantics to match buttons ( #60141 )" ( #60645 )
2020-06-30 18:28:01 -07:00
Justin McCandless
8ab513a0c9
InteractiveViewer scroll direction ( #60523 )
2020-06-30 16:23:01 -07:00
Greg Spencer
ca713557d7
New license page with fix for zero licenses. ( #60552 )
...
This amends #57588 by adding code that also handles the zero license case, and adds translation strings for that.
2020-06-30 09:15:04 -07:00
featherless
c239d952a5
Annotate RawMaterialButton as a Material > Button category. ( #60545 )
2020-06-29 14:58:01 -07:00
chunhtai
163a09a535
Revert "fix paint order of ink feature ( #59108 )" ( #60530 )
...
This reverts commit 1e843bb6bac47e692ee02be1f997c45adcdc9b18.
2020-06-29 10:19:43 -07:00
Darren Austin
812c189de8
Fixed a problem with date calculations that caused a test to fail in a non-US time zone. ( #60396 )
2020-06-29 10:03:02 -07:00
Justin McCandless
f6cd2d4b35
Don't access clipboard passively on iOS ( #60316 )
2020-06-29 09:43:03 -07:00
Dan Field
06d0cd514e
Allow detection of images using more memory than necessary ( #59877 )
2020-06-26 15:34:41 -07:00
Kate Lovett
fd7a72ee6f
Ensure FloatingActionButtonLocations are always within safe interactive areas ( #60248 )
2020-06-26 15:18:02 -07:00
Nolan Scobie
da489c337a
Tweaking Material Chip a11y semantics to match buttons ( #60141 )
2020-06-26 17:24:27 -04:00
MH Johnson
3ce2691092
[Semantics] Update bottom nav semantics tests to use matches semantics ( #60329 )
2020-06-26 14:08:02 -07:00
rami-a
7d8d086371
Add property to theme dial label colors ( #60383 )
2020-06-26 16:38:21 -04:00
Yegor
7518a146c2
Do not call Picture.toImage on web during shader warm-up ( #60379 )
2020-06-26 13:33:02 -07:00
Alberto Monteiro
aa0382e95d
ReorderableListView should not reorder if there is only a single item present ( #59631 )
2020-06-26 08:08:01 -07:00
chunhtai
3e5c700fd7
Add material page, cupertino page, and transition page classes ( #58511 )
...
* Add material page, cupertino page, and transition page classes
* update
* update comments
* fix test
* addressing comments
* make page getter private
2020-06-25 14:47:01 -07:00
chunhtai
1e843bb6ba
fix paint order of ink feature ( #59108 )
2020-06-25 12:53:03 -07:00
Greg Spencer
c68758fab1
Implement delayed key event synthesis support for Android ( #59358 )
2020-06-24 21:23:02 -07:00
Shi-Hao Hong
17cb865ec6
Revert "Revert "[PageTransitionsBuilder] Fix 'ZoomPageTransition' built more than once ( #58686 )" ( #59992 )" ( #60245 )
2020-06-24 17:03:01 -07:00
chunhtai
62378a3755
fix ink feature tries to get parent transformations when it is in the… ( #60129 )
2020-06-24 13:53:01 -07:00
Ayush Bherwani
3377781798
[AppBar] adds toolbarHeight property to customize AppBar height ( #59405 )
2020-06-24 13:08:01 -07:00
Kate Lovett
4d2ddb9199
Doc Updates ( #60222 )
2020-06-24 12:28:01 -07:00
Justin McCandless
42e67550af
Update inaccurate documentation for isUtf16Surrogate method ( #60219 )
2020-06-24 12:18:02 -07:00
David Worsham
db48cadd0d
Remove unused physicalDepth code ( #60152 )
2020-06-24 11:33:01 -07:00
chunhtai
5623fea53c
Reverse the semantics order of modal barrier and modal scope ( #59290 )
...
* Add semantics sort key for modal scope and modal barrier
* fix test
* fix test
* fix test
* fix space
* fix more tests
* addressing comments
2020-06-24 10:37:53 -07:00
rami-a
50612db86e
Localized new strings added in the redesigned Material Time Picker ( #60096 )
2020-06-24 10:33:03 -07:00
Darren Austin
b946e30c3d
Fix a couple of doc typos. ( #60139 )
2020-06-23 17:58:01 -07:00
Justin McCandless
766e0fa9ef
Export characters ( #59620 )
2020-06-23 17:43:02 -07:00
Jonah Williams
37db92beeb
[versions] update all versions and fix tool tests ( #60127 )
...
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders:
- systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally.
- MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line.
- RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
2020-06-23 15:48:37 -07:00
Darren Austin
3a226df607
Expose the ElevationOverlay functions so applications can use the directly. ( #60059 )
2020-06-23 15:43:01 -07:00
Dan Field
868c4d8ce0
Fix issue with stack traces getting mangled ( #59900 )
2020-06-23 15:29:57 -07:00
Justin McCandless
2a573a32fe
Reland Characters Usage ( #59778 )
...
Use Dart's characters package to fix user-facing grapheme cluster bugs.
2020-06-23 15:28:26 -07:00