Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Improve Device Detection For Better Responsiveness (#1512) | Bryan Lee | 2023-09-28 | 9 | -244/+289 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor `useOnMainScroll` function to use responsive device detection - Replace static `isDesktopWeb` with `useWebMediaQueries` hook to enable dynamic device type detection. - Create `useDeviceLimits` hook to dynamically determine `DY_LIMIT_UP` and `DY_LIMIT_DOWN` based on device type. - Update dependency arrays for the `useCallback` hooks to include new dynamic variables. * Refactor styles to be responsive to device type - Create `useStyles` hook that generates styles object based on device type detected from `useWebMediaQueries`. - Replace static styles object with dynamic styles object generated from `useStyles` hook in components. - This allows `paddingLeft` values for 'ul' and 'ol' styles to adapt to device type dynamically. - This allows `maxWidth` values for 'metaItem'' styles to adapt to device type dynamically. * Remove `isDesktopWeb` in favor of `useWebMediaQueries().isDesktop` * Refactor `SplashScreen` component for responsive design * Revision based on review results * Fix isNative check --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Account quick switch modal (#1567) | Paul Frazee | 2023-09-28 | 9 | -59/+243 |
| | | | | | | | | | | | | | | | * quick switch menu * Some small tweaks and fixes to the account switch modal * Factor out the account switcher logic to a hook * Add haptic feedback on account switcher open * Fix bad merge --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* | Add example google-services file (#1545) | Gabriel Donadel Dall'Agnol | 2023-09-28 | 2 | -0/+43 |
| | | | | | * Add example google-services file * Update build.md | ||||
* | Merge branch 'Tanza3D-small-pfp-desktop-2' into main | Paul Frazee | 2023-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Slightly larger desktop leftnav pfp | Paul Frazee | 2023-09-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'small-pfp-desktop-2' of https://github.com/Tanza3D/social-app ↵ | Paul Frazee | 2023-09-28 | 1 | -1/+1 |
|/| | | | | | | | into Tanza3D-small-pfp-desktop-2 | ||||
| * | Small PFP on desktop | Tanza3D | 2023-09-26 | 1 | -1/+1 |
| | | |||||
* | | Email verification and change flows (#1560) | Paul Frazee | 2023-09-28 | 14 | -16/+856 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix 'Reposted by' text overflow * Add email verification flow * Implement change email flow * Add verify email reminder on load * Bump @atproto/api@0.6.20 * Trim the inputs * Accessibility fixes * Fix typo * Fix: include the day in the sharding check * Update auto behaviors * Update yarn.lock * Temporary error message --------- Co-authored-by: Eric Bailey <git@esb.lol> | ||||
* | | Handle long feed listings on the right nav with scrolling (#1562) | Paul Frazee | 2023-09-28 | 2 | -2/+5 |
| | | |||||
* | | Merge branch 'mozzius-expand-author-pressable' into main | Paul Frazee | 2023-09-28 | 1 | -9/+46 |
|\ \ | |||||
| * | | Fix pointer | Paul Frazee | 2023-09-28 | 1 | -1/+7 |
| | | | |||||
| * | | Merge branch 'expand-author-pressable' of ↵ | Paul Frazee | 2023-09-28 | 1 | -9/+40 |
|/| | | | | | | | | | | | https://github.com/mozzius/bluesky-official-app into mozzius-expand-author-pressable | ||||
| * | | Don't render a pressable if there's only one notification author | Samuel Newman | 2023-09-28 | 1 | -9/+40 |
| | | | |||||
* | | | Merge branch 'left-padding-on-sidebar' of ↵ | Paul Frazee | 2023-09-28 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | | | | | https://github.com/Tanza3D/social-app into main | ||||
| * | | | Move sidebar by 10px for more even padding | Tanza3D | 2023-09-26 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Move sidebar by 10px for more even padding (#1543) | Tanza | 2023-09-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | fix link highlighting with mention present (#1544) | Eric Bailey | 2023-09-27 | 4 | -80/+44 |
| | | |||||
* | | Merge pull request #1553 from mozzius/refreshed-web-repost-dropdown | Eric Bailey | 2023-09-27 | 1 | -37/+54 |
|\ \ | | | | | | | Use refreshed dropdown style for repost/quote post dropdown | ||||
| * | | replace dropdown component | Samuel Newman | 2023-09-27 | 1 | -37/+54 |
| | | | |||||
* | | | Improve image cropping on android and introduce aspect ratio field (#1525) | Paul Frazee | 2023-09-27 | 4 | -7/+21 |
| | | | | | | | | | | | | | | | * Fix image cropping on android * Store and use aspect ratio field in post images (close #1392) | ||||
* | | | Improvements to auto-mentioning users from their profiles (#1556) | Eric Bailey | 2023-09-27 | 2 | -6/+22 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | * Don't automatically mention users with invalid handles * don't mention when using did urls * resolve profile from cache * a little clearer --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> | ||||
* / | fix 'Reposted by' text overflow (#1535) | Eric Bailey | 2023-09-26 | 1 | -1/+2 |
|/ | |||||
* | Add instructions for running on device (#1541) | dan | 2023-09-26 | 1 | -0/+1 |
| | |||||
* | :lipstick: Remove report option on my own post (#1537) | Foysal Ahamed | 2023-09-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'main' of github.com:bluesky-social/social-app into main | Paul Frazee | 2023-09-25 | 1 | -6/+36 |
|\ | |||||
| * | Fix gallery image size (#1474) | Sasha Mansurov | 2023-09-25 | 1 | -6/+36 |
| | | | | | | Fixes #1323 | ||||
* | | Bump android version code | Paul Frazee | 2023-09-22 | 1 | -1/+1 |
|/ | |||||
* | Bump ios build number | Paul Frazee | 2023-09-22 | 1 | -1/+1 |
| | |||||
* | Fixes to tests (#1518) | Paul Frazee | 2023-09-22 | 4 | -8/+24 |
| | |||||
* | Trim whitespace on invite code (#1517) | Paul Frazee | 2023-09-22 | 1 | -1/+1 |
| | |||||
* | Accessibility fixes: add missing labels, dynamically scale home header (#1516) | Paul Frazee | 2023-09-22 | 10 | -32/+52 |
| | | | | | * Improve labels * Dynanically adjust home header to account for font scaling | ||||
* | Update backend routes to match frontend (#1515) | Paul Frazee | 2023-09-22 | 1 | -1/+2 |
| | |||||
* | Merge pull request #1513 from ↵ | Eric Bailey | 2023-09-22 | 1 | -3/+5 |
|\ | | | | | | | | | bluesky-social/eric/app-855-update-language-settings-in-app update translator link show logic | ||||
| * | bool | Eric Bailey | 2023-09-22 | 1 | -2/+4 |
| | | |||||
| * | update translator link show logic | Eric Bailey | 2023-09-22 | 1 | -3/+3 |
|/ | |||||
* | Bump ios buildnumber | Paul Frazee | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | Move home feed and thread preferences to server (#1507) | Paul Frazee | 2023-09-21 | 8 | -162/+205 |
| | | | | | | | | | | | * Move home feed and thread preferences to server * Fix thread usage of prefs * Remove log * Bump @atproto/api@0.6.16 * Improve type usage | ||||
* | Switch the date input web version to the date-input web control (#1510) | Paul Frazee | 2023-09-21 | 1 | -47/+30 |
| | | | | | * Switch the date input web version to the date-input web control * Fix types | ||||
* | Wrap the post thread screen in an observer (#1509) | Paul Frazee | 2023-09-21 | 1 | -67/+70 |
| | |||||
* | Dont reposition load latest button on desktop (#1508) | Paul Frazee | 2023-09-21 | 1 | -1/+2 |
| |