Mikkel Nygaard Ravn
7fa4637b58
Prepare for upgrading video player in Gallery to newest version ( #18501 )
2018-06-15 15:34:02 +02:00
Mikkel Nygaard Ravn
8c39c35eb0
Upgradle Gradle dependencies to match Android Studio 3.1.2 ( #18080 )
2018-06-01 09:57:40 +02:00
Mikkel Nygaard Ravn
87a6e2b497
Revert "Update Gradle dependencies ( #18071 )" ( #18074 )
...
This reverts commit 59bb2dba73
.
2018-05-31 19:25:40 +02:00
Mikkel Nygaard Ravn
59bb2dba73
Update Gradle dependencies ( #18071 )
2018-05-31 17:16:47 +02:00
Mikkel Nygaard Ravn
d21b2799a0
Revert "Update Gradle dependencies to match Android Studio 3.1.2 ( #17974 )" ( #17979 )
...
This reverts commit 0f557e720e
.
2018-05-28 21:18:13 +02:00
Mikkel Nygaard Ravn
0f557e720e
Update Gradle dependencies to match Android Studio 3.1.2 ( #17974 )
2018-05-28 21:08:50 +02:00
Mikkel Nygaard Ravn
bb88766448
Revert "Update Gradle dependencies to match Android Studio 3.1.2 ( #17942 )" ( #17966 )
...
This reverts commit dac1baf4fa
.
2018-05-28 15:10:37 +02:00
Mikkel Nygaard Ravn
dac1baf4fa
Update Gradle dependencies to match Android Studio 3.1.2 ( #17942 )
2018-05-28 14:35:32 +02:00
Hans Muller
bf3bd7667f
New Gallery UI reprise ( #17031 )
2018-04-27 08:11:20 -07:00
Hans Muller
38d5d46127
Revert "New Flutter Gallery UI" ( #16984 )
...
* Revert "New Flutter Gallery UI (#16936 )"
This reverts commit 7038597b02
.
2018-04-25 18:41:07 -07:00
Hans Muller
7038597b02
New Flutter Gallery UI ( #16936 )
...
A new front-end for the Flutter Gallery example.
2018-04-25 14:15:34 -07:00
Jonah Williams
e91683942c
Update AndroidManifest to include screenLayout|density in config changes ( #15871 )
...
* android templates should add density and screenLayout to config changes
* update the rest of the manifests
2018-03-24 12:38:42 -07:00
xster
d3418a5da4
Productionize the publishing Travis shard ( #14714 )
2018-02-21 10:57:21 -08:00
Mikkel Nygaard Ravn
31a0a5f4d0
Remove generated files from repo ( #14697 )
2018-02-16 12:33:21 +01:00
xster
5b46e0a4be
Let Travis build the gallery and push to TestFlight / Play Store ( #14408 )
...
* iOS works
* Works on Android
* Take in commit number in iOS also. Get rid of image upload for Android. It's just a waste of bandwidth
* Tweak to fix on Travis
2018-02-05 12:00:24 -08:00
xster
82ddabd32a
Fastlane instructives for tool publishing the Gallery ( #14347 )
...
* first round fastlane working on Android
* clean up and start ios
* Partial iOS
* Got a fastfile that works on iOS
* Finalize Android push instructions
* Finalize instructions for iOS
* Extra cleanup and optipng
* Disable readme autogen and add a default readme
2018-01-31 11:21:37 -08:00
Sam Rawlins
e8b666249a
Bump collection dependency to 1.14.5 ( #14048 )
2018-01-12 14:33:26 -08:00
Mikkel Nygaard Ravn
0a96f96c4f
Update and simplify Android templates ( #13970 )
2018-01-08 15:01:43 +01:00
Mikkel Nygaard Ravn
c669c62ecf
Update Android template instances - retake 2 ( #13928 )
2018-01-06 12:02:33 +01:00
Mikkel Nygaard Ravn
fea0c03466
Revert "Update Android template instances - retake ( #13901 )" ( #13903 )
...
This reverts commit 36e3b10396
to make the build green.
2018-01-04 15:20:30 +01:00
Mikkel Nygaard Ravn
36e3b10396
Update Android template instances - retake ( #13901 )
2018-01-04 09:50:25 +01:00
Mikkel Nygaard Ravn
5e2bc1681a
Revert "Refresh template instances in repo ( #13864 )" ( #13865 )
...
This reverts commit 25b1d43ad8
.
2018-01-03 10:50:58 +01:00
Mikkel Nygaard Ravn
25b1d43ad8
Refresh template instances in repo ( #13864 )
2018-01-03 09:58:16 +01:00
Mikkel Nygaard Ravn
5ae507a752
Revert "Refresh template instances ( #13563 )" ( #13565 )
...
This reverts commit 05d6b08ffe
.
2017-12-14 15:38:39 +01:00
Mikkel Nygaard Ravn
05d6b08ffe
Refresh template instances ( #13563 )
2017-12-14 15:19:59 +01:00
Michael Goderbauer
e5846d962e
Verify that committed GeneratedPluginRegistrant are up-to-date ( #13541 )
2017-12-13 17:49:54 -08:00
Ian Hickson
99987c2272
Update gallery for https://github.com/flutter/flutter/pull/13195 ( #13361 )
2017-12-06 12:17:46 -08:00
gspencergoog
18f0d3aef7
Add framework support for system text scale factor. ( #12180 )
...
* Add framework-side support for system text scale factor.
* Rolling engine to e3404b81a53ba3180c7623a6f2190ebb28518f30
Additional changes rolled in with engine change:
libtxt: implementation of GetRectsForRange that processes a line at a time - e3404b8
Provide an entropy source to the Dart engine (#4161 ) - e1aa867
libtxt: search for fallback fonts that can match emoji and CJK characters - 8061df1
Roll skia to e4679fa06a. (#4157 ) - 267e7a8
Update buildroot to 53fea9aebb
(#4160 ) - 02ea7ae
Revert engine Dart roll. (#4158 ) - 14aab33
Add support for system text scale factor. (#4124 ) - b2a7f4b
Include _http into sky_engine libraries for analyzer (#4154 ) - b930f10
libtxt: Remove postprocess_line and improve tracking of X offsets - 86f95f0
libtxt: remove redundant line_widths (#4152 ) - 14bf515
Roll dart to ade37f931e90b0fdb8fe16d6bf6f089545da55b6 (#4151 ) - 6f1264f
2017-10-02 14:18:18 -07:00
xster
538a33ee3b
update plugin underscore ( #11779 )
2017-08-24 15:20:19 -07:00
Yegor
18d9b20ffb
add Android instrumentation test ( #11063 )
...
* add Android instrumentation test
* add devicelab test
* add to manifest.yaml
* rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up
* volatile fields; style fixes
* use ConditionVariable; fix sh script
2017-07-10 17:20:49 -07:00
Mikkel Nygaard Ravn
1731a16d81
Make consistent use of gradle wrapper ( #10993 )
2017-06-29 09:48:01 +02:00
Michael Goderbauer
8b888e6a12
Apply tempalte changes to examples ( #10865 )
2017-06-20 15:27:00 -07:00
Michael Thomsen
5cec108023
Roll android build tools to 25.0.3 ( #9922 )
...
* Roll android build tools to 25.0.3
* Roll android build tools to 25.0.3 in templates
2017-05-09 18:58:46 +02:00
Sarah Zakarias
4e3a4ce830
Update Flutter Gallery to new plugin registry ( #9914 )
2017-05-09 14:00:06 +02:00
Sarah Zakarias
2dd26a93a5
Revert "Revert plugin use in gallery ( #9838 )" ( #9913 )
...
This reverts commit 4bbf158b6a
.
2017-05-09 11:49:03 +02:00
Michael Thomsen
a625d3e140
Revert "Upgrade to most recent android build tools version ( #9878 )" ( #9888 )
...
This reverts commit 5ed2984e75
.
2017-05-08 20:33:12 +02:00
Michael Thomsen
5ed2984e75
Upgrade to most recent android build tools version ( #9878 )
2017-05-08 20:12:32 +02:00
Ian Hickson
a5894fca82
Revert "Revert "Revert plugin use in gallery ( #9838 )"" ( #9883 )
...
* Revert "Update reference to url_launcher plugin in Gallery pubspec (#9879 )"
This reverts commit 96a04dea0d
.
* Revert "Revert "Revert plugin use in gallery (#9838 )" (#9877 )"
This reverts commit ede72a8043
.
2017-05-08 09:42:23 -07:00
Sarah Zakarias
ede72a8043
Revert "Revert plugin use in gallery ( #9838 )" ( #9877 )
...
This reverts commit 4bbf158b6a
.
2017-05-08 13:32:41 +02:00
Sarah Zakarias
4bbf158b6a
Revert plugin use in gallery ( #9838 )
...
* Revert "add Podfile (#9835 )"
This reverts commit 74e656752c
.
* Revert "update ref to url_launcher plugin in Flutter Gallery (#9833 )"
This reverts commit 30c49781c5
.
* Revert "Use url_launcher plugin in Flutter Gallery (#9751 )"
This reverts commit 02dfd6be53
.
2017-05-05 14:14:33 +02:00
Sarah Zakarias
74e656752c
add Podfile ( #9835 )
2017-05-05 12:59:01 +02:00
Sarah Zakarias
02dfd6be53
Use url_launcher plugin in Flutter Gallery ( #9751 )
2017-05-05 10:48:46 +02:00
Chris Bracken
28feba043f
Update Gallery plugin integration ( #9823 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:02:00 -07:00
Chris Bracken
eacf793b35
Use default FlutterActivity in non-plugin examples ( #9770 )
...
Brings hello_world and flutter_gallery Android code in line with the
corresponding iOS code.
2017-05-03 14:20:17 -07:00
Chris Bracken
1dc2d4eb43
Migrate Gallery demo to latest template ( #9730 )
2017-05-02 14:05:53 -07:00
Michael Goderbauer
506aea0316
enable windows tests with workaround ( #9058 )
2017-03-28 14:22:03 -07:00
Michael Thomsen
0533ffc020
Upgrade build tools to latest Android Studio default ( #8461 )
2017-02-28 18:25:28 +01:00
Michael Thomsen
1e1f7703cc
Revert "Revert "Update /examples/ to new gradle based build flow ( #8173 )"" ( #8291 )
2017-02-21 12:22:26 +00:00
Yegor
d6527451a0
Revert "Update /examples/ to new gradle based build flow ( #8173 )" ( #8177 )
...
This reverts commit 8da4778e1d
.
2017-02-15 09:44:44 -08:00
Michael Thomsen
8da4778e1d
Update /examples/ to new gradle based build flow ( #8173 )
...
* Update hello_world to new gradle based build flow
* Update flutter_gallery to gradle based build
* Align hello_services with new gradle based build
* Update platform_services to new gradle based build
* Upgrade stock to gradle based build
2017-02-15 17:13:10 +01:00