Commit Graph

29153 Commits

Author SHA1 Message Date
yjbanov
54194a9075 wait for text to change in the sample driver test 2016-02-24 13:58:31 -08:00
Chinmay Garde
ccc9a25a47 Merge pull request #2134 from chinmaygarde/develop
Disable flaky retry_test
2016-02-24 13:41:38 -08:00
Chinmay Garde
54daeaa252 Disable flaky retry_test 2016-02-24 13:40:31 -08:00
Adam Barth
755a180af2 Merge pull request #2128 from abarth/animation_bounds
Keep AnimationController's _value in bounds
2016-02-24 13:05:44 -08:00
Devon Carew
dc4830b0fa Merge pull request #2123 from devoncarew/device_commands
additional validation for device commands
2016-02-24 12:54:28 -08:00
Chinmay Garde
21057de9ae Merge pull request #2118 from chinmaygarde/develop
Remove all inline templates and provide a way to specify templates as resources
2016-02-24 12:47:37 -08:00
Adam Barth
9e45b85e72 Keep AnimationController's _value in bounds
Rather than clamping _value on read, we now clamp the value when writing it,
which simplifies reasoning about _value.
2016-02-24 12:15:57 -08:00
Chinmay Garde
038367ad24 Remove all inline templates and provide a way to specify templates as resources 2016-02-24 11:33:07 -08:00
Yegor
1acdfb7933 Merge pull request #2120 from yjbanov/driver-wait-on-reads
support waiting for things to happen in Flutter Driver
2016-02-24 11:13:40 -08:00
Devon Carew
37290d866e additional validation for device commands 2016-02-24 11:11:23 -08:00
yjbanov
7f39703759 support waiting for things to happen in Flutter Driver 2016-02-24 10:01:00 -08:00
Hans Muller
df52a77ffd Merge pull request #2119 from HansMuller/rebuild_test
Test BottomSheet rebuilding with ScaffoldFeatureController.setState()
2016-02-24 08:37:37 -08:00
Hans Muller
ba93987c6e Added bottom_sheet_rebuild_test 2016-02-24 07:49:08 -08:00
Phil Quitslund
1062c44f4a Merge pull request #2094 from flutter/analyze_fixes
Enumerate lints for analysis in synthesized options file.
2016-02-23 16:36:09 -08:00
Hans Muller
8111fa7995 Merge pull request #2117 from HansMuller/gallery_home
Moved the Gallery's home page padding inside its Block
2016-02-23 16:10:04 -08:00
Hans Muller
8dcdec532f Moved the home page padding to inside the Block 2016-02-23 15:49:54 -08:00
Hans Muller
7915e909a6 Merge pull request #2110 from HansMuller/list_demo
Gallery List Demo
2016-02-23 15:35:33 -08:00
Hans Muller
25e22f5648 List Gallery Demo 2016-02-23 15:24:41 -08:00
pq
4479756509 Merge branch 'analyze_fixes' of https://github.com/flutter/flutter into analyze_fixes
# Conflicts:
#	packages/flutter_tools/lib/src/commands/analyze.dart
2016-02-23 15:09:24 -08:00
pq
b69d249460 Enumerate lints for analysis in synthesized options file.
This enables us to exclude `library_names` pending a new stable SDK push (see notes: https://github.com/flutter/flutter/pull/1996).  Also excluded are a few lints who's feedback was just getting regexp'ed out.  Moving forward, this will allow us to selectively enable specific lints of interest as well.
2016-02-23 15:07:55 -08:00
Ian Hickson
5ad80b776c Merge pull request #2103 from Hixie/style
Move style guide to website.
2016-02-23 14:13:15 -08:00
Ian Hickson
68cff6bf21 Merge pull request #2114 from Hixie/box-debug
Trivial cleanup of getDistanceToBaseline
2016-02-23 14:11:35 -08:00
Hixie
16e7c3a61c Trivial cleanup of getDistanceToBaseline
Turns out we don't need 'parent' outside the assert at all.
2016-02-23 12:56:07 -08:00
Ian Hickson
8a53753427 Merge pull request #2107 from Hixie/flutter-tool
Fix --debug
2016-02-23 12:55:15 -08:00
Ian Hickson
81df765d21 Merge pull request #2108 from Hixie/scroll
Clean up scroll behaviour.
2016-02-23 12:38:39 -08:00
Collin Jackson
263e2e7ff3 Merge pull request #2109 from collinjackson/no_material
Remove redundant Material from start project
2016-02-23 12:33:14 -08:00
Hixie
98d47c3544 Clean up scroll behaviour.
This makes ScrollBehavior agnostic about the kind of scroll.
This also means ExtentScrollBehavior's comment about being linear is
more relevant (previously it was true of all scroll behaviours).
2016-02-23 11:56:37 -08:00
Devon Carew
05f496abfd Merge pull request #2105 from devoncarew/validate_atom
add a validator for Atom
2016-02-23 11:43:48 -08:00
Collin Jackson
8ab9a8fe03 Remove redundant Material from project created by flutter create 2016-02-23 11:29:55 -08:00
Hixie
71c8a96fb9 Fix --debug
...and some style nits.
2016-02-23 11:10:52 -08:00
Devon Carew
9367b86abe add a validator for Atom 2016-02-23 10:25:14 -08:00
Hixie
2beac946c9 Move style guide to website.
Depends on https://github.com/flutter/website/pull/177
2016-02-23 08:56:18 -08:00
Ian Hickson
3f8fdb661f Merge pull request #2098 from Hixie/animation-cleanup
Some trivial animation library cleanup.
2016-02-22 22:45:58 -08:00
Yegor
67ea03c79d Merge pull request #2101 from yjbanov/infra-instructions
more details in infra/README.md
2016-02-22 18:16:00 -08:00
yjbanov
40c7adff99 more details in infra/README.md 2016-02-22 18:15:19 -08:00
Yegor
3301ae7d09 Merge pull request #2097 from yjbanov/flutter-driver-create
"flutter create" can generate a basic driver test; "flutter drive" gains new options
2016-02-22 17:18:54 -08:00
yjbanov
278630e688 "flutter create" can generate a basic driver test
"flutter create" adds option `--with-driver-test` that adds
dependencies to `flutter_driver` in `pubspec.yaml` and creates
a basic driver test runnable via `flutter drive
--target=test_driver/e2e.dart`

"flutter drive" new options:

- `--keep-app-running` tells the driver to not stop the app after tests
  are done
- `--use-existing-app` tells the driver to not start a new app but use
  an already running instance
2016-02-22 17:10:31 -08:00
Ian Hickson
7b0e7ee38e Some trivial animation library cleanup. 2016-02-22 14:18:17 -08:00
Devon Carew
347ee25a93 Merge pull request #2093 from devoncarew/fix_assert
fix a checked mode assertion
2016-02-22 13:19:40 -08:00
Devon Carew
a49e45106d fix a checked mode assertion 2016-02-22 13:09:22 -08:00
pq
7d996c04cc Enumerate lints for analysis in synthesized options file.
This enables us to exclude `library_names` pending a new stable SDK push (see notes: https://github.com/flutter/flutter/pull/1996).  Also excluded are a few lints who's feedback was just getting regexp'ed out.  Moving forward, this will allow us to selectively enable specific lints of interest as well.
2016-02-22 13:07:34 -08:00
Devon Carew
63f941bc93 Merge pull request #2087 from devoncarew/remove_sim_package_store
remove iosSimulator field from ApplicationPackageStore
2016-02-22 12:47:36 -08:00
Devon Carew
3463d89cf6 remove iosSimulator field from ApplicationPackageStore 2016-02-22 12:37:08 -08:00
Devon Carew
896246ad14 Merge pull request #2079 from devoncarew/more_specific_logging
log for specific adb devices
2016-02-22 12:12:05 -08:00
Chinmay Garde
2b70fda196 Merge pull request #2081 from chinmaygarde/master
Address issues raised in PR #2047
2016-02-22 12:10:54 -08:00
Chinmay Garde
304694df6f Merge pull request #2082 from chinmaygarde/lint_fix
Fix linter error regarding extra braces in string interpolation in devices.dart
2016-02-22 12:00:43 -08:00
Chinmay Garde
d299b05ab3 Fix linter error regarding extra braces in string interpolation in devices.dart 2016-02-22 11:51:35 -08:00
Chinmay Garde
7e59a9e82e Address issues raised in PR #2047 2016-02-22 11:43:52 -08:00
Chinmay Garde
6ab25977c5 Merge pull request #2080 from chinmaygarde/master
Update status messages when unsupported devices are detected by the tools
2016-02-22 11:33:47 -08:00
Chinmay Garde
f7d94fef8f Update status messages when unsupported devices are detected by the tools 2016-02-22 11:33:17 -08:00