Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix white flash on startup (#1759) | dan | 2023-10-27 | 3 | -3/+7 |
| | |||||
* | Enable inline requires (#1756) | dan | 2023-10-26 | 2 | -1/+16 |
| | |||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-10-26 | 13 | -83/+117 |
|\ | |||||
| * | Update Analytics (#1743) | Ansh | 2023-10-26 | 4 | -18/+19 |
| | | |||||
| * | 1721 Update support link (#1722) | Ansh | 2023-10-25 | 1 | -5/+5 |
| | | | | | | | | | | * change support page copy * fix grammar | ||||
| * | add scroll indicator on web to profile suggested follows card (#1724) | Ansh | 2023-10-25 | 1 | -4/+8 |
| | | |||||
| * | allow enter key to trigger waitlist signup (#1723) | Ansh | 2023-10-25 | 1 | -0/+2 |
| | | |||||
| * | Fixed CropImage modal aspect ratio buttons visibility in dark mode (#1730) | elliot | 2023-10-25 | 1 | -3/+3 |
| | | |||||
| * | Remove MobX from Link (#1745) | dan | 2023-10-25 | 1 | -5/+4 |
| | | | | | | | | | | | | | | * Remove MobX from Link * Keep memo() though We previously had observer() apply it automatically, so re-add it | ||||
| * | Simplify the avatar component (#1744) | dan | 2023-10-25 | 3 | -44/+72 |
| | | | | | | | | | | | | | | | | | | | | | | * Copypaste UserAvatar to EditableUserAvatar * Swap usages with onSelectNewAvatar to EditableUserAvatar * Split prop types into UserAvatarProps and EditableUserAvatarProps * Remove dead branches from EditableUserAvatar * Remove dead branches from UserAvatar | ||||
| * | Fix four gallery images for Firefox (#1710) | dan | 2023-10-18 | 1 | -4/+4 |
| | | |||||
* | | 1.54 | Paul Frazee | 2023-10-14 | 3 | -7/+7 |
|/ | |||||
* | Performance optimization (#1676) | Ansh | 2023-10-13 | 24 | -374/+584 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upgrade sentry to support profiling monitoring * remove console logs in production builds * feeds tab bar and bottom bar animation centralized * refactor FeedPage out of Home * add script to start in production mode * move FAB inner to reanimated * move FABInner back to `Animated` RN animation * add perf commands * add testing with Maestro and perf with Flashlight * fix merge conflicts * fix resourceClass name in eas.json * fix onEndReachedThreshold in Feed * memoize styles * go back to old styling for LoadLatestBtn * remove reanimated code from useMinimalShellMode * move shell animations to hook/reanimated for perf * fix empty state issue * make shell animation feel smoother * make shell animation more smooth * run animation with autorun * specify keys for tab bar properly * remove comments * remove already imported dep * fix lint * add testing instructions * mock sentry-expo for jest * fix jest mocks * Fix the load-latest button on desktop and tablet * Fix: don't move the FAB in tablet mode * Fix type error * Fix tabs bar positioning on tablet * Fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Scope drawer drag workaround to feed pagers (#1694) | dan | 2023-10-13 | 1 | -4/+4 |
| | |||||
* | Toggle lightbox controls on tap (#1687) | dan | 2023-10-13 | 4 | -63/+81 |
| | | | | | | | * Make the lightbox controls animation smoother * Toggle controls on tap * Disable pointer events when hidden | ||||
* | Fix profile preview jump (#1693) | dan | 2023-10-13 | 4 | -18/+33 |
| | | | | | | | | | | | * Add top inset for profile preview to match target screen * Avoid flicker by waiting for profile screen navigation * Fix glimmer to align with the content * A more reliable (but non-scientific) fix for the flash * Lower the timeout | ||||
* | Disable events on hidden bars (#1686) | dan | 2023-10-13 | 3 | -1/+15 |
| | |||||
* | Fix profile layout shift (#1690) | dan | 2023-10-13 | 1 | -13/+2 |
| | |||||
* | Don't re-render bars when showing/hiding them (#1691) | dan | 2023-10-13 | 4 | -46/+58 |
| | | | | | | | * Don't re-render bars when showing/hiding them * Fix more cases * Use autorun instead of reaction to fix first render | ||||
* | Fix crash when scrolling down on the web (#1684) | dan | 2023-10-12 | 1 | -4/+2 |
| | |||||
* | Make shell hide/show animation smoother (#1683) | dan | 2023-10-12 | 3 | -8/+17 |
| | | | | | * Make shell hide/show animation smoother * Also animate "load latest" | ||||
* | Fix layout shift for multi-image posts (#1673) | dan | 2023-10-12 | 2 | -66/+65 |
| | | | | | | | | | * Fix layout shift for multi-image posts * Add a comment for the hack * Use margins instead of gap * Move alt label | ||||
* | bskyweb: add rate limiting to reduce DoSability | Jake Gold | 2023-10-11 | 1 | -2/+22 |
| | |||||
* | use new zeed-dom version (#1671) | Eric Bailey | 2023-10-11 | 2 | -4/+5 |
| | |||||
* | 1.53 | Paul Frazee | 2023-10-10 | 2 | -4/+4 |
| | |||||
* | resolve fork of zeed-dom (#1663) | Eric Bailey | 2023-10-10 | 2 | -5/+5 |
| | |||||
* | Port remaining lightbox code to Reanimated (#1669) | dan | 2023-10-10 | 1 | -42/+27 |
| | | | | | * Port remaining lightbox code to Reanimated * Fix memoization | ||||
* | Update testrunner to use new dev-env [WIP] (#1575) | Paul Frazee | 2023-10-10 | 11 | -67/+288 |
| | | | | | | | | | | | | | | | * Update testrunner to use new dev-env * Fix label testcase * Vendor the dev-infra scripts from the atproto repo for the dev-env server runner * Bump detox to fix the ios sim control issue * Use iphone 15 pro for tests * Ensure the reminders never trigger during tests * Skip the shell tests due to a crash bug with detox and the drawer | ||||
* | Fix MobX crash for Android lightbox (#1668) | dan | 2023-10-10 | 2 | -1/+3 |
| | | | | | * Fix MobX crash for Android lightbox * Reorder props to match between forks | ||||
* | Change lightbox to use Pager (#1666) | dan | 2023-10-10 | 4 | -141/+46 |
| | | | | | | | | | * Change lightbox to use Pager * Fix crash issue on ios --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | make empty feed required (#1667) | Ansh | 2023-10-10 | 2 | -6/+3 |
| | |||||
* | Only warn on links to bsky.app if it represents itself as another url (#1662) | Paul Frazee | 2023-10-10 | 2 | -5/+58 |
| | | | | | * Only warn on links to bsky.app if it represents itself as another url (close #1652) * Clean up | ||||
* | Fix keyboard double pad issue in email change & verify modals (#1664) | Paul Frazee | 2023-10-10 | 2 | -275/+250 |
| | |||||
* | Don't highlight tags in composer yet (#1665) | Eric Bailey | 2023-10-10 | 1 | -10/+13 |
| | |||||
* | Fix: fetch follows on desktop search for typeahead (#1660) | Paul Frazee | 2023-10-10 | 2 | -2/+10 |
| | |||||
* | Remove duplicate modal container (#1661) | dan | 2023-10-10 | 1 | -2/+0 |
| | |||||
* | Drive-by lightbox refactors (#1659) | dan | 2023-10-10 | 3 | -40/+15 |
| | | | | | | | * Remove dead code from lightbox * Rename imageIndex prop to initialImageIndex * Rename currentImageIndex to imageIndex | ||||
* | Only prompt users once to verify email (according to local storage) close ↵ | Paul Frazee | 2023-10-10 | 1 | -6/+6 |
| | | | | #1657 (#1658) | ||||
* | Revert "Fix invite codes flash on desktop, use loading placeholder (#1591)" ↵ | Paul Frazee | 2023-10-10 | 5 | -142/+89 |
| | | | | | (#1656) This reverts commit 9278822088d212c9bee6a40a6a8b773bc482242d. | ||||
* | Refactor iOS lightbox to Reanimated (#1645) | dan | 2023-10-10 | 1 | -108/+55 |
| | | | | | * Remove unnecessary transform logic * Switch iOS swipe-to-dimiss to Reanimated | ||||
* | Bump package.json to 1.52 | Paul Frazee | 2023-10-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-10-09 | 3 | -13/+6 |
|\ | |||||
| * | Remove unnecessary opacity logic (#1646) | dan | 2023-10-09 | 1 | -10/+3 |
| | | |||||
| * | Fix typo in image.ts (#1638) | Muneyuki Noguchi | 2023-10-09 | 1 | -1/+1 |
| | | |||||
| * | fix typo README.md (#1631) | Raku | 2023-10-09 | 1 | -1/+1 |
| | | |||||
| * | Typo fix in README.md: "small about" -> "small amount" (#1639) | Toni Alatalo | 2023-10-09 | 1 | -1/+1 |
| | | |||||
* | | Bump build revision | Paul Frazee | 2023-10-06 | 1 | -2/+2 |
|/ | |||||
* | Fix bug that prevents unfollowing (#1633) | Paul Frazee | 2023-10-06 | 1 | -2/+2 |
| | |||||
* | 1.52 | Paul Frazee | 2023-10-06 | 1 | -3/+3 |
| | |||||
* | README: tweaks to high-level context (#1625) | bnewbold | 2023-10-06 | 1 | -9/+18 |
| |