Emmanuel Garcia
5e54c707e8
Reland: Enable hybrid composition by default on Android ( #20722 ) ( #20864 )
...
This reverts commit 4de62c7c2659607acdc75ab8c1ccd305a3c6f9d1.
2020-08-31 12:17:11 -07:00
Gary Qian
93f17e9ea6
Use Android R (API 30) getInsets() to compute padding ( #18339 )
2020-08-26 18:15:40 -07:00
Emmanuel Garcia
4de62c7c26
Revert "Enable hybrid composition by default on Android ( #20722 )" ( #20745 )
...
This reverts commit d16ba48e1d79cf0197e96c51c38300ee921baeb0.
2020-08-25 09:54:13 -07:00
Emmanuel Garcia
d16ba48e1d
Enable hybrid composition by default on Android ( #20722 )
2020-08-24 13:10:23 -07:00
Greg Spencer
35640af9fa
Convert format script to Dart ( #20572 )
...
This converts the ci/format.sh script to a Dart script that uses process_runner and isolates to multi-process the clang-format, diffs, and grepping needed to do the formatting changes.
It also will (by default) only check the formatting of changed files.
The user can optionally check all files (--all-files) or do only some types of checks with --check. --verbose prints the versions of the tools used for Clang format and Java format.
Specifying --fix will cause any formatting errors that would have been detected to be fixed.
2020-08-18 13:25:30 -07:00
Gary Qian
02de4eb7ce
Update to android 30r2 and roll buildroot ( #20479 )
2020-08-17 16:33:48 -07:00
Emmanuel Garcia
429675d310
Custom Gradle home and add .vpython file ( #20425 )
2020-08-14 15:01:01 -07:00
Emmanuel Garcia
8c02e38992
Prepare scenario app to run on Android emulator on LUCI ( #20350 )
2020-08-10 22:55:43 -07:00
Emmanuel Garcia
ecc934e636
Add script to compile JIT on x86 ( #20315 )
2020-08-07 15:29:01 -07:00
Chris Yang
cc9ccf98ae
Implement mutator stack on Android hybrid composition platform view ( #19426 )
2020-07-04 13:03:04 -07:00
Emmanuel Garcia
0e82628caf
Update scenario UI screenshoots ( #19421 )
2020-06-30 18:38:06 -07:00
Chris Yang
a11c398481
Android platform view static thread merging ( #19242 )
2020-06-24 15:13:02 -07:00
Emmanuel Garcia
5d24587837
Add screenshots for Android view ( #18367 )
2020-05-15 13:03:39 -07:00
Jason Simmons
dc93db5ab8
Move FlutterLoader disk I/O to a background thread to comply with Android strict mode ( #18241 )
2020-05-13 14:17:03 -07:00
Emmanuel Garcia
480d8e458f
Fix scenario platform view tests on Android ( #18332 )
2020-05-13 13:33:38 -07:00
Emmanuel Garcia
a59f0bdabe
Add support for screenshot testing in the scenario app on Android ( #18115 )
2020-05-09 10:34:55 -07:00
Emmanuel Garcia
7d9bd5ce5a
Populate window.locale in Dart ( #18043 )
2020-04-29 19:24:16 -07:00
xster
2589d07ee9
Fix accessibility focus loss when first focusing on text field ( #17803 )
2020-04-24 15:44:54 -07:00
Emmanuel Garcia
025e2d82dd
Migrate embedding to AndroidX ( #17075 )
2020-03-13 21:19:24 -07:00
Chris Yang
5fb0116d62
iOS platform view gesture blocking policy. ( #15940 )
2020-02-11 15:34:59 -08:00
Matt Carroll
270421c103
Fix ensureInitializationCompleteAsync callback when already initialized. ( #39675 ) ( #16503 )
2020-02-11 15:25:58 -08:00
Michael Klimushyn
077918dcfd
Apply Google Java format ( #16501 )
...
This shouldn't result in any logical changes. I've done a quick smoke
test by building a local Android engine and running Flutter gallery, no
compile errors or other obvious issues.
Applied by running `/ci/format.sh | patch -p0` with the altered script
added in flutter/engine#16500 . I did locally modify the script slightly
further so it would run against all Java files in the repo instead of
just modified ones.
2020-02-07 16:10:46 -08:00
Matt Carroll
9acec4102a
Move initialization into FlutterEngine ( #12806 )
2019-10-11 16:15:55 -07:00
Kaushik Iska
289d1eaaa9
Revert "Add iOS platform view mutation XCUITests to the scenario app ( #11652 )" ( #12292 )
...
This reverts commit b73cfdad4f88ddfad6114c77633a0947f0c5fff5.
2019-09-15 17:57:54 -07:00
Chris Yang
b73cfdad4f
Add iOS platform view mutation XCUITests to the scenario app ( #11652 )
2019-09-16 07:56:24 +08:00
Matt Carroll
3aafd0f971
Updated API usage in scenario app by deleting unnecessary method. ( #11844 )
2019-09-03 19:25:54 -07:00
Dan Field
c8f02c95ea
Add tests for platform views ( #11319 )
2019-08-20 20:48:40 -07:00
Dan Field
ff49ca1c6e
Make firebase test more LUCI friendly ( #10783 )
2019-08-08 21:47:24 -07:00
Matt Carroll
f336e05a69
Android Embedding PR37: Separated FlutterActivity and FlutterFragment via FlutterActivityAndFragmentDelegate ( #9895 )
2019-07-29 17:40:25 -07:00
Dan Field
aea0d7a651
test scenario_app on CI ( #10065 )
2019-07-26 15:59:18 -07:00
Dan Field
a0ec52886b
Embedding testing app ( #10007 )
2019-07-23 12:41:03 -07:00