Commit Graph

5971 Commits

Author SHA1 Message Date
Hailey e51c3cbb10 Merge branch 'main' into hailey/oauth-yeag 2025-07-24 00:01:05 -07:00
jim 0610c822cf Merge pull request #8708 from internet-development/@APiligrim/chat-request-ui
[APP-1317] update: chat request ui to hide chat requests when there are no messages
2025-07-23 21:46:56 -07:00
Ana a3b188baec update: comment with a name 2025-07-23 20:01:03 -07:00
Eric Bailey 3775aeb146 If birth date is not set, ensure AA still shows (#8709) 2025-07-23 21:01:32 -05:00
Ana 8f1cd86115 update: chat request ui 2025-07-23 16:56:20 -07:00
Elijah Seed-Arita 6a7b8a279b [APP-1291] prevent GestureActionView from hijacking swipe in a direction which no actions are specified (#8705)
Co-authored-by: hailey <hailey@blueskyweb.xyz>
2025-07-23 15:19:48 -07:00
Eric Bailey 3ae3ed245b Clean up AA gate (#8707) 2025-07-23 14:32:19 -05:00
Samuel Newman 8fdcc3ee31 Replace resumeSession with getSession in the email check (#8670)
* replace resumeSession with getSession

* copy lil type tweak from the other PR

* Add partialRefreshSession to session API context, use session state to infer state further down tree

* Review

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-23 11:52:38 -05:00
Eric Bailey b4938bc9df Bump version (#8698) 2025-07-23 11:52:06 -05:00
Eric Bailey cf8d8b3bb9 Include app version in metrics (#8699) 2025-07-23 09:31:03 -05:00
pfrazee bbc022c0a6 Nightly source-language update 2025-07-23 02:49:16 +00:00
Caidan bbc39806fe feat(ui): remove like count from trending videos (#8689)
* feat(ui): add showLikeCount flag to CompactVideoPostCard

Introduced a showLikeCount flag to control the display of like count in
the CompactVideoPostCard component. The like count is now only shown if
both likeCount > 0 and showLikeCount are true. This allows for more
flexible UI configurations and easier toggling of like count visibility.

* fix(ui): hide gradient shadow when hiding like count

* fix(ui): increase trending video profile pic size from 20 -> 24

* fix(ui): add small drop shadow to trending video profile pic

* fix(ui): a.shadow_sm -> t.atoms.shadow_sm based on PR feedback
2025-07-22 19:16:07 -05:00
Hailey e59dc26087 tweak comment 2025-07-22 12:18:04 -07:00
Hailey 534e944b8a Merge remote-tracking branch 'origin/main' into hailey/oauth-yeag 2025-07-22 12:06:05 -07:00
Hailey d184b59d24 add dispatchUrl to oauth agent 2025-07-22 11:53:29 -07:00
Paul Frazee 9e2b99e860 Release 1.105.0 (#8693)
* Tests fixes

* Pull latest translations
1.105.0
2025-07-21 20:15:29 -07:00
Chenyu fc4bf4e919 add margin between messages in the composer thread (#8691) 2025-07-21 19:49:59 -07:00
pfrazee 2a30a344b5 Nightly source-language update 2025-07-22 02:48:49 +00:00
surfdude29 4a853794dc bskyembed correct hashtag link (#8685) 2025-07-21 20:51:09 -05:00
Eric Bailey 7635a49001 introduce context for "Following" as a feed name. (#8262) (#8690)
"Following" has different translations as a name of a feed and the state of following someone in other languages like Turkish. This allows "Following" as a feed name translated correctly.

(cherry picked from commit d92a7f163ed9e28ee4ebab230758b1f00bdd9966)

Co-authored-by: Sedat Kapanoğlu <sedat@kapanoglu.com>
2025-07-21 20:49:49 -05:00
surfdude29 8ce9bdb27e tweak accessibility label (#8242) 2025-07-21 19:19:41 -05:00
surfdude29 e1a0beff7d add action context for Repost string in RepostButton.web.tsx (#8427) 2025-07-21 18:41:01 -05:00
surfdude29 e5d44923fb tweak app language names (#8436) 2025-07-21 18:40:25 -05:00
surfdude29 6d90d3c2fe remove title casing of Intl.DisplayNames language names (#8433) 2025-07-21 18:35:04 -05:00
Samuel Newman 9ebfbd0e40 Nicer error message for backend video too large error (#8596)
* nicer error message for backend video too large

* use same string for same error
2025-07-21 09:34:58 -05:00
Samuel Newman 74f7a44d71 Patch in upstream fix for video rotation on Android (#8635)
* patch in upstream fix

* build expo-image-picker from source so that patch takes
2025-07-21 09:33:59 -05:00
Samuel Newman 760b184d28 fix emoji popup scroll (#8636) 2025-07-21 09:22:35 -05:00
Samuel Newman 36fba20a01 Follow redirects for soundcloud shortlinks (#8614)
* follow redirects for soundcloud shortlinks

* clear timeout in `finally`
2025-07-21 09:18:33 -05:00
Hailey de4fe0c63c persist oauth session status to stored account 2025-07-18 21:04:43 -07:00
Hailey a3fc2d4930 reset en/messages 2025-07-18 20:01:40 -07:00
Hailey c89f791034 Merge remote-tracking branch 'origin/main' into hailey/oauth-yeag 2025-07-18 20:00:49 -07:00
Hailey a00d04d0da add toggle for experimental oauth 2025-07-18 19:57:46 -07:00
pfrazee ad16ed3096 Nightly source-language update 2025-07-19 02:43:42 +00:00
Hailey ddeb3b0768 fix moderation whack 2025-07-18 19:18:57 -07:00
Hailey 7ff176db48 fix notification reloading 2025-07-18 19:15:06 -07:00
Hailey 3af792e7ee add env var to .web.ts 2025-07-18 13:54:48 -07:00
Hailey 063a29c3d0 refactor 2025-07-18 13:53:36 -07:00
Eric Bailey 0995e81b58 Age assurance tweaks (#8671)
* Refetch state while in pending status

* Add success state to redirect, just have user close, nicer experience

* Stop refetching after pending
2025-07-18 14:21:23 -05:00
Hailey e4625c9014 fix jwt check 2025-07-18 11:29:49 -07:00
Eric Bailey 6a15679fb1 Handle missed error branch (#8663) 2025-07-18 10:19:56 -05:00
Eric Bailey 4dd9459cba Update copy (#8664) 2025-07-18 10:09:59 -05:00
Hailey 5336e4f2ef add polyfills 2025-07-18 01:28:37 -07:00
Hailey c9e3c5bf7d update scheme 2025-07-18 00:55:09 -07:00
Hailey 3ba5a5042d add email scope 2025-07-18 00:53:56 -07:00
Hailey 22e64be877 fix bapp for metadata 2025-07-18 00:48:42 -07:00
Hailey 4e4ddd3630 force enable oauth 2025-07-18 00:39:15 -07:00
Hailey decd501a73 conditional imports 2025-07-18 00:34:38 -07:00
Hailey 796d989781 add an auth callback for web 2025-07-18 00:24:43 -07:00
Hailey 66ec6e9a8d add oauth metadata 2025-07-18 00:10:05 -07:00
Hailey 1bd46b44b7 don't use gate 2025-07-18 00:03:30 -07:00