about summary refs log tree commit diff
path: root/src/lib/hooks
Commit message (Expand)AuthorAgeFilesLines
* Bump more Expo libs (#4251)dan2024-05-291-2/+3
* Upgrade to Expo 51 and React Native 0.74 (#3980)Hailey2024-05-291-56/+0
* [🐴] update convo list from message bus (#4189)Samuel Newman2024-05-241-0/+15
* [🐴] Reset screen when pressing a DM notification while already in the conv...Hailey2024-05-181-4/+26
* Disable badge incrementing for DMs (#4088)Hailey2024-05-171-9/+6
* [🐴] Don't always show notification for everything (#4083)Hailey2024-05-171-1/+1
* [🐴] Decrement app badge when opening unread chat (#4040)Hailey2024-05-161-2/+3
* Handle failed resumeSession case when switching accounts (#4047)Eric Bailey2024-05-161-0/+5
* Add push notification extensions (#4005)Hailey2024-05-151-1/+24
* [🐴] Adjust messages list styles (#3945)Hailey2024-05-101-3/+3
* Handle push notifications for DMs (#3895)Hailey2024-05-091-0/+225
* [Session] Code cleanup (#3854)dan2024-05-081-3/+3
* [Session] Align state and global agent switchpoints (#3845)dan2024-05-031-10/+2
* Don't clear toasts when changing users (#3843)dan2024-05-031-6/+1
* Improve account switcher pending state (#3827)dan2024-05-021-6/+16
* rename "MessagesList" to "Messages" (#3826)Samuel Newman2024-05-022-1/+4
* [Session] Extract selectAccount out (#3812)dan2024-05-021-5/+11
* Session fixes, pt. 1 (#3762)dan2024-04-301-5/+14
* [Clipclops] New routes with placeholder screens (#3725)Samuel Newman2024-04-271-1/+4
* properly close the switch account dialog (#3558)Hailey2024-04-221-14/+4
* remove gate from updates (#3646)Hailey2024-04-221-3/+1
* [Statsig] Make gate checks lazily (#3594)dan2024-04-181-2/+2
* Enable updates for `production` behind `receive_updates` gate (#3496)Hailey2024-04-122-34/+37
* migrate to `expo-application` (#3417)Hailey2024-04-041-2/+2
* Add OTA updates support for `testflight` channel (#3291)Hailey2024-04-031-0/+142
* [Statsig] Track login/logout (#3286)dan2024-03-191-2/+6
* remove scrollbar gutter for Chrome when body scroll is lockedAlexander K2024-03-171-0/+2
* ALF confirmation dialogs (Dialogs Pt. 3) (#3143)Hailey2024-03-121-37/+15
* Dedupe navigation events (push, navigate, pop, etc) (#3179)Hailey2024-03-122-0/+97
* Adjust FlatList performance in main feeds (#3134)Hailey2024-03-061-0/+11
* Simplify intent path logic, ensure all variations work for bluesky://, bluesk...Hailey2024-03-011-9/+11
* close open dialogs when deep linking to composer (#3020)Hailey2024-02-281-1/+5
* Share Extension/Intents (#2587)Hailey2024-02-271-6/+29
* Intent handler (#2992)Hailey2024-02-271-0/+64
* fix web aux click on all browsers (#2633)Hailey2024-02-062-45/+0
* Clean up some sentry logs (#2630)Eric Bailey2024-01-251-1/+1
* New Web Layout (#2126)dan2024-01-223-0/+83
* Bump react-native to 0.73.1, expo to 50 (#2214)Eric Bailey2023-12-231-0/+16
* Make scroll handling contextual (#2200)dan2023-12-131-125/+0
* Memoize usePalette (#2201)dan2023-12-131-34/+38
* Fix scroll on native (#2170)dan2023-12-112-42/+41
* Fix scroll on profile lists/feeds (#2168)dan2023-12-112-41/+42
* Fixes issue with (#2119)Ansh2023-12-071-3/+3
* Navigate Home on account switch (#2138)dan2023-12-071-12/+7
* Improve account switching on mobile (#2135)Eric Bailey2023-12-071-1/+9
* Fix scuffed web styles caused by overlapping viewport breakpoint boundaries (...Cλctys2023-11-301-2/+2
* Add enter/exit animations to modals on web (#2042)Samuel Newman2023-11-301-11/+11
* Close modals if switching to unauthed account (#2039)Eric Bailey2023-11-291-0/+1
* Show logged out view when adding accounts (#2020)Ansh2023-11-291-5/+18
* Nav home after switch accounts (#2002)Eric Bailey2023-11-271-2/+14