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: WSTxda/Clippy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7
Choose a base ref
...
head repository: WSTxda/Clippy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0
Choose a head ref
  • 18 commits
  • 139 files changed
  • 1 contributor

Commits on Feb 8, 2026

  1. Implement copy link/cleaner bottom sheet

    - Allow select modules to apply
    - See links preview
    - Using Material 3 Expressive
    - Make also some project refactor and improvements to better sync with new link cleaner flow
    WSTxda committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    00bf42d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd63bc View commit details
    Browse the repository at this point in the history
  3. Update Kotlin version

    WSTxda committed Feb 8, 2026
    Configuration menu
    Copy the full SHA
    db8c969 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fb2cea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87dd1d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Configuration menu
    Copy the full SHA
    570618f View commit details
    Browse the repository at this point in the history
  2. Update translations

    Fix CI
    WSTxda committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    e1df66c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Implement settings preferences

    WSTxda committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    fde4a53 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Restore animation

    WSTxda committed Feb 19, 2026
    Configuration menu
    Copy the full SHA
    c63bd59 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Add preferences options

    - Skip bottom sheet link preview
    - Select modules when bottom sheet is skipped
    - Clear device clipboard
    - Open copied link in browser
    WSTxda committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    0d75464 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Fix typo

    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    e976fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a2dd0 View commit details
    Browse the repository at this point in the history
  3. Update icons and layout

    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    a93e1c3 View commit details
    Browse the repository at this point in the history
  4. Fix cleaning modules and regex issues

    - Fix rules that never matched (host and path were mixed)
    - Fix null handling bug in resolver causing false positives
    - Reorder modules (BUILTIN before TRACKERS/SHORTENERS)
    - Preserve URL fragments (`#`) when rebuilding URIs
    - Improve URL extraction regex (no trailing punctuation)
    - Remove duplicate rules and redundant regex
    - Stop compiling Regex inside lambdas
    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    a3fba64 View commit details
    Browse the repository at this point in the history
  5. Upgrade to Gradle 9

    - Bump app version to 2.0
    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    1de2fb7 View commit details
    Browse the repository at this point in the history
  6. Revert "Upgrade to Gradle 9"

    This reverts commit 1de2fb7.
    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    2cf5711 View commit details
    Browse the repository at this point in the history
  7. Update translations

    Fix CI
    WSTxda committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    d0802bf View commit details
    Browse the repository at this point in the history
Loading