1. 01 Oct, 2020 1 commit
  2. 17 Sep, 2020 1 commit
  3. 28 Jul, 2020 1 commit
  4. 21 May, 2020 1 commit
  5. 19 Dec, 2019 2 commits
  6. 17 Dec, 2019 1 commit
  7. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  8. 19 Nov, 2019 1 commit
  9. 04 Nov, 2019 1 commit
    • Nurhan Turgut's avatar
      Adding handling of TextInputClient.onConnectionClosed messages handli… (#43466) · 97cf355b
      Nurhan Turgut authored
      * Adding handling of TextInputClient.onConnectionClosed messages handling to Framework
      
      * Adding more test cases for closing connection to editable_text_test
      
      * fixing analyze error.
      
      * Fixing analyze error in the test file
      
      * Fixing comments on the new method
      
      * Adding more closing connection examples.
      
      * Indentation change
      
      * Remove auto-add white space
      
      * Changing the oncloseconnection behaviour to stop editing. Updating the tests
      
      * Addressing PR comments. Added explicit log for method channnels to the tests. Added comments to the interfaces.
      
      * add more documentation
      97cf355b
  10. 21 Aug, 2019 1 commit
  11. 09 Aug, 2019 2 commits
  12. 03 Jun, 2019 1 commit
  13. 28 May, 2019 1 commit
  14. 11 Oct, 2018 1 commit
  15. 12 Sep, 2018 1 commit
  16. 02 Jul, 2018 1 commit
  17. 26 Jun, 2018 1 commit
  18. 03 Jan, 2018 1 commit
  19. 07 Dec, 2017 3 commits
  20. 25 Nov, 2017 1 commit
  21. 27 Sep, 2017 1 commit
  22. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  23. 24 Apr, 2017 1 commit
    • Adam Barth's avatar
      FocusNode.requestFocus should show the keyboard (#9558) · 55f33468
      Adam Barth authored
      This patch introduces the notion of a keyboard token, which generalizes the
      logic in EditableText for distinguishing between gaining focus by default and
      gaining focus because of an explicit use action.
      
      Fixes #7985
      55f33468
  24. 18 Apr, 2017 1 commit
  25. 12 Apr, 2017 1 commit
    • Ian Hickson's avatar
      Fix tests to use Ahem, and helpful changes around that (#9332) · 2a545243
      Ian Hickson authored
      * Fix tests to use Ahem, and helpful changes around that
      
      - Fix fonts that had metric-specific behaviours.
      
      - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed
        to LiveTestWidgetsFlutterBinding.framePolicy.
      
      - LiveTestWidgetsFlutterBinding now defaults to using a frame policy
        that pumps slightly more frames, to animate the pointer crosshairs.
      
      - Added "flutter run --use-test-fonts" to enable Ahem on devices.
      
      - Changed how idle() works to be more effective in live mode.
      
      - Display the test name in live mode (unless ahem fonts are enabled).
      
      - Added a toString to TextSelectionPoint.
      
      - Style nit fixes.
      
      * Roll engine to get Ahem changes.
      
      * Update tests for dartdoc changes.
      
      * Fix flutter_tools tests
      2a545243
  26. 21 Mar, 2017 1 commit
  27. 17 Mar, 2017 1 commit
    • Mikkel Nygaard Ravn's avatar
      Remove old platform messaging API (#8837) · dce4bf85
      Mikkel Nygaard Ravn authored
      Breaking change: removed deprecated methods of PlatformMessages, leaving only binary messaging there. All other use of platform communication now goes through PlatformMessageChannel and PlatformMethodChannels. Retained use of String and JSON codecs for now.
      
      Companion engine PR: flutter/engine#3482
      dce4bf85
  28. 04 Mar, 2017 1 commit
  29. 07 Feb, 2017 1 commit
  30. 07 Nov, 2016 1 commit
  31. 19 Oct, 2016 1 commit