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: kododake/AABrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0
Choose a base ref
...
head repository: kododake/AABrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2
Choose a head ref
  • 8 commits
  • 40 files changed
  • 2 contributors

Commits on May 24, 2026

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

Commits on Jun 12, 2026

  1. Configuration menu
    Copy the full SHA
    506fc3e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kododake authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    01b4177 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. Merge pull request #82 from gregorixG/fix-desktop-mode-client-hints

    Improve desktop site user agent handling
    kododake authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    517a77f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d31200 View commit details
    Browse the repository at this point in the history
  3. feat: renew settings UI, integrate GitHub Sponsors list, improve secu…

    …rity, and enhance UI/UX
    
    - Display colored highlight messages in Check for Updates overlay: primary theme color (colorPrimary) for "You are using the latest version!" and warning color (colorError) for "New update available!".
    - Reset update check text color to the default text color on starting a new verification.
    - Allow drag-and-drop reordering for quick access slots, bookmarks, and browser tabs.
    - Improve overall UI aesthetics by introducing polished frosted-glass (glassmorphism) design elements.
    - Implement GitHub Sponsors card and list on the start page with a YouTube Super Chat style layout.
    - Fetch sponsors data asynchronously from GitHub (`sponsors.json`) with secure sanitization (HTML escape, URL regex, character limit) and memory caching (LruCache) for avatars.
    - Support all 7 Super Chat color tiers automatically mapped based on the USD sponsorship amount.
    - Add a settings toggle to hide the sponsors list with a collaborative warning dialog (ぴえん dialog) and display a randomly rotated "🥺" on the start page when hidden.
    - Configure the "Open Sponsors Page" buttons to open in an external browser using ACTION_VIEW.
    - Restructure the settings UI to display current configurations compactly and provide upgrade-on-click details.
    - Optimize app performance, image decoding (RGB_565), and resource utilization.
    - Upgrade dependency libraries and build configurations in `libs.versions.toml` and `build.gradle.kts`.
    - Enhance browser security, SSL/TLS validation dialogs, and permission boundaries.
    - Modularize navigation, bookmark management, UI setup, and permission handlers.
    kododake committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    dd80c4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1daaec4 View commit details
    Browse the repository at this point in the history
  5. v2.2

    kododake authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    afc74c9 View commit details
    Browse the repository at this point in the history
Loading