Commit Graph

18842 Commits

Author SHA1 Message Date
Shi-Hao Hong
19e7db585d [gen_l10n] Escape special JSON characters in generateString utility function (#53605) 2020-04-01 11:16:01 -07:00
stuartmorgan
445b5a14f2 Precache platform filter change (#53701)
Makes the following changes to the behavior of precache:
- The --all-platforms flags now fetches all artifacts, rather than just
  turning off platform filtering of selected artifacts.
- Explicitly requested artifacts are no longer subject to platform
  filtering. E.g., 'precache --ios' will download iOS artifacts on
  Windows and Linux (but 'precache' without an 'ios' flag will still
  only download iOS artifacts on macOS).
- Desktop platform artifacts now respect the bypassing of platform
  filtering.

Fixes #53272
2020-04-01 10:54:59 -07:00
Emmanuel Garcia
e61ab4a832 Copy APK into a known location, so it can be easily discovered (#53718) 2020-04-01 10:03:56 -07:00
chunhtai
a206bf7e2f Reland "Implements the navigator page api (#50362)" (#53708)
This reverts commit aee9e94c21.
2020-04-01 09:44:22 -07:00
Marc Plano-Lesay
a1f6c173ba Fix a typo (#53699) 2020-04-01 09:19:54 -07:00
Jonas Finnemann Jensen
da036c5214 Application templates should default to publish_to: none (#52740) 2020-04-01 14:20:02 +02:00
Lau Ching Jun
587b622396 Fuchsia device is ephemeral. (#53717) 2020-04-01 00:51:02 -07:00
Darren Austin
f2acfbca82 Material Date Picker should honor DialogTheme shape, and elevation. (#53713)
* Date Picker should honor DialogTheme shape, and elevation.
2020-04-01 00:45:45 -07:00
Jonah Williams
bb5c340066 [flutter_tools] cache the base URL as index.html (#53666) 2020-04-01 00:36:02 -07:00
cjng96
d62c7ecce5 Ignore key events on edit control on web platform (#52656) (#52661) 2020-04-01 00:31:03 -07:00
Greg Spencer
2a649b16e2 Add an adaptive visual density static function, and add it to… (#51921)
Adds a VisualDensity.adaptivePlatformDensity static function that returns different values for visual density based on the defaultTargetPlatform. Returns compact for desktop platforms, and a default visual density for other platforms.
2020-03-31 16:16:25 -07:00
Jose Alba
d14a301e41 Revert "[Slider] Rebase. (#52663)" (#53698)
This reverts commit e71cf1cdbe.
2020-03-31 16:14:22 -07:00
Jenn Magder
ad07c4041a Delete unused NDK location checks (#53694) 2020-03-31 14:53:49 -07:00
Gary Qian
6280b39164 Un-gate value setting in formatter repeat check logic (#53613) 2020-03-31 13:16:02 -07:00
Kate Lovett
cb4147cf73 Doc Improvements (#53377) 2020-03-31 13:11:02 -07:00
Mubarak Imam
df90bb5fd6 fix issue with multiple java runtimes on macOS (#52474) 2020-03-31 11:36:01 -07:00
nujz
fcd90c0a51 ScrollPosition.jumpTo call notifyListeners twice (#53425) 2020-03-31 11:26:02 -07:00
Jonah Williams
7bf74c3460 [flutter_tools] handle unsafe build outputs (#53601) 2020-03-31 11:01:01 -07:00
Jose Alba
e71cf1cdbe [Slider] Rebase. (#52663) 2020-03-31 10:56:01 -07:00
stuartmorgan
a2d62df3ee Use feature flags for desktop cache (#53608) 2020-03-30 21:51:48 -07:00
chunhtai
aee9e94c21 Revert "Implements the navigator page api (#50362)" (#53610)
This reverts commit 9a6eb7def3.
2020-03-30 16:12:40 -07:00
Jonah Williams
8cb1d269f6 [versions] update EVERYTHING (#53467) 2020-03-30 14:09:38 -07:00
Shi-Hao Hong
85e5b210b4 Implement DropdownMenuItem.onTap (#53368)
* Implement DropdownMenuItem.onTap
2020-03-30 13:48:40 -07:00
Darren Austin
c7a6e300dd Fixed a bug with the month grid showing the wrong month after selecting a date. (#53594) 2020-03-30 13:45:33 -07:00
Ayush Bherwani
08ee37e1c1 [RefreshIndicator] adds strokeWidth parameter to RefreshIndicator (#53344) 2020-03-30 12:56:06 -07:00
Jonah Williams
72343ee0e4 [flutter_tools] refactor build_system and targets to be context-free (#53268) 2020-03-30 12:51:04 -07:00
Jonah Williams
4605b51a7e [flutter_tools] use package Uuid consistently (#53492) 2020-03-30 12:46:06 -07:00
Shi-Hao Hong
57d7946b2f Implement DropdownButton and DropdownButtonFormField onTap callback (#53105) 2020-03-30 12:46:02 -07:00
Ayush Bherwani
b665533060 [MediaQueryData] adds assertions to MediaQueryData Constructor (#53003) 2020-03-30 12:41:03 -07:00
Shi-Hao Hong
f36a49762b Refresh Material and Cupertino localizations (#53448) 2020-03-29 13:36:01 -07:00
Dan Field
c8efcb632b Only fetch tags when not on dev/beta/stable (#53450) 2020-03-27 22:31:01 -07:00
Jonah Williams
dfc3318e87 [flutter_tools] dont create synthetic sdk when running consumer-only (#53466) 2020-03-27 22:25:09 -07:00
Jonah Williams
8403930d41 [flutter_tools] unpin SDK deps when upgrading packages (#53429) 2020-03-27 22:11:01 -07:00
Pieter van Loon
6c9071d3c2 Added parallax effect for cupertino fullscreenDialog (#50180) 2020-03-27 22:06:01 -07:00
stuartmorgan
94500073a0 Windows template update project (#53302)
Updates the Windows app template to use the new DartProject API, significantly simplifying the template.

Increments the template version, even though this isn't itself a breaking change, so that users will be prompted to update their projects rather than be broken later when the old API is removed.
2020-03-27 16:36:15 -07:00
chunhtai
9a6eb7def3 Implements the navigator page api (#50362) 2020-03-27 16:24:01 -07:00
Jenn Magder
ce40fbaf51 Include metadata in GitHub crash template (#53118) 2020-03-27 16:21:45 -07:00
Darren Austin
4dd9136397 Reset autovalidate in the text input form field of the Date Picker when switching back to input mode from calendar mode. (#53434) 2020-03-27 15:06:01 -07:00
Onat Çipli
ac3b77bdac Scrollbar display always (#50752) 2020-03-27 14:51:03 -07:00
Ferhat
763f875441 Treeshake debugFillProperties (#53303) 2020-03-27 14:50:03 -07:00
Jenn Magder
57b0ddbd60 Uninstall app flag (#53385) 2020-03-27 10:13:54 -07:00
Jonah Williams
be3a4b37b3 [flutter_tools] don't trim log messages from the web (#53379) 2020-03-26 18:08:05 -07:00
Jonah Williams
2717eb6413 [flutter tools] rewrite launch non-prebuilt app tests (#53351) 2020-03-26 17:36:02 -07:00
Jonah Williams
c5800fe107 [flutter_tools] update iOS deploy tests for best practices (#53343) 2020-03-26 17:31:01 -07:00
Dmitry Borodin
5a3e7e4366 Updated obsolete URL (#52158) 2020-03-26 14:34:00 -07:00
Dan Field
ed67c47982 Add error callbacks to other image resolving code (#53329) 2020-03-26 13:36:03 -07:00
Anthony
0d111bc91a [Material] Create a Navigation Rail component and theme (#49574) 2020-03-26 13:31:02 -07:00
Zachary Anderson
9d97918c60 [flutter_tools] Prepare for OSError to implement Exception (#53258) 2020-03-26 09:51:01 -07:00
Jenn Magder
8a9023522c Push iMobileDevice and iosDeploy instantiation into XCDevice constructor (#53307) 2020-03-25 18:12:13 -07:00
Jonah Williams
e23c4796a3 Expose extra frontend options through build apk/ios/macOS (#53273)
This will allow experimenting with the remove to string transformer before we're ready to turn it on by default. This doesn't work for web yet since we use dart2js instead of the frontend_server for producing kernel
2020-03-25 16:56:41 -07:00