about summary refs log tree commit diff
path: root/src/view/com/util/images/AutoSizedImage.tsx
Commit message (Expand)AuthorAgeFilesLines
* new arch (#8295)hailey2025-06-121-8/+14
* Refine accessibilityHint (#7554)Minseo Lee2025-02-111-2/+2
* "Contain" images with missing dimensions instead of cropping them (#6828)dan2024-11-281-7/+7
* Add useHandleRef as a lighter alternative for useAnimatedRef (#6500)dan2024-11-181-8/+5
* Fix layout jumps for images (#6474)dan2024-11-181-12/+15
* Fix render loop on Android (#6213)dan2024-11-101-3/+7
* Fix web image layout (#6195)dan2024-11-091-1/+1
* [Lightbox] Always rely on Expo Image cache (#6189)dan2024-11-091-37/+30
* [Lightbox] Open animation (#6159)dan2024-11-091-5/+8
* Unify dimensions cache between lightbox and feed (#6047)dan2024-11-041-43/+18
* Increase rounding for all embeds (#5421)Samuel Newman2024-09-201-2/+2
* Image/video border + tweaks (#5324)Eric Bailey2024-09-131-0/+2
* Separate alt/crop, use new icon (#5321)Eric Bailey2024-09-131-15/+41
* Adjust image sizing (#5302)Eric Bailey2024-09-121-6/+7
* Go full width on native and mobile web (#5184)Eric Bailey2024-09-061-3/+8
* Constrain image heights in feeds and threads (#5129)Eric Bailey2024-09-051-76/+189
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-1/+4
* Increase the maximum ratio of images from 5:1 to 10:1 (#2131)Paul Frazee2023-12-071-1/+1
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-5/+4
* Fix lintPaul Frazee2023-10-301-0/+2
* readd hintElijah Wright2023-10-081-1/+1
* fix accessibility in AutoSizedImageElijah Wright2023-10-081-6/+4
* Improve image cropping on android and introduce aspect ratio field (#1525)Paul Frazee2023-09-271-1/+3
* Use `Pressable` for most links/embeds (#1181)Eric Bailey2023-08-241-11/+3
* [APP-724] Collection of accessibility fixes (#949)Paul Frazee2023-07-031-5/+4
* React Native accessibility (#539)Ollie H2023-05-011-1/+8
* Add alt text support and rework image layout (#503)Ollie Hsieh2023-04-211-13/+28
* replace react-native-fast-image with expo-image (#452)Paul Frazee2023-04-111-2/+2
* Lex refactor (#362)Paul Frazee2023-03-311-8/+16
* Introduce an image sizes cache to improve feed layouts (close #213) (#335)Paul Frazee2023-03-211-17/+39
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-102/+36
* Fix all type errorsPaul Frazee2023-01-261-1/+2
* Saves image on long press (#83)Aryan Goharzad2023-01-251-3/+8
* Resolve all remaining lint issues (#88)Paul Frazee2023-01-241-2/+2
* Improve image layoutPaul Frazee2022-12-301-15/+21
* Add a design system (#34)Paul Frazee2022-12-281-1/+1
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-201-1/+1
* Prefetch feed refreshes to speed up 'load more posts'Paul Frazee2022-12-161-1/+0
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-161-28/+31
* Add swipe gestures to the lightboxPaul Frazee2022-12-161-12/+3
* Fix state-trackingPaul Frazee2022-12-141-2/+10
* Add post embeds (images and external links)Paul Frazee2022-12-141-0/+112