Commit Graph

5958 Commits

Author SHA1 Message Date
Eric Bailey d9cd60e1a9 Fix bad import 2025-07-23 17:12:11 -05:00
Eric Bailey df9467b644 Migrate usages of app-info to new env 2025-07-23 11:49:58 -05:00
Eric Bailey 3380a5e3ed Move env files into directory with platform specific files 2025-07-23 11:49:58 -05:00
Eric Bailey e9b1715e5e Slice bundle hash to match other platforms, needed for render.com deployments 2025-07-23 11:48:58 -05:00
Eric Bailey 8fa5c8e976 Update IS_TESTFLIGHT to include testflight-android 2025-07-23 11:46:36 -05:00
Eric Bailey 981885878b Make sure EXPO_PUBLIC_ENV is set for web container builds 2025-07-23 11:45:29 -05:00
Eric Bailey c5df6f1586 Echo variables to .env in Dockerfile instead of passing to shell script 2025-07-23 11:43:22 -05:00
Eric Bailey bb41eb14ce Properly patch Sentry package 2025-07-22 19:35:36 -05:00
Eric Bailey 8065e1827c Self review 2025-07-22 19:35:36 -05:00
Eric Bailey 70fa7a1a20 Replace NODE_ENV in places where its safe 2025-07-22 19:35:36 -05:00
Eric Bailey d0ea968022 Remove debugging field 2025-07-22 19:35:36 -05:00
Eric Bailey 7d9881f78b Prefix SENTRY_DSN with EXPO_PUBLIC to match others 2025-07-22 19:35:36 -05:00
Eric Bailey 7c916af189 Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER 2025-07-22 19:35:36 -05:00
Eric Bailey ad6ed83838 Fix missing bundle identifier for Render deploys 2025-07-22 19:35:36 -05:00
Eric Bailey e0397aaad9 Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value 2025-07-22 19:35:36 -05:00
Eric Bailey f492000795 Deprecate SENTRY_RELEASE since we use package.json now 2025-07-22 19:35:36 -05:00
Eric Bailey 8ccffd6542 Prefix Bitdrift key with EXPO_PUBLIC 2025-07-22 19:35:36 -05:00
Eric Bailey 9000c405ad Use new env in chat proxy header 2025-07-22 19:35:36 -05:00
Eric Bailey 9040d9101c Use new env in Bitdrift setup file 2025-07-22 19:35:36 -05:00
Eric Bailey da3da43acc Use new env in Sentry setup file 2025-07-22 19:35:36 -05:00
Eric Bailey acbbbcf725 Clean up env files 2025-07-22 19:35:36 -05: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
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
pfrazee ad16ed3096 Nightly source-language update 2025-07-19 02:43:42 +00: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
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
Jordan Harband 95ab4fa0a1 show precise count in label/hover text (#6164) 2025-07-17 22:11:34 -07:00
Sedat Kapanoğlu cfaf741647 rename file names with colons to the common notation (#8264)
The colons in file names break Windows compatibility and prevent Bluesky from being developed on Windows. (Regression: Bluesky Git repository always shows missing files on Windows #8263)
2025-07-17 21:59:23 -07:00
pfrazee f4909e5e05 Nightly source-language update 2025-07-18 02:49:23 +00:00
Samuel Newman 08a1a806ef Fix checkmark overflow in profile card (#8612) 2025-07-17 23:03:55 +03:00
Eric Bailey 964eed54ea Age assurance fast-follows (#8656)
* Add feed banner

* Comment

* Update nux name

* Handle did error

* Hide mod settings if underage or age restricted

* Add metrics

* Remove DEV override

* Copy suggestion

* Small copy edits

* useState

* Fix bug

* Update src/components/ageAssurance/useAgeAssuranceCopy.ts

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>

* Get rid of debug button

---------

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2025-07-17 14:32:58 -05:00
Eric Bailey 00b017804b Fix bug where replying to grandparents re-orders thread (#8662)
* Fix bug where optimistic replies were inserted above the root post

* Rename variables for clarity
2025-07-17 13:22:09 -05:00
Samuel Newman d13a2e5f69 use push to convo mechanism (#8653) 2025-07-17 21:18:32 +03:00
Samuel Newman 2c0c9bf803 avoid handling notifs if deep link (#8657) 2025-07-17 21:18:16 +03:00
Samuel Newman 2e16ef4384 fix whitespace collapse (#8659) 2025-07-17 21:17:57 +03:00
Eric Bailey 42bfee5d9d Update copy and link in reporting flow (#8583)
* Update copy and link

* fix prettier

* Update link

---------

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2025-07-17 11:01:10 -05:00
pfrazee 94a3e5bbe1 Nightly source-language update 2025-07-17 02:47:36 +00:00