bsky-app/src/state/shell
Hailey d451f82f54
Share Extension/Intents (#2587)
* add native ios code outside of ios project

* helper script

* going to be a lot of these commits to squash...backing up

* save

* start of an expo plugin

* create info.plist

* copy the view controller

* maybe working

* working

* wait working now

* working plugin

* use current scheme

* update intent path

* use better params

* support text in uri

* build

* use better encoding

* handle images

* cleanup ios plugin

* android

* move bash script to /scripts

* handle cases where loaded data is uiimage rather than uri

* remove unnecessary logic, allow more than 4 images and just take first 4

* android build plugin

* limit images to four on android

* use js for plugins, no need to build

* revert changes to app config

* use correct scheme on android

* android readme

* move ios extension to /modules

* remove unnecessary event

* revert typo

* plugin readme

* scripts readme

* add configurable scheme to .env, default to `bluesky`

* remove debug

* revert .gitignore change

* add comment about updating .env to app.config.js for those modifying scheme

* modify .env

* update android module to use the proper url

* update ios extension

* remove comment

* parse and validate incoming image uris

* fix types

* rm oops

* fix a few typos
2024-02-27 15:22:03 -08:00
..
color-mode.tsx fix theme cross-tab write loop (#2774) 2024-02-06 21:16:50 -08:00
composer.tsx Share Extension/Intents (#2587) 2024-02-27 15:22:03 -08:00
drawer-open.tsx Close active elems (react-query refactor) (#1926) 2023-11-16 08:18:59 -08:00
drawer-swipe-disabled.tsx Extract shell state into separate context (#1824) 2023-11-07 11:37:47 -08:00
index.tsx Options for selecting dark theme, fix some white flashes when in dark mode (#2722) 2024-02-06 11:43:51 -08:00
logged-out.tsx PWI behavior updates (#2207) 2023-12-14 10:31:49 -08:00
minimal-mode.tsx Sync top/bottom bar disappearance to the scroll (#1855) 2023-11-09 12:15:05 -08:00
onboarding.tsx First pass at a session handler (#1850) 2023-11-09 15:14:51 -08:00
reminders.e2e.ts Fix missing export in e2e version 2023-11-30 12:47:40 -08:00
reminders.ts Fix email confirmation dialog on startup (#2097) 2023-12-06 00:28:11 +00:00
selected-feed.tsx Keep pager feeds in sync with the right pane (#2775) 2024-02-08 12:37:08 -08:00
shell-layout.tsx Sync top/bottom bar disappearance to the scroll (#1855) 2023-11-09 12:15:05 -08:00
tick-every-minute.tsx Shell behaviors update (react-query refactor) (#1915) 2023-11-15 17:17:50 -08:00