1. 08 Oct, 2018 2 commits
    • Greg Spencer's avatar
      Fix gradle error in devicelab tests (#22814) · e0b182e6
      Greg Spencer authored
      Fixes a gradle error where it was failing to find a plugin because of an absolute path in the .flutter-plugins file instead of a relative path.
      
      I had originally removed this variable because I thought it was redundant with the projectDir, but apparently I was wrong about that (one resolves to a relative path, and one resolves to an absolute path).
      
      This PR reverts that part of the change and reintroduces the (not really) redundant variable.
      e0b182e6
    • Michael Thomsen's avatar
      Clean up the examples readme (#22419) · 2c063b7c
      Michael Thomsen authored
      A few changes:
      
      * Remove the search tip (it relies on searching for the new keyword which we no longer use)
      * Remove mentioning of examples that are either stale or only used for internal purposes (such as test)
      * Cross-link to the samples repo
      2c063b7c
  2. 06 Oct, 2018 3 commits
    • Greg Spencer's avatar
      Revert "Turn on line wrapping in usage and status messages, adds ANSI color to... · 2d81adf7
      Greg Spencer authored
      Revert "Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)" (#22759)
      
      This reverts commit e4386321
      because it breaks 160 benchmarks, and several devicelab tests,
      due to changing the format of the output.
      2d81adf7
    • Greg Spencer's avatar
      Turn on line wrapping in usage and status messages, adds ANSI color to doctor... · e4386321
      Greg Spencer authored
      Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)
      
      This turns on text wrapping for usage messages and status messages. When on a terminal, wraps to the width of the terminal. When writing to a non-terminal, wrap lines at a default column width (currently defined to be 100 chars). If --no-wrap is specified, then no wrapping occurs. If --wrap-column is specified, wraps to that column (if --wrap is on).
      
      Adds ANSI color to the doctor and analysis output on terminals. This is in this PR with the wrapping, since wrapping needs to know how to count visible characters in the presence of ANSI sequences. (This is just one more step towards re-implementing all of Curses for Flutter. :-)) Will not print ANSI sequences when sent to a non-terminal, or of --no-color is specified.
      
      Fixes ANSI color and bold sequences so that they can be combined (bold, colored text), and a small bug in indentation calculation for wrapping.
      
      Since wrapping is now turned on, also removed many redundant '\n's in the code.
      e4386321
    • Jonah Williams's avatar
      cdf1cec9
  3. 05 Oct, 2018 19 commits
  4. 04 Oct, 2018 16 commits