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

Fix: Find solution to low resolution large images on Android, and the Canvas crash #20798

Merged
merged 161 commits into from
Aug 7, 2023

Commits on May 15, 2023

  1. wip new pager

    terrysahaidak committed May 15, 2023
    Configuration menu
    Copy the full SHA
    44df7a7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. use Image component

    terrysahaidak committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2c38af4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. wip

    terrysahaidak committed May 17, 2023
    Configuration menu
    Copy the full SHA
    feb406c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df20c64 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 25, 2023

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

Commits on Jun 15, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f9ec025 View commit details
    Browse the repository at this point in the history
  2. fix: prettier

    Christoph Pader committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    39ea2a8 View commit details
    Browse the repository at this point in the history
  3. use correct import

    Christoph Pader committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    24f13ac View commit details
    Browse the repository at this point in the history
  4. add dimensions with scale

    Christoph Pader committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    5866b79 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b7551a0 View commit details
    Browse the repository at this point in the history
  2. prefer early return

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a80bf0e View commit details
    Browse the repository at this point in the history
  3. simplify AttachmentCarousel structure

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e9b7c09 View commit details
    Browse the repository at this point in the history
  4. fix: wrong bindings

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f1c2acc View commit details
    Browse the repository at this point in the history
  5. fix: eslint warning

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a45c8cf View commit details
    Browse the repository at this point in the history
  6. fix: paging

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f51cd9f View commit details
    Browse the repository at this point in the history
  7. forward PagerRef

    Christoph Pader committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0daf91f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8c70c5c View commit details
    Browse the repository at this point in the history
  2. fix: merge changes

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    34b0913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2f4f06 View commit details
    Browse the repository at this point in the history
  4. only show pager if container is big enough

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    fd98376 View commit details
    Browse the repository at this point in the history
  5. hide buttons on gesture

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8308483 View commit details
    Browse the repository at this point in the history
  6. fix: minor issues

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    089a792 View commit details
    Browse the repository at this point in the history
  7. update comment

    Christoph Pader committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a8a3b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6275e90 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1f86dbf View commit details
    Browse the repository at this point in the history
  2. fix: nothing shown

    Christoph Pader committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    14abde1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f2e61a5 View commit details
    Browse the repository at this point in the history
  2. add "activeSource" logic

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2ca0239 View commit details
    Browse the repository at this point in the history
  3. fix: reversing attachments

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    110faef View commit details
    Browse the repository at this point in the history
  4. use container size measurements in carousel implementations

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    62b6d7a View commit details
    Browse the repository at this point in the history
  5. fix: panning for very tall images

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    caea7f9 View commit details
    Browse the repository at this point in the history
  6. refine swipe down gesture (currently not in use)

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5b5fd9b View commit details
    Browse the repository at this point in the history
  7. add propTypes

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    842252b View commit details
    Browse the repository at this point in the history
  8. add onClose callback to <AttachmentCarousel />

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8180e82 View commit details
    Browse the repository at this point in the history
  9. fix: null checking

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    723203d View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2e13962 View commit details
    Browse the repository at this point in the history
  11. wrap Pager in GestureHandlerRootView for android

    Christoph Pader committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d80255a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6649703 View commit details
    Browse the repository at this point in the history
  2. fix: prop types

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9e7075e View commit details
    Browse the repository at this point in the history
  3. use styles from global stylesheet

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2bdd106 View commit details
    Browse the repository at this point in the history
  4. move constants to top

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7bbe039 View commit details
    Browse the repository at this point in the history
  5. update page scrolling

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8acdb55 View commit details
    Browse the repository at this point in the history
  6. fix paging

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    36b858e View commit details
    Browse the repository at this point in the history
  7. fix: attachment carousel on web

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6995620 View commit details
    Browse the repository at this point in the history
  8. extract propTypes

    Christoph Pader committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6504ebd View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9d65356 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    686d565 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0458a9a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    1bed5a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ca208f2 View commit details
    Browse the repository at this point in the history
  2. fix: lint error

    Christoph Pader committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4f19c0c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3f5e584 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. feat: implement real size image rendering

    Christoph Pader committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a1fd5c2 View commit details
    Browse the repository at this point in the history
  2. fix: resizing

    Christoph Pader committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    2575c48 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix: typo

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    efcab94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312d936 View commit details
    Browse the repository at this point in the history
  3. simplify ImageTransformer

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    70f7688 View commit details
    Browse the repository at this point in the history
  4. fix: propTypes and extract itemExtractor from lightbox

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    acb9ddf View commit details
    Browse the repository at this point in the history
  5. simplify

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8e308ae View commit details
    Browse the repository at this point in the history
  6. move autoHideArrow logic to native

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1621dd0 View commit details
    Browse the repository at this point in the history
  7. move initial arrow showing logic to native implementation

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0013679 View commit details
    Browse the repository at this point in the history
  8. simplify Lightbox and add propTypes to ImageTransformer

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    567c5f1 View commit details
    Browse the repository at this point in the history
  9. extract more logic from AttachmentCarousel and improve propTypes and …

    …memoizing
    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    80e5bee View commit details
    Browse the repository at this point in the history
  10. add more propTypes

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    05bc979 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    db3a98e View commit details
    Browse the repository at this point in the history
  12. further simplify Lightbox

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a530909 View commit details
    Browse the repository at this point in the history
  13. omit updating the image dimensions if already set

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b87f796 View commit details
    Browse the repository at this point in the history
  14. fix: further simplify Lightbox

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d23c2cc View commit details
    Browse the repository at this point in the history
  15. fix: loading state never ending

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b0046a1 View commit details
    Browse the repository at this point in the history
  16. improve state in AttachmentCarousel

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7608579 View commit details
    Browse the repository at this point in the history
  17. fix: state

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ef0952d View commit details
    Browse the repository at this point in the history
  18. fix: image should not be "flippable"

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b6a8721 View commit details
    Browse the repository at this point in the history
  19. remove log

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    975df22 View commit details
    Browse the repository at this point in the history
  20. fix: on tap not working

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    77b4ea4 View commit details
    Browse the repository at this point in the history
  21. fix: arrows

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    be8bac1 View commit details
    Browse the repository at this point in the history
  22. fix: flashing

    Christoph Pader committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    56d1d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a1599fa View commit details
    Browse the repository at this point in the history
  2. rename component

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4cc0b87 View commit details
    Browse the repository at this point in the history
  3. major re-structure

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f44fff7 View commit details
    Browse the repository at this point in the history
  4. fix: imports

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    cad059e View commit details
    Browse the repository at this point in the history
  5. extract more propTypes

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    38b2280 View commit details
    Browse the repository at this point in the history
  6. add "isUsedInCarousel" prop

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d58e3c9 View commit details
    Browse the repository at this point in the history
  7. split up AttachmentCarouselPage logic

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    003268b View commit details
    Browse the repository at this point in the history
  8. add isAuthTokenRequired prop to carousel page

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64046b9 View commit details
    Browse the repository at this point in the history
  9. fix: imports

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    dd6e0d5 View commit details
    Browse the repository at this point in the history
  10. fix: imports

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e70bfa0 View commit details
    Browse the repository at this point in the history
  11. fix: invalid import

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c6d69eb View commit details
    Browse the repository at this point in the history
  12. simplify propTypes and fix pdfs

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8ef1107 View commit details
    Browse the repository at this point in the history
  13. extract pdf logic

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2b7ac8f View commit details
    Browse the repository at this point in the history
  14. simplify attachment initialization

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bee4df3 View commit details
    Browse the repository at this point in the history
  15. improve web AttachmentCarouselView

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a1d7c2c View commit details
    Browse the repository at this point in the history
  16. simplify AttachmentCarousel logic

    Christoph Pader committed Jul 19, 2023
    1 Configuration menu
    Copy the full SHA
    e7e8538 View commit details
    Browse the repository at this point in the history
  17. fix: jsdoc and params

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5d3bb95 View commit details
    Browse the repository at this point in the history
  18. remove log

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1b51448 View commit details
    Browse the repository at this point in the history
  19. extract arrow showing logic

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    160eeb9 View commit details
    Browse the repository at this point in the history
  20. simplify

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    02ebe8a View commit details
    Browse the repository at this point in the history
  21. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    aece50f View commit details
    Browse the repository at this point in the history
  22. last fixes

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c153b6b View commit details
    Browse the repository at this point in the history
  23. only disable arrows on tap on touchscreen devices

    Christoph Pader committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7358b4c View commit details
    Browse the repository at this point in the history
  24. fix: remaining issues

    Christoph Pader committed Jul 19, 2023
    2 Configuration menu
    Copy the full SHA
    5814620 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6adf6ab View commit details
    Browse the repository at this point in the history
  2. fix: AttachmentView issues propTypes

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6571838 View commit details
    Browse the repository at this point in the history
  3. remove null check

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    eff55e3 View commit details
    Browse the repository at this point in the history
  4. fix: wrong import

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    263eb6a View commit details
    Browse the repository at this point in the history
  5. fix types and restructure

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    fff9fa4 View commit details
    Browse the repository at this point in the history
  6. remove unused prop for now

    Christoph Pader committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    67ab085 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    06fcc03 View commit details
    Browse the repository at this point in the history
  2. adapt min/max scales by initial image scale

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    feda2e4 View commit details
    Browse the repository at this point in the history
  3. adjust double tap scale too

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    d16e5a4 View commit details
    Browse the repository at this point in the history
  4. fix: wrong import

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9fc3993 View commit details
    Browse the repository at this point in the history
  5. fix: use doubleTapScale

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    fdac91d View commit details
    Browse the repository at this point in the history
  6. simplify scaling logic

    Christoph Pader committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    4e81df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. remove file from propTypes

    Christoph Pader committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ac753ae View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7e4b01b View commit details
    Browse the repository at this point in the history
  2. fix: maxScale based on max imageScale

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    50ac1c1 View commit details
    Browse the repository at this point in the history
  3. rename and simplify pinch gesture variables

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9e7a0d5 View commit details
    Browse the repository at this point in the history
  4. simplify zoomToCoordinates

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ac1a79e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e6081f View commit details
    Browse the repository at this point in the history
  6. simplify variables

    Christoph Pader committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5b9b433 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2e306cb View commit details
    Browse the repository at this point in the history
  2. disallow panning, when image has smaller width than canvas

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    da5aca7 View commit details
    Browse the repository at this point in the history
  3. simplify zoomToCoordinates variables

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2a190af View commit details
    Browse the repository at this point in the history
  4. remove old variable

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8fdb989 View commit details
    Browse the repository at this point in the history
  5. add comment about totalScale calculation

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c8244af View commit details
    Browse the repository at this point in the history
  6. simplify ImageTransformer render structure

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6c505f6 View commit details
    Browse the repository at this point in the history
  7. remove unused import

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a99e8db View commit details
    Browse the repository at this point in the history
  8. improve doubleTap zoom to fill

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4874dd2 View commit details
    Browse the repository at this point in the history
  9. improve max/min scales

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    88695c7 View commit details
    Browse the repository at this point in the history
  10. fix: focal point on double tap to zoom

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ba5f0a6 View commit details
    Browse the repository at this point in the history
  11. gray out date in MoneyRequestView

    c3024 authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ec29a43 View commit details
    Browse the repository at this point in the history
  12. converted emojipickermenu native to functional component

    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7e06d57 View commit details
    Browse the repository at this point in the history
  13. small bug fix

    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7f66387 View commit details
    Browse the repository at this point in the history
  14. removed unecessary comment

    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8e0678e View commit details
    Browse the repository at this point in the history
  15. prettier lint

    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d90507e View commit details
    Browse the repository at this point in the history
  16. ReBump Reanimated to 3.4.0

    This reverts commit 74fd18b.
    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0db10d8 View commit details
    Browse the repository at this point in the history
  17. updated for newer definition

    shubham1206agra authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e162d75 View commit details
    Browse the repository at this point in the history
  18. append current time to the downloaded file name

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a787399 View commit details
    Browse the repository at this point in the history
  19. create unit test

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6d89f48 View commit details
    Browse the repository at this point in the history
  20. update wording

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ea964f4 View commit details
    Browse the repository at this point in the history
  21. prettier

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b4a4773 View commit details
    Browse the repository at this point in the history
  22. add jsdoc

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b631544 View commit details
    Browse the repository at this point in the history
  23. rename function

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    784b95c View commit details
    Browse the repository at this point in the history
  24. make the date format consistent

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7bf113e View commit details
    Browse the repository at this point in the history
  25. remove spaces between hyphen

    bernhardoj authored and Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c0bce39 View commit details
    Browse the repository at this point in the history
  26. increase animation speed

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    af08d4c View commit details
    Browse the repository at this point in the history
  27. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    dd18605 View commit details
    Browse the repository at this point in the history
  28. fix: arrows not showing on web

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    848aff6 View commit details
    Browse the repository at this point in the history
  29. add bounce effect

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    33c6261 View commit details
    Browse the repository at this point in the history
  30. simplify code

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e7a3f2c View commit details
    Browse the repository at this point in the history
  31. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5c02533 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5fc9e09 View commit details
    Browse the repository at this point in the history
  2. fix: focal point not correct in image double tap

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ec358fa View commit details
    Browse the repository at this point in the history
  3. remove log and fix doubleTapScale

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    bd34474 View commit details
    Browse the repository at this point in the history
  4. only show image after onLoadEnd is triggered

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c48f2fa View commit details
    Browse the repository at this point in the history
  5. return undefined style instead of empty object

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    48c28f1 View commit details
    Browse the repository at this point in the history
  6. fix: initial page not stopping to load

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b2f4f3a View commit details
    Browse the repository at this point in the history
  7. fix: initial load of first active page

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7dd20ab View commit details
    Browse the repository at this point in the history
  8. fix: don't unmount next inactive pages

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b3ac3a1 View commit details
    Browse the repository at this point in the history
  9. increase max zoom scale

    Christoph Pader committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    703a230 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Merge branch 'main' into @terrysahaidak/attachment-gallery

    Christoph Pader committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f8386f8 View commit details
    Browse the repository at this point in the history