Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "[Android] Fix taps triggering while swiping (#7459)" (#7498) | dan | 2025-01-20 | 2 | -74/+40 | |
| | | | This reverts commit 5130d19ebdb3267f58e2b6407eb5c4f95107887c. | |||||
* | Bring video cropping in line with images (#7462) | Eric Bailey | 2025-01-18 | 3 | -55/+113 | |
| | | | | | * Mimic image cropping for videos on web * Same on native | |||||
* | tweaks to constants (#7478) | Hailey | 2025-01-17 | 2 | -4/+25 | |
| | | | | | | | | | * add did * use correct did * typo * tweak | |||||
* | bskyweb: do not serve cache headers on non-2XX for static assets (#7469) | devin ivy | 2025-01-17 | 1 | -7/+13 | |
| | ||||||
* | Remove test gates (#7477) | dan | 2025-01-17 | 1 | -77/+1 | |
| | ||||||
* | bump license year (#7474) | James Saunders | 2025-01-17 | 1 | -1/+1 | |
| | ||||||
* | [Android] Fix taps triggering while swiping (#7459) | gpp | 2025-01-17 | 2 | -40/+74 | |
| | | | | | | | | | | | | | | | * [Android] Fix taps triggering while swiping * Revert "[Android] Try to disambiguate taps from swipes (#7448)" This reverts commit 96054f4addb63994b3d2f5fe1d288f4dd3c246c2. * Update patch to match callstack/react-native-pager-view#961 * Make it symmetrical --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> | |||||
* | Prevent Drawer gesture conflicting with Suggestions scroll (#7468) | dan | 2025-01-17 | 3 | -64/+76 | |
| | | | | | * Extract BlockDrawerGeesture * Block drawer when scrolling interstitials | |||||
* | Small test update | Paul Frazee | 2025-01-16 | 1 | -2/+1 | |
| | ||||||
* | 1.96.5 | Paul Frazee | 2025-01-16 | 1 | -1/+1 | |
| | ||||||
* | Disable | Eric Bailey | 2025-01-16 | 1 | -0/+1 | |
| | ||||||
* | Install new deps | Eric Bailey | 2025-01-16 | 3 | -42/+19 | |
| | | | | (cherry picked from commit 04d8b3e9a8e527f9bf480770bae3eafbccc10c90) | |||||
* | more deps | Samuel Newman | 2025-01-16 | 3 | -0/+7 | |
| | | | | (cherry picked from commit 9b8f20f1919193611aec2322306564ffd5570c78) | |||||
* | Only apply CDN fix to webpack in prod (#7461) | Eric Bailey | 2025-01-15 | 1 | -3/+3 | |
| | ||||||
* | Set webpack public path to auto to load from CDN (hopefully) (#7449) | Jaz | 2025-01-15 | 1 | -0/+3 | |
| | ||||||
* | [Android] Try to disambiguate taps from swipes (#7448) | dan | 2025-01-15 | 1 | -2/+40 | |
| | ||||||
* | Account quick switch on web (#7190) | Samuel Newman | 2025-01-14 | 4 | -56/+259 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * account quick switch on web * dont show line if one account * switch account label text * add chevron hover state * swagged up hover state * add icons * tune scale anim and respect prefers-reduced-motion * fix reduced motion * fix placeholder position * move menu components out to separate component * Pipe through outer handlers to Button * Abstract lag in control.isOpen state * add profile info into empty space * fix tablet * Alternative * Revert "Alternative" This reverts commit 050ab9595ef3bbc32529ad6588e4690d37539fbe. * maybe fix flicker issue * just do 50ms when not active * delay other animations --------- Co-authored-by: Eric Bailey <git@esb.lol> | |||||
* | Remove unnecessary addEventListener call for video (#7433) | Islam Rustamov | 2025-01-14 | 1 | -3/+0 | |
| | ||||||
* | add correct error reporting for blank password (#7391) | Samuel Newman | 2025-01-13 | 1 | -2/+8 | |
| | | | | | | | | | * add correct error reporting for blank password * fix prettier --------- Co-authored-by: zuccs <daniel@zuccon.com> | |||||
* | Conversation-level reporting by reporting most recent message available (#7423) | Samuel Newman | 2025-01-10 | 4 | -54/+88 | |
| | | | | | | | | | * report latest message via convo menu * check all messages we have * fix types * rm convo warning | |||||
* | Fix invalid password error message (#7425) | Samuel Newman | 2025-01-10 | 33 | -36/+44 | |
| | ||||||
* | Fix web crash (#7426) | dan | 2025-01-10 | 2 | -2/+2 | |
| | ||||||
* | A simpler fix for trending swipe issue (#7424) | dan | 2025-01-10 | 4 | -15/+42 | |
| | ||||||
* | [ELI5] Validate too long handles in signup (#7422) | Samuel Newman | 2025-01-10 | 3 | -11/+24 | |
| | | | | | * validate too long handles in signup * make change handle screen generic | |||||
* | add back statsig gate testing (#7404) | Hailey | 2025-01-10 | 2 | -1/+79 | |
| | ||||||
* | Fix trending swipe gesture (#7417) | dan | 2025-01-10 | 3 | -79/+105 | |
| | ||||||
* | Move intent dialogs inside Alf, but above intent handlers (#7416) | Eric Bailey | 2025-01-09 | 2 | -15/+15 | |
| | ||||||
* | Fix Android composer padding: Director's Cut (#7412) | Samuel Newman | 2025-01-09 | 3 | -22/+21 | |
| | | | | | | | * fix android 15 composer padding * while I'm here, alf some bits and pieces * add comments | |||||
* | fix padding on android 15 (#7411) | Samuel Newman | 2025-01-09 | 1 | -2/+7 | |
| | ||||||
* | Downgrade paste input dependency (#7410) | Samuel Newman | 2025-01-09 | 3 | -19/+23 | |
| | | | | | * downgrade paste input * rm wnitespace | |||||
* | Fix avatar shape in Account switch menu (#7388) | Samuel Newman | 2025-01-09 | 8 | -5/+28 | |
| | ||||||
* | [ELI5] change sign in to create account (#6931) | Samuel Newman | 2025-01-08 | 35 | -63/+65 | |
| | | | | | | | * change sign in to create account * alf buttons on native bottom bar * manually edit .po file | |||||
* | [ELI5] Tweaks to hosting provider (#6935) | Samuel Newman | 2025-01-08 | 5 | -83/+122 | |
| | | | | | | | | | | | | | | | * minimal hosting provider * change wording and move back up * first time user nudge * move tip * reexport ticket svg * fix ticket fr this time * text tweak + add minHeight | |||||
* | Delete <AppProfiler> (#7403) | dan | 2025-01-08 | 2 | -68/+36 | |
| | ||||||
* | Preconnect to public.api.bsky.app (#7396) | Christian Schmidt | 2025-01-08 | 2 | -0/+2 | |
| | ||||||
* | Add key to invalidate spinner when theme changes (#7351) | Roland Crosby | 2025-01-08 | 1 | -0/+1 | |
| | ||||||
* | Hide menu button when search is focused (#7373) | Samuel Newman | 2025-01-07 | 1 | -10/+2 | |
| | | | | | * hide menu btn when cancel is shown * remove useless ts-ignores | |||||
* | Bump version to 1.97.0 (#7386) | dan | 2025-01-07 | 1 | -1/+1 | |
| | ||||||
* | Remove unused default argument | Dan Abramov | 2025-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fix `moveToPermanentPath` ext Default Missing '.' (#7281) | Jonathan Herbert | 2025-01-07 | 1 | -1/+1 | |
| | ||||||
* | Fix double text input in composer (#7381) | Samuel Newman | 2025-01-07 | 4 | -33/+170 | |
| | | | | | | | * upgrade paste input * override how backing uitextinput is created * different approach | |||||
* | bump version (#7337) | Hailey | 2025-01-02 | 1 | -1/+1 | |
| | ||||||
* | bump golang version to v1.23 (#7325) | bnewbold | 2025-01-02 | 5 | -7/+7 | |
| | ||||||
* | Add loading state to new trending interstitial (#7332) | dan | 2025-01-02 | 2 | -2/+28 | |
| | ||||||
* | Remove upstreamed drawer patch (#7331) | dan | 2025-01-02 | 3 | -881/+5 | |
| | | | | | * Remove upstreamed drawer patch * Bump more | |||||
* | Fix key issue in trending topics (#7329) | dan | 2025-01-02 | 1 | -20/+18 | |
| | ||||||
* | Localize lang selectors according to the app language (#6207) | Stanislas Signoud | 2024-12-31 | 8 | -45/+97 | |
| | | | | | * Localize lang selectors according to the app language * Explicitly ignore RangeError when translating locale names | |||||
* | Release 1.96.3 (#7318) | Paul Frazee | 2024-12-31 | 33 | -9221/+9690 | |
| | | | | | * Run intl extract * 1.96.3 | |||||
* | Add Greek Language ('el') Support and Internationalization (#6677) | Yiannis Mertzanis | 2024-12-31 | 9 | -0/+8046 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add Greek language support to the application * Add support for Greek language in date handling and tests * Update Greek locale file with translator and team information * Add support for Greek language in date handling and tests * Add support for Greek language in app configuration, and updated translation from the reviewers' comments * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> | |||||
* | PT-BR Translation update (#6975) | f e l p s | 2024-12-31 | 1 | -11/+11 | |
| | | | | | | | | | * PT-BR Translation update to 1.95.0 * PT-BR Translation update to 1.95.0 --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> |