* origin/main: (28 commits)
fix android admonition flex collapse issue (#9120)
Keep the screen awake on the video feed (#9146)
Add accessibilityRole to single images (#9148)
Fix chat request buttons not moving with swipe gesture (#9155)
fix hider alignment in thread (#9168)
move aspect ratio to atom (#9171)
fix background colors (#9174)
Placeholder style tweaks (#9107)
Tweak greens (#9177)
add 10% sample rate to sentry (#9182)
Ship activation experiments (#9170)
Add validation to threadgate records, check for max hidden replies (#9178)
Nightly source-language update
reply button in feeds opens thread (#9143)
Fix language prompt text wrap issue (#9175)
Auto-select search results tab (#9159)
fix: copy-paste mistake and more idiomatic structured data format
fix: show both DisplayName and Handle in google structured data (or only Handle if DisplayName not set)
[16KB] use 16kb-compatible fork of react-native-mmkv (#9150)
nit
...
* the reply button should open the replies to a post, not present a text input for you to enter your Big Thought into. i think a lot of people don’t even realize that the point has already been written
* Feature gate, fix event
---------
Co-authored-by: Eric Bailey <git@esb.lol>
When the user clicks the search button next to "Discover New Feeds" or "Suggested Accounts" on the Explore page, we'll auto-select the respective search results tab (feeds or users).
* use 16kb-compatible fork of react-native-mmkv
* avoid using package alias
* specify ndk version
* Revert "specify ndk version"
This reverts commit 577393518e.
* add compiler flags to mmkv build (bump version)
* move fork to bsky repo/npm org
* Rip out the network hack in favor of bluesky-social/atproto#4238
* Bump api pkg
* Debug code
* Revert "Debug code"
This reverts commit 38445f31f4.
---------
Co-authored-by: Eric Bailey <git@esb.lol>
* tighten eslint config to catch unused `useLingui`s
* fix now-invalid uses of _
* remove unused function that produces a ton of eslint warnings
* upgrade react compiler plugin
* feat: don't retain accepted language suggestion after finishing or exiting post (#8886)
* feat: don't retain accepted language suggestion after finishing or exiting post
* fix: rebase fixes
* fix: rebase fixes
* chore: lint
* Rename onChange for clarity
* Improve logic in composer
* Handle user override more explicitly
* Drill in onSelectLanguage callback into dialog too
* Fix typo
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Make text crystal clear
* Handle multiple languages
---------
Co-authored-by: Elijah Seed-Arita <elijaharita@gmail.com>
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>