1. 14 Jan, 2022 1 commit
    • Greg Spencer's avatar
      Disallow copy and cut when text field is obscured. (#96309) · a9e0dd40
      Greg Spencer authored
      Before this change, it was possible to select and copy obscured text from a text field.
      
      This  changes things so that:
      - Obscured text fields don't allow copy or cut.
      - If a field is both obscured and read-only, then selection is disabled as well (if you can't modify it, and can't copy it, there's no point in selecting it).
      a9e0dd40
  2. 13 Jan, 2022 1 commit
  3. 11 Jan, 2022 1 commit
  4. 10 Dec, 2021 1 commit
  5. 09 Dec, 2021 1 commit
  6. 03 Dec, 2021 1 commit
  7. 16 Nov, 2021 2 commits
  8. 04 Oct, 2021 1 commit
    • Greg Spencer's avatar
      Clean up examples, remove section markers and --template args (#91133) · fd9ce277
      Greg Spencer authored
      This does a cleanup of the examples, removing all of the "section" markers and extra comments that we don't need anymore now that the samples are no longer in the source code. It also removes the --template arguments from the {@tool dartpad} and {@tool sample} directives, since those are no longer used. It converts two examples that I discovered were still embedded into linked examples in the examples folder.
      
      I didn't delete the templates from the snippets config folder yet, because there are still embedded samples in the dart:ui package from the engine that use them. Once dart:ui no longer uses the templates, they can be removed.
      
      I bumped the version of the snippets package to pick up a change that allows removal of the --template argument.
      fd9ce277
  9. 22 Sep, 2021 1 commit
  10. 05 Sep, 2021 1 commit
  11. 25 Aug, 2021 1 commit
    • Greg Spencer's avatar
      Extract Sample code into examples/api (#87280) · 33403bd2
      Greg Spencer authored
      This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
      33403bd2
  12. 07 Aug, 2021 1 commit
  13. 30 Jul, 2021 1 commit
    • Renzo Olivares's avatar
      Add enableIMEPersonalizedLearning flag to TextField and TextFormField (#87002) · 9c32e5a1
      Renzo Olivares authored
      * Add requestPrivacy parameter to TextField
      
      * remove logs
      
      * No need to pass _Editable requestPrivacy for now
      
      * Forgot from last commit
      
      * Add requestPrivacy flag to text form field
      
      * Update docs
      
      * Add requestPrivacy to CupertinoTextField
      
      * Add test to verify requestPrivacy flag is sent to engine properly
      
      * update docs
      
      * fix tests
      
      * rename requestPrivacy to enableIMEPersonalizedLearning
      
      * Update text_input.dart
      
      * default to true
      
      * Have diagnostic properties default to true for enableIMEPersonalizedLearning
      9c32e5a1
  14. 13 Jul, 2021 1 commit
  15. 28 Jun, 2021 1 commit
  16. 24 Jun, 2021 1 commit
  17. 16 Jun, 2021 1 commit
  18. 10 Jun, 2021 1 commit
  19. 10 May, 2021 1 commit
  20. 21 Apr, 2021 1 commit
  21. 03 Apr, 2021 1 commit
  22. 31 Mar, 2021 1 commit
  23. 26 Mar, 2021 1 commit
  24. 25 Mar, 2021 3 commits
  25. 12 Mar, 2021 1 commit
  26. 11 Mar, 2021 1 commit
    • Justin McCandless's avatar
      Text Editing Movement Keys via Shortcuts (#75032) · 541bff40
      Justin McCandless authored
      Text editing shortcuts involving the arrow keys are no longer handled by RenderEditable's RawKeyboardListener, they use the new Shortcuts setup.  First PR in a plan to port all text editing keyboard handling to shortcuts.
      541bff40
  27. 24 Feb, 2021 1 commit
  28. 29 Jan, 2021 1 commit
  29. 27 Jan, 2021 1 commit
  30. 26 Jan, 2021 1 commit
  31. 23 Jan, 2021 1 commit
  32. 21 Jan, 2021 1 commit
  33. 20 Jan, 2021 1 commit
  34. 15 Jan, 2021 1 commit
  35. 15 Dec, 2020 1 commit
  36. 13 Dec, 2020 1 commit
  37. 11 Dec, 2020 1 commit