Matt Carroll
29e857ca2c
Release TextureView surface within FlutterTextureView when disconnected. ( #48535 ) ( #15899 )
2020-01-23 13:19:42 -08:00
Michael Goderbauer
0615f45623
Remove unused Imports and private method ( #15872 )
2020-01-21 17:53:02 -08:00
xster
006e44d1d0
Reduce default verbosity of Android embedding ( #15164 )
2020-01-18 23:49:05 -08:00
Gary Qian
5734eceddf
Samsung fix duplication on punctuation: Update keyboard on finish compose. ( #15701 )
2020-01-16 18:04:58 -08:00
Greg Spencer
73cdd0ef70
Fix hardware keyboard enter so it triggers an action. ( #15568 )
...
This changes the InputConnectionAdaptor so that it will execute an IME action when ENTER is pressed. Prior to this, pressing ENTER on a hardware keyboard did nothing.
2020-01-15 11:13:39 -08:00
Jason Simmons
0235a50843
Change the value of EXTRA_INITIAL_ROUTE to match the value used by the old embedding and flutter_tools ( #15569 )
2020-01-13 17:19:31 -08:00
Jason Simmons
fb52622304
Add a type parameter to SavedState.Creator in the new embedding ( #15563 )
2020-01-13 15:26:32 -08:00
Matt Carroll
4513205b13
Make BackgroundMode public. ( #45747 ) ( #14673 )
2020-01-08 21:41:34 -08:00
chunhtai
7a27e75c67
Add shell api to set default for windows data ( #14002 )
2020-01-08 19:36:10 -08:00
Chris Bracken
5c9e134bf8
Add missing super.onNewIntent() call ( #15328 )
...
From the onNewIntent docs:
If you are handling new intents and may be making changes to the
fragment state, you want to be sure to call through to the
super-class here first. Otherwise, if your state is saved but the
activity is not stopped, you could get an onNewIntent() call which
happens before onResume() and trying to perform fragment operations
at that point will throw IllegalStateException because the fragment
manager thinks the state is still saved.
2020-01-08 18:07:36 -08:00
Jenn Magder
5759a437e6
Revert "Add a deprecation javadoc note to the old FlutterActivity ( #15156 )" ( #15331 )
...
This reverts commit 293cd971d0147cc84120a6de579f476e030d56c7.
2020-01-08 18:04:49 -08:00
xster
293cd971d0
Add a deprecation javadoc note to the old FlutterActivity ( #15156 )
2020-01-08 10:06:58 -08:00
Dan Field
2a1ade7908
Raise API level for reportFullyDrawn ( #14146 )
2019-12-05 14:51:55 -08:00
Dan Field
73da385c11
Disable a11y on detach ( #14142 )
2019-12-05 11:16:38 -08:00
Dan Field
e3e2a3899e
Remove suprious warning ( #14079 )
2019-12-02 16:51:30 -08:00
Dan Field
ea721ebf1a
Fix live region logic ( #14081 )
2019-12-02 15:49:15 -08:00
Gary Qian
2c0eee4392
Always set mEditable values when different in TextPlugin ( #13951 )
2019-11-27 07:51:04 +09:00
Matt Carroll
7c5a954dd3
Removed GET_ACTIVITIES flag from all manifest meta-data lookups. ( #38891 ) ( #13932 )
2019-11-21 15:00:27 -08:00
chunhtai
132d38cd22
Moves pointer event sanitizing to engine. ( #13697 )
...
* Moves pointer event sanitizing to engine
* fix comment format
* fix formatting
* addressing comment
* fix format
* fix format
* addressing comment
2019-11-19 09:48:25 -08:00
Todd Volkert
762294cf2d
Revert "RendererContextSwitch guard flutter's gl context rework. ( #13812 )" ( #13906 )
...
This reverts commit f456423cfb820d07bb36e9a8979e3d75cc9d8d76.
This is being reverted because it caused flutter/flutter#45098
(images don't load on iOS).
2019-11-18 18:28:04 -08:00
Chris Yang
f456423cfb
RendererContextSwitch guard flutter's gl context rework. ( #13812 )
2019-11-14 11:50:45 -08:00
Matt Carroll
687a1a7541
Add support for --dart-flags in FlutterShellArgs. ( #44855 ) ( #13855 )
2019-11-14 04:09:08 +00:00
Todd Volkert
9a3042cb50
Remove unused import ( #13832 )
2019-11-13 14:12:46 -08:00
chunhtai
1f1e2ba58e
reland add lifecycle enum ( #13767 )
...
This reverts commit 8ebb318401344793daa10c3bec97c34891cf7cc8.
2019-11-13 11:26:25 -08:00
Matt Carroll
e19ee72f31
Expose asset lookup from plugin binding. ( #42019 ) ( #13743 )
2019-11-12 07:14:27 +00:00
Chris Yang
6d66993b1d
Revert "Reland "Guarding EAGLContext used by Flutter #13314 " ( #13759 )" ( #13788 )
...
This reverts commit 2dcfaaeb5d3caee2bf7488e90abadf0456f43922.
2019-11-11 17:17:18 -08:00
Chris Yang
2dcfaaeb5d
Reland "Guarding EAGLContext used by Flutter #13314 " ( #13759 )
2019-11-08 20:09:18 -08:00
Matt Carroll
55c64a92d8
Point old plugin registry accessors to new embedding plugin accessors. ( #44225 ) ( #13739 )
2019-11-09 01:55:59 +00:00
Chris Yang
f5754357b6
Revert "Reland "Guarding EAGLContext used by Flutter #13314 " ( #13755 )" ( #13757 )
...
This reverts commit 618e6666ced77bf497311876fbe968c6b9d72041.
2019-11-08 13:44:29 -08:00
Chris Yang
618e6666ce
Reland "Guarding EAGLContext used by Flutter #13314 " ( #13755 )
2019-11-08 12:26:48 -08:00
Chris Yang
2036530c4d
Revert "Always use IOSGLContextSwitch to access EAGLContexts to prevent plugins from polluting Flutter's EAGLContext ( #13314 )" ( #13753 )
2019-11-08 10:59:45 -08:00
Chris Yang
bec554211b
Always use IOSGLContextSwitch to access EAGLContexts to prevent plugins from polluting Flutter's EAGLContext ( #13314 )
2019-11-08 10:02:23 -08:00
Matt Carroll
6fd58edd3e
Removed scary experimental warnings for new embedding. ( #44314 ) ( #13738 )
2019-11-07 22:54:10 +00:00
chunhtai
8ebb318401
Revert "Issues/39832 reland ( #13642 )" ( #13720 )
...
This reverts commit 1bfb928e071674a21779cee94908fbcae1c2e657.
2019-11-06 11:41:36 -08:00
Jason Simmons
47579164ad
Fix NPE in splash screen lookup ( #13719 )
2019-11-06 10:31:41 -08:00
Matt Carroll
e924d71627
Fix splash screen lookup. ( #44131 ) ( #13660 )
2019-11-06 04:37:48 +00:00
Matt Carroll
58a6d6554f
Fix plugin registrant reflection path. ( #44161 ) ( #13698 )
2019-11-05 23:36:35 +00:00
Darren Austin
3ea4005844
Added Semantic header support on Android. ( #13262 )
...
Added Semantic header support on Android.
2019-11-05 15:27:25 -08:00
chunhtai
1bfb928e07
Issues/39832 reland ( #13642 )
...
* Reland "Added new lifecycle enum (#11913 )"
2019-11-05 14:52:16 -08:00
Jason Simmons
76312eefdd
Fix Class.forName unchecked call warning ( #13695 )
2019-11-05 13:45:57 -08:00
chunhtai
fe0838e948
Revert "Added new lifecycle enum ( #11913 )" ( #13632 )
...
This reverts commit 02a479007420b05df8e075978ecdd15442ea520f.
2019-11-04 13:40:20 -08:00
chunhtai
02a4790074
Added new lifecycle enum ( #11913 )
2019-11-04 12:33:41 -08:00
xster
7aa40556a4
Release shim bindings when detaching ( #13432 )
2019-11-01 17:53:15 -07:00
Dan Field
ced6c63d1e
Request a reattach when creating the text input plugin on Android ( #13474 )
2019-11-01 15:29:33 -07:00
Jason Simmons
c604fd4395
Pass the automaticallyRegisterPlugins flag to the FlutterEngine constructor in FlutterActivityTest ( #13468 )
2019-10-31 16:06:37 -07:00
Matt Carroll
c882439cb3
Automatically register plugins in FlutterEngine. ( #43855 ) ( #13455 )
2019-10-31 14:10:45 -07:00
Dan Field
4b76fadbf4
Fizzle onConfigurationChanged if no FlutterView ( #13445 )
2019-10-30 15:49:02 -07:00
Matt Carroll
97807b5341
Automatically destroy FlutterEngine when created by FlutterActivity or FlutterFragment. ( #13423 )
2019-10-30 15:01:57 -07:00
Mehmet Fidanboylu
4092b0c4fe
Add isRunningInRobolectricTest back ( #13424 )
2019-10-29 19:46:21 -07:00
Jason Simmons
7069025a32
Reformat BUILD.gn files to comply with the format checker presubmit script ( #13401 )
2019-10-29 09:49:16 -07:00