about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 3rd party embed player (#2217)Hailey2023-12-2112-135/+597
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement embed player for YT, spotify, and twitch * fix: handle blur event * fix: use video dimensions for twitch * fix: remove hack (?) * fix: remove origin whitelist (?) * fix: prevent ads from opening in browser * fix: handle embeds that don't have a thumb * feat: handle dark/light mode * fix: ts warning * fix: adjust height of no-thumb label * fix: adjust height of no-thumb label * fix: remove debug log, set collapsable to false for player view * fix: fix dimensions "flash" * chore: remove old youtube link test * tests: add tests * fix: thumbless embed position when loading * fix: remove background from webview * cleanup embeds (almost) * more refactoring - Use separate layers for player and overlay to prevent weird sizing issues - Be sure the image is not visible under the player - Clean up some * cleanup styles * parse youtube shorts urls * remove debug * add soundcloud tracks and sets (playlists) * move logic into `ExternalLinkEmbed` * border radius for yt player on native * fix styling on web * allow scrolling in webview on android * remove unnecessary check * autoplay yt on web * fix tests after adding autoplay * move `useNavigation` to top of component --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Bump react-native-drawer-layout@4.0.0-alpha.3 (#2261)Paul Frazee2023-12-212-6/+11
|
* Add French localization (#2265)Ansh2023-12-2210-84/+2559
|
* Web composer improvements (#2257)Paul Frazee2023-12-202-2/+2
| | | | | * Keep the emoji picker in the tablet width (close #1880) * Support pressing tab to select a mention (close #1831)
* Fix the is13 check in account creation (close #2258) (#2259)Paul Frazee2023-12-201-1/+1
|
* Fix image is cropped in alt text modal (#1963)Kev2023-12-201-0/+1
|
* Restore autofocus on emoji drop down (#1821)Elie Michel2023-12-201-1/+1
|
* Invalid handle autocomplete (#2251)Samuel Newman2023-12-203-3/+6
| | | | | * refactor invalid handle check from a previous PR to use util function * add invalid handle check to `prefixMatch`
* add `yarn intl:compile` to postinstall hook (#2250)Samuel Newman2023-12-201-1/+1
|
* Try to fix scroll indicator on Feeds page (#2245)Eric Bailey2023-12-192-0/+2
| | | | | * Try to fix scroll indicator on Feeds page * Apply to List
* Bump build numbers for ios and androidPaul Frazee2023-12-184-26/+41
|
* Bop it (#2244)Paul Frazee2023-12-182-0/+0
| | | Co-authored-by: Eric Bailey <git@esb.lol>
* Use same source for pinned feeds on Home and tab/sidebars (#2235)Eric Bailey2023-12-182-4/+10
|
* Move label appeal to post dropdown (#2236)Eric Bailey2023-12-186-67/+132
| | | | | | | | | | | * Move appeal from post to dropdown * Translate * Tweak copy on the appeal label modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add search button to logged out view (#2237)Eric Bailey2023-12-181-3/+44
|
* Set numberOfLines for Android text input (#2238)Eric Bailey2023-12-181-1/+7
| | | | | * Set numberOfLines for Android text input * Let's go with 4
* Tweak splash speed (#2241)Eric Bailey2023-12-181-13/+20
|
* Fix 2231 Modal overlap on double modal open (#2239)Ansh2023-12-181-1/+1
| | | | | * add same multiple snapPoints to Confirm modal * snapToIndex instead of confirm
* fix Create Account metrics (#2242)Ansh2023-12-183-6/+3
|
* basic public RSS feed for profiles (#2229)bnewbold2023-12-183-0/+103
| | | | | | | | | * web: initial implementation of profile RSS feed * re-work RSS feed to use DID in URL, not handle Shouldn't have RSS feeds break when folks change handle. * rss: tweak XML
* use `s.likeColor` everywhere (#2234)Samuel Newman2023-12-182-11/+5
|
* Add credits to localization doc (#2233)Ansh2023-12-184-1/+10
| | | | | * change name of file to localization * run `intt:build`
* Fix `Logotype` fill for dark mode (#2230)Eric Bailey2023-12-185-6/+7
| | | | | * Fix fill of Logotype in dark mode * Update default Logotype fill
* Hide label appeal on self-labeled posts (#2232)Eric Bailey2023-12-183-3/+7
| | | | | * Hide appeal for self-labeled post, update copy * Use correct logic
* Fix & Add: Japanese Translation (3) (#2226)Hima2023-12-181-258/+258
|
* tweak social card meta yet again (#2228)bnewbold2023-12-183-5/+12
| | | | | - handle missing content (PWI opt-out) better - use opengraph "article" and "profile" types, not just website for everything - fix timestamps, and used indexed at not created at
* bskyweb: update golang indigo dep (from May!), and some small devex tweaks ↵bnewbold2023-12-186-213/+261
| | | | | | | | | | | | | (#2227) * bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web
* Fix: Some display issues (#2219)Hima2023-12-182-3/+2
| | | | | * Update LeftNav.tsx * Update RightNav.tsx
* Update splash screen tagline, update translations, bump ios build numberPaul Frazee2023-12-175-230/+269
|
* Bump ios build numberPaul Frazee2023-12-171-1/+1
|
* Tweaks (#2225)Eric Bailey2023-12-173-4/+4
| | | | | | | | | | | * Gradient * Tweak animation speed * Rotate * Linear * Linear
* 1.60Paul Frazee2023-12-152-2/+2
|
* Traffic reduction and tuned caching strats (#2215)Paul Frazee2023-12-158-150/+82
| | | | | | | | | | | | | * Update the feed to only check latest on focus after 30s, but to do a full reset on focus after 1 hour to avoid very stale data * Remove the isFeedPublic query * Fix: avoid double next-page fetches * Reduce some poll intervals to reduce server load * Guard against double-fires of fetchNextPage * Reduce polling on blurred screens
* Super secret changes don't look (#2218)Eric Bailey2023-12-155-16/+26
| | | | | * Swap in new assets * Refine
* Fix android icon dims (#2213)Eric Bailey2023-12-141-0/+0
|
* Log post creation failures (#2205)Eric Bailey2023-12-142-0/+12
|
* Some brand, some pwi (#2212)Eric Bailey2023-12-147-154/+296
| | | | | | | | | | | | | | | * Add logo to left nav in logged out * Protect last routes * Hide links in left nav, hide nav * Replace bottom bar for pwi * Remove same links from drawer * Hide reply prompt * Allow search
* 🤫 (#2211)Eric Bailey2023-12-1426-69/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new assets * Add splashiness * Add butter icon, spread it * Cream together eggs, sugar, and vanilla * Hi, I'd like to place and order. Yeah, none pizza with left beef, plz. * test * Refine animation * tweak * tweak * tweak * Tweak * Simplify * Cleanup * Fix android logo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
* PWI behavior updates (#2207)Paul Frazee2023-12-1424-443/+839
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Enable PWI * Disable access to feeds on PWI * Remove feeds nav item from drawer when signed out * Replace discover feed on home with a CTA * Wire up the sign in and create account buttons to go straight to their respective screens * Give a custom ScreenHider interface for no-pwi * Add side borders on desktop to the screen hider * Filter accounts in the autocomplete according to mod settings * Trim replies in the post thread that are pwi opt-out * Show 'learn more' on the content hider when no-override is enabled * Apply the moderation filter on profile cards * Disable post search on logged-out view * Update locale files * Bump api pkg * Ensure feeds with no posts don't show as NSFPublic * Fix types --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Make scroll handling contextual (#2200)dan2023-12-1326-354/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add an intermediate List component * Fix type * Add onScrolledDownChange * Port pager to use onScrolledDownChange * Fix on mobile * Don't pass down onScroll (replacement TBD) * Remove resetMainScroll * Replace onMainScroll with MainScrollProvider * Hook ScrollProvider to pager * Fix the remaining special case * Optimize a bit * Enforce that onScroll cannot be passed * Keep value updated even if no handler * Also memo it
* Add i18n setup in build instructions (#2206)noriaki watanabe2023-12-131-0/+1
|
* Revert change to how notifications are loaded on mobilePaul Frazee2023-12-132-3/+3
|
* 1.59Paul Frazee2023-12-135-26/+26
|
* Feed bugfixes (#2204)Paul Frazee2023-12-133-4/+15
| | | | | * Dont show both an error and empty message in the feed * Add a sanity check when attempting to fill the first 30
* More notifications improvements (#2198)Paul Frazee2023-12-136-29/+42
| | | | | * On mobile, never replace the notifs under the user due to focus events * Use the server's seenAt response to calculate isRead state locally
* Rework the rightnav overflow behavior to not obscure the scroll region (#2199)Paul Frazee2023-12-131-67/+65
|
* Hotfix: Merge conflict in translation file (#2203)Ansh2023-12-136-7564/+127
| | | | | * remove unused translation files * re-run extract and compile
* Memoize usePalette (#2201)dan2023-12-131-34/+38
|
* Add fallback to email reminder modal (#2193)Eric Bailey2023-12-122-0/+17
| | | | | * Add fallback to email reminder modal * Add more debug
* Clean up pager refs to fix crash (#2195)dan2023-12-121-12/+23
|