-
Notifications
You must be signed in to change notification settings - Fork 48
Commit 3922742
committed
chore: ready for v1.5.12
1 parent 0349e15 commit 3922742
13 files changed
Lines changed: 283 additions & 162 deletions
File tree
- assets/flutter_i18n
- fastlane/metadata/android
- en-US
- changelogs
- zh-CN
- changelogs
- lib/page/setting/about_page
- macos
- Runner.xcodeproj
- .github/workflows/cut-release-branch.yml+85
- .github/workflows/easy-cp.yml+2-2
- .github/workflows/merge-changelog.yml+33-13
- .github/workflows/release-tracker.yml+124
- .github/workflows/roll-dart-dependencies.yml+110
- .github/workflows/sync-engine-version.yml+82
- CHANGELOG.md+57
- DEPS+6-6
- bin/internal/content_aware_hash.sh+7-1
- bin/internal/engine.version+1-1
- dev/devicelab/bin/tasks/ios_debug_workflow.dart+1-1
- dev/integration_tests/android_verified_input/pubspec.yaml+2-2
- dev/integration_tests/widget_preview_scaffold/pubspec.yaml+4-4
- engine/src/flutter/ci/builders/linux_web_engine_test.json+53
- engine/src/flutter/fml/BUILD.gn+4-1
- engine/src/flutter/fml/safe_math.cc+41
- engine/src/flutter/fml/safe_math.h+30
- engine/src/flutter/fml/safe_math_unittests.cc+39
- engine/src/flutter/impeller/display_list/aiks_dl_basic_unittests.cc+42
- engine/src/flutter/impeller/display_list/aiks_dl_runtime_effect_unittests.cc+92-2
- engine/src/flutter/impeller/display_list/dl_unittests.cc+4-2
- engine/src/flutter/impeller/entity/contents/circle_contents.cc+4-17
- engine/src/flutter/impeller/entity/contents/filters/runtime_effect_filter_contents.cc+31-1
- engine/src/flutter/impeller/entity/geometry/circle_geometry.cc+28-10
- engine/src/flutter/impeller/entity/geometry/circle_geometry.h+5
- engine/src/flutter/impeller/entity/shaders/circle.frag+57-34
- engine/src/flutter/impeller/fixtures/runtime_stage_filter_circle.frag+2-2
- engine/src/flutter/impeller/renderer/backend/vulkan/swapchain/khr/khr_swapchain_impl_vk.cc+7-2
- engine/src/flutter/impeller/renderer/backend/vulkan/test/mock_vulkan.cc+17
- engine/src/flutter/impeller/renderer/backend/vulkan/test/mock_vulkan.h+18
- engine/src/flutter/impeller/renderer/backend/vulkan/test/swapchain_unittests.cc+26
- engine/src/flutter/impeller/tools/malioc.json+33-33
- engine/src/flutter/lib/ui/painting/image_generator_apng.cc+19-2
- engine/src/flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/raw/raw_memory.dart+8
- engine/src/flutter/lib/web_ui/lib/src/engine/skwasm/skwasm_impl/surface.dart+20-19
- engine/src/flutter/lib/web_ui/test/canvaskit/canvaskit_api_tt_on_test.dart+2-5
- engine/src/flutter/lib/web_ui/test/felt_config.yaml+23
- engine/src/flutter/lib/web_ui/test/skwasm/raw_memory_test.dart+37
- engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate.mm+24-22
- engine/src/flutter/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegateTest.mm+75
- engine/src/flutter/shell/platform/windows/task_runner.cc+5-4
- engine/src/flutter/shell/platform/windows/task_runner_unittests.cc+6
- engine/src/flutter/shell/platform/windows/task_runner_window.cc+5-6
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_cliprect_after_moved_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_cliprect_after_moved_multiple_clips_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_cliprrect_with_transform_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_opacity_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_with_negative_backdrop_filter_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_platform_view_with_other_backdrop_filter_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/flutter/testing/ios_scenario_app/ios/Scenarios/ScenariosUITests/golden_two_platform_views_with_other_backdrop_filter_impeller_iPhone SE (3rd generation)_18.2_simulator.png
- engine/src/tools/dart/create_updated_flutter_deps.py+25-1
- packages/flutter/lib/src/cupertino/page_scaffold.dart+57-2
- packages/flutter/lib/src/material/scaffold.dart+78-2
- packages/flutter/test/cupertino/scaffold_test.dart+68-18
- packages/flutter/test/material/scaffold_test.dart+83-33
- packages/flutter/test/services/system_chrome_test.dart+5
- packages/flutter/test/widgets/interactive_viewer_test.dart+32-38
- packages/flutter_test/lib/src/controller.dart+14
- packages/flutter_test/pubspec.yaml+3-3
- packages/flutter_tools/lib/src/ios/core_devices.dart+3
- packages/flutter_tools/lib/src/ios/devices.dart+2
- packages/flutter_tools/lib/src/ios/lldb.dart+21-5
- packages/flutter_tools/lib/src/ios/mac.dart+54
- packages/flutter_tools/lib/src/ios/simulators.dart+1
- packages/flutter_tools/lib/src/ios/xcode_build_settings.dart+6-5
- packages/flutter_tools/lib/src/platform_plugins.dart+6-1
- packages/flutter_tools/lib/src/xcode_project.dart+161-31
- packages/flutter_tools/pubspec.yaml+5-5
- packages/flutter_tools/test/general.shard/ios/core_devices_test.dart+8
- packages/flutter_tools/test/general.shard/ios/ios_device_start_nonprebuilt_test.dart+1
- packages/flutter_tools/test/general.shard/ios/ios_device_start_prebuilt_test.dart+1
- packages/flutter_tools/test/general.shard/ios/lldb_test.dart+83-2
- packages/flutter_tools/test/general.shard/ios/mac_test.dart+126
- packages/flutter_tools/test/general.shard/ios/xcodeproj_test.dart+121-54
- pubspec.lock+9-9
- pubspec.yaml+5-5
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
978 | - | ||
978 | + | ||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | - | ||
993 | - | ||
992 | + | ||
993 | + | ||
994 | 994 | | |
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | - | ||
999 | + | ||
1000 | 1000 | | |
1001 | 1001 | | |
1002 | 1002 | | |
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | - | ||
1141 | + | ||
1142 | 1142 | | |
1143 | - | ||
1144 | - | ||
1143 | + | ||
1145 | 1144 | | |
1146 | - | ||
1147 | - | ||
1145 | + | ||
1146 | + | ||
1147 | + | ||
1148 | + | ||
1148 | 1149 | | |
1149 | - | ||
1150 | - | ||
1150 | + | ||
1151 | + | ||
1151 | 1152 | | |
1152 | - | ||
1153 | - | ||
1153 | + | ||
1154 | 1154 | | |
1155 | - | ||
1156 | - | ||
1155 | + | ||
1156 | + | ||
1157 | + | ||
1157 | 1158 | | |
1159 | + | ||
1160 | + | ||
1161 | + | ||
1162 | + | ||
1163 | + | ||
1164 | + | ||
1165 | + | ||
1166 | + | ||
1167 | + | ||
1168 | + | ||
1158 | 1169 | | |
1159 | - | ||
1160 | - | ||
1161 | - | ||
1170 | + | ||
1171 | + | ||
1172 | + | ||
1173 | + | ||
1174 | + | ||
1175 | + | ||
1176 | + | ||
1177 | + | ||
1178 | + | ||
1179 | + | ||
1180 | + | ||
1162 | 1181 | | |
1163 | - | ||
1164 | - | ||
1165 | - | ||
1166 | - | ||
1167 | - | ||
1182 | + | ||
1183 | + | ||
1168 | 1184 | | |
1169 | 1185 | | |
1170 | 1186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | - | ||
140 | + | ||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
916 | - | ||
916 | + | ||
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| |||
927 | 927 | | |
928 | 928 | | |
929 | 929 | | |
930 | - | ||
931 | - | ||
930 | + | ||
931 | + | ||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | - | ||
937 | + | ||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
1069 | 1069 | | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | - | ||
1072 | + | ||
1073 | 1073 | | |
1074 | - | ||
1075 | 1074 | | |
1075 | + | ||
1076 | 1076 | | |
1077 | - | ||
1077 | + | ||
1078 | 1078 | | |
1079 | - | ||
1079 | + | ||
1080 | 1080 | | |
1081 | + | ||
1081 | 1082 | | |
1082 | - | ||
1083 | 1083 | | |
1084 | - | ||
1084 | + | ||
1085 | 1085 | | |
1086 | + | ||
1086 | 1087 | | |
1087 | - | ||
1088 | 1088 | | |
1089 | - | ||
1089 | + | ||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | - | ||
1092 | + | ||
1093 | 1093 | | |
1094 | - | ||
1095 | - | ||
1094 | + | ||
1096 | 1095 | | |
1097 | - | ||
1096 | + | ||
1098 | 1097 | | |
1099 | - | ||
1100 | 1098 | | |
1099 | + | ||
1101 | 1100 | | |
1102 | - | ||
1101 | + | ||
1103 | 1102 | | |
1104 | - | ||
1105 | 1103 | | |
1106 | - | ||
1104 | + | ||
1107 | 1105 | | |
1108 | - | ||
1106 | + | ||
1109 | 1107 | | |
1110 | - | ||
1108 | + | ||
1109 | + | ||
1110 | + | ||
1111 | + | ||
1112 | + | ||
1113 | + | ||
1114 | + | ||
1115 | + | ||
1116 | + | ||
1117 | + | ||
1118 | + | ||
1119 | + | ||
1120 | + | ||
1121 | + | ||
1122 | + | ||
1123 | + | ||
1124 | + | ||
1125 | + | ||
1126 | + | ||
1127 | + | ||
1128 | + | ||
1129 | + | ||
1130 | + | ||
1131 | + | ||
1132 | + | ||
1133 | + | ||
1134 | + | ||
1135 | + | ||
1111 | 1136 | | |
1112 | 1137 | | |
1113 | 1138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | - | ||
8 | + | ||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | - | ||
17 | + | ||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | + | ||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | - | ||
8 | + | ||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | + | ||
22 | 23 | | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | - | ||
26 | + | ||
27 | + | ||
27 | 28 | | |
28 | - | ||
29 | + | ||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
312 | - | ||
313 | + | ||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
0 commit comments