Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(network): introducing Ktor interceptor #272

Merged
merged 5 commits into from
Sep 13, 2023
Merged

Commits on Sep 12, 2023

  1. feat(network): add ktor network plugin (#252)

    * feat: ktor interceptor
    
    * address review comments
    
    * ktlint
    
    * address review comments
    
    * Update build.gradle
    
    ---------
    
    Co-authored-by: Prateek <[email protected]>
    epicadk and srtvprateek committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    66b39ac View commit details
    Browse the repository at this point in the history
  2. additional fixes (#267)

    * refactor & fixes
    
    * refactor
    
    * removed need to add base module as dependency
    
    * code restructure
    
    * refactor
    
    * refactor
    
    * move CacheDirectoryProvider to okhttp module
    
    * PlutoInterceptor refactored
    
    * refactor
    
    * PlutoKtorInterceptor refactored
    
    * access modifier fixed
    
    * gradle fixes
    
    * access modifier fixed
    
    * mock setting in ktor interceptor
    
    * refactor
    
    * publish config fixes
    
    * removed old custom interceptor logic
    
    * data field cleanup
    
    * init
    
    * content type fix
    
    * query param incorrect data fix
    
    * sample code refactor
    
    * fix(pluto): missing no-op methods added (#271)
    
    * fix(pluto): missing no-op methods added
    
    * pending fix
    
    * added core no-op
    
    * renaming
    srtvprateek committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    54b0d87 View commit details
    Browse the repository at this point in the history
  3. merge conflict fix

    srtvprateek committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    57e97b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. sample UI fixes

    srtvprateek committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    873094c View commit details
    Browse the repository at this point in the history
  2. review comments

    srtvprateek committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b359f41 View commit details
    Browse the repository at this point in the history