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

Ellipse rounding feature #2453

Closed
wants to merge 24 commits into from
Closed

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    682dfb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. fix misspelling

    Yithis committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    7d2bacf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Add missing fields to hashcode and equals methods for ImageRequest/Im…

    …ageDecodeOptions/DecodedImageOptions
    
    Reviewed By: defHLT
    
    Differential Revision: D18820102
    
    fbshipit-source-id: 60dd75b05680b4c85c56d84c5f586a42dc15a512
    Sahil Jain authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    0e33749 View commit details
    Browse the repository at this point in the history
  2. Add option to ignore bitmap pool hardcap

    Reviewed By: oprisnik
    
    Differential Revision: D18882638
    
    fbshipit-source-id: 0d8173245985af141c15bf07819c93d0ad0a000c
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    4b0c1fa View commit details
    Browse the repository at this point in the history
  3. Update some license headers

    Reviewed By: oprisnik
    
    Differential Revision: D18897971
    
    fbshipit-source-id: 98037d2d266ab81081765e8da2e9866307fbbf94
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    38d4dc3 View commit details
    Browse the repository at this point in the history
  4. Debug overlay: Fix component name position

    Reviewed By: AurelC2G
    
    Differential Revision: D18883415
    
    fbshipit-source-id: 0094e5466179f3d8ac27943df9953eb6c796adae
    oprisnik authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    814716d View commit details
    Browse the repository at this point in the history
  5. Strictify Blog.java and transitive deps.

    Reviewed By: oprisnik
    
    Differential Revision: D18834164
    
    fbshipit-source-id: a44a759e3aca696f9c9802dab810ba47b9ee1d0b
    mityal authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c751643 View commit details
    Browse the repository at this point in the history
  6. Remove progressiveRenderingEnabled from equality check

    Differential Revision: D18922061
    
    fbshipit-source-id: e01fd5a875b1fdb43b9838dcf1f9230af3fca39d
    Sahil Jain authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    37fbf94 View commit details
    Browse the repository at this point in the history
  7. Daily arc lint --take GOOGLEJAVAFORMAT

    Reviewed By: zertosh
    
    Differential Revision: D18931446
    
    fbshipit-source-id: bb0dc83f7b86a97fd5bc7eb44e229b90d65ecccf
    generatedunixname89002005287564 authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    bd43730 View commit details
    Browse the repository at this point in the history
  8. Fix instrumented drawable scaling

    Reviewed By: oprisnik
    
    Differential Revision: D18944243
    
    fbshipit-source-id: 4d3e3d6b94c64746432ac5078c105c8c749eeefb
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    19ab11f View commit details
    Browse the repository at this point in the history
  9. Daily arc lint --take GOOGLEJAVAFORMAT

    Reviewed By: zertosh
    
    Differential Revision: D18953993
    
    fbshipit-source-id: 5dca3d085c39c80a958ea37db1120065600201a1
    generatedunixname89002005287564 authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    c8bcb2e View commit details
    Browse the repository at this point in the history
  10. Fix NPE for Fresco Vito prefetcher

    Reviewed By: defHLT
    
    Differential Revision: D19014977
    
    fbshipit-source-id: f3b0e2b0c1666684c6ccc9a1a7eee62bf06c37bb
    oprisnik authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b387c98 View commit details
    Browse the repository at this point in the history
  11. Log Multiplexor duration to QPL

    Reviewed By: defHLT
    
    Differential Revision: D18959760
    
    fbshipit-source-id: a7e7324eb673a0376170a59a246a027372273ae8
    wizh authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    52e16c8 View commit details
    Browse the repository at this point in the history
  12. Delete separate supplier for VideoThumbnailProducer

    Differential Revision: D19134264
    
    fbshipit-source-id: 4d8f9528b9924c44f237a587015d661dd9e417c7
    Sahil Jain authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e36adb3 View commit details
    Browse the repository at this point in the history
  13. Fix encoded cache default value

    Reviewed By: yanivsb
    
    Differential Revision: D19175695
    
    fbshipit-source-id: 471bc8658c08d2832b15989d90f4f711d9a6566f
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    b13e1f5 View commit details
    Browse the repository at this point in the history
  14. Providing padding support for circular bitmap in Fresco Vito

    Reviewed By: oprisnik
    
    Differential Revision: D19147412
    
    fbshipit-source-id: 13342c649121e58f069c0725de66ca54637198d0
    John Wei authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e12352e View commit details
    Browse the repository at this point in the history
  15. Fix duration-less gifs using OutputStream

    Reviewed By: oprisnik
    
    Differential Revision: D19215048
    
    fbshipit-source-id: 1e346d07e5fdc76e9fabd3a065fc61da0688d541
    yoavbeeri authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    6a3c6e5 View commit details
    Browse the repository at this point in the history
  16. Alpha release

    Reviewed By: erikandre
    
    Differential Revision: D19263216
    
    fbshipit-source-id: 132122340d78a7aa79055f508b43ee19d2d033b6
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    865a5ab View commit details
    Browse the repository at this point in the history
  17. Reset MAX_SIMULTANEOUS_REQUESTS to default value

    Reviewed By: oprisnik
    
    Differential Revision: D19283109
    
    fbshipit-source-id: d45e93584ed6aee6d40dd6dba54cac96e2003654
    defHLT authored and Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2292c67 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cef4c3c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    60ee1e2 View commit details
    Browse the repository at this point in the history
  20. fix misspelling

    Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    51e3637 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ecece3b View commit details
    Browse the repository at this point in the history
  22. Merge remote-tracking branch 'origin/elipse_rounding_feature' into el…

    …ipse_rounding_feature
    Yithis committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    e2543fd View commit details
    Browse the repository at this point in the history