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: logickoder/retrostash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 322092a
Choose a base ref
...
head repository: logickoder/retrostash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e3a082f
Choose a head ref
  • 2 commits
  • 57 files changed
  • 2 contributors

Commits on Apr 26, 2026

  1. Configuration menu
    Copy the full SHA
    98fc078 View commit details
    Browse the repository at this point in the history
  2. feat: Add Retrostash caching and mutation annotations for Retrofit/Ktor

    - Introduced `@CacheQuery` and `@CacheMutate` annotations to facilitate caching of Retrofit/Ktor requests.
    - Implemented `RetrostashEngine` for managing cache operations and invalidation.
    - Added `InMemoryRetrostashStore` for ephemeral caching and `AndroidRetrostashStore` for persistent storage on Android.
    - Created `RetrostashPlugin` for Ktor integration, enabling automatic cache handling in HTTP requests.
    - Developed `RetrostashOkHttpBridge` for seamless integration with OkHttp, including cache management and invalidation.
    - Enhanced documentation with detailed comments and usage examples for all new features.
    - Configured TypeScript support in the landing project with Vite and Tailwind CSS.
    logickoder committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    e3a082f View commit details
    Browse the repository at this point in the history
Loading