about summary refs log tree commit diff
path: root/src/App.native.tsx
Commit message (Expand)AuthorAgeFilesLines
* Add statusBarTranslucent prop (= true) to KeyboardProvider in App.native.tsx ...Eiichi Yoshikawa2024-05-291-1/+1
* [🐴] Fully implement keyboard controller (#4106)Hailey2024-05-191-21/+24
* Add push notification extensions (#4005)Hailey2024-05-151-4/+7
* Handle push notifications for DMs (#3895)Hailey2024-05-091-29/+19
* [Session] Code cleanup (#3854)dan2024-05-081-6/+6
* [🐴] Integrate global event bus (#3904)Eric Bailey2024-05-071-15/+18
* Remove messages provider (#3902)Eric Bailey2024-05-071-22/+19
* [🐴] Global event mgmt (#3897)Eric Bailey2024-05-071-19/+22
* only use `KeyboardProvider` in conversation screen (#3869)Hailey2024-05-051-4/+1
* Don't clear toasts when changing users (#3843)dan2024-05-031-28/+27
* [Session] Extract resumeSession out (#3811)dan2024-05-021-8/+24
* Fix: put label defs provider above moderation opts provider (#3806)Paul Frazee2024-05-011-4/+5
* Performance improvements: structural sharing & moderation opts context (#3785)Paul Frazee2024-04-301-17/+20
* [Session] Refactor to prepare for V2 (#3781)dan2024-05-011-1/+1
* [Clipclops] Add screen to view and send clip clops (#3754)Hailey2024-04-291-1/+4
* [Session] Base (#3541)Eric Bailey2024-04-251-2/+2
* Enable updates for `production` behind `receive_updates` gate (#3496)Hailey2024-04-121-2/+0
* Scope query client per DID (#3333)dan2024-04-041-44/+50
* Factor out QueryProvider (#3331)dan2024-04-031-11/+7
* Make notifications init reactive to queryClient (#3329)dan2024-04-031-2/+2
* Add OTA updates support for `testflight` channel (#3291)Hailey2024-04-031-0/+2
* Fix android splash jump (#3316)Eric Bailey2024-03-211-3/+0
* Fix problems with `BottomSheet` and the report dialog (#3297)Hailey2024-03-201-32/+31
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-19/+28
* Initial feature gating and A/B testing integration (#3122)dan2024-03-061-15/+18
* Improve splash display on android (#3105)Eiichi Yoshikawa2024-03-051-0/+3
* Intent handler (#2992)Hailey2024-02-271-0/+2
* Keep pager feeds in sync with the right pane (#2775)dan2024-02-081-11/+14
* Options for selecting dark theme, fix some white flashes when in dark mode (#...Hailey2024-02-061-4/+2
* New component library based on ALF (#2459)Eric Bailey2024-01-181-24/+35
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-2/+5
* 🤫 (#2211)Eric Bailey2023-12-141-20/+26
* Add back isInitialLoad to session (#2155)Eric Bailey2023-12-091-1/+4
* More session improvements (#2129)Eric Bailey2023-12-071-11/+1
* Move analytics out of critical path (#2117)dan2023-12-061-10/+7
* Move analytics out of init (#2115)dan2023-12-061-4/+3
* Disable react-native-screen freezing to test performance implications (#2109)Paul Frazee2023-12-051-2/+0
* Fix email confirmation dialog on startup (#2097)dan2023-12-061-2/+0
* PWI: Refactor Shell (#1989)dan2023-11-241-14/+21
* Hindi Internationalization (#1914)Ansh2023-11-201-15/+11
* Freeze inactive screens (#1949)dan2023-11-161-0/+2
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-25/+12
* Factor lightbox out into hook/context (#1919)Paul Frazee2023-11-151-1/+4
* Shell behaviors update (react-query refactor) (#1915)Paul Frazee2023-11-151-5/+9
* Fix notification provider order, add comments (#1905)Eric Bailey2023-11-141-22/+30
* Fix root sibling context issue (#1902)Eric Bailey2023-11-141-8/+9
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-30/+33
* First pass at a session handler (#1850)Eric Bailey2023-11-091-12/+29
* Hotfix internationalization on mobile (#1854)Ansh2023-11-091-4/+11
* Add modal state provider, replace usage except methods (#1833)Eric Bailey2023-11-081-1/+4