Commit Graph

5145 Commits

Author SHA1 Message Date
Eric Bailey a8eba7552b Don't mutate existing session, only copy 2025-07-14 14:38:41 -05:00
Eric Bailey d25310948f Clean up intent dialog on native 2025-07-14 14:38:41 -05:00
Eric Bailey fc7b97834f Fix links on native 2025-07-14 14:38:41 -05:00
Eric Bailey 766c3f23a2 Some mobile styles, add dev mode option 2025-07-14 14:38:41 -05:00
Eric Bailey 9272ac195e Update copy 2025-07-14 14:38:41 -05:00
Eric Bailey 4d832e8eec Rug refreshJwt 2025-07-14 14:38:41 -05:00
Eric Bailey 5c141d750e Do service auth for init 2025-07-14 14:38:41 -05:00
Eric Bailey 9a0e043ee9 Add intent dialog 2025-07-14 14:38:41 -05:00
Eric Bailey d0ab4d8bfe Strengthen email validation 2025-07-14 14:38:41 -05:00
Eric Bailey 4523f7b6af Update blocked screens UI 2025-07-14 14:38:41 -05:00
Eric Bailey 74ee8e2a4a Add retries 2025-07-14 14:38:41 -05:00
Eric Bailey c05a1a59f7 Register push after aa state 2025-07-14 14:38:41 -05:00
Eric Bailey 37a52e8e84 Small refactor of notifications registration 2025-07-14 14:38:41 -05:00
Eric Bailey c2c7138987 Override prefs in all locations 2025-07-14 14:38:41 -05:00
Eric Bailey 6dcac74691 Wait for AA to load before registering push 2025-07-14 14:38:41 -05:00
Eric Bailey bebba0fea1 Fix case in import 2025-07-14 14:38:41 -05:00
Eric Bailey 776adf44dc No undefined query values 2025-07-14 14:38:41 -05:00
Eric Bailey 93f8429783 Add comment 2025-07-14 14:38:41 -05:00
Eric Bailey 191af191bd Add persistent card, add time-ago, warning to dialog 2025-07-14 14:38:41 -05:00
Eric Bailey eb0c5f57f1 Use real endpoints, optimistic state 2025-07-14 14:38:41 -05:00
Eric Bailey 9fff2dda28 Override mod prefs 2025-07-14 14:38:41 -05:00
Eric Bailey 09b041fac1 Wrap prompt in new logic 2025-07-14 14:38:41 -05:00
Eric Bailey e28af3259c Reorg 2025-07-14 14:38:41 -05:00
Eric Bailey 7d4923fff4 Ok decent fallback with isExempt 2025-07-14 14:38:41 -05:00
Eric Bailey 1a13016d5e Slightly better screen gater 2025-07-14 14:38:40 -05:00
Eric Bailey 13daf12c0c Move provider inside query provider 2025-07-14 14:38:40 -05:00
Eric Bailey 9144f61208 Fix geo debug bug 2025-07-14 14:38:40 -05:00
Eric Bailey f25eb23e95 Hook up dialog to fake mutation 2025-07-14 14:38:40 -05:00
Eric Bailey 2bf1c1e0d7 Add send email dialog 2025-07-14 14:38:40 -05:00
Eric Bailey 7021e8bab2 Refine logic for showing prompt 2025-07-14 14:38:40 -05:00
Eric Bailey 6a4ee34528 Add initial prompt component 2025-07-14 14:38:40 -05:00
Eric Bailey 1c77aedb5a Disable mod prefs buttons, does not yet edit mod prefs 2025-07-14 14:38:40 -05:00
Eric Bailey fa662dec9c Add some component utils, no design, gate chat 2025-07-14 14:38:40 -05:00
Eric Bailey 2d12b64cc8 Bump git index 2025-07-14 14:38:40 -05:00
Eric Bailey e3c74ef44a Comments 2025-07-14 14:38:40 -05:00
Eric Bailey 404f837248 Pass in assurance state to notifications registration 2025-07-14 14:38:40 -05:00
Eric Bailey 8ec5d93e0d Add geo debug 2025-07-14 14:38:40 -05:00
Eric Bailey 5ef52f708f Add prelim fetch 2025-07-14 14:38:40 -05:00
Eric Bailey 43d0c73d32 Add geo prop 2025-07-14 14:38:40 -05:00
Samuel Newman 587c14bac8 fix who can reply icon (#8625) 2025-07-14 10:01:48 -07:00
Eric Bailey be75e00d21 Only show WhoCanReply on root post (#8645) 2025-07-14 11:37:23 -05:00
pfrazee 27d6de0b18 Nightly source-language update 2025-07-13 02:52:39 +00:00
Samuel Newman ff57e75b12 fix mention tab flicker (#8640) 2025-07-12 20:50:04 +03:00
Samuel Newman 0e3124a97e Filter activity notifs for muted words (#8637) 2025-07-11 08:49:59 -07:00
pfrazee 8f5a8f37af Nightly source-language update 2025-07-11 02:46:37 +00:00
Samuel Newman 377d80e21d Handle notifications on first load (#8629)
* 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>
2025-07-10 16:36:53 -05:00
pfrazee 22bda086d0 Nightly source-language update 2025-07-10 02:44:40 +00:00
Samuel Newman 07b028ee66 Fix quote+list card padding (#8623)
* 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
2025-07-09 00:14:30 -07:00
Samuel Newman 1fcd313424 Translation update (#8624)
* pull translations

* extract all
2025-07-08 08:35:16 -07:00
Samuel Newman 9adcf5a12e specify autocap (#8619) 2025-07-08 05:35:46 -07:00