about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing/components/ImageItem
Commit message (Expand)AuthorAgeFilesLines
* "Contain" images with missing dimensions instead of cropping them (#6828)dan2024-11-281-2/+2
* [Lightbox] Fix jump when zooming out on iOS (#6633)dan2024-11-221-2/+18
* Fix lightbox spinner (#6561)Paul Coroneos2024-11-222-6/+6
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-172-44/+45
* Fix render loop on Android (#6213)dan2024-11-102-8/+16
* [Lightbox] Always rely on Expo Image cache (#6189)dan2024-11-093-5/+20
* [Lightbox] Open animation (#6159)dan2024-11-093-100/+235
* [Lightbox] Add border radius to avatars (#6136)dan2024-11-082-5/+14
* [Lightbox] New dismiss gesture (#6135)dan2024-11-083-118/+91
* [Lightbox] Set 2 as minimal allowed zoom level (#6132)dan2024-11-062-12/+19
* Remove SCREEN from lightbox layout (#6124)dan2024-11-063-83/+110
* Unify dimensions cache between lightbox and feed (#6047)dan2024-11-042-15/+18
* Explicitly mark lightbox worklets (#6038)dan2024-10-312-0/+11
* Sort imports (#6009)dan2024-10-291-0/+1
* Show almost-instant preview when opening lightbox (#6000)dan2024-10-293-69/+37
* Fix tall image lightbox on Android (#4393)dan2024-06-061-8/+14
* use `showControls` to show/hide live text icon on ios (#2982)Hailey2024-02-233-2/+11
* use ios live text interaction in alt text modal and image viewer (#2752)Hailey2024-02-061-0/+1
* Use memory caching for android lightbox (#2354)Paul Frazee2023-12-281-0/+1
* Fix scroll on native (#2170)dan2023-12-111-2/+2
* Fix scroll on profile lists/feeds (#2168)dan2023-12-111-2/+2
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-162-2/+0
* Toggle lightbox controls on tap (#1687)dan2023-10-133-60/+65
* Fix MobX crash for Android lightbox (#1668)dan2023-10-102-1/+3
* Change lightbox to use Pager (#1666)dan2023-10-103-44/+15
* Refactor iOS lightbox to Reanimated (#1645)dan2023-10-101-108/+55
* Fix stuck lightbox header after double tap (#1627)dan2023-10-051-9/+14
* Rewrite Android lightbox (#1624)dan2023-10-053-126/+403
* Fix animations and gestures getting reset on state updates in the lightbox (#...dan2023-10-052-13/+51
* Remove unused lightbox options (#1616)dan2023-10-053-67/+141
* Make "double tap to zoom" precise across platforms (#1482)dan2023-09-191-3/+9
* fix prefetching lightbox images (#1163)Eric Bailey2023-08-152-2/+8
* [APP-724] Collection of accessibility fixes (#949)Paul Frazee2023-07-032-1/+5
* React Native accessibility (#539)Ollie H2023-05-011-1/+2
* Fix all type errorsPaul Frazee2023-01-261-0/+21
* Saves image on long press (#83)Aryan Goharzad2023-01-253-0/+341