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

Fix fastie #594

Merged
merged 16 commits into from
Jan 4, 2019
Merged

Fix fastie #594

merged 16 commits into from
Jan 4, 2019

Commits on Jan 3, 2019

  1. Merge pull request #1 from publiclab/main

    added new commits
    MargaretAN9 authored Jan 3, 2019
    Configuration menu
    Copy the full SHA
    1d6fd81 View commit details
    Browse the repository at this point in the history
  2. fixed fastie

    MargaretAN9 committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4f3d3db View commit details
    Browse the repository at this point in the history
  3. fixed greyscale (publiclab#593)

    MargaretAN9 authored and jywarren committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    e353465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bdaea3 View commit details
    Browse the repository at this point in the history
  5. Add drawing rectangles module (publiclab#566)

    * add drawing rectangle module
    
    * changes
    Mridul97 authored and jywarren committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    0fc8007 View commit details
    Browse the repository at this point in the history
  6. White balance module (publiclab#585)

    * white baalance module
    
    * improved algorithm
    
    * limit check
    vibhorgupta-gh authored and jywarren committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    a60acd5 View commit details
    Browse the repository at this point in the history
  7. Ability to set background color when "over cropping" to enlarge canvas (

    publiclab#563)
    
    * ability to set background color when over cropping to enlarge canvas
    
    * changes
    Mridul97 authored and jywarren committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6028520 View commit details
    Browse the repository at this point in the history
  8. Clarify that saved sequence will only be available in this browser (p…

    …ubliclab#587)
    
    * clarify that saved sequence will only be available in this browser
    
    * changes
    
    * changes
    
    * changes
    Mridul97 authored and jywarren committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    b520622 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Added a function to sequencer and then made the functionality availab…

    …le to crop and overlay module. (publiclab#592)
    
    * Add manifest.json and cache static assets for offline use (publiclab#331)
    
    * Add manifest.json
    
    * cache static assets for offline use
    
    * update cache
    
    * add meta theme-color and change static files to be cache
    
    * cache the files on network request
    
    * caching on first run
    
    Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
    
    * add a button to clear cache
    
    * add styling to clear cache link
    
    * Update Modules.js (publiclab#452)
    
    I've arranged the modules in alphabetical order.
    
    * Added a function to parse Input coordinates and added the functionality for crop and overlay modules
    
    * Added changed dist files
    
    * Revert "Added changed dist files"
    
    This reverts commit dbda25a.
    
    * Changed function name and added the functionaity to src/utils folder
    
    * Added unit test
    
    * Added unit test to /test/util
    Divy123 authored and jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    aad1f82 View commit details
    Browse the repository at this point in the history
  2. Add border thickness and color in DrawRectangle module (publiclab#602)

    * added border thickness functionality
    
    * add color functionality
    Mridul97 authored and jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    b71e9de View commit details
    Browse the repository at this point in the history
  3. Bump tape from 4.9.1 to 4.9.2 (publiclab#579)

    Bumps [tape](https://github.com/substack/tape) from 4.9.1 to 4.9.2.
    - [Release notes](https://github.com/substack/tape/releases)
    - [Commits](tape-testing/tape@v4.9.1...v4.9.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    a2157be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11476d5 View commit details
    Browse the repository at this point in the history
  5. Bump jsqr from 0.2.2 to 1.1.1 (publiclab#532)

    Bumps [jsqr](https://github.com/cozmo/jsQR) from 0.2.2 to 1.1.1.
    - [Release notes](https://github.com/cozmo/jsQR/releases)
    - [Commits](https://github.com/cozmo/jsQR/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    bc122af View commit details
    Browse the repository at this point in the history
  6. Update color drop down (publiclab#595)

    * updated drop down
    
    * fixed greyscale (publiclab#593)
    
    * add local to locally stored modules (publiclab#596)
    
    * Add drawing rectangles module (publiclab#566)
    
    * add drawing rectangle module
    
    * changes
    
    * White balance module (publiclab#585)
    
    * white baalance module
    
    * improved algorithm
    
    * limit check
    
    * Ability to set background color when "over cropping" to enlarge canvas (publiclab#563)
    
    * ability to set background color when over cropping to enlarge canvas
    
    * changes
    
    * Clarify that saved sequence will only be available in this browser (publiclab#587)
    
    * clarify that saved sequence will only be available in this browser
    
    * changes
    
    * changes
    
    * changes
    
    * Added a function to sequencer and then made the functionality available to crop and overlay module. (publiclab#592)
    
    * Add manifest.json and cache static assets for offline use (publiclab#331)
    
    * Add manifest.json
    
    * cache static assets for offline use
    
    * update cache
    
    * add meta theme-color and change static files to be cache
    
    * cache the files on network request
    
    * caching on first run
    
    Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
    
    * add a button to clear cache
    
    * add styling to clear cache link
    
    * Update Modules.js (publiclab#452)
    
    I've arranged the modules in alphabetical order.
    
    * Added a function to parse Input coordinates and added the functionality for crop and overlay modules
    
    * Added changed dist files
    
    * Revert "Added changed dist files"
    
    This reverts commit dbda25a.
    
    * Changed function name and added the functionaity to src/utils folder
    
    * Added unit test
    
    * Added unit test to /test/util
    
    * Add border thickness and color in DrawRectangle module (publiclab#602)
    
    * added border thickness functionality
    
    * add color functionality
    MargaretAN9 authored and jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d104ea7 View commit details
    Browse the repository at this point in the history
  7. rebuild

    jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    52b5f0b View commit details
    Browse the repository at this point in the history
  8. rebuild

    jywarren committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    de68ecd View commit details
    Browse the repository at this point in the history