about summary refs log tree commit diff
path: root/src/view/com/lightbox/ImageViewing
Commit message (Expand)AuthorAgeFilesLines
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-021-8/+10
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-35/+21
* Unlock orientation when lightbox is open (#7257)Samuel Newman2024-12-241-4/+35
* fix lightbox on android 15 (#7221)Samuel Newman2024-12-202-8/+4
* "Contain" images with missing dimensions instead of cropping them (#6828)dan2024-11-282-13/+28
* Fix stuck lightbox (#6816)dan2024-11-281-2/+31
* Lightbox status bar behaviour (#6637)Samuel Newman2024-11-261-1/+22
* [Lightbox] Fix jump when zooming out on iOS (#6633)dan2024-11-221-2/+18
* Fix lightbox spinner (#6561)Paul Coroneos2024-11-222-6/+6
* Leverage jsx transform to remove unnecessary react imports and update eslint ...Paul Coroneos2024-11-191-1/+0
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-173-76/+87
* [Lightbox] Make the animation faster (#6382)dan2024-11-151-2/+2
* feat: Tweak shared element animation to make it much smoother (#6336)Marc Rousavy2024-11-141-4/+15
* [Lightbox] Small tweaks (#6301)dan2024-11-131-3/+3
* Fix render loop on Android (#6213)dan2024-11-102-8/+16
* [Lightbox] Always rely on Expo Image cache (#6189)dan2024-11-095-13/+37
* [Lightbox] Open animation (#6159)dan2024-11-095-128/+494
* Fix stuck lightbox (#6166)dan2024-11-081-16/+28
* [Lightbox] Add border radius to avatars (#6136)dan2024-11-083-5/+15
* [Lightbox] New dismiss gesture (#6135)dan2024-11-084-145/+274
* [Lightbox] Set 2 as minimal allowed zoom level (#6132)dan2024-11-062-12/+19
* Remove SCREEN from lightbox layout (#6124)dan2024-11-064-215/+267
* Refactor lightbox prop drilling (#6073)dan2024-11-041-20/+126
* Unify dimensions cache between lightbox and feed (#6047)dan2024-11-044-109/+24
* Explicitly mark lightbox worklets (#6038)dan2024-10-312-0/+11
* Measure tapped image coordinates before opening lightbox (#6001)dan2024-10-311-0/+3
* Sort imports (#6009)dan2024-10-293-8/+8
* Show almost-instant preview when opening lightbox (#6000)dan2024-10-295-76/+50
* Fix tall image lightbox on Android (#4393)dan2024-06-061-8/+14
* Remove dead stylePaul Frazee2024-03-191-7/+0
* Merge branch 'web-fix-fonts-and-image-box' of https://github.com/alexkuz/soci...Paul Frazee2024-03-191-5/+15
|\
| * Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustmentsAlexander K2024-03-171-17/+32
* | change usage of t to msgSamuel Newman2024-03-181-16/+21
|/
* use `showControls` to show/hide live text icon on ios (#2982)Hailey2024-02-234-2/+12
* use ios live text interaction in alt text modal and image viewer (#2752)Hailey2024-02-061-0/+1
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-1/+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
* Internationalization & localization (#1822)Ansh2023-11-091-3/+3
* Toggle lightbox controls on tap (#1687)dan2023-10-134-63/+81
* Port remaining lightbox code to Reanimated (#1669)dan2023-10-101-42/+27
* Fix MobX crash for Android lightbox (#1668)dan2023-10-102-1/+3
* Change lightbox to use Pager (#1666)dan2023-10-104-141/+46
* Remove duplicate modal container (#1661)dan2023-10-101-2/+0
* Drive-by lightbox refactors (#1659)dan2023-10-102-38/+13
* Refactor iOS lightbox to Reanimated (#1645)dan2023-10-101-108/+55
* Remove unnecessary opacity logic (#1646)dan2023-10-091-10/+3
* Fix stuck lightbox header after double tap (#1627)dan2023-10-051-9/+14