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

extend OTP implementation #144

Merged
merged 12 commits into from
Sep 8, 2022
Merged

extend OTP implementation #144

merged 12 commits into from
Sep 8, 2022

Commits on Aug 26, 2022

  1. add support for custom OTP digits and period values

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    fc8336e View commit details
    Browse the repository at this point in the history
  2. add otp input fields to credential edit

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b1de925 View commit details
    Browse the repository at this point in the history
  3. fix edit field hints

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ed1d69b View commit details
    Browse the repository at this point in the history
  4. move otp config to a custom layout file and make digits and period co…

    …llapsable
    
    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7b75e3c View commit details
    Browse the repository at this point in the history
  5. implement live OTP token updates based on the custom settings

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5f77ef7 View commit details
    Browse the repository at this point in the history
  6. implement otp qr code scanner

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    506e288 View commit details
    Browse the repository at this point in the history
  7. implement saving otp from credential edit

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9a0ef6d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. fix otp generation in credential display after scanning qr code

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    20b029b View commit details
    Browse the repository at this point in the history
  2. implement saving otp from credential add

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    ee8ccd6 View commit details
    Browse the repository at this point in the history
  3. QR code scan requires at least API 24

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    9655532 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. implement own qr code scan analyzer and activity to get a better scan…

    …ning behaviour (with support for all android devices)
    
    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    d40ba81 View commit details
    Browse the repository at this point in the history
  2. add missing qr code scan translations

    Signed-off-by: binsky08 <timo@binsky.org>
    binsky08 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    4fbb167 View commit details
    Browse the repository at this point in the history