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

Added support for firefox on android #1516

Merged
merged 22 commits into from
Aug 20, 2017
Merged

Added support for firefox on android #1516

merged 22 commits into from
Aug 20, 2017

Commits on Jul 16, 2017

  1. Configuration menu
    Copy the full SHA
    5328e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b330291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f222299 View commit details
    Browse the repository at this point in the history
  4. fix for android to get tab id

    lemnis committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    fdaa6fb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    d39af45 View commit details
    Browse the repository at this point in the history
  2. Fixing small css issues, mostly visible on a phone

    popup.css
    :29, :30, :298; :298 fixes the issues that the overlay became wider
    than the popup, as result :29 and :30 is not needed anymore and
    reenables the possibility to scroll (needed on mobile)
    :21 - : 30; making sure that the popup is rendered on the max width of
    the device
    :194; fixes a issue where the header didn’t keep the correct place when
    zoomed in within firefox
    
    options.html
    :24; makes the page render on device width with the options page
    (personal preference)
    lemnis committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    bc231ec View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. cleanup

    * add comments
    * removed code that reduced the ux on other browsers
    lemnis committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    c61c0a8 View commit details
    Browse the repository at this point in the history
  2. Removes whitespace at bottom of a popup in chrome

    Happened because of the remove of `overflow-y: hidden`
    lemnis committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    0b865e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. removed chrome.windows api

    I don’t see the need for it and FF android doesn’t support it.
    lemnis committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    ab5d902 View commit details
    Browse the repository at this point in the history
  2. small fixes caused by container size

    accidentally changed the width of the popup and fixed a issue where
    vertical scrollbars appeared on firefox
    lemnis committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    5a8d934 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

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

Commits on Jul 26, 2017

  1. Moved to URL api

    lemnis committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    3bda018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea950fd View commit details
    Browse the repository at this point in the history
  3. update feature check

    lemnis committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7884298 View commit details
    Browse the repository at this point in the history
  4. removed whitespace

    lemnis committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    700e92c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. fixed accidental tab close

    lemnis committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    ac18053 View commit details
    Browse the repository at this point in the history
  2. cleanup code

    lemnis committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    b4dd778 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Configuration menu
    Copy the full SHA
    2c986a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'EFForg/master'

    lemnis committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    e73d12d View commit details
    Browse the repository at this point in the history
  3. small bug fixes

    lemnis committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    98fbb56 View commit details
    Browse the repository at this point in the history
  4. improved comments

    lemnis committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    2443260 View commit details
    Browse the repository at this point in the history
  5. fix for selenium test

    lemnis committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    1f230cf View commit details
    Browse the repository at this point in the history