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 attribute class redefined error on some epub files #457

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2020

  1. Fix attribute class redefined error on some epub files

    Some epubs, have an html content with "class" attribute. FolioReader
    will fail since it's also defining its class attribute.
    
    Fixed this by adding a logic to check if the class attribute already exist,
    if it does then just append the class attribute of FolioReader to the already
    existing class attribute of the Epub file. Otherwise, just add the class attribute
    directly to the htmlcontent.
    marcqtan committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3e99160 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

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

Commits on Aug 14, 2020

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

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    baa8cb2 View commit details
    Browse the repository at this point in the history
  2. Always show app bar

    marcqtan committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    85a27cb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

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

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    b46f307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8786e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9182f2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eccfa25 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    59fcf28 View commit details
    Browse the repository at this point in the history
  2. Remove white background

    marcqtan committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    865f86a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

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

Commits on Dec 9, 2020

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

Commits on Dec 10, 2020

  1. Handle nbsp entity

    marcqtan committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    1bd2f37 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

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

Commits on Dec 14, 2020

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

Commits on Jan 6, 2021

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

Commits on Jan 14, 2021

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

Commits on Jan 18, 2021

  1. Change slider color

    marcqtan committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    551bea1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 22, 2021

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

Commits on Jan 26, 2021

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

Commits on Jan 27, 2021

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

Commits on Jan 29, 2021

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

Commits on Feb 2, 2021

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

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    1ec96b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56067de View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Apr 7, 2021

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

Commits on Apr 12, 2021

  1. Fix DBAdapter crash

    marcqtan committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    12c2f19 View commit details
    Browse the repository at this point in the history