Commit Graph

5195 Commits

Author SHA1 Message Date
Eric Bailey 658745b33a Remove TF check for BUNDLE_DATE 2025-07-29 14:57:50 -05:00
Eric Bailey 9a3a9ac537 Just fallback to package version for Render deploys 2025-07-29 14:57:50 -05:00
Eric Bailey e21176fc8c Align on RELEASE_VERSION 2025-07-29 14:57:50 -05:00
Eric Bailey 45af32f20a Pass in sentry CLI env vars, align matching values 2025-07-29 14:57:50 -05:00
Eric Bailey 02b678f6eb Slice full hash for display in app 2025-07-29 14:57:50 -05:00
Eric Bailey a1c17db832 Just use long commit hash 2025-07-29 14:57:50 -05:00
Eric Bailey b4118e9b05 Remove unnecessary testflight check 2025-07-29 14:57:50 -05:00
Eric Bailey 9d68335ad9 Add PACKAGE_VERSION and replace in statsig to fix conflict 2025-07-29 14:57:50 -05:00
Eric Bailey f79567b319 Trim RENDER_GIT_COMMIT to first 7 to match --short sha 2025-07-29 14:57:50 -05:00
Eric Bailey b8cc33d185 Update BUNDLE_DATE format comment 2025-07-29 14:57:49 -05:00
Eric Bailey 86ccf35e68 [APP-1331] Migrate app-info to new env (#8703)
* Move env files into directory with platform specific files

* Migrate usages of app-info to new env

* Fix bad import
2025-07-29 14:57:49 -05:00
Eric Bailey a87b490305 Slice bundle hash to match other platforms, needed for render.com deployments 2025-07-29 14:57:49 -05:00
Eric Bailey b07b5edcc3 Update IS_TESTFLIGHT to include testflight-android 2025-07-29 14:57:49 -05:00
Eric Bailey 78a6368b78 Self review 2025-07-29 14:57:49 -05:00
Eric Bailey 4d4b903ccd Replace NODE_ENV in places where its safe 2025-07-29 14:57:49 -05:00
Eric Bailey 706348b488 Prefix SENTRY_DSN with EXPO_PUBLIC to match others 2025-07-29 14:57:49 -05:00
Eric Bailey 589ad0c660 Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER 2025-07-29 14:57:49 -05:00
Eric Bailey c67db9012b Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value 2025-07-29 14:57:49 -05:00
Eric Bailey 5eb725857f Deprecate SENTRY_RELEASE since we use package.json now 2025-07-29 14:57:49 -05:00
Eric Bailey 01b3162c18 Prefix Bitdrift key with EXPO_PUBLIC 2025-07-29 14:57:49 -05:00
Eric Bailey 5f2272a7e4 Use new env in chat proxy header 2025-07-29 14:57:49 -05:00
Eric Bailey fc47a186c1 Use new env in Bitdrift setup file 2025-07-29 14:57:49 -05:00
Eric Bailey 386c49ceb4 Use new env in Sentry setup file 2025-07-29 14:57:49 -05:00
Eric Bailey b5ff69e515 Clean up env files 2025-07-29 14:57:49 -05:00
Eric Bailey 1504ce28e2 Fix parent read more occurring further up the tree (#8729) 2025-07-28 14:21:01 -05:00
Eric Bailey 6d0c859d8f Fix blur handling (#8730) 2025-07-28 14:20:55 -05:00
hailey 41998c59b5 Ensure preference overrides cause re-renders (#8724)
* make sure request is fetched before returning true

* Ensure preferences object skips equality checks if overridden

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-28 12:28:12 -05:00
pfrazee 872fe324a0 Nightly source-language update 2025-07-26 02:44:52 +00:00
hailey 810918b434 add web hook, action tweaks (#8723) 2025-07-25 12:39:43 -07:00
hailey 4d210e33cf fix type error (#8722) 2025-07-25 09:34:04 -07:00
hailey 15abdc67cf simplify logic for pull request OTAs (#8720)
* simplify logic for pull request OTAs

* just render deep link in the text

* dont download update until approved
2025-07-25 08:57:21 -07:00
hailey c6b578fe91 fix final final final (#8719) 2025-07-24 21:07:06 -07:00
pfrazee caeaff157c Nightly source-language update 2025-07-25 02:48:44 +00:00
jim 26755445e3 Merge pull request #8714 from internet-development/c/app-1332-handle-autocomplete-broken-for-handles-with-hyphens
Fix some auto complete issues on mobile
2025-07-24 17:18:40 -07:00
hailey 1ee91d2c90 OTA deployments on PR comment action (#8713) 2025-07-24 16:23:17 -07:00
Chenyu Huang ead6862fc6 fix some auto complete issues 2025-07-24 15:58:24 -07:00
Chenyu 9e65f00c93 [APP-1157] disable searches for logged out users, prompt them to sign in (#8697) 2025-07-24 14:44:03 -07:00
Caidan Williams 742397bb1a fix(lint): remove unused import 2025-07-24 12:31:34 -07:00
Caidan Williams 269d70e66c feat(ui): increase the trending videos card size 2025-07-24 12:30:35 -07:00
Caidan Williams 0685de9b7f feat(ui): update TrendingVideos dismiss button style
Changed the TrendingVideos dismiss button to use solid variant and
square shape for improved visibility. Also set ButtonIcon size to "sm"
for better alignment with the new button style.
2025-07-24 12:30:35 -07:00
Caidan Williams c1d2aea885 feat(ui): remove the header icon
Replace the header's flex row with a single bold text element for
"Trending Videos", removing the Graph icon and extra container.
2025-07-24 12:30:35 -07:00
Caidan Williams 229f275246 fix(ui): adjust TrendingVideos padding and gap sizes
Reduced top padding from large to small and updated horizontal padding
handling for the TrendingVideos component. Increased card gap and snap
interval from small to medium.
2025-07-24 12:30:35 -07:00
Caidan Williams 66950a08cb feat(ui): add border to video post and trending cards
Added a border and low contrast border color to CompactVideoPostCard,
CompactVideoPostCardPlaceholder, and TrendingVideos card components for
improved visual separation.
2025-07-24 12:30:35 -07:00
Caidan Williams b89645a172 feat(ui): add shadow to video post trending cards
Added a small shadow (shadow_sm) to the CompactVideoPostCard and the
"View more" card in TrendingVideos for improved visual depth and
consistency. This enhances the card appearance and aligns with the
design system.
2025-07-24 12:30:35 -07:00
Caidan Williams 12e67f53dd fix(ui): overflow for TrendingVideos scroll container
Added overflow_hidden to the main container and set overflow_visible on
the FlatList to ensure proper display of horizontally scrolling cards.
This resolves clipping issues and improves the visual layout of trending
videos.
2025-07-24 12:30:35 -07:00
Caidan Williams ce02e4aa3d feat(atoms): add overflow_visible utility
Added the `overflow_visible` atom to the atoms utility object for
setting CSS overflow to 'visible'. This complements the existing
`overflow_hidden` atom and improves flexibility for layout styling.
2025-07-24 12:30:35 -07:00
Caidan Williams 605c50d6c7 style(ui): use larger border radius on video post card
Updated CompactVideoPostCard to use a larger border radius by replacing
rounded_md with rounded_lg.
2025-07-24 12:30:35 -07:00
Elijah Seed-Arita dff0332dd0 fix: general profile component layout fixes, and ability to disable the inset border for UserAvatar (#8711) 2025-07-24 11:22:19 -07:00
hailey f0b869aeeb fix moderation preferences for non-AA'd users (#8712) 2025-07-24 08:34:31 -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