vineyardbovines
3d28b11ae3
Add expo-bluesky-video-compress native module
...
Replaces react-native-compressor's video path with a local Expo module.
Native pipeline:
- iOS: AVAssetReader + AVMutableVideoComposition + AVAssetWriter with
VideoToolbox encode, BGRA reader for HDR -> SDR conversion, BT.709
color tagging, DataRateLimits hard cap, AAC re-encode.
- Android: MediaExtractor -> MediaCodec(decoder) -> GL pipeline ->
MediaCodec(encoder) -> MediaMuxer. BITRATE_MODE_CBR for tight target
enforcement, GL transform-matrix rotation (no double-rotation),
raw AAC passthrough, hardware encoder selection with software
fallback, QTI AVC denylist.
Codec selection: 'auto' resolves to h264 (HLS pipeline + licensing).
HEVC remains opt-in via codec: 'hevc' for future feature-flagged use.
compress.ts adds probe-based smart-skip: clips that are already at or
below 5 Mbps / 1920px / 100MB bypass re-encoding entirely.
react-native-compressor stays as a dep for now since pickVideo and
VideoTranscodeBackdrop still use its non-compression helpers; full
removal is a follow-up.
2026-06-18 17:38:22 -04:00
Samuel Newman
2347d4f074
v1.125 release prep ( #10936 )
2026-06-17 05:28:47 -07:00
Alex Benzer
b368cea557
Style follow buttons in expanded bundles, add client event on expand ( #10915 )
2026-06-17 03:13:57 -07:00
DS Boyce
728ee15e27
Flash message bubble when tapping a reply ( #10929 )
2026-06-17 03:11:56 -07:00
Samuel Newman
1b5242c1d6
Rip out Modal system completely ( #9903 )
2026-06-17 02:45:01 -07:00
DS Boyce
6bf1572ffc
Increase chat bubble max width to 85% (was 80%) ( #10930 )
...
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2026-06-17 02:29:05 -07:00
pfrazee
c3a110a939
Nightly source-language update
2026-06-17 03:20:23 +00:00
Spence Pope
f92712f34d
Persist selected QR code color theme in invite friends dialog ( #10892 )
2026-06-16 20:07:50 -04:00
Eric Bailey
9825057bef
Fix for AutosizedTextarea not resetting height after clear on Android ( #10927 )
2026-06-16 16:16:27 -05:00
DS Boyce
e057d3bd54
Get unread counts vs counting convos ( #10878 )
2026-06-16 13:45:07 -07:00
Samuel Newman
b90d3108ed
Fix quote causing chat message to overflow on web ( #10926 )
2026-06-16 13:39:08 -07:00
Eric Bailey
255af85428
Ensure text composed via IME is visible ( #10925 )
2026-06-16 14:44:28 -05:00
Samuel Newman
4c34149106
Delete gallery fallback ( #10922 )
2026-06-16 11:44:27 -07:00
Samuel Newman
8d4f59a146
Fix DM embeds being dropped when sending ( #10924 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 11:43:49 -07:00
Samuel Newman
721965e67c
Swipe to reply in chat ( #10920 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 11:38:36 -07:00
Samuel Newman
bb6847f396
Replace Add User to Lists Modal with modern Dialog ( #9677 )
...
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com >
Co-authored-by: Eric Bailey <git@esb.lol >
2026-06-16 12:41:05 -05:00
Samuel Newman
b8fdce6478
Message replies in chat ( #10903 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-16 10:26:48 -07:00
DS Boyce
f075187e57
Reset textarea height after clear ( #10911 )
2026-06-16 09:25:34 -07:00
pfrazee
1c2fd5b280
Nightly source-language update
2026-06-16 03:20:12 +00:00
Samuel Newman
fdd08330f7
[Chat] Hide unread state for selected chat list item ( #10910 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-15 10:16:20 -07:00
Benjamin Wingerter
6dcb4c9a1f
fix: truncate long display names in group chat member picker ( #10899 ) ( #10901 )
2026-06-15 04:46:43 -07:00
Samuel Newman
d20d021173
[Chat] Fix member count in SearchablePeopleList ( #10909 )
2026-06-15 02:47:43 -07:00
Samuel Newman
0204848cc4
[Chat] fix: enforce convo-present invariant for active convo states ( #10906 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-15 02:47:14 -07:00
Samuel Newman
02a47fb4a6
Fix scroll edge effects on iOS 27 ( #10907 )
2026-06-14 07:07:33 -07:00
pfrazee
575b76a71e
Nightly source-language update
2026-06-14 03:20:57 +00:00
Samuel Newman
feff61a031
Add long-press menu to Chat tab for marking all as read ( #10890 )
2026-06-13 05:23:28 -07:00
pfrazee
e1f86e49e7
Nightly source-language update
2026-06-13 03:18:35 +00:00
DS Boyce
825d25847c
Fix pluralization for group chat member counts ( #10896 )
2026-06-13 01:01:13 +03:00
Samuel Newman
cd404023fb
Fix chat firehose event handling and error recovery ( #10884 )
2026-06-13 01:01:00 +03:00
Samuel Newman
52b945b7be
[Chat] Restructure MessageItem to prevent alignment issues ( #10888 )
2026-06-13 00:59:50 +03:00
Samuel Newman
9c346e5494
[Chat] Fix block dialog overflow issues ( #10887 )
2026-06-13 00:59:37 +03:00
Samuel Newman
714b1e205d
Fix invite card avatar pile not reflecting member count ( #10891 )
2026-06-13 00:57:31 +03:00
Samuel Newman
1f90a4dfd9
[Chat] Change chat invite border color to low ( #10886 )
2026-06-13 00:57:16 +03:00
Samuel Newman
7310426ea7
[Chat] Hide blocked accounts' reactions in chats ( #10889 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-06-12 11:19:22 -07:00
Alex Benzer
581d2b296d
Fixes follow buttons inside notification bundles not changing state on follow ( #10882 )
2026-06-12 11:18:53 -07:00
pfrazee
bce0b51c2e
Nightly source-language update
2026-06-12 03:20:29 +00:00
Spence Pope
0a9f7423e2
Keep lightbox image index on device rotation ( #10867 )
2026-06-11 15:58:11 -05:00
Samuel Newman
f0e20d4c56
Make StandardSiteEmbed peekable ( #10866 )
2026-06-11 15:49:09 -05:00
Samuel Newman
bd775070e8
[Chat] Use relatedprofiles for reactions/new message logs ( #10875 )
2026-06-11 11:12:11 -07:00
DS Boyce
3d3d7ba675
Fix cursor position when editing a group chat name ( #10872 )
2026-06-11 11:06:39 -07:00
DS Boyce
f96e6ab985
Bump font size for disabled invite link dialog text ( #10874 )
2026-06-11 11:06:23 -07:00
DS Boyce
d57eeb986b
Fix followed by chat invites ( #10873 )
2026-06-11 11:05:07 -07:00
DS Boyce
91053e3f70
Optimistically update chat invite button status ( #10870 )
2026-06-11 09:48:23 -07:00
DS Boyce
b0eaecb01b
Fix Rescind request button ( #10869 )
2026-06-11 09:45:08 -07:00
Samuel Newman
bd034ac1a8
[Chat] Update single-convo cache on firehose mute/unmute events ( #10865 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-06-11 09:08:28 -07:00
Spence Pope
ba72110a12
Fix overlapping touch targets for profile header buttons ( #10868 )
2026-06-11 12:04:46 -04:00
DS Boyce
c8634105c1
Run codemod for replacing BskyAgent with AtpAgent ( #10862 )
2026-06-11 08:46:01 -07:00
DS Boyce
e3e7db2350
Redirect to messages after leaving a chat ( #10861 )
2026-06-11 08:45:37 -07:00
DS Boyce
fbd81ad025
Change Users I follow to People I follow ( #10860 )
2026-06-11 08:45:16 -07:00
Eric Bailey
0187a49534
Release Prep 1.124.0 ( #10859 )
2026-06-10 17:00:41 -05:00