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: AtomMaterialUI/Image-Icon-Viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AtomMaterialUI/Image-Icon-Viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: index
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 12 files changed
  • 1 contributor

Commits on Jul 27, 2024

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

Commits on Sep 14, 2024

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	.idea/workspace.xml
    #	gradle.properties
    #	gradle/libs.versions.toml
    mallowigi committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0141877 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Add File-Based Index for Image Icon Caching

    Introduce `ImageIconIndex` to optimize icon retrieval by caching image icons using IntelliJ's File-Based Indexing API. This improves performance by reducing redundant image processing and streamlines access to image-based icons in the project.
    mallowigi committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    3d481a5 View commit details
    Browse the repository at this point in the history
  2. Refactor icon handling to use Base64 encoding.

    Replaced `Icon` serialization with `Base64` string representation for image data, simplifying storage and retrieval. This change improves compatibility and reduces complexity in the `ImageIconIndex` and related classes. Additionally, restricted supported extensions to `SVG` for better focus and performance.
    mallowigi committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    8bb4312 View commit details
    Browse the repository at this point in the history
Loading