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

Expand out offline app features for smoother cache clearing and version tracking #1384

Merged
merged 32 commits into from
Jan 7, 2020

Commits on Dec 22, 2019

  1. Merge pull request #1 from publiclab/main

    Update from image sequencer master
    anthony-zhou committed Dec 22, 2019
    Configuration menu
    Copy the full SHA
    9cece82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392149b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

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

Commits on Dec 28, 2019

  1. Create versionManagement.js

    Fetching the latest and local version number is now done through versionManagement.js
    anthony-zhou committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    c03f981 View commit details
    Browse the repository at this point in the history
  2. Add popup to prompt for refresh when a new version is available

    A new version is available whenever the sw.js file is changed.
    anthony-zhou committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    526f2de View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

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

Commits on Dec 30, 2019

  1. Fix Codeclimate issues

    anthony-zhou committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    27c7c97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a6b408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97411e View commit details
    Browse the repository at this point in the history
  4. Make update prompt appear at front of page

    Changed z-index
    anthony-zhou committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    56003b3 View commit details
    Browse the repository at this point in the history
  5. Delete unecessary code

    anthony-zhou committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    e5c1faf View commit details
    Browse the repository at this point in the history
  6. Create task to automatically update sw.js

    Used grunt-text-replace
    anthony-zhou committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    64378a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Uninstall semver

    anthony-zhou committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b0e9ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9d16c View commit details
    Browse the repository at this point in the history
  3. Update demo.js

    Make version statements more descriptive.
    anthony-zhou committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    124ff32 View commit details
    Browse the repository at this point in the history
  4. Update versionManagement.js

    Remove unused versionCompare function
    anthony-zhou committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    c294505 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Change URL for getting latest version

    Changed the URL for getting the latest NPM version to be based on the package.json file's attribute for "homepage".
    anthony-zhou committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    37979fb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

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

Commits on Jan 3, 2020

  1. Update index.html

    anthony-zhou committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    59eebad View commit details
    Browse the repository at this point in the history
  2. Update demo.css

    anthony-zhou committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    be8f8f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45dff6d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    01e9882 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b3a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839f637 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef337b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    0b34074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    384d526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e10399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d54f41 View commit details
    Browse the repository at this point in the history
  5. Updates for readability

    Changed single-line comments to multiline comments.
    anthony-zhou committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a4f0b43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    405a3b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5b8fc2 View commit details
    Browse the repository at this point in the history