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

refactor(mobile): Immich image provider #7016

Merged
merged 19 commits into from
Feb 13, 2024

Commits on Feb 10, 2024

  1. Adds image provider

    martyfuhry committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    28413fe View commit details
    Browse the repository at this point in the history
  2. uses image provider

    martyfuhry committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    758b5cd View commit details
    Browse the repository at this point in the history
  3. wip load preview

    martyfuhry committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c1452a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e672a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    230c7da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02075bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61e32f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Fixes for thumbnails

    martyfuhry committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e2a2574 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat(mobile): thumbhash support (#7028)

    * feat(mobile): thumbhash support
    
    * perf(mobile): store bmp thumbhash bytes in Isar
    
    ---------
    
    Co-authored-by: shenlong-tanwen <[email protected]>
    shenlong-tanwen and shenlong-tanwen authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e270ae0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactor/immich-image-provider' of github.com:immich-ap…

    …p/immich into refactor/immich-image-provider
    martyfuhry committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bf20c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4140a66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8cb30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c544526 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74ff8f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aea7651 View commit details
    Browse the repository at this point in the history
  8. fix(mobile): Multipart image loading for iOS double swipe (#7064)

    * uses local thumb first
    
    * Multipart thumbnail
    
    * Clean up file delete
    
    * await file delete
    
    * Fynn's comments, made thumbnail smaller and doesn't crash on erroring out on thumbnail
    
    * lint
    
    ---------
    
    Co-authored-by: Marty Fuhry <[email protected]>
    Co-authored-by: Alex <[email protected]>
    3 people authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ea293df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a033d75 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Got rid of usePreview for local image providers since we always show …

    …a thumbnail anyway first
    martyfuhry committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    17b6e02 View commit details
    Browse the repository at this point in the history
  2. linter

    martyfuhry committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    21ea5d8 View commit details
    Browse the repository at this point in the history