1. 19 Nov, 2019 1 commit
  2. 14 Nov, 2019 1 commit
  3. 13 Nov, 2019 2 commits
  4. 12 Nov, 2019 2 commits
    • Jonah Williams's avatar
      Update meta to 1.1.8 (#44584) · a901b650
      Jonah Williams authored
      a901b650
    • Shi-Hao Hong's avatar
      Sort Localization generation output (#44743) · 2b498567
      Shi-Hao Hong authored
      * Sort Localization generation output
      
      - When creating locales that were assumed from existing locales, the
      file that is used is non-deterministic. This adds a sort to the iterator
      to ensure that the same existing locale is used to generate the assumed
      locale
      - When generating material, cupertino and date localizations, the generated getters were not sorted. This
      introduces an alphabetic sort
      
      * remove main.dart.snapshot
      2b498567
  5. 11 Nov, 2019 1 commit
    • Shi-Hao Hong's avatar
      l10n tool improvements, stocks app i18n refresh (#44473) · 159a47da
      Shi-Hao Hong authored
      * Add check for placeholders being an empty map
      
      * Remove unnecessary properties from en_ES.arb in the stocks example
      
      * Use getter instead of methods in the stocks example
      
      * Fixed "annotating types for function expression parameters" lint issue from generated localizations delegate code
      159a47da
  6. 09 Nov, 2019 3 commits
    • Shi-Hao Hong's avatar
      Use raw string for l10n description (#44451) · e7d78b69
      Shi-Hao Hong authored
      * Use raw string for l10n description
      
      * Stock app refresh
      e7d78b69
    • Ian Hickson's avatar
    • Greg Spencer's avatar
      Add macOS fn key support. (#44410) · c921c5ae
      Greg Spencer authored
      This adds support for the fn key on macOS. It adds it to the key mappings as a supplemental mapping that overwrites the one from the Chrome headers, since the chrome headers have a TODO, but no implementation of the key.
      
      Also, ignore the fn key entirely on macOS. This is because On macOS laptop keyboards, the fn key is used to generate home/end and f1-f12, but it ALSO generates a separate down/up event for the fn key itself. Other platforms hide the fn key, and just produce the key that it is combined with, so to keep it possible to write cross platform code that looks at which keys are pressed, the fn key is ignored.
      c921c5ae
  7. 07 Nov, 2019 1 commit
  8. 06 Nov, 2019 1 commit
  9. 05 Nov, 2019 1 commit
    • Shi-Hao Hong's avatar
      l10n Localizations and LocalizationsDelegate Generation Tool (#43934) · ede637a7
      Shi-Hao Hong authored
      *Starting with arb files in lib/l10n, the tool creates the following by default:
      1. An AppLocalizations class containing:
      - an `AppLocalizationsDelegate`
      - a `supportedLocales` property that returns a list of all supported locales.
      - a `localizationsDelegate` property that returns a list containing this delegate along with `GlobalMaterialLocalizations.delegate`, `GlobalCupertinoLocalizations.delegate`, and `GlobalWidgetsLocalizations.delegate`.
      2. One Dart `message_<locale>.dart` file for each arb file, as well as a `messages_all.dart` file that performs the locale message lookup. The tool infers the locale of each arb file from the @@Locale property or the arb file's name.
      ede637a7
  10. 11 Oct, 2019 1 commit
  11. 01 Oct, 2019 1 commit
  12. 19 Sep, 2019 1 commit
  13. 17 Sep, 2019 2 commits
  14. 12 Sep, 2019 1 commit
  15. 06 Sep, 2019 1 commit
  16. 03 Sep, 2019 1 commit
    • Harry Terkelsen's avatar
      Automatically generated registrants for web plugins (#39628) · d33cf115
      Harry Terkelsen authored
      * WIP on web plugin registry
      
      * WIP on registering plugins
      
      * WIP on web plugin registration
      
      * Only generate `package:flutter_web_plugins` imports if plugins are
      defined
      
      * Add parsing test
      
      * Add documentation
      
      * Fix analyzer warnings
      
      * add license headers
      
      * Add tests for package:flutter_web_plugins
      
      * Run `flutter update-packages --force-upgrade`
      
      * Fix analyzer errors
      
      * Fix analyzer error in test
      
      * Update copyright and remove flutter SDK constraints
      
      * Enable tests since engine has rolled
      
      * add flutter_web_plugins tests to bots
      
      * Create an empty .packages file for WebFs test
      d33cf115
  17. 22 Aug, 2019 1 commit
  18. 19 Aug, 2019 1 commit
  19. 10 Aug, 2019 1 commit
  20. 09 Aug, 2019 1 commit
  21. 06 Aug, 2019 1 commit
  22. 05 Aug, 2019 3 commits
  23. 31 Jul, 2019 1 commit
  24. 29 Jul, 2019 1 commit
  25. 19 Jul, 2019 1 commit
  26. 04 Jul, 2019 1 commit
  27. 27 Jun, 2019 2 commits
  28. 21 Jun, 2019 2 commits
  29. 14 Jun, 2019 1 commit
  30. 12 Jun, 2019 1 commit
  31. 05 Jun, 2019 1 commit
    • Greg Spencer's avatar
      Game controller button support (#33868) · f0978c22
      Greg Spencer authored
      This adds support for game controller buttons. It adds some supplemental USB HID codes that aren't available from the Chromium source code, and maps those on Android to the game pad buttons that Android supports. Other platforms are not supported yet.
      f0978c22