- 21 Aug, 2019 1 commit
-
- 09 Aug, 2019 2 commits
-
-
Michael Klimushyn authored
This reverts commit 92ef2b9c. This requires either runApp() or WidgetsFlutterBinding.ensureInitialized() to have been called before using any MethodChannels. Plugins broadly rely on MethodChannels and right now there's no general requirements that they be constructed within the runApp call, so the ecosystem breakages from this are broader than originally thought. Reverting for now.
-
adazh authored
-
- 07 Aug, 2019 1 commit
-
-
Tong Mu authored
Guard removePointer with addTearDown to avoid cascading test crash.
-
- 01 Aug, 2019 1 commit
-
-
chunhtai authored
reland Enable selection by default for password text field and expose api to turn on and off context menu options (#37324)
-
- 31 Jul, 2019 1 commit
-
-
Michael Goderbauer authored
Revert "reland Enable selection by default for password text field and expose api to turn on and off context menu options (#34676) (#37183)" (#37295) This reverts commit 7eb09a84.
-
- 30 Jul, 2019 1 commit
-
- 28 Jul, 2019 1 commit
-
-
Kate Lovett authored
-
- 27 Jul, 2019 1 commit
-
- 26 Jul, 2019 1 commit
-
-
chunhtai authored
Enable selection by default for password text field and expose api to turn on and off context menu options (#34676)
-
- 12 Jul, 2019 2 commits
-
-
Kate Lovett authored
This reverts commit eb0b1790. Skia Gold post-submit test were failing due to the service account not being found on Cirrus.
-
Kate Lovett authored
* Fresh PR for Gold integration. * Nits * WIP * Artifacts from merge * Changed some platform dependencies for web, added library prefix notation for Skia Gold test names. * Updating for CI implementation * Write out service account * Writing to skip out * WIP * ++ * Fixing depot tools deps * Windows depot_tools * Fixing setup scripts * ++ * depot tools * ++ * WIP * Tracing depot_tools clone * WIP * ++ * analyzer * WIP * chrome typo * copy artifact * Working on tests * Code cleanup * ++ * Code cleanup, updated tests * ++ review feedback * Review * Analyzer * Review feedback * Nits from review * PRogress * ++ * Fixing tests * ++ * Testing repo route * Just needing documention around new structures. * cleanup * Analyzer * Documentation updates * Documentation updates * Cirrus updates * cirrus nit * Review feedback * Review feedback * Fixing skip comparator * Fix base directory for Skia Gold case * ++ * Feedback * ++ * Fixed uri assertion * Made GoldensClient abstract, altered SkiaGoldClient constructor * Analyzer
-
- 10 Jul, 2019 1 commit
-
-
Justin McCandless authored
Show and hide the text selection menu at the correct time with various gestures in the text field.
-
- 03 Jul, 2019 1 commit
-
-
Justin McCandless authored
CupertinoTextField now supports vertical alignment via the textAlignVertical parameter.
-
- 25 Jun, 2019 2 commits
-
-
Alexandre Ardhuin authored
-
LongCatIsLooong authored
-
- 19 Jun, 2019 2 commits
-
-
Haijun authored
-
LongCatIsLooong authored
-
- 18 Jun, 2019 1 commit
-
-
Kate Lovett authored
* Splitting golden file versioning out as an argument of matchesGoldenFile * Fixing description implementation. * Removing unused imports * Removing unused import * Review feedback
-
- 04 Jun, 2019 2 commits
-
-
Justin McCandless authored
Extra space when scrolling to selected input so that the selection caret is visible.
-
Kate Lovett authored
-
- 03 Jun, 2019 5 commits
-
-
chunhtai authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit d92b3b40.
-
Jonah Williams authored
-
SimonIT authored
-
- 30 May, 2019 1 commit
-
-
Justin McCandless authored
The text selection handles now feel a lot more responsive, and their implementation was cleaned up a bit.
-
- 23 May, 2019 1 commit
-
-
Justin McCandless authored
Fix a bug where holding down on text selection caused the handles to flash. The fix was to only update selection when it actually changed.
-
- 17 May, 2019 1 commit
-
-
Justin McCandless authored
Adds a field that already exists in Material's TextField.
-
- 14 May, 2019 3 commits
-
-
Mouad Debbar authored
-
Mouad Debbar authored
This reverts commit 18ca3754.
-
Mouad Debbar authored
-
- 13 May, 2019 1 commit
-
-
Greg Spencer authored
This fixes #32525, because it now marks the compositing bits as needing to be recalculated if the mouse tracker changes its idea of whether or not a mouse is attached. This bug occurred because the test framework was leaking state from one test to the next (the state about whether a mouse pointer was active), and so even though there was a "passing" test when run in order with the other tests in the file, when the test was run individually (or first), it would have failed and caught the bug. This adds an assert to make sure that after each test there are no simulated mouse pointers connected, and now calls removePointer in all of the tests where this was a problem.
-
- 06 May, 2019 1 commit
-
-
yaheng authored
-
- 01 May, 2019 1 commit
-
-
Gary Qian authored
-
- 25 Apr, 2019 1 commit
-
-
Justin McCandless authored
Fix a bug where text selection handles were invisible in iOS
-
- 28 Mar, 2019 1 commit
-
-
Nizarius authored
-
- 26 Mar, 2019 1 commit
-
-
hyjfine authored
-
- 22 Mar, 2019 2 commits
-
-
Mouad Debbar authored
-
Luka Knezic authored
-