Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OffRange/KeyGo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 66cf0de
Choose a base ref
...
head repository: OffRange/KeyGo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e8cdcca
Choose a head ref
  • 8 commits
  • 37 files changed
  • 1 contributor

Commits on Jan 16, 2024

  1. [Autofill] Launched Kotlin-based Autofill Service

    Introduced a new Autofill service, entirely developed in Kotlin. This advancement guarantees a more stable and efficient user experience, leveraging the modern features and reliability of Kotlin.
    OffRange committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    2df5dbe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. [Autofill] Added AutoSave Feature Support

    Implemented support for the AutoSave feature in the Autofill service, enhancing user convenience by automatically storing relevant form data.
    OffRange committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    45a26c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    8104e7b View commit details
    Browse the repository at this point in the history
  2. [NodeTraverse] Integrated Context Understanding Feature

    Enhanced the NodeTraverse functionality with the ability to understand and interpret context, significantly improving its processing and decision-making capabilities.
    OffRange committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    dfef50c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. [NodeTraverse] Refined USERNAME_REGEX for Accurate Boundary Matching

    Enhanced USERNAME_REGEX in the companion object by adding word boundary (\\b) checks. This improvement ensures more precise and contextually accurate matching for various username-related terms in multiple languages, reducing false positives in pattern recognition.
    OffRange committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    22fff3c View commit details
    Browse the repository at this point in the history
  2. [Autofill] Integrated Website-Specific Suggestion Feature

    Updated the Autofill service to include a new suggestion feature. This addition enables the service to intelligently suggest autofill items tailored to specific websites, enhancing user convenience and efficiency during data entry.
    OffRange committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    bd44d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce9960a View commit details
    Browse the repository at this point in the history
  4. [Autofill] Enhanced Precision in Field Detection for Identifier Diffe…

    …rentiation
    
    Improved the Autofill service to more accurately detect and distinguish identifier fields, specifically between Username and Email.
    OffRange committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    e8cdcca View commit details
    Browse the repository at this point in the history
Loading