Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: c0bra/deviceframe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/cluster-parse-frames.js
Choose a base ref
...
head repository: c0bra/deviceframe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 12, 2018

  1. Fix iPhone X frame

    Rather than drawing orthogonal lines from the centre to measure the screen size, this uses a flood fill algorithm, and measures the size of the resulting shape.
    
    Please note I'm maintaining a fork of this project on my account, as I need the output in a different format
    jacobp100 authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    3a06c00 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Merge pull request #15 from jacobp100/patch-1

    Fix iPhone X frame
    c0bra authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    7cb4f16 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Merge pull request #16 from c0bra/feat/cluster-parse-frames.js

    Use cluster module to process frames in parallel for parse-frames.js
    c0bra authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    ef119b5 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    c0bra committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    7ac77e9 View commit details
    Browse the repository at this point in the history
  3. v1.3.0

    c0bra committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    e1cb491 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

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

Commits on Dec 5, 2018

  1. Remove old package-lock.json

    c0bra committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    22ef044 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Add support for building snaps

    popey committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    767d9b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Update snapcraft.yaml

    Alan Pope authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    e03b1a7 View commit details
    Browse the repository at this point in the history
  2. Update snapcraft.yaml

    Alan Pope authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    98eea1f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Run tests

    ramonszo committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5371f3a View commit details
    Browse the repository at this point in the history
  2. Remove node 4 and add 10

    c0bra authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    a700b28 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Merge pull request #21 from ramon82/master

    Use puppeteer instead of phantomjs
    c0bra authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    37938f5 View commit details
    Browse the repository at this point in the history
  2. Add prettier

    c0bra committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    cbd76f4 View commit details
    Browse the repository at this point in the history
  3. v2.0.0

    c0bra committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f9598c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Merge pull request #19 from popey/add-snapcraft

    Add support for building a snap of dframe
    c0bra authored Apr 4, 2019
    Configuration menu
    Copy the full SHA
    e907d13 View commit details
    Browse the repository at this point in the history
Loading