Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling from flutter/flutter #6

Merged
merged 26 commits into from
Jun 29, 2017
Merged

Commits on Jun 26, 2017

  1. Make this (working) test more verbose (#10973)

    ...so that we can compare it to the not-working test next to it.
    Hixie authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    dbe038e View commit details
    Browse the repository at this point in the history
  2. Enabling StrokeJoin for paths and rectangles. (#10742)

    * Prefix and Suffix support for TextFields
    
    * Adding Tests
    
    * Removing spurious newline.
    
    * Fixing a small problem with the test
    
    * Code review changes
    
    * Code Review Changes
    
    * Review Changes
    
    * Export the new StrokeJoin enum
    
    * Added example for line styles, and enabled line join styles.
    
    * Reverting inadvertent change to main.dart.
    
    * Updated due to code review of engine code
    
    * Removed example.
    gspencergoog authored and Hixie committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    ddf25d2 View commit details
    Browse the repository at this point in the history
  3. More documentation. (#10953)

    Applies comments I missed from #10904.
    Hixie authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    dbb734d View commit details
    Browse the repository at this point in the history
  4. Add test for unknown Xcode version string (#10979)

    Also, correct an existing test description.
    cbracken authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    5141c1e View commit details
    Browse the repository at this point in the history
  5. Ensure Xcode major, minor version always return non-null (#10980)

    Previously, xcodeMajorVersion and xcodeMinorVersion returned null unless
    xcodeVersionSatisfactory had been called first. We now compute them on
    demand, and cache the resultant values.
    cbracken authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    e04907a View commit details
    Browse the repository at this point in the history
  6. Add tests for xcodeVersionSatisfactory (#10981)

    And fix a typo in a test description.
    cbracken authored Jun 26, 2017
    Configuration menu
    Copy the full SHA
    bb732b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    a4a276b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e6ffe View commit details
    Browse the repository at this point in the history
  3. Use defaultTargetPlatform instead of Platform.operatingSystem for Ima…

    …geProvider. (#10986)
    
    * Use defaultTargetPlatform instead of Platform.operatingSystem for ImageProvider.
    Add convenience helper to make it easier to display a short string for
    an enums value.
    
    * Add comment linking to issue.
    jacob314 authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    70d3a62 View commit details
    Browse the repository at this point in the history
  4. Switch existings tests to use equalsIgnoringHashCodes and add more te…

    …sts. (#10954)
    
    * Switch existings tests to use equalsIgnoringHashCodes and add more tests.
    jacob314 authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    76a50fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa904a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50924fb View commit details
    Browse the repository at this point in the history
  7. Re-enable coverage and docs uploading (#11005)

    This time, do so in Travis' sudo-enabled environment,
    which is said to be less prone to networking issues.
    It also means we'll run in an env with 7.5GB of RAM
    instead of 4GB or RAM (at the cost of about 45 seconds
    of extra boot-up time).
    
    #10940
    tvolkert authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    b800654 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5f795c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb4a54d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Emit CocoaPods output if pod install fails (#11018)

    In the case where the CocoaPods 'pod install' step fails, emit its
    stdout to provide any potentially-useful error messages to the user.
    cbracken authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    a41e354 View commit details
    Browse the repository at this point in the history
  2. Guess sign iOS with the first certificate when running in machine mode (

    #10870)
    
    * Guess sign with the first certificate when multiple are available in machine mode
    
    * review
    xster authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    57746f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5279563 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    1731a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a106f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030abfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021a9ee View commit details
    Browse the repository at this point in the history
  5. Update MainActivity.kt.tmpl (#11033)

    Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio:
    
    ```
    This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed.
    ```
    mit-mit authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    0f72649 View commit details
    Browse the repository at this point in the history
  6. Updates Sample Catalog v0.0 (#11022)

    Hans Muller authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    3d6e36d View commit details
    Browse the repository at this point in the history
  7. Fix sample page generator: add the commit arg (#11038)

    Hans Muller authored Jun 29, 2017
    Configuration menu
    Copy the full SHA
    3045c28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be228ea View commit details
    Browse the repository at this point in the history