about summary refs log tree commit diff
path: root/src/state/preferences/in-app-browser.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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>