1. 29 Nov, 2022 1 commit
  2. 28 Nov, 2022 1 commit
  3. 22 Nov, 2022 2 commits
  4. 21 Nov, 2022 2 commits
  5. 18 Nov, 2022 1 commit
  6. 17 Nov, 2022 2 commits
  7. 16 Nov, 2022 4 commits
  8. 15 Nov, 2022 5 commits
  9. 13 Nov, 2022 1 commit
  10. 12 Nov, 2022 1 commit
  11. 11 Nov, 2022 2 commits
  12. 10 Nov, 2022 4 commits
  13. 09 Nov, 2022 3 commits
    • Danny Tuppeny's avatar
      [flutter_tools/dap] Add support for forwarding `flutter run --machine`... · 51c517c0
      Danny Tuppeny authored
      [flutter_tools/dap] Add support for forwarding `flutter run --machine` exposeUrl requests to the DAP client (#114539)
      
      * [flutter_tools/dap] Add support for forwarding `flutter run --machine` requests to the DAP client
      
      Currently the only request that Flutter sends to the client is `app.exposeUrl` though most of this code is generic to support other requests that may be added in future.
      
      * Improve comment
      
      * Fix thrown strings
      
      * StateError -> DebugAdapterException
      
      * Add a non-null assertion and assert
      
      * Use DebugAdapterException to handle restartRequests sent before process starts
      
      * Fix typo + use local var
      
      * Don't try to actually send Flutter messages in tests because there's no process
      51c517c0
    • 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
    • Gary Qian's avatar
      Apply multidex config in kotlin dsl gradle file (#114660) · 69a542da
      Gary Qian authored
      * Apply multidex login in kotlin dsl gradle file
      
      * Cleanup
      
      * Remove plugin parameter passing
      
      * Cleanup
      
      * Restore dependencies block
      
      * Analyzer
      
      * Compiles
      
      * Cleanup
      
      * Cleanup
      69a542da
  14. 08 Nov, 2022 4 commits
  15. 07 Nov, 2022 3 commits
  16. 06 Nov, 2022 1 commit
    • Chris Bracken's avatar
      Fix macOS migration nothing-to-upgrade test (#114703) · 5bc50c13
      Chris Bracken authored
      When testing whether a macOS deployment target version migration is
      unnecessary due to already being at the target version, we were
      previously checking the iOS deployment target version rather than the
      macOS version. This updates it to test MACOSX_DEPLOYMENT_TARGET instead.
      5bc50c13
  17. 05 Nov, 2022 1 commit
    • Tae Hyung Kim's avatar
      ICU Message Syntax Parser (#112390) · cef4c2aa
      Tae Hyung Kim authored
      * init
      
      * code generation
      
      * improve syntax error, add tests
      
      * add tests and fix bugs
      
      * code generation fix
      
      * fix all tests :)
      
      * fix bug
      
      * init
      
      * fix all code gen issues
      
      * FIXED ALL TESTS :D
      
      * add license
      
      * remove trailing spaces
      
      * remove print
      
      * tests fix
      
      * specify type annotation
      
      * fix test
      
      * lint
      
      * fix todos
      
      * fix subclass issues
      
      * final fix; flutter gallery runs
      
      * escaping for later pr
      
      * fix comment
      
      * address PR comments
      
      * more
      
      * more descriptive errors
      
      * last fixes
      cef4c2aa
  18. 04 Nov, 2022 1 commit
  19. 03 Nov, 2022 1 commit