Gary Qian
c2fb536113
Upgrade android SDK to API 32 ( flutter/engine#33524 )
2022-06-01 18:58:04 -07:00
Chris Yang
d303a310a6
PlatformView to set the correct overlay view frame, merge thread at the endFrame ( flutter/engine#33262 )
2022-05-31 14:42:34 -07:00
Chris Bracken
56fbdd0232
[lint] Enforce k prefix for global constants ( flutter/engine#33666 )
...
Enforces that all global constants are prefixed with a 'k' as per the
style guide and updates the codebase into conformance where necessary.
This does not change any public API.
Additional testing provided by the addition of the lint rule.
Ref: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#begin-global-constant-names-with-prefix-k
2022-05-27 18:33:38 -07:00
Emmanuel Garcia
5ce95c21d7
Fix scenario tests on Android ( flutter/engine#33360 )
2022-05-20 12:38:05 -07:00
Zachary Anderson
fb5c781136
Delete AppLifecycleTests testDismissedFlutterViewControllerNotRespondingToApplicationLifecycle ( flutter/engine#32971 )
2022-04-27 16:14:04 -07:00
Dwayne Slater
346d9b3016
Add test for external textures on Android ( flutter/engine#31642 )
2022-03-25 10:59:54 -07:00
Gary Qian
0422046115
Revert "Delete io.flutter.app android v1 embedding" ( flutter/engine#32232 )
2022-03-24 00:10:04 -07:00
Gary Qian
08cef2ee55
Delete io.flutter.app android v1 embedding ( flutter/engine#32074 )
2022-03-23 20:22:54 -07:00
Jenn Magder
a9f3ed3e46
Delete scenario test TextSemanticsFocusTest ( flutter/engine#29370 )
2022-02-17 14:34:08 -08:00
Emmanuel Garcia
522e4f06b6
Keep a single source of truth for embedding dependencies ( flutter/engine#30359 )
2021-12-15 23:39:02 -08:00
Jenn Magder
3eb35a2df7
Add iOS version to scenario golden images ( flutter/engine#30263 )
2021-12-10 10:24:10 -08:00
Chris Yang
22693e2599
[ios platform view] fix overlay zPosition ( flutter/engine#29930 )
2021-12-07 16:04:01 -08:00
Jenn Magder
99c86eecb5
Revert "Run iOS scenario apps on iPhone 11 and iOS 14 ( #30104 )" ( flutter/engine#30193 )
...
This reverts commit be166e754a8e430d26aa16dea4619186867e2181.
2021-12-07 12:42:21 -08:00
Jenn Magder
be166e754a
Run iOS scenario apps on iPhone 11 and iOS 14 ( flutter/engine#30104 )
2021-12-07 10:59:01 -08:00
Callum Moffat
8877397345
Remove iPadOS mouse pointer if no longer connected ( flutter/engine#28319 )
2021-11-29 14:47:01 -08:00
ColdPaleLight
9ecd4c1899
Make FlutterEngineGroup support dart entrypoint args ( flutter/engine#29096 )
2021-11-18 18:08:03 -08:00
Jia Hao
302c2be546
Add traces to Android embedding ( flutter/engine#29230 )
2021-10-28 20:59:32 -07:00
Gary Qian
38d660407d
Revert "Temporarily delete deprecated Android v1 embedding ( #29248 )" ( flutter/engine#29378 )
...
This reverts commit fba89ec6a1ec5387102eb55592e2606d8de7e496.
2021-10-28 01:49:50 -07:00
Gary Qian
fba89ec6a1
Temporarily delete deprecated Android v1 embedding ( flutter/engine#29248 )
2021-10-28 01:00:12 -07:00
Dan Field
d5c36f87f5
Revert "Android Background Platform Channels ( #29147 )" ( flutter/engine#29344 )
...
This reverts commit c40f7670e7aff3a42be2cbac0df067009278d639.
2021-10-26 14:52:13 -07:00
Tong Mu
056234966b
[macOS] Clearing overridden channel should not affect the latest channel ( flutter/engine#29242 )
...
If a class contains a channel, recreating an instance of this class will lead to the following scenario:
- The new channel is created with the same name and assigned with a callback (which overrides the earlier channel's)
- The earlier class is deallocated, deallocating the earlier channel
This PR fixes the problem where the second channel's callback will be cleared by the first channel's deallocation.
2021-10-26 01:45:50 -07:00
gaaclarke
c40f7670e7
Android Background Platform Channels ( flutter/engine#29147 )
2021-10-21 16:08:02 -07:00
Dan Field
293ef51fc6
Reland Android systrace ( flutter/engine#29080 )
...
* Reland "Use the systrace recorder if systracing is enabled at startup, and enable systracing in release mode on Android (#28903 )" (#29071 )"
This reverts commit a7660964b41f64991369341364a43c93317a4a51.
* More logcat
* more logs
* Remove wait
* Avoid plugin registrar exception
* DEFAULT instead of LAUNCHER
* use am instead of monkey
* Update android_systrace_test.py
2021-10-08 15:55:50 -07:00
ColdPaleLight
3bd57ac05a
Make FlutterEngineGroup support initialRoute ( flutter/engine#28884 )
2021-09-29 11:02:37 -07:00
Chris Yang
c9f351741d
backdrop_filter_layer only pushes to the leaf_nodes_canvas ( flutter/engine#28500 )
2021-09-27 11:33:01 -07:00
Dan Field
a2a3c9643c
Remove obsolete instructions from scenario_app readme, pass depfile correctly. ( flutter/engine#28732 )
2021-09-23 14:13:01 -07:00
Emmanuel Garcia
4cb3bf45b2
Replace jcenter() for mavenCentral() ( flutter/engine#28777 )
2021-09-21 14:09:08 -07:00
Dan Field
2e28909bb8
Do not use jcenter(), switch to mavenCentral() ( flutter/engine#28738 )
2021-09-20 14:26:52 -07:00
Zachary Anderson
75c1fbccc7
Don't use Dart's application_snapshot() rule ( flutter/engine#28361 )
2021-09-16 13:37:01 -07:00
Dan Field
01b6571ebc
Drop unneded kotlin dep ( flutter/engine#28375 )
2021-08-31 15:31:02 -07:00
Dan Field
d8ce6688ad
No more gradlew, instead get gradle during gclient sync ( flutter/engine#28264 )
2021-08-23 13:58:22 -07:00
chunhtai
9761b7371a
Issues/86577 reland ( flutter/engine#28211 )
2021-08-20 12:27:01 -07:00
Zachary Anderson
c4fb8a6051
Revert "Adds semantics tooltip support ( #27893 )" ( flutter/engine#28207 )
...
This reverts commit 366e66802a35abf55bcb649b9bf58921b174b59a.
2021-08-19 14:40:34 -07:00
Emmanuel Garcia
1a9e4c4ff3
Bump Android version and add more info to create_sdk_cipd_package.sh ( flutter/engine#27413 )
2021-08-18 18:22:02 -07:00
chunhtai
366e66802a
Adds semantics tooltip support ( flutter/engine#27893 )
2021-08-18 15:37:01 -07:00
Emmanuel Garcia
afbc9be3aa
Add lockfiles in the scenario app ( flutter/engine#27852 )
2021-08-03 11:08:20 -07:00
Jason Simmons
4b035cec90
Specify the output paths of the scenario app lint task ( flutter/engine#27684 )
2021-07-26 13:43:02 -07:00
Dan Field
b14a9f832b
Bump leakcanary to latest version ( flutter/engine#27677 )
2021-07-23 14:56:02 -07:00
Dan Field
298ab24bf5
Reland use a pbuffer surface when in the background ( flutter/engine#27629 )
...
* Reland "Use a Pbuffer surface when the onscreen surface is not available for snapshotting on Android (#27141 )" (#27607 )"
This reverts commit 78663924741a29aeca10648015e39db6fbd28be4.
* Do not let gradle download SDK deps
2021-07-21 15:07:35 -07:00
Dan Field
e251a228f2
Delete unused CI scripts ( flutter/engine#27606 )
2021-07-20 21:46:01 -07:00
Dan Field
7866392474
Revert "Use a Pbuffer surface when the onscreen surface is not available for snapshotting on Android ( #27141 )" ( flutter/engine#27607 )
...
This reverts commit 9520cdc6c45bc45f8e944618a0ff641fd5f5429a.
2021-07-20 16:40:55 -07:00
Dan Field
9520cdc6c4
Use a Pbuffer surface when the onscreen surface is not available for snapshotting on Android ( flutter/engine#27141 )
2021-07-20 16:05:54 -07:00
Dan Field
e257d0326c
Lint android scenario app ( flutter/engine#27409 )
2021-07-15 14:21:01 -07:00
Dan Field
b63739d641
Use python to run firebase testlab, do not expect recipe to know location of APK ( flutter/engine#27434 )
2021-07-14 23:46:02 -07:00
Dan Field
9cceca7161
make it work on <API 24 ( flutter/engine#27398 )
2021-07-14 09:37:40 -07:00
Dan Field
b15aea39f1
Set ANDROID_HOME in run_gradle.py ( flutter/engine#27371 )
2021-07-13 14:36:13 -07:00
Dan Field
0e6c8fa761
Scenario nnbd ( flutter/engine#27365 )
...
* Revert "Revert "NNBD migration for scenario_app (#27362 )" (#27364 )"
This reverts commit 919219937bdebdc126383991202e5a883831998e.
* analysis issues
* no sound null safety because frontend_server is not
2021-07-13 13:46:53 -07:00
Zachary Anderson
919219937b
Revert "NNBD migration for scenario_app ( #27362 )" ( flutter/engine#27364 )
...
This reverts commit 43e7fb916c676e23ae47a39bf53f00bc9f16e498.
2021-07-13 11:15:12 -07:00
Dan Field
43e7fb916c
NNBD migration for scenario_app ( flutter/engine#27362 )
2021-07-13 10:56:06 -07:00
Dan Field
46caf79429
Reland build rules for scenario app ( flutter/engine#27360 )
...
* Revert "Revert "Build rules for scenario_app (#27302 )" (#27358 )"
This reverts commit 3b10f73c0171d6dfa965d2a50a117798d10de7f5.
* Ignore *.*framework in copy_trees
2021-07-13 10:23:08 -07:00