Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Translation update (#8624) | Samuel Newman | 2025-07-08 | 45 | -2371/+53636 | |
| | | | | | * pull translations * extract all | |||||
* | specify autocap (#8619) | Samuel Newman | 2025-07-08 | 1 | -0/+3 | |
| | ||||||
* | Move NUX date (#8603) | Samuel Newman | 2025-07-03 | 1 | -1/+1 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-07-03 | 1 | -11/+14 | |
| | ||||||
* | fix label for activity notifs (#8599) | Samuel Newman | 2025-07-02 | 2 | -2/+4 | |
| | ||||||
* | Release 1.104.0 (#8595) | Paul Frazee | 2025-07-01 | 42 | -41770/+55919 | |
| | | | | | | | * Fix to navigation action after saving feeds * Test updates * Intl pull | |||||
* | Activity notification settings (#8485) | Samuel Newman | 2025-07-01 | 46 | -197/+1715 | |
| | | | | | | Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: hailey <me@haileyok.com> | |||||
* | enforce border radius on default avatar (#8577) | Samuel Newman | 2025-07-01 | 1 | -4/+15 | |
| | ||||||
* | Improve post spacing (#8589) | Samuel Newman | 2025-07-01 | 3 | -12/+14 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-07-01 | 1 | -13/+13 | |
| | ||||||
* | feat: use t.gifs cdn for tenor search results (#8574) | hailey | 2025-06-30 | 2 | -4/+18 | |
| | ||||||
* | Reduce composer font size (#8591) | Samuel Newman | 2025-06-30 | 3 | -3/+3 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-06-29 | 1 | -1/+1 | |
| | ||||||
* | tweak string in ContentLanguagesSettings.tsx (#8582) | surfdude29 | 2025-06-28 | 1 | -1/+1 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-06-28 | 1 | -15/+17 | |
| | ||||||
* | tweak who can reply dialog (#8573) | Samuel Newman | 2025-06-28 | 1 | -8/+23 | |
| | ||||||
* | Fix video aspect ratio error - "Record/embed/aspectRatio/width cannot be ↵ | Samuel Newman | 2025-06-28 | 2 | -5/+17 | |
| | | | | less than 1" (#8571) | |||||
* | Nightly source-language update | pfrazee | 2025-06-27 | 1 | -5/+5 | |
| | ||||||
* | android paper text input padding (#8570) | Samuel Newman | 2025-06-26 | 1 | -1/+2 | |
| | ||||||
* | Virtualise labeler list (#8566) | Samuel Newman | 2025-06-25 | 2 | -164/+173 | |
| | | | | | | | | | * use flatlist for labeler list * use key extractor * dedupe `labelValues` * add comment | |||||
* | Nightly source-language update | pfrazee | 2025-06-26 | 1 | -1/+1 | |
| | ||||||
* | Notifications registration (#8564) | Eric Bailey | 2025-06-25 | 3 | -69/+166 | |
| | | | | | | | | | | | | | | | | | | | | | | | * Formatting nits * Debounce push token registration by 100ms * Comment * Align handling across native devices * Clean up * Simplify * Use hooks * Update import * Comment * Put app view DIDs in constants * Clarify comment | |||||
* | A few perf params for threads v2 (#8567) | Eric Bailey | 2025-06-25 | 1 | -4/+15 | |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | |||||
* | useEmail doesn't need a low stale time (#8568) | Eric Bailey | 2025-06-25 | 1 | -1/+5 | |
| | ||||||
* | Tooltip (#8555) | Eric Bailey | 2025-06-24 | 10 | -5/+693 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Working overlay, WIP * Ok working with no overlay and global gesture handler * Ok pretty good on native * Cleanup * Cleanup * add animation * add transform origin to animation * Some a11y * Improve colors * Explicitly wrap gesture handler * Add easier abstraction * Web * Fix animation * Cleanup and remove provider * Include demo for now * Ok diff interface to avoid collapsed views * Use dimensions hook * Adjust overlap, clarify intent of consts * Revert testing edits --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> | |||||
* | Nightly source-language update | pfrazee | 2025-06-24 | 1 | -55/+55 | |
| | ||||||
* | Upgrade prettier to 3.6 (#8558) | Samuel Newman | 2025-06-23 | 49 | -292/+329 | |
| | | | | | | | * upgrade prettier * run prettier * more files | |||||
* | Nightly source-language update | pfrazee | 2025-06-21 | 1 | -8/+37 | |
| | ||||||
* | Allow disabling replies (#8537) | Samuel Newman | 2025-06-20 | 4 | -23/+61 | |
| | ||||||
* | simple heuristic for reducing footer height in thread (#8549) | Samuel Newman | 2025-06-20 | 1 | -5/+12 | |
| | ||||||
* | Ignore common video errors (#8548) | Samuel Newman | 2025-06-20 | 1 | -3/+16 | |
| | ||||||
* | Catch web browser errors (#8547) | Samuel Newman | 2025-06-20 | 1 | -0/+5 | |
| | | | | | * catch web browser errors * use catch instead to ensure sheetWrapper works | |||||
* | Don't send any debugs to Sentry (#8533) | Eric Bailey | 2025-06-20 | 2 | -4/+9 | |
| | | | | | * Don't send any debugs to Sentry * Fix tests | |||||
* | Couple of Sentry cleanups (#8532) | Eric Bailey | 2025-06-20 | 3 | -49/+75 | |
| | | | | | | | | | | | | | | | * Temp ignore a couple logs * Add debug for unknown notifications * Nvm let's do this in Sentry * Downgrade two DMs network related issues * Check for network errors before sending in Convo * Do the same for event bus * Fix mistake | |||||
* | Android notification channels (#8539) | Samuel Newman | 2025-06-20 | 1 | -7/+87 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-06-20 | 1 | -22/+22 | |
| | ||||||
* | fix prefetch returning undefined (#8538) | Samuel Newman | 2025-06-19 | 2 | -7/+12 | |
| | ||||||
* | Nightly source-language update | pfrazee | 2025-06-19 | 1 | -125/+131 | |
| | ||||||
* | Fix anchor text overflow in threads v2 (#8530) | Eric Bailey | 2025-06-18 | 3 | -55/+49 | |
| | ||||||
* | Revert "Move dialog outputs inside navigation context (#8511)" (#8531) | Eric Bailey | 2025-06-18 | 5 | -22/+28 | |
| | ||||||
* | gate notification settings (#8527) | Samuel Newman | 2025-06-18 | 3 | -8/+18 | |
| | ||||||
* | add scrollbars back on android (#8529) | Samuel Newman | 2025-06-18 | 1 | -4/+4 | |
| | ||||||
* | Fix select text color if system theme mismatches app theme (#8523) | Eric Bailey | 2025-06-18 | 1 | -0/+1 | |
| | ||||||
* | Fix linking to specific search results (#8520) | Samuel Newman | 2025-06-18 | 3 | -7/+45 | |
| | | | | | | | * fix linking to bsky.app/search?q=xyz * add name to comment * skip if notfound | |||||
* | notif settings lexicon change (#8518) | Samuel Newman | 2025-06-18 | 2 | -6/+6 | |
| | ||||||
* | Fix anchor follow button alignment (#8522) | Eric Bailey | 2025-06-18 | 1 | -45/+47 | |
| | ||||||
* | Move dialog outputs inside navigation context (#8511) | Eric Bailey | 2025-06-18 | 5 | -28/+22 | |
| | | | | | | | | | * Move all dialogs within NavigationContent on native * Ok leave old ModalsContainer alone for now * Do the same on web * Gate browser consent dialog just to be clear | |||||
* | Modernise link warning dialog (#8243) | Samuel Newman | 2025-06-18 | 10 | -213/+200 | |
| | | | | | | | | | * add link warning dialog * add copy for if sharing * delete old modal * get web working | |||||
* | rearrange settings (#8519) | Samuel Newman | 2025-06-18 | 1 | -22/+22 | |
| | ||||||
* | Mark translatable text in `PreferenceControls.tsx` (#8516) | Frudrax Cheng | 2025-06-18 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | * Update PreferenceControls.tsx * Update PreferenceControls.tsx Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update PreferenceControls.tsx Co-authored-by: Minseo Lee <itoupluk427@gmail.com> * Update PreferenceControls.tsx --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Minseo Lee <itoupluk427@gmail.com> |