Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix stuck lightbox header after double tap (#1627) | dan | 2023-10-05 | 1 | -9/+14 |
| | |||||
* | Fix: add padding to the spinner bottom while loading threads (#1626) | Paul Frazee | 2023-10-05 | 1 | -1/+3 |
| | |||||
* | Rewrite Android lightbox (#1624) | dan | 2023-10-05 | 7 | -596/+538 |
| | |||||
* | Dont trim before posting (close #1621) (#1622) | Paul Frazee | 2023-10-05 | 2 | -2/+2 |
| | | | | | * Dont trim before posting (close #1621) * Tweak: do trim end | ||||
* | Only listen to back button on android (#1623) | Paul Frazee | 2023-10-05 | 1 | -0/+3 |
| | |||||
* | Improve typeahead search with inclusion of followed users (temporary ↵ | Paul Frazee | 2023-10-05 | 20 | -139/+194 |
| | | | | | | | | | | | solution) (#1612) * Update follows cache to maintain some user info * Prioritize follows in composer autocomplete * Clean up logic and add new autocomplete to search * Update follow hook | ||||
* | Slightly smaller highlighted post text (#1608) | Paul Frazee | 2023-10-05 | 1 | -2/+2 |
| | |||||
* | Pull upstream bugfixes to bottom-sheet (#1606) | Paul Frazee | 2023-10-05 | 3 | -64/+59 |
| | | | | | * Bump bottom-sheet to latest for bugfixes * Small tweak to the account switcher | ||||
* | Fix animations and gestures getting reset on state updates in the lightbox ↵ | dan | 2023-10-05 | 4 | -42/+57 |
| | | | | | | | | | (#1618) * Fix translation resetting on state update * Copy getImageStyles into iOS and Android forks * Fix opacity resetting on state update | ||||
* | Remove unused lightbox options (#1616) | dan | 2023-10-05 | 13 | -576/+335 |
| | | | | | | | | | | | | | | | | | | | | | | | * Inline lightbox helpers * Delete unused useImagePrefetch * Delete unused long press gesture * Always enable double tap * Always enable swipe to close * Remove unused onImageIndexChange * Inline custom Hooks into ImageViewing * Declare LightboxFooter outside Lightbox * Add more TODO comments * Inline useDoubleTapToZoom * Remove dead utils, move utils used only once | ||||
* | Profile UI tweaks (#1607) | Paul Frazee | 2023-10-04 | 2 | -3/+4 |
| | | | | | * Use inverted color instead of primary color for press state * Fix: add missing border to empty state | ||||
* | Fix invite codes flash on desktop, use loading placeholder (#1591) | Patroll | 2023-10-04 | 5 | -89/+142 |
| | | | | | * Fix invite codes flashing untrue value before loaded * Add loading placeholder for right nav invites | ||||
* | Update to react-native@0.72.5 (#1599) | Paul Frazee | 2023-10-04 | 3 | -260/+176 |
| | | | | | * Update to react-native@0.72.5 * Fix the patch | ||||
* | Fixed a typo on the onboarding recommended screen (#1604) | Baasbase | 2023-10-04 | 1 | -1/+1 |
| | |||||
* | Onboarding & feed fixes (#1602) | Paul Frazee | 2023-10-04 | 12 | -96/+262 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix: improve the 'end of feed' detection condition * Fix the feeds link on mobile in the empty state * Align the following empty state better on web * Dont autofocus the search input in the search tab * Fix the error boundary render * Add 'end of feed' CTA to following feed * Reduce the default feeds to discover now that we have feed-selection during onboarding * Fix case where loading spinner fails to stop rendering in bottom of feed * Fix: dont show loading spinner at footer of feed when refreshing * Fix: dont fire reminders during onboarding * Optimize adding feeds and update to mirror the api behaviors more closely * Use the lock in preferences to avoid clobbering in-flight updates * Refresh the feed after onboarding to ensure content is visible * Remove the now-incorrect comment * Tune copy | ||||
* | Improve time to content in the search page (#1603) | Paul Frazee | 2023-10-03 | 1 | -48/+84 |
| | | | | | * Improve time to content in the search page * Improve loading state clarity | ||||
* | Fix a potential reference error in bottombarweb (#1600) | Paul Frazee | 2023-10-03 | 1 | -1/+6 |
| | |||||
* | Fix: only use scroll-positioning control on thread when looking at replies ↵ | Paul Frazee | 2023-10-03 | 2 | -1/+9 |
| | | | | (#1587) | ||||
* | Add an illustration to the email verification reminder (#1586) | Paul Frazee | 2023-10-03 | 1 | -0/+27 |
| | | | | | * Add an illustration to the email verification reminder * Set height on svg to avoid overflow issues in android | ||||
* | Fix bad reference when image picker is canceled (#1598) | Paul Frazee | 2023-10-03 | 2 | -0/+6 |
| | |||||
* | Warn the user on links that dont match their text (#1573) | Paul Frazee | 2023-10-02 | 10 | -3/+357 |
| | | | | | | | | | | | | | | | | | | | * Add link warning modal when URLs do not match their text * Simplify the misleading link case for clarity * Fix typecheck * fix dark mode * Give a stronger visual indication of the root domain in the link warning * More rigorous URL mismatch logic * Remove debug --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com> | ||||
* | fix styling when on FeedsTab (#1574) | Ansh | 2023-10-02 | 1 | -0/+1 |
| | |||||
* | Fix alt text selectability in lightbox on web (close #1548) (#1571) | Paul Frazee | 2023-10-02 | 1 | -1/+0 |
| | |||||
* | Small sizing tweaks to the web modal (#1568) | Paul Frazee | 2023-10-02 | 2 | -3/+3 |
| | |||||
* | Add the build step for atproto (#1579) | Manish | 2023-10-02 | 1 | -0/+1 |
| | | | Co-authored-by: Manish <manish.nayal@nium.com> | ||||
* | Fix 1405 handle android back button in composer (#1446) | Ansh | 2023-09-29 | 6 | -17/+37 |
| | | | | | | | * handle android back button in composer * improve backHandler error handling * simplify composer onClose functionality | ||||
* | Fix warning | Paul Frazee | 2023-09-28 | 1 | -4/+7 |
| |