about summary refs log tree commit diff
path: root/src/state/preferences/in-app-browser.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+2
|
* Present in-app browser as sheet (#5718)Samuel Newman2024-10-111-46/+0
| | | | | | | * use page sheet presentation * move to its own file rather than sitting in prefs * whoops, missed one
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-041-6/+6
| | | | | | | Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
* [Persisted] Make broadcast subscriptions granular by key (#4874)dan2024-08-061-2/+2
| | | | | | | * Add fast path for guaranteed noop updates * Change persisted.onUpdate() API to take a key * Implement granular broadcast listeners
* Fix Android in-app browser closing when switching apps (#3546)Nick Manos2024-04-131-3/+5
|
* Fix RSS URLs treated as internal (#3156)Eric Bailey2024-03-091-0/+9
| | | | | | | | | | | * Fix RSS URLs treated as internal * Add utils to patch relative RSS external links * modify router to support multiple paths --------- Co-authored-by: Hailey <me@haileyok.com>
* use color scheme in in-app browser (#2580)Hailey2024-01-221-1/+4
|
* (optional) In app browser (#2490)Paul Frazee2024-01-121-0/+79
* add expo web browser + modal * add in app browser option to settings * don't show toggle on web * Tweak browser-choice UIs --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>