From 211fefc2178b8251fc9ee8cf393d58059b7a18cd Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Tue, 6 Dec 2016 16:03:32 -0800 Subject: [PATCH] rename Sky to Flutter and add clarifying comment to template (#7165) * s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity --- bin/internal/engine.version | 2 +- .../complex_layout/android/AndroidManifest.xml | 4 ++-- .../microbenchmarks/android/AndroidManifest.xml | 4 ++-- dev/manual_tests/android/AndroidManifest.xml | 4 ++-- examples/flutter_gallery/android/AndroidManifest.xml | 4 ++-- .../android/app/src/main/AndroidManifest.xml | 2 +- examples/hello_world/android/AndroidManifest.xml | 4 ++-- examples/layers/android/AndroidManifest.xml | 4 ++-- examples/stocks/android/AndroidManifest.xml | 4 ++-- packages/flutter_tools/lib/src/application_package.dart | 2 +- .../templates/create/android/AndroidManifest.xml.tmpl | 9 +++++++-- .../flutter_tools/test/application_package_test.dart | 4 ++-- 12 files changed, 26 insertions(+), 21 deletions(-) diff --git a/bin/internal/engine.version b/bin/internal/engine.version index ecbbb4bd1d..0d45a7e943 100644 --- a/bin/internal/engine.version +++ b/bin/internal/engine.version @@ -1 +1 @@ -cdb18a5356215c6ce73db73d2d6877ab6d3bd03c +74c1b2e4d73ff9f4f7987f72f8a01a355fc47070 diff --git a/dev/benchmarks/complex_layout/android/AndroidManifest.xml b/dev/benchmarks/complex_layout/android/AndroidManifest.xml index 62938bc9d8..df92d8b27c 100644 --- a/dev/benchmarks/complex_layout/android/AndroidManifest.xml +++ b/dev/benchmarks/complex_layout/android/AndroidManifest.xml @@ -6,8 +6,8 @@ - - + - - + - - + + diff --git a/examples/flutter_gallery/android/AndroidManifest.xml b/examples/flutter_gallery/android/AndroidManifest.xml index 2483920d16..63193c8d9d 100644 --- a/examples/flutter_gallery/android/AndroidManifest.xml +++ b/examples/flutter_gallery/android/AndroidManifest.xml @@ -8,8 +8,8 @@ - - + + diff --git a/examples/hello_services/android/app/src/main/AndroidManifest.xml b/examples/hello_services/android/app/src/main/AndroidManifest.xml index 0b0d0d8cb6..772377e0e8 100644 --- a/examples/hello_services/android/app/src/main/AndroidManifest.xml +++ b/examples/hello_services/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ - + - - + + diff --git a/examples/layers/android/AndroidManifest.xml b/examples/layers/android/AndroidManifest.xml index af20b7a1d5..6cdd1a9854 100644 --- a/examples/layers/android/AndroidManifest.xml +++ b/examples/layers/android/AndroidManifest.xml @@ -8,8 +8,8 @@ - - + + diff --git a/examples/stocks/android/AndroidManifest.xml b/examples/stocks/android/AndroidManifest.xml index f998c2dcc4..19be92310a 100644 --- a/examples/stocks/android/AndroidManifest.xml +++ b/examples/stocks/android/AndroidManifest.xml @@ -9,8 +9,8 @@ - - + > map = >{}; for (String line in data.split('\n')) { diff --git a/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl b/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl index 401c706a2e..e6c781992e 100644 --- a/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl +++ b/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl @@ -10,8 +10,13 @@ --> - - + +