about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix who can reply icon (#8625)Samuel Newman2025-07-141-1/+3
|
* Only show WhoCanReply on root post (#8645)Eric Bailey2025-07-141-1/+4
|
* Nightly source-language updatepfrazee2025-07-131-3/+3
|
* fix mention tab flicker (#8640)Samuel Newman2025-07-122-1/+8
|
* Filter activity notifs for muted words (#8637)Samuel Newman2025-07-111-0/+18
|
* Nightly source-language updatepfrazee2025-07-111-87/+87
|
* Handle notifications on first load (#8629)Samuel Newman2025-07-107-148/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add getInitialURL * get deep linking working * actually handle as push instead * push to route instead of setting initial path * pop to on top of notifications * fix comment * change chat-message handling * add metrics * don't reopen due to notif multiple times * extract data from notification differently on android * sorry sorry annoying naming nits, align logger --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Nightly source-language updatepfrazee2025-07-101-61/+109
|
* Fix quote+list card padding (#8623)Samuel Newman2025-07-0912-428/+496
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix quote padding not being pressable * fix list padding not being pressable * Fix unnecessary loading of feeds (#8578) * stop layout shifts in feed loading * don't load feed data if we already have it * adjust styles, alf stuff * remove unused button, massively simplify * fix layout shifting in notifs * use feedcard for feed post embeds * use bold text to match other style * use Link component rather than jank Pressable * prevent nested anchors in notifs * match following text size * add space between content hider * Better dead feed handling (#8579) * add space between content hider * add handling for feeds that fail to load * cleanError, in case of network funkiness * handle deleted lists * split out missingfeed
* Translation update (#8624)Samuel Newman2025-07-0845-2371/+53636
| | | | | * pull translations * extract all
* specify autocap (#8619)Samuel Newman2025-07-081-0/+3
|
* Move NUX date (#8603)Samuel Newman2025-07-031-1/+1
|
* Nightly source-language updatepfrazee2025-07-031-11/+14
|
* fix label for activity notifs (#8599)Samuel Newman2025-07-022-2/+4
|
* Release 1.104.0 (#8595)Paul Frazee2025-07-0142-41770/+55919
| | | | | | | * Fix to navigation action after saving feeds * Test updates * Intl pull
* Activity notification settings (#8485)Samuel Newman2025-07-0146-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 Newman2025-07-011-4/+15
|
* Improve post spacing (#8589)Samuel Newman2025-07-013-12/+14
|
* Nightly source-language updatepfrazee2025-07-011-13/+13
|
* feat: use t.gifs cdn for tenor search results (#8574)hailey2025-06-302-4/+18
|
* Reduce composer font size (#8591)Samuel Newman2025-06-303-3/+3
|
* Nightly source-language updatepfrazee2025-06-291-1/+1
|
* tweak string in ContentLanguagesSettings.tsx (#8582)surfdude292025-06-281-1/+1
|
* Nightly source-language updatepfrazee2025-06-281-15/+17
|
* tweak who can reply dialog (#8573)Samuel Newman2025-06-281-8/+23
|
* Fix video aspect ratio error - "Record/embed/aspectRatio/width cannot be ↵Samuel Newman2025-06-282-5/+17
| | | | less than 1" (#8571)
* Nightly source-language updatepfrazee2025-06-271-5/+5
|
* android paper text input padding (#8570)Samuel Newman2025-06-261-1/+2
|
* Virtualise labeler list (#8566)Samuel Newman2025-06-252-164/+173
| | | | | | | | | * use flatlist for labeler list * use key extractor * dedupe `labelValues` * add comment
* Nightly source-language updatepfrazee2025-06-261-1/+1
|
* Notifications registration (#8564)Eric Bailey2025-06-253-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 Bailey2025-06-251-4/+15
| | | | Co-authored-by: Hailey <me@haileyok.com>
* useEmail doesn't need a low stale time (#8568)Eric Bailey2025-06-251-1/+5
|
* Tooltip (#8555)Eric Bailey2025-06-2410-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 updatepfrazee2025-06-241-55/+55
|
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-2349-292/+329
| | | | | | | * upgrade prettier * run prettier * more files
* Nightly source-language updatepfrazee2025-06-211-8/+37
|
* Allow disabling replies (#8537)Samuel Newman2025-06-204-23/+61
|
* simple heuristic for reducing footer height in thread (#8549)Samuel Newman2025-06-201-5/+12
|
* Ignore common video errors (#8548)Samuel Newman2025-06-201-3/+16
|
* Catch web browser errors (#8547)Samuel Newman2025-06-201-0/+5
| | | | | * catch web browser errors * use catch instead to ensure sheetWrapper works
* Don't send any debugs to Sentry (#8533)Eric Bailey2025-06-202-4/+9
| | | | | * Don't send any debugs to Sentry * Fix tests
* Couple of Sentry cleanups (#8532)Eric Bailey2025-06-203-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 Newman2025-06-201-7/+87
|
* Nightly source-language updatepfrazee2025-06-201-22/+22
|
* fix prefetch returning undefined (#8538)Samuel Newman2025-06-192-7/+12
|
* Nightly source-language updatepfrazee2025-06-191-125/+131
|
* Fix anchor text overflow in threads v2 (#8530)Eric Bailey2025-06-183-55/+49
|
* Revert "Move dialog outputs inside navigation context (#8511)" (#8531)Eric Bailey2025-06-185-22/+28
|
* gate notification settings (#8527)Samuel Newman2025-06-183-8/+18
|