about summary refs log tree commit diff
path: root/src/view/com/util/images/AutoSizedImage.tsx
Commit message (Expand)AuthorAgeFilesLines
* 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