about summary refs log tree commit diff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* [APP-527] setup sentry (#532)Ansh2023-05-011-1/+6
| | | | | | | | | | | | | | | | | | | | | * setup sentry * add sentry to transformIgnorePatterns to fix jest issues * update README with sourcemap instructions * only enable integrations on native * fix sentry web * remove testing code * fix sentry authToken * Switch over to paul's auth tokens temporarily (lol) --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* App store fixes (permission descriptions) (#557)Paul Frazee2023-05-011-3/+3
| | | | | * Fix permission usage descriptions on iOS * Bump ios build number
* 1.25Paul Frazee2023-04-281-1/+1
|
* Implement blocks (#554)Paul Frazee2023-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Quick fix to prompt * Add blocked accounts screen * Add blocking tools to profile * Blur avis/banners of blocked users * Factor blocking state into moderation dsl * Filter post slices from the feed if any are hidden * Handle various block UIs * Filter in the client on blockedBy * Implement block list * Fix some copy * Bump deps * Fix lint
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ScreenHider component * Add blur attribute to UserAvatar and UserBanner * Remove dead suggested posts component and model * Bump @atproto/api@0.2.10 * Rework moderation tooling to give a more precise DSL * Add label mocks * Apply finer grained moderation controls * Refactor ProfileCard to just take the profile object * Apply moderation to user listings and banner * Apply moderation to notifications * Fix lint * Tune avatar & banner blur settings per platform * 1.24
* Add undo to web composer (#542)Ollie Hsieh2023-04-271-0/+1
|
* 1.23Paul Frazee2023-04-251-1/+1
|
* 1.22Paul Frazee2023-04-241-1/+1
|
* Performance fixes with new getPosts (#525)Paul Frazee2023-04-241-1/+1
| | | | | | | | | * Update notifications to fetch in a batch using getPosts * Improve search perf with getPosts * Bump @atproto/api@0.2.9 * Just use post uri for key
* Android & visual fixes: color themes, repost icon, navigation, back handler, ↵Paul Frazee2023-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | etc (#519) * Switch android to use slide left/right animations on navigation * Bump the repost icon down by a pixel * Tune theme colors for contrast and darker bg on darkmode * Move back handler to a point in the init flow that leads to more consistent capture of events * Fix image share flow on android * Fix lint * Add todo about sharing not available * Drop the android slide animation because it's too slow * Fix 'flashes of white' in dark mode android
* 1.21Paul Frazee2023-04-221-1/+1
|
* 1.20.0Paul Frazee2023-04-211-1/+1
|
* Hotfix feed sizing (#510)Paul Frazee2023-04-211-1/+1
| | | | | * Fix home feed sizing on web * Bump api@0.2.8
* Add alt text support and rework image layout (#503)Ollie Hsieh2023-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Add alt text support and rework image layout * Add additional BottomSheet implementation to account for nested Composer modal * Use mobile gallery layout on mobile web * Missing key * Fix lint * Move altimage modal into the standard modal system * Fix overflow wrapping of images * Fixes to the alt-image modal * Remove unnecessary switch * Restore old imagelayoutgrid code --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* 1.19Paul Frazee2023-04-201-1/+1
|
* #420: add updateDataOptimistically utility to disallow like counter out of ↵Ansh2023-04-191-0/+3
| | | | | | | | | | | | | | | sync (#446) * add isLikedPressed flag to disallow like counter out of sync * create revertible helper for updateDataOptimistically * test implementation * Update updateDataOptimistically() and apply to reposts --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* 1.18Paul Frazee2023-04-191-1/+1
|
* 1.17Paul Frazee2023-04-181-1/+1
|
* Rework search suggestions for performance (#492)Paul Frazee2023-04-181-1/+1
|
* APP-70 give profile its own tab mobile (#469)Ansh2023-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | * add prebuild command to package.json * add ProfileTab navigator and screen * add prop to remove back button from profile * fix MyProfileTabNavigatorParams type * fix dep array for rendering ProfileHeader * just added ts-ignore * enable opening drawer in profile tab * clean up useNavigationTabState * clean up code * fix hideBackButton code flow
* Fix: sanitize URLs before placing them on the page (#488)Paul Frazee2023-04-151-0/+1
|
* Bump depsPaul Frazee2023-04-121-1/+1
|
* 1.16Paul Frazee2023-04-121-1/+1
|
* Mobile Web (#427)John Fawcett2023-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * WIP * Fix header offset on web * Remove debug * Fix web mobile feed and FAB layout * Fix modals on mobile web * Remove dead code * Remove ios config that shouldnt be committed now * Move bottom bar into its own folder * Fix web drawer navigation and state behaviors * Remove dark mode toggle from web drawer for now * Fix search on mobile web * Fix the logged out splash screen on mobile web * Fixes to detox simulator --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework notifications to sync locally in full and give users better control * Fix positioning of load more btn on web * Improve behavior of load more notifications btn * Fix to post rendering * Fix notification fetch abort condition * Add start of post-hiding by labels * Create a standard postcontainer and improve show/hide UI on posts * Add content hiding to expanded post form * Improve label rendering to give more context to users when appropriate * Fix rendering bug * Add user/profile labeling * Implement content filtering preferences * Filter notifications by content prefs * Update test-pds config * Bump deps
* Expo Updates (#426)Ansh2023-04-111-0/+1
| | | | | * install expo-updates * configure expo-updates
* replace react-native-fast-image with expo-image (#452)Paul Frazee2023-04-111-1/+1
|
* [DRAFT] Android (#424)Ansh2023-04-091-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add android & ios folders to .gitignore * delete android and ios dirs * fix android build errors * fix status bar color * fix top cutoff on composer in android * fix weird whitespace issue in post * fix greyed out header android * fix main feed getting cut off android * fix swiping on main feed * fix profile tabs switching on android * A few app.json config items for iOS * Update app.json for bgfetch * make swiping work on android * make splash screen cover * add eas.json * fix image container on android * fix android status bar color * use expo-splash-screen instead of react-native-splash-screen --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* 1.15Paul Frazee2023-04-071-1/+1
|
* Update AtUri import to use official package with fix for usernames that ↵Paul Frazee2023-04-071-1/+1
| | | | start with numbers (close #414) (#418)
* 1.14Paul Frazee2023-04-061-1/+1
|
* Add user invite codes (#393)Paul Frazee2023-04-051-2/+2
| | | | | | | | | | | * Add mobile UIs for invite codes * Update invite code UIs for web * Finish implementing invite code behaviors (including notifications of invited users) * Bump deps * Update web right nav to use real data; also fix lint
* Analytics fixes (closes #386) (#387)Paul Frazee2023-04-051-1/+1
| | | | | | | * Only send analytics events when the user is logged in * Only send analytics events when the user is logged in (web) * Add analytics identify() call
* Add analytics to the web build (close #233) (#385)Paul Frazee2023-04-041-0/+2
| | | | | * Add analytics to the web build (close #233) * Use bsky endpoint for analytics
* 1.13Paul Frazee2023-04-031-1/+1
|
* Fix unit tests (#377)Paul Frazee2023-04-031-1/+1
| | | | | * Fix unit tests * Remove excess lint and prettier checks from gh actions
* Lex refactor fixes (#368)Paul Frazee2023-04-021-2/+2
| | | | | | | | | | | | | * Fix: handle validation failures correctly in feed-view * Fix: convert the off-spec feed view to lex objects * Fix to fetching all follows during init * Bump @atproto/api@0.2.1 * Fix: properly group together like notifications * 1.12
* Lex refactor (#362)Paul Frazee2023-03-311-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages
* 1.10.0Paul Frazee2023-03-231-1/+1
|
* Filter content by your device's configured languages (#354)Paul Frazee2023-03-221-0/+1
|
* 1.9Paul Frazee2023-03-211-1/+1
|
* Darkmode fixes (#301) (#327)Paul Frazee2023-03-201-1/+1
| | | | | | | | | * Fix dark mode rendering of 'follows you' pill * Fix the darkmode coloring of the PTR * Fix dark mode styles in dns instructions * Only lint the src dir
* Add missing deps and an atob polyfillPaul Frazee2023-03-191-0/+1
|
* Add language filtering to goodstuffPaul Frazee2023-03-191-0/+1
|
* Pin deps to make expo happyPaul Frazee2023-03-191-4/+4
|
* 1.8Paul Frazee2023-03-171-1/+1
|
* Get home screen's swipable pager working with the drawerPaul Frazee2023-03-161-1/+4
|
* Create build step for the web server (#289)Paul Frazee2023-03-141-0/+1
| | | | | * Create build step for the web server * Update bskyweb routes and 404 behavior
* Rework account creation and login viewsPaul Frazee2023-03-141-0/+2
|
* Add /support and /support/privacyPaul Frazee2023-03-131-1/+1
|