about summary refs log tree commit diff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-1/+1
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* Validate TLD in signup (#5426)Hailey2024-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * add lib * add validation * log * add some common typos * add tests * reset hasWarned state on edit * shorten path * Move test file, adjust regex, add test * Get real nit picky --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Language fixes (#5384)Eric Bailey2024-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * Add some comments * Decouple language settings * Normalize on read/write * Refactor * Support device locale on app startup * Cleanup, port to web * Clean up comments * Comment * Try not to mutate * Protect util handling, update test * Dedupe array values
* Fix font loading on web (#5412)Eric Bailey2024-09-181-1/+1
| | | | | * Copy font files during build * Fall back if error loading fonts
* [Neue] Base (#5395)Eric Bailey2024-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fontScale, gate it, fix some computes * Add inter, integrate * Clean up * Apply to old Text component * Use numeric weight * Cleanup * Clean up appearance settings * Global tracking * Fix regular italic variant * Refactor settings and fontScale values * Remove flags * Get rid of lower weight font usage * Remove gate from settings * Refactor appearance settings for reuse * Add neue type nux * Update defaults * Load fonts, add fallback families * Load fonts via plugin in production * Fixes * Fix for web * Nits --------- Co-authored-by: Hailey <me@haileyok.com>
* remove expo-sentry (#5405)Hailey2024-09-181-1/+0
|
* Make it work with Xcode 16 (#5386)Samuel Newman2024-09-171-2/+2
|
* Bump 1.91.2 (#5387)Hailey2024-09-171-1/+1
|
* [Video] Additional android fixes (#5373)Hailey2024-09-171-1/+1
| | | | | | | * rm unused code * bump lib * invert bool
* [UITextView] Add background color support to iOS selectable text (#5335)Hailey2024-09-151-1/+1
|
* bump (#5348)Hailey2024-09-141-1/+1
|
* [Video] Fix regression on audio session at launch (#5338)Hailey2024-09-131-1/+1
|
* [Video] Bump video (#5333)Hailey2024-09-131-1/+1
|
* [Video] Remember mute state while scrolling (#5331)Hailey2024-09-131-1/+1
|
* [Video] Remove `expo-video`, use `bluesky-video` (#5282)Hailey2024-09-131-2/+2
| | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* NUX API (#5278)Eric Bailey2024-09-111-1/+1
| | | | | | | | | * Set up nux API * Bump SDK * Naming * Imports
* [Video] Handle push/pop on Android for autoplay (#5194)Hailey2024-09-061-1/+1
|
* [Video] Bump expo-video (#5173)Hailey2024-09-051-1/+1
|
* Downgrade MMKV to 2.x (#5170)Hailey2024-09-051-1/+1
|
* Add MMKV interface (#5169)Eric Bailey2024-09-051-0/+1
|
* [Video] Fix CI (#5168)Hailey2024-09-051-1/+1
|
* [Video] Use `expo-video` from fork (#5159)Hailey2024-09-051-1/+1
|
* Remove new_user_guided_tour and tour code (#5023)dan2024-08-291-1/+0
|
* [Video] Lexicon implementation (#4881)Samuel Newman2024-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * implement AppBskyEmbedVideo lexicon in player * add alt to native player * add prerelease package * update prerelease * add video embed view manually from record * fix type error on example video * black bg + use aspect ratio on web * add video to feeds * fix video overflowing aspect ratio * remove prerelease package --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* bump 1.91.0 (#5002)Hailey2024-08-281-1/+1
|
* have mock server run with `development` node env (#4976)Hailey2024-08-221-1/+1
|
* add `quoteCount` to view creators (#4972)Hailey2024-08-221-1/+1
|
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-1/+1
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Show quote posts (#4865)Samuel Newman2024-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * show quote posts * fix filter * fix keyExtractor * move likedby and repostedby to new file structure * use modern list component * remove relative imports * update quotes count after quoting * call `onPost` after updating quote count * Revert "update quotes count after quoting" This reverts commit 1f1887730a210c57c1e5a0eb0f47c42c42cf1b4b. * implement * update like count in quotes list * only add `onPostReply` where needed * Filter quotes with detached embeds * Bump SDK * Don't show error for no results --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: Eric Bailey <git@esb.lol>
* Revert "[Video] Download videos" (#4945)Hailey2024-08-151-4/+0
|
* [Video] Download videos (#4886)Hailey2024-08-151-0/+4
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-121-2/+2
| | | | Co-authored-by: Matthieu Sieben <matthieu.sieben@gmail.com>
* [Video] more minor tweaks (#4906)Samuel Newman2024-08-091-1/+1
| | | | | | | | | | | | | * update expo-video * pause when on a different screen * rm collapsable * add mute/unmute button --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Video] Authed video upload (#4885)Samuel Newman2024-08-071-1/+1
| | | | | | | | | * add service auth call * update API package --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Update muted words dialog with `expiresAt` and `actorTarget` (#4801)Eric Bailey2024-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP not working dropdown * Update MutedWords dialog * Add i18n formatDistance * Comments * Handle text wrapping * Update label copy Co-authored-by: Hailey <me@haileyok.com> * Fix alignment * Improve translation output * Revert toggle changes * Better types for useFormatDistance * Tweaks * Integrate new sdk version into TagMenu * Use ampersand Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Bump SDK --------- Co-authored-by: Hailey <me@haileyok.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Boolean filter improvement alternative: TS upgrade (#4840)Dmitrii Kartashev2024-07-261-1/+1
| | | | | * upgrade typescript and use new feature * fix: typing error
* [Videos] Video player - PR #1 - basic player (#4731)Samuel Newman2024-07-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add ffmpeg-kit-react-native * get select video button + compression working * up res to 1080p * add progress component * move logic out of compressVideo * (WIP) add lonestar compression * rework web compression a bit * mess around with adding a thumbnail * 3mbps * replace * use 3mbps * add expo-video * remove unnecessary try/catch * rm ToastAndroid * fix web * wrap lazy component in suspense * gate video select button * rm web compression * flip sign * remove expo-video from web * review nits * add video picker permissions + rm temp buttons * add ffmpeg-kit-react-native * replace * hls-capable player * start trying to hoist up video player instance * hoist video player and move things around * always show native controls * fix controls on expo video android * gate temp video player in feed * rm IS_DEV, doesn't do what I thought it did * use __DEV__ instead --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* Bump 1.90 (#4832)Hailey2024-07-251-1/+1
|
* Priority notifications (#4798)Samuel Newman2024-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new settings screen * bring back the spinner * add experimental language * fix typo, change leading * integrate priority notifications API * update package * use refetch instead of invalidateQueries * fix read-after-write issue by polling for update * add spinner for initial load * rm onmutate, it's overcomplicated * set error state eagerly * Change language in description Co-authored-by: Hailey <me@haileyok.com> * prettier * add `Toggle.Platform` * extract out mutation hook + error state * rm useless cache mutation * disambiguate isError and isPending * rm unused isError --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* Create shared preferences API (#4654)Hailey2024-07-111-0/+1
|
* Lint native files (#4768)Hailey2024-07-111-0/+2
|
* bump 1.89.0 (#4776)Hailey2024-07-121-1/+1
|
* Video compression in composer (#4638)Samuel Newman2024-07-051-0/+2
| | | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* New user progress guides (#4716)Paul Frazee2024-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add the animated checkmark svg * Add progress guide list and task components * Add ProgressGuide Toast component * Implement progress-guide controller * Add 7 follows to the progress guide * Wire up action captures * Wire up progress-guide persistence * Trigger progress guide on account creation * Clear the progress guide from storage on complete * Add progress guide interstitial, put behind gate * Fix: read progress guide state from prefs * Some defensive type checks * Create separate toast for completion * List tweaks * Only show on Discover * Spacing and progress tweaks * Completely hide when complete * Capture the progress guide in local state, and only render toasts while guide is active * Fix: ensure persisted hydrates into local state * Gate --------- Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Guided tour for new users (#4690)Paul Frazee2024-07-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add home guided tour (WIP) * Add web handling of the tour * Switch to our fork of rn-tourguide * Bump guided-tour * Fix alignment on android * Implement home page tour trigger after account creation * Add new_user_guided_tour gate * Add a title line to the tour tooltips * A11y improvements: proper labels, focus capture, scroll capture * Silence type error * Native a11y * Use FocusScope * Switch to useWebBodyScrollLock() --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Bump 1.88.0 (#4688)Hailey2024-06-271-1/+1
|
* bump (#4634)Hailey2024-06-241-1/+1
|
* Starter Packs (#4332)Hailey2024-06-211-2/+3
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Truncate post metrics and fix truncation on native (#4575)Samuel Newman2024-06-201-2/+3
| | | | | | | | | | | | | | | * truncate post counts * add numberformat polyfill * Fix perf * Simplify type shenanigans * Bump versions to remove dupes --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Bump labeler limit to 20 (#4565)Paul Frazee2024-06-191-1/+1
| | | | | | | | | | | * Increase the labeler subscription limit to 20 * Bump @atproto/api@0.12.20 * Fix: correctly count labeler subscriptions --------- Co-authored-by: dan <dan.abramov@gmail.com>