1. 11 Mar, 2016 2 commits
    • John McCutchan's avatar
      Add DevicePortForwarder with adb fix · 5e140b75
      John McCutchan authored
      5e140b75
    • Ian Hickson's avatar
      Enable ALL THE LINTS · 1b9cd520
      Ian Hickson authored
      Well, all the easy ones, anyway.
      
      For some reason `// ignore:` isn't working for me so I've disabled
      lints that need that. Also disabled those that require a ton of work
      (which I'm doing, but not in this PR, to keep it reviewable).
      
      This adds:
      - avoid_init_to_null
      - library_names
      - package_api_docs
      - package_names
      - package_prefixed_library_names
      - prefer_is_not_empty
      - sort_constructors_first
      - sort_unnamed_constructors_first
      - unnecessary_getters_setters
      1b9cd520
  2. 10 Mar, 2016 2 commits
  3. 09 Mar, 2016 2 commits
  4. 08 Mar, 2016 1 commit
  5. 29 Feb, 2016 1 commit
    • Adam Barth's avatar
      Teach flutter logs to show only new logs · ad718a8d
      Adam Barth authored
      After this patch, the flutter logs command on Android shows only log messages
      since the command was run. Previously, it showed historical logs, which was
      confusing.
      
      Fixes #2013
      ad718a8d
  6. 28 Feb, 2016 1 commit
  7. 27 Feb, 2016 1 commit
  8. 26 Feb, 2016 2 commits
  9. 21 Feb, 2016 2 commits
  10. 20 Feb, 2016 1 commit
  11. 19 Feb, 2016 1 commit
  12. 17 Feb, 2016 1 commit
  13. 15 Feb, 2016 1 commit
  14. 13 Feb, 2016 1 commit
  15. 10 Feb, 2016 1 commit
  16. 09 Feb, 2016 1 commit
  17. 06 Feb, 2016 1 commit
  18. 02 Feb, 2016 1 commit
  19. 01 Feb, 2016 1 commit
  20. 28 Jan, 2016 2 commits
    • Jason Simmons's avatar
      Add a --full-restart flag to the start command that controls whether we stop... · 0eb970f7
      Jason Simmons authored
      Add a --full-restart flag to the start command that controls whether we stop the application process
      
      SkyActivity now allows reloading application Dart code within an existing
      activity.  If a SkyActivity instance is already running, then passing
      --no-full-restart will restart the Dart code without killing and restarting
      the SkyShell application.
      (full-restart will remain the default until the engine
      that supports this is rolled out)
      
      Also remove the obsolete --poke flag
      0eb970f7
    • Devon Carew's avatar
      use status(), error(), and trace() for logging · d7fbf530
      Devon Carew authored
      rename to printTrace(), printStatus(), and printError()
      d7fbf530
  21. 27 Jan, 2016 2 commits
    • Devon Carew's avatar
      refactor the list command · 7ac4e624
      Devon Carew authored
      7ac4e624
    • Jason Simmons's avatar
      Allow collection of trace files when adbd is not running as root · 58ba5129
      Jason Simmons authored
      Also fix a bug where the trace command may capture the wrong file
      if multiple trace file paths are in the Android log buffer.
      
      Previously we found a lower bound timestamp for the trace path log
      by running the date command on the device and parsing the result on
      the host.  This could yield an inaccurate result if the device and
      host are using different time zones.
      
      The command will now obtain the most recent timestamp in the device's
      time format by running logcat.
      58ba5129
  22. 22 Jan, 2016 1 commit