about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* | add content hider padding (#8843)Samuel Newman2025-08-251-3/+9
| |
* | Update DM header to match new Layout style (#8846)Samuel Newman2025-08-253-125/+88
| |
* | Nightly source-language updatepfrazee2025-08-251-6/+6
| |
* | Fix alt text in media preview (#8854)Samuel Newman2025-08-241-5/+3
| |
* | Skip dirty git tree check in prebuild (#8853)Samuel Newman2025-08-241-1/+1
| |
* | Nightly source-language updatepfrazee2025-08-241-24/+29
| |
* | Update `@mozzius/expo-dynamic-app-icon` (#8834)Samuel Newman2025-08-248-26/+32
| |
* | Update origin (#8889)Eric Bailey2025-08-231-1/+1
| |
* | Debug (#8888)Eric Bailey2025-08-232-6/+50
| | | | | | | | | | * Swap URL * Add debug
* | Merge pull request #8883 from ↵jim2025-08-223-0/+3
|\ \ | | | | | | | | | | | | internet-development/caidanw/app-1408-add-canonical-url feat: add canonical URLs to improve SEO
| * | feat: add canonical URL to profile template for better SEOCaidan Williams2025-08-221-0/+1
| | |
| * | feat: add canonical URL to post template for better SEOCaidan Williams2025-08-221-0/+1
| | |
| * | feat: add canonical URL to home page for SEO optimizationCaidan Williams2025-08-221-0/+1
| | |
* | | Nightly source-language updatepfrazee2025-08-231-3/+23
| | |
* | | Merge pull request #8882 from internet-development/binaryfiddler/isnetworkjim2025-08-221-1/+4
|\ \ \ | |/ / |/| | wrapp failed to send feed interactions inside isNetworkError
| * | wrapp failed to send feed interactions inside isNetworkErrorChenyu Huang2025-08-221-1/+4
|/ /
* | [LEG-246] Geo overlay (#8881)Eric Bailey2025-08-229-22/+269
| | | | | | | | | | | | | | | | | | | | | | * Add AgeBlockedGeo * Add MaxMind usage text * Add geo overlay --------- Co-authored-by: rafael <rafael@blueskyweb.xyz>
* | rearrange translation logic (#8880)surfdude292025-08-221-6/+13
| |
* | Merge pull request #8875 from ↵jim2025-08-214-9/+9
|\ \ | | | | | | | | | | | | internet-development/caidan/app-1406-follow-suggestions-card-to-show-follow-back [APP-1406] follow suggestions card to show follow back
| * | refactor: all uses of "Follow Back" to "Follow back"Caidan Williams2025-08-214-9/+9
| | |
| * | fix: capitalization of "Follow back" to "Follow Back"Caidan Williams2025-08-211-1/+1
| | |
| * | fix: show 'Follow back' label if user is followed by profileCaidan Williams2025-08-211-1/+1
| | | | | | | | | | | | | | | Updated ProfileCard.FollowButton label to display 'Follow back' when the current user is followed by the profile being viewed.
* | | Nightly source-language updatepfrazee2025-08-221-32/+36
| | |
* | | Merge pull request #8876 from ↵jim2025-08-211-53/+55
|\ \ \ | |/ / |/| | | | | | | | internet-development/caidanw/app-1399-trending-videos-icon-missing [APP-1399] trending videos icon missing
| * | refactor: replace View with Button in ViewMoreCard for consistent colors ↵Caidan Williams2025-08-211-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | across themes Updated ViewMoreCard to use a Button component instead of a styled View for the 'View more' action. This improves accessibility and consistency with other interactive elements in TrendingVideos.
| * | refactor: extract ViewMoreCard from VideoCards componentCaidan Williams2025-08-211-47/+55
|/ / | | | | | | | | | | | | | | Moved the 'View more' card logic into a separate ViewMoreCard component for better separation of concerns and readability. Updated imports to use named React hooks instead of React namespace. To modernise this old component per the new guidelines.
* | [APP-1357] profile header follow recommendations (#8784)Caidan2025-08-218-312/+461
| |
* | Nightly source-language updatepfrazee2025-08-211-2/+2
| |
* | [APP-1398] Fix post shadow/like shadow state when replying (#8866)Eric Bailey2025-08-202-4/+40
| | | | | | | | | | | | | | * Add optimisticReplyCount to post shadow * Add special util * Fix subtle bug in query cache
* | fix typo (#8869)cirx2025-08-201-1/+1
| |
* | tweak plural formatting (#8871)surfdude292025-08-201-3/+3
| |
* | Nightly source-language updatepfrazee2025-08-201-6/+6
| |
* | Fix isPartOfLastBranchFromDepth assignment (#8856)Eric Bailey2025-08-192-4/+11
| |
* | [Lightbox] prevent browser-default escape key behavior (#8859)Ridley Combs2025-08-191-0/+1
| | | | | | Some browsers exit fullscreen when the escape key is pressed without `preventDefault()` being called; we don't want that when we're handling the press ourselves.
* | Nightly source-language updatepfrazee2025-08-191-114/+134
| |
* | Add underage notice to Moderation screen (#8868)Eric Bailey2025-08-181-0/+19
| | | | | | | | | | | | | | | | | | | | | | * Add underage notice to Moderation screen * Incorporate suggestion Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* | [APP-1318] `SelectMediaButton` (#8828)Eric Bailey2025-08-1817-319/+763
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file * [APP-1318] Post composer: combine image & video buttons (#8710) * add: select media btn * udpate: compose post with combined image and video support * add: video combine button with edge cases * add select media btn * test: select media btn * add: media button update * remove unused files and update toast on android * update: make strings shorter * add: ValidatedVideoAsset type * update link comments and add toast support for native and web * rebase latest toast and update toast structure * remove unused prop * fix types * undo changes to yarn.lock * remove: support for mkv files * update: eslint and prettier (cherry picked from commit f69779ee130f07e1c49219b53117e3bdd1a9f81b) * Add missing props to launchImageLibraryAsync (cherry picked from commit 2e80ae561fd66850f787cac0aae0fa5a6980f8f5) * Rough out new approach (cherry picked from commit 9add225160e7e407befc73e9cdd9743a30cdf1cd) * Comments and cleanup (cherry picked from commit e69bd186e7335372f440c446ae6643ed0fb15db9) * Handle native case (cherry picked from commit 74e38acdfd9181d0557426691fcbcbf0800481ca) * Refactor (cherry picked from commit 68aea496db8df54dba5f58da267ad962c28ef995) * Rename (cherry picked from commit 8609e59ad14219e7378ee6cb9514d633ce7efc27) * Cleanup, comments (cherry picked from commit 6c9c98648e37257285a9c8caeb1eadcc56c81402) * Rename (cherry picked from commit 66e3db539d5baa41436c9e49af06e87a78e9e7e1) * Handle selectionLimit on Android (cherry picked from commit 251f06dd5e65a7083b810bad3d81114b2fe9ab39) * create composer images in parallel (cherry picked from commit 70ea79d9d76d99e9c99a7d2296caed84c718650e) * Update toast API usage (cherry picked from commit e370018b8ed8cdfd7675c9634058c72cb59d39de) * Ensure once one type of media is selected, you can only select more of that type (cherry picked from commit 1a9e6e0cdb5234667f08e3dd9107ae598941fc23) * Remove TODO and debug code * Add more descriptive a11y label to button Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Add back post success toast * Include mimeType in toast error * Remove unneeded toast * Clarify hint * Typo Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * allow gifs on native, just treat as images * disable haptic toast * allow gifs on native, treat as videos * only do keyboard dismiss on native * tweak pasting logic * hide web scrubber in certain situations * Update MaxImages translation Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Add plural formatting to a11y hint translation Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix suggestion * Protect against no valid assets selected * Handle conversion of too-big assets on web * Reorder * Bump expo-image-picker to include bug/perf improvements See https://github.com/expo/expo/blob/main/packages/expo-image-picker/CHANGELOG.md#1700--2025-08-13 * Handle edge case validations * Ok actually bump expo-image-picker * Comment * HEIC support Android * Fix handling for new picker version, improve size validation * Remove getVideoMetadata handling, no longer needed * Handle web video duration * Update src/view/com/composer/SelectMediaButton.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Anastasiya Uraleva <anastasiyauraleva@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Nightly source-language updatepfrazee2025-08-161-120/+120
|
* don't override backspace if alt or meta key (#8855)Samuel Newman2025-08-151-1/+5
|
* Use medium font weight in a few places (#8848)Samuel Newman2025-08-154-8/+5
| | | | | | | * medium font toasts * medium font tabs * medium font trending pill
* feat: use OP's language as recommendation when replying (#8832)Elijah Seed-Arita2025-08-1512-4/+31
| | | | | * feat: use OP's language as recommendation when replying * fix: address nits
* Nightly source-language updatepfrazee2025-08-151-35/+28
|
* Update Xcode in runner to 16.4 (#8842)Samuel Newman2025-08-141-1/+1
|
* Profile back button tweaks for web (#8795)Bartosz Kaszubowski2025-08-141-55/+41
| | | | | | | | | | | * Profile back button tweaks * apply review feedback - remove StyleSheet * Update src/screens/Profile/Header/Shell.tsx --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-1412-386/+164
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Improve "replied to a post" component (#8602)Samuel Newman2025-08-146-158/+110
| | | | | * unify component * change bottom padding from 2px to 4px
* Nightly source-language updatepfrazee2025-08-141-105/+97
|
* Bump version to 1.107.0 (#8840)Eric Bailey2025-08-131-1/+1
|
* [Perf - part 1] Hoist service config query (#8812)Samuel Newman2025-08-1412-88/+119
|
* Add displayName to contexts (#8814)Samuel Newman2025-08-1489-28/+173
|