1. 25 May, 2022 1 commit
  2. 11 May, 2022 1 commit
  3. 05 May, 2022 1 commit
  4. 15 Apr, 2022 1 commit
  5. 14 Apr, 2022 2 commits
  6. 13 Apr, 2022 1 commit
  7. 09 Mar, 2022 1 commit
  8. 08 Mar, 2022 2 commits
  9. 22 Feb, 2022 1 commit
  10. 15 Feb, 2022 1 commit
  11. 01 Feb, 2022 1 commit
  12. 28 Jan, 2022 1 commit
  13. 27 Jan, 2022 1 commit
  14. 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
  15. 13 Jan, 2022 1 commit
  16. 11 Jan, 2022 1 commit
  17. 09 Dec, 2021 1 commit
  18. 03 Dec, 2021 1 commit
  19. 19 Nov, 2021 1 commit
  20. 16 Nov, 2021 1 commit
  21. 08 Oct, 2021 3 commits
  22. 22 Sep, 2021 1 commit
  23. 05 Sep, 2021 1 commit
  24. 07 Aug, 2021 1 commit
  25. 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
  26. 16 Jul, 2021 1 commit
  27. 24 Jun, 2021 1 commit
  28. 16 Jun, 2021 1 commit
  29. 10 Jun, 2021 1 commit
  30. 10 May, 2021 1 commit
  31. 03 Apr, 2021 1 commit
  32. 30 Mar, 2021 1 commit
  33. 26 Mar, 2021 1 commit
  34. 25 Mar, 2021 3 commits