1. 06 May, 2019 1 commit
  2. 03 May, 2019 1 commit
  3. 29 Apr, 2019 2 commits
  4. 25 Apr, 2019 1 commit
  5. 29 Mar, 2019 1 commit
  6. 28 Mar, 2019 1 commit
  7. 06 Mar, 2019 1 commit
    • Dan Field's avatar
      Test reporter (#28297) · 20e0f13c
      Dan Field authored
      * Wrap test.main with a custom processor
      * Report test results to bigquery table
      20e0f13c
  8. 01 Mar, 2019 2 commits
  9. 26 Feb, 2019 1 commit
  10. 23 Feb, 2019 1 commit
  11. 22 Feb, 2019 1 commit
  12. 13 Feb, 2019 1 commit
  13. 06 Feb, 2019 1 commit
  14. 29 Jan, 2019 1 commit
  15. 25 Jan, 2019 1 commit
  16. 24 Jan, 2019 2 commits
  17. 22 Jan, 2019 2 commits
  18. 19 Jan, 2019 2 commits
  19. 17 Jan, 2019 1 commit
  20. 16 Jan, 2019 1 commit
  21. 10 Jan, 2019 1 commit
  22. 22 Dec, 2018 1 commit
  23. 19 Nov, 2018 2 commits
  24. 15 Nov, 2018 2 commits
  25. 09 Nov, 2018 1 commit
  26. 07 Nov, 2018 1 commit
  27. 06 Nov, 2018 3 commits
  28. 31 Oct, 2018 1 commit
    • Dan Field's avatar
      Re-reland Xcode backend refactor (#23762) · fd6b2e19
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      
      * add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
      fd6b2e19
  29. 30 Oct, 2018 3 commits
    • Dan Field's avatar
      Revert "Reland Xcode backend refactor" (#23737) · 7217999a
      Dan Field authored
      * Revert "Update templates (#23698)"
      
      This reverts commit 5b0de6d6.
      
      * Revert "Verify that date/number translations exist for all supported languages (#23692)"
      
      This reverts commit 3449edf2.
      
      * Revert "Reland Xcode backend refactor (#23574)"
      
      This reverts commit 7270f284.
      7217999a
    • Dan Field's avatar
      Reland Xcode backend refactor (#23574) · 7270f284
      Dan Field authored
      * Use Xcode build configurations to drive Flutter build mode
      
      * Proper check wrt local_engine, print error if profile mode misisng
      
      * Remove unused code, update tests, fix template problem, update warning
      
      * fix up warning
      
      * add explanatory dev comment
      
      * fix whitespace
      
      * missing words, change lambda arrow to function body
      
      * error indentation
      
      * Test early exits for xcode_backend.sh
      
      * only on macOS, use right test
      
      * Update error messages
      
      * case insensitive compare for build config
      
      * Update gallery podfile
      
      * update projects to add profile configuration
      
      * make compatible with flavors
      
      * add missing plist files
      7270f284
    • Devon Carew's avatar
      remove unnecessary overrides (#23650) · 0dada102
      Devon Carew authored
      0dada102