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

Linux #25

Draft
wants to merge 45 commits into
base: master
Choose a base branch
from
Draft

Linux #25

wants to merge 45 commits into from

Commits on Jul 17, 2015

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

Commits on Jun 9, 2017

  1. fixed build script

    darkdragon-001 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    99fe0d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4dd2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c05b2d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. Configuration menu
    Copy the full SHA
    d9a8c8b View commit details
    Browse the repository at this point in the history
  2. added debian package

    darkdragon-001 committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    4b6e417 View commit details
    Browse the repository at this point in the history
  3. improved README

    darkdragon-001 committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    c4c12be View commit details
    Browse the repository at this point in the history
  4. added LICENSE

    darkdragon-001 committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    fe83a4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d82e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88cca15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32fbb59 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Configuration menu
    Copy the full SHA
    c9e9069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38a1317 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Configuration menu
    Copy the full SHA
    a004ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094cecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dc9d6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebfeee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

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

Commits on Oct 3, 2018

  1. Updated project files

    darkdragon-001 committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    347c8b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7152d76 View commit details
    Browse the repository at this point in the history
  3. Fixed spaces

    darkdragon-001 committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    bc6fa7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95d634f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e7d5ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99947e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f98a7f View commit details
    Browse the repository at this point in the history
  8. Improved .gitignore

    darkdragon-001 committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    b9912bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c60e76d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6668870 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    597322a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2665238 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c538ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e157981 View commit details
    Browse the repository at this point in the history
  5. Release version 1.9.3

    darkdragon-001 committed May 30, 2019
    Configuration menu
    Copy the full SHA
    e115d97 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Improved gitignore

    haidelber authored and darkdragon-001 committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3b4fcb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b6b00 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Fix image processing

    - Stream needs to be at position 0 for Icon
    - Use default resolution when not set (equals 0)
    darkdragon-001 committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    21c3cae View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Use own FaviconConnection class for more flexibility

    - Inspired by KeePassLib.Serialization.IOConnection
    - Respects user settings for Proxy and SslCertsAcceptInvalid
    - Enables all available TLS protocols
    - Enables automatic decompression for deflate and gzip
    - Reduces timeout to 5 seconds
    darkdragon-001 committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    7b71b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e95fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24c73d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Improving code quality

    - Remove unused using
    - Formatting
    - Split in classes: KeePass plugin, download logic, low-level connection
    - Improve data passing between functions
    darkdragon-001 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    08a0a22 View commit details
    Browse the repository at this point in the history
  2. Improve error handling

    - Improve error messages
    - Use exceptions instead of chaining a message through all functions
    
    Fixes luckyrat#18
    darkdragon-001 committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    95d7075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b888998 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8895eb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    412ef20 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

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