- 07 Aug, 2018 1 commit
-
-
Greg Spencer authored
This switches docs and gallery build and deployment to use Cirrus CI instead of Travis, reapplying the changes from #19925, but updating the Firebase tokens for upload, and refining docs.sh some to limit retries to five times (instead of indefinitely).
-
- 06 Aug, 2018 10 commits
-
-
Michael R Fairhurst authored
* Enable lint unnecessary_statements. Codebase is compliant. * Fix mega_gallery generated code to not generate unecessary statements * Fix lint in mega gallery changes * Enable unnecessary_statements for users as well as repo.
-
Ian Hickson authored
* Revert "increase size of user account drawer headers to 48 by 48 (#20266)" This reverts commit 4a7b4a4d. * Revert "EditableText Cursor can be set to not blink for testing (#20004)" This reverts commit d041b319. * Revert "Refactor analysis benchmark and collect more data (#20169)" This reverts commit 5ea0a135.
-
Jonah Williams authored
-
sandrasandeep authored
* no blinking cursor * debugDeterministicCursor: private -> public * added documentation * whitespace
-
Ian Hickson authored
This does some code cleanup to avoid duplication, improves the logs, and records min and max values as well as the mean.
-
Ian Hickson authored
- Check memory usage in release builds, not profile. - Use multiple runs and average the results.
-
liyuqian authored
ecbb2b28d Call drawPaint instead of drawPath if there's clip (flutter/engine#5937) 597a50849 Roll src/third_party/skia cdfa16d086b8..4c3b63e289c5 (9 commits) (flutter/engine#5936) 715b64ee3 Roll src/third_party/skia 1400d38e0863..cdfa16d086b8 (10 commits) (flutter/engine#5934) ffbafc852 Flush all embedded Android views on hot restart. (flutter/engine#5929) 9fe6a573e Roll src/third_party/skia 578ef2847b72..1400d38e0863 (7 commits) (flutter/engine#5933) 3b66f20d9 Don't drop MotionEvents with unknown tool type. (flutter/engine#5931) 391ac2f95 Roll src/third_party/skia 64cc576b1fa7..578ef2847b72 (20 commits) (flutter/engine#5930) Goldens: 64b7a3a Add updated golden files cb1fa8a Update golden files of PhysicalModel and PhysicalShape 3baed8d Add a goldens package for the embedded Android views integration test.
-
Devon Carew authored
* move where the mega_gallery benchmark code is generated by default * generate into a temporary diectory
-
Hans Muller authored
Make it possible to define an animation by stringing together a sequence of tweens.
-
Régis Crelier authored
flutter/engine@76ec93d Add an explicit `-[FlutterViewController init]` implementation flutter/engine@4893b07 Roll src/third_party/skia e43024a5bab7..64cc576b1fa7 (1 commits) flutter/engine@aa7326a Roll src/third_party/skia ed8bc196bd56..e43024a5bab7 (1 commits)
-
- 04 Aug, 2018 6 commits
-
-
Matteo Crippa authored
A different approach to get the url from the string and avoid any interference by extra chars not allowed in url Fixes #19618
-
Jonah Williams authored
-
Mikkel Nygaard Ravn authored
-
Jonah Williams authored
-
Greg Spencer authored
This reverts commit a5c2dddd. Docs push requires different auth options... Will reland shortly.
-
Greg Spencer authored
This adds a Docker image for the linux builds, replacing a lot of the setup code with a Docker build. Added a docker image build step that has the right gcloud credentials in it. Also, this finally moves the gallery deployment and docs publishing steps to Cirrus. They were dependent upon some environment setup that was a lot easier to do in Docker than in a setup bash script.
-
- 03 Aug, 2018 8 commits
-
-
Ian Hickson authored
The following changes are made by this PR: * Translation bundles now implement MaterialLocalizations directly, and are public so that they can be directly extended. * The list of supported languages is now a generated constant. * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed. * Various other changes for consistency with the style guide and the rest of the codebase, e.g. the class names don't use `_`, the `path` library is imported as such, more dartdocs, fewer `// ignore`s, validation using exceptions. This reduces our technical debt benchmark.
-
Ian Hickson authored
-
Jonah Williams authored
-
liyuqian authored
See details in our proposal for this breaking API change and #18057. This PR setup all code paths to allow the change but doesn't change the clip behavior by itself. We'll change `defaultClipBehavior` from `Clip.antiAlias` to `Clip.none` in the following PR to change the clip behavior and update tests.
-
Christian Mürtz authored
Add widget valued prefix and suffix properties to InputDecoration. These new properties are alternatives to prefixText and suffixText.
-
Mikkel Nygaard Ravn authored
This reverts commit cacd291c.
-
Sarah Zakarias authored
-
Michael Goderbauer authored
flutter/engine@4893b07 Roll src/third_party/skia e43024a5bab7..64cc576b1fa7 (1 commits) flutter/engine@aa7326a Roll src/third_party/skia ed8bc196bd56..e43024a5bab7 (1 commits) This roll also switches flutter_tester to use the new minimal ICU data config, which are already in use for app builds. This unifies the ICU data in use. Everything now uses the flutter-specific minimal configuration.
-
- 02 Aug, 2018 15 commits
-
-
liyuqian authored
-
amirh authored
Adds a sendMotionEvent method to AndroidViewController.
-
Devon Carew authored
-
Ian Hickson authored
* Revert "Add pub cache, artifacts, pkgs to Cirrus cache (#20080)" This reverts commit 07e93b38. * Revert "Reduce noise on the memory benchmarks (#19630)" This reverts commit 8eb5cb7d.
-
Danny Tuppeny authored
This adds: - pub's cache to the Cirrus cache. It caches based on the checksums in the pubspec (although pub has things in versioned folders, this'll prevent the cache just getting bigger over time). - bin/cache/pkg. I think this only includes sky_engine. It caches based on the engine checksum. - bin/cache/artifacts. This includes engine, gradle_wrapper, material_fonts. Also caches based on the engine checksum.
-
Ian Hickson authored
- Check memory usage in release builds, not profile. - Use multiple runs and average the results.
-
Jonah Williams authored
-
Jonah Williams authored
-
Mikkel Nygaard Ravn authored
-
Fedor Korotkov authored
This will reduce load on macOS community cluster.
-
asiva authored
//mobile/flutter/tests/app:basic_runner_test_* during a google3 roll. The following exception was being thrown _TypeError: type 'String' is not a subtype of type 'File' ``` 8) <asynchronous suspension> utter_command.dart:347:18) <asynchronous suspension> /flutter_command.dart:282:33) <asynchronous suspension> xt.dart:142:29) <asynchronous suspension>
-
Mikkel Nygaard Ravn authored
-
Alexandre Ardhuin authored
-
Danny Tuppeny authored
-
Michael Goderbauer authored
-