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

Flow initial pwa #4334

Merged
merged 50 commits into from
Jul 11, 2018
Merged

Flow initial pwa #4334

merged 50 commits into from
Jul 11, 2018

Commits on Jun 19, 2018

  1. Adds automatic PWA -initialization for all Flow-projects.

    Initial commit:
    - Unstable
    - Quick'n'dirty
    - Works
    mikotin committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    74ccbf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Renamed Manifest to PWA.

    Fixed code and tests to pass tests.
    Removed initializer - registry created as singleton on demand.
    Added support for free size icons.
    mikotin committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    110a643 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Added missing type from icons

    mikotin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b03bdb0 View commit details
    Browse the repository at this point in the history
  2. Added missing href setting

    mikotin committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    1953c59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3538cbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8908c3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc2a561 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f52538a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b0b1cc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    10c19f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d580c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efeb58e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Fixed commented issues.

    Added missing periods
    Use defined constant
    Fixed typo (extra ") from meta tag value
    Changed to use unmodifiableList
    mikotin committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    e19249a View commit details
    Browse the repository at this point in the history
  2. Fixed comments.

    mikotin committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    b942b51 View commit details
    Browse the repository at this point in the history
  3. Fixed comments.

    mikotin committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    45f9931 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Configuration menu
    Copy the full SHA
    96451c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11454ad View commit details
    Browse the repository at this point in the history
  3. Fixed reported issues

    mikotin committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    3c4a794 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Configuration menu
    Copy the full SHA
    e0ab2da View commit details
    Browse the repository at this point in the history
  2. Removed unused import.

    mikotin committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    067fb12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2185806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5ab9fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8b77e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

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

Commits on Jul 4, 2018

  1. Configuration menu
    Copy the full SHA
    9a44794 View commit details
    Browse the repository at this point in the history
  2. Changed default logo for pwa

    mikotin committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    f7ad12c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    d5d926f View commit details
    Browse the repository at this point in the history
  2. Fixed theme-color meta tag.

    mikotin committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ec3e500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb57b39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a74bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8adc3f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into flow-initial-pwa

    Kirill Bulatov committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    ca2d2f4 View commit details
    Browse the repository at this point in the history
  7. Styling fixes. (#4365)

    SomeoneToIgnore authored and mikotin committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    6c4b20a View commit details
    Browse the repository at this point in the history
  8. Remove unneeded CSS property.

    Kirill Bulatov committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    15a789f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Configuration menu
    Copy the full SHA
    663cd54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c71e058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    682c3ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d67035 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb7050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2bd0cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3612a12 View commit details
    Browse the repository at this point in the history
  8. Removed unused import.

    mikotin committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    38c0460 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1fe75d View commit details
    Browse the repository at this point in the history
  10. Updated version.

    mikotin committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    b4c69d0 View commit details
    Browse the repository at this point in the history
  11. Fixed constant.

    mikotin committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    ff85742 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Merge branch 'master' into flow-initial-pwa

    Kirill Bulatov committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    34eeaa7 View commit details
    Browse the repository at this point in the history
  2. Fix sonar issues.

    Kirill Bulatov committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    6af74cd View commit details
    Browse the repository at this point in the history
  3. Code review fixes.

    Kirill Bulatov committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4da44a9 View commit details
    Browse the repository at this point in the history
  4. Fix NPE.

    Kirill Bulatov committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    689730a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Replace string concatenation with append.

    Kirill Bulatov committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    a55390a View commit details
    Browse the repository at this point in the history