1. 28 Feb, 2023 1 commit
  2. 27 Feb, 2023 2 commits
  3. 23 Feb, 2023 1 commit
  4. 17 Feb, 2023 2 commits
  5. 13 Feb, 2023 1 commit
  6. 06 Feb, 2023 1 commit
  7. 23 Jan, 2023 1 commit
  8. 20 Jan, 2023 1 commit
  9. 19 Jan, 2023 2 commits
    • Jenn Magder's avatar
      Revert "Support iOS wireless debugging (#118104)" (#118826) · cbf2e168
      Jenn Magder authored
      This reverts commit 5cd2d4c6.
      cbf2e168
    • Victoria Ashworth's avatar
      Support iOS wireless debugging (#118104) · 5cd2d4c6
      Victoria Ashworth authored
      * setup wireless debugging to use device IP
      
      * fix tests
      
      * fix unused var and missing annotation
      
      * remove unneeded try catch
      
      * remove commented out line, change null to package id
      
      * better way to get package id
      
      * update mDNS lookup to continously check for server, add messaging if takes too long to find observatory url, update flutter drive to enable publish-port if using network device
      
      * Refactor mDNS Discovery to poll for observatories and better handle multiple instances of the same app. Update drive command to make publish-port more stable. Update attach for iOS to only use Protocol Discovery if applicable, run mDNS and Protocol Discovery simultaneously, handle --debug-port/--debug-url/--device-vmservice-port, continously poll for obseravtories with mDNS, include port in error message when mutliple available
      
      * add and update comments, use logger spinner intead of timer in flutter attach, other small improvements
      
      * add newline to message so next log won't be on same line
      
      * fix install/waiting for permission status progress so it doens't double print the time it took.
      
      * only print backtrace if observatory times out on a physical usb connected device
      
      * fix test
      
      * Update related references from Observatory to Dart VM Service
      
      * fix test
      5cd2d4c6
  10. 13 Jan, 2023 1 commit
  11. 15 Dec, 2022 1 commit
  12. 02 Dec, 2022 3 commits
  13. 16 Nov, 2022 1 commit
    • hellohuanlin's avatar
      [tools]build ipa validate template icon files (#114841) · dcae4247
      hellohuanlin authored
      * [tools]build ipa validate template icon files
      
      * use the same box for both validations, and added some unit test, and some nits
      
      * add unit test for templateImageDirectory
      
      * use fs.path.join intead of raw path
      
      * use the correct filesystem
      
      * lint
      
      * use absolute path for flutter_template_images
      
      * fix rebase
      
      * update indentation
      dcae4247
  14. 13 Nov, 2022 1 commit
  15. 12 Nov, 2022 1 commit
  16. 09 Nov, 2022 1 commit
    • Victoria Ashworth's avatar
      Add more supported simulator debugging options and improve tests (#114628) · 3a656b16
      Victoria Ashworth authored
      * add debugging options to simulator, test more debugging flags, add tests for other launch arguements
      
      * refactor iOS launch arguments to use one function for both simulator and physical devices
      
      * treat dart flags differently between physical and simulator
      
      * Simplify some flags between devices.
      
      Change --disable-service-auth-codes to not always be included for physical devices, only if disableServiceAuthCodes is true.
      Change --disable-observatory-publication to be used for simulator devices too.
      Change --enable-checked-mode & --verify-entry-points to be used if debuggingEnabled is true regardless of device type.
      Chnage --trace-startup to be used for simulator devices too.
      
      * fix ios release mode with buildable app startApp test
      
      * determine observatory-port from deviceVmServicePort and hostVmServicePort
      
      * add comments and remove hasObservatoryPort
      3a656b16
  17. 07 Nov, 2022 1 commit
    • Victoria Ashworth's avatar
      when getting xcworkspace, exclude hidden files (#114099) · 378387b1
      Victoria Ashworth authored
      * exclude xcworkspace that begins with a period
      
      * fix if spacing, add comment
      
      * add unit test for when no xcworkspace found
      
      * update to use xcodeWorkspace, make it nullable and refactor
      
      * check if hostAppRoot exists before trying to get xcworkspace
      
      * use local variables to take advantage of type promotion
      
      * only check if not null, don't need to check if exists
      
      * readd exist check for migrate
      
      * readd missing line at end of file
      378387b1
  18. 04 Nov, 2022 1 commit
  19. 03 Nov, 2022 3 commits
  20. 27 Oct, 2022 2 commits
  21. 26 Oct, 2022 1 commit
  22. 25 Oct, 2022 2 commits
  23. 18 Oct, 2022 1 commit
  24. 17 Oct, 2022 1 commit
  25. 12 Oct, 2022 1 commit
  26. 05 Oct, 2022 1 commit
  27. 04 Oct, 2022 2 commits
  28. 08 Sep, 2022 1 commit
  29. 02 Sep, 2022 1 commit
  30. 30 Aug, 2022 1 commit