about summary refs log tree commit diff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* xyz.blueskyweb.app → xyz.vikanezrimaya.voidskyVika10 days5-6/+6
|
* Add displayName to contexts (#8814)Samuel Newman2025-08-142-0/+2
|
* run `lint-native:fix` (#8836)Samuel Newman2025-08-136-106/+112
|
* specify mcemojipicker version (#8600)Samuel Newman2025-07-031-1/+1
|
* Activity notification settings (#8485)Samuel Newman2025-07-011-2/+2
| | | | | | Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: hailey <me@haileyok.com>
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-1/+1
| | | | | | | * upgrade prettier * run prettier * more files
* Android notification channels (#8539)Samuel Newman2025-06-201-0/+15
|
* fix crash (#8348)hailey2025-05-081-3/+9
|
* New `Select` component (#8323)Samuel Newman2025-05-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * radix select component on web * native implementation (wip) * fix sheet height/padding * tone down web styles * react 19 cleanup * replace primary language select * change style on native * get auto placeholder working * more style tweaks * replace app language dropdown * replace rnpickerselect with native select * rm react-native-picker-select dependency * rm placeholder, since a value is always selected * docblock for renderItem * add more docblocks * add style prop to item * pass selectedValue through renderItem * fix context * Style overflow buttons --------- Co-authored-by: Eric Bailey <git@esb.lol>
* revert changes to scroll forwarder (#8328)hailey2025-05-051-30/+13
|
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-0223-34/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * basic bumps * more tweaking * fix rn patch * fix crop picker patch * fix media library patch * rm unnecessary patch * fix notifications patch * update bottomsheet * Update withAppDelegateReferrer.js * Delete withNoBundleCompression.js * rm withNoBundleCompression plugin * rm findLast shim * metro package exports is enabled by default * update react/react-dom/react-compiler * fix reanimated issue * vendor expo-ized emoji popup * fix types * hackfix view full thread * Update EmojiPickerModule.podspec * more upgrades * fix multiformats package version * add baseurl * bump mmkv * bumps * update react-keyed-flatten-children * bump locale packages * fix emoji picker dark mode * rn upgrades * Revert "bump locale packages" This reverts commit fc82f0f173032127dd7c18ed0316ae26f53db51d. * upgrade testing-library * rm test renderer * update patch name minors * rm findNodeHandle from tabbar * only do scrollview tag thing on ios * disable package exports * update expo notifications handler * memoize emoji picker styles * fix tests, mock multiformats * bump some dev deps with RC versions * completely rearchitect toasts * rm logs * layout animation config for composer footer * disable autolinking for patched libs * undo lingui changes * version bump from release candidate to 0.1 * update atproto deps * rm @did-plc/server * fix key issue (maybe) * move URL polyfill to the polyfill file * fix yarn lock * upgrade to 53.0.3 * reanimated layout anim bug patch * workletize a function that wasn't getting autoworkletized anymore (#8309) * bump to expo 53.0.4 * bump RN to 0.79.2 * fix yarn lock ci * Revert "completely rearchitect toasts" This reverts commit 2e2fcaeeed527580a6c485718544b85e8b4f52b9. * final upgrades * chore: cleanup yarn lock * prettier --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* fix first sheet height change not registering (#8267)Samuel Newman2025-04-223-7/+11
|
* Get sheet padding working consistently (#7798)Samuel Newman2025-02-212-44/+93
| | | | | | | * tweak height/padding of iOS * tweak android ratio calculation * add a bit of extra padding to full height iOS to account for the bit below the safe area
* clean rn 0.76 upgrade (#6887)Hailey2024-12-062-64/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * package upgrades * upgrade system ui * update patches * rename patch * rm * use .set/.set * resolve yarnlock * fix accidentally removed package * fix use permissions hook * fix some type errors * type fixes * more tweaking * clean * Discard changes to src/screens/Onboarding/StepProfile/index.tsx * oops * fix splash * use ios/android in config * Fix tests * add back patch * add to rn patch * fullscreen? * Revert "add to rn patch" This reverts commit 4716d2c643a29fc77b871ca8555d8d78cb4ac427. * try this * test with revert * test * maybe this * fix config * Bump @react-native-picker/picker * Bump some packages * Rm unused * Update lockfile * Rename expo-notifications+0.29.8.patch.md to expo-notifications+0.29.10.patch.md * Update react-native+0.76.3.patch.md * Update react-native+0.76.3.patch.md * Inline splash configs Jumping around the file is annoying and makes it harder to understand how this is structured. * Start fixing Android splash * Downgrade compressor This version isn't building for me due to https://github.com/numandev1/react-native-compressor/issues/322. * Make Android splash empty for now * Work around a bug * Bump the compressor * Bump again * Include splash fixes * Try updating * No custom Android splash * Revert to using icons * welp * Fix sizes * Make sizing work * Bump size --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Don't render unnecessary <Portal> instances (#6217)dan2024-11-103-59/+48
|
* Fix Retain Cycles in SheetViewController (#6202)Hazem Ali2024-11-101-5/+8
| | | | | * Fix retain cycle in SheetViewController.swift * Fix retain cycles
* Edit profile dialog ALF refresh (#5633)Samuel Newman2024-10-151-6/+15
|
* Fix sheets to work nicely on ios 15 (#5685)Hailey2024-10-102-13/+45
|
* Move setup for Android sheet (#5684)Hailey2024-10-101-53/+49
|
* More clip stuff for Apple (#5672)Hailey2024-10-101-5/+4
|
* Ensure app clip works even with `starter-pack` (#5664)Hailey2024-10-091-8/+36
|
* Add missing web component (for native view manager) (#5662)Hailey2024-10-092-1/+6
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-095-95/+239
| | | | Co-authored-by: Hailey <me@haileyok.com>
* [Video] Add dimension info to share intent pt.2 (#5640)Hailey2024-10-071-7/+11
|
* [Video] Add dimension info to share intent (#5639)Hailey2024-10-072-11/+43
|
* Fix bounce when expanding sheet on ios (#5627)Hailey2024-10-062-3/+6
|
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-0417-0/+1183
| | | | | | | 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>
* [Share Extension] Support on Android for sharing videos to app (#5466)Hailey2024-09-271-21/+79
|
* [Share Extension] Support images/movies from other apps like iMessage (#5515)Hailey2024-09-261-3/+39
|
* [Share Extension] Move away from deprecated API, implement JS side of things ↵Hailey2024-09-261-3/+4
| | | | (#5509)
* [Share Extension] Use the proper identifier for if statement on iOS (#5505)Hailey2024-09-262-2/+2
|
* [Share Extension] Update to support video (#5385)Hailey2024-09-242-34/+47
|
* Improvements to NSE (#4992)Hailey2024-09-231-12/+61
|
* Revert "[Video] Download videos" (#4945)Hailey2024-08-159-438/+2
|
* [Video] Download videos (#4886)Hailey2024-08-159-2/+438
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Video] set audio category to ambient every time a new player is made (#4934)Samuel Newman2024-08-141-1/+11
| | | | | | | | | | | | * set auto category to ambient every time a new player is made * mute on foregrounding * remember previous state --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* [Video] Audio duck off main thread (#4926)Hailey2024-08-121-8/+15
|
* rm from swift (#4923)Hailey2024-08-121-13/+0
|
* [Video] Resume background audio whenever muting video audio (#4915)Hailey2024-08-094-13/+24
|
* [Video] More tweaks to `AVAudioSession` options (#4910)Hailey2024-08-096-3/+57
|
* [Videos] Add iOS function to set `AVAudioSession.CategoryOptions` to ↵Hailey2024-08-094-0/+26
| | | | | | | `.mixWithOthers` (#4905) * audio mixing pref * lint
* [Video] Visibility detection view (#4741)Hailey2024-08-0711-2/+408
| | | | Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* Add `PlatformInfo` module (#4877)Hailey2024-08-057-3/+58
|
* Make all referrer info sync (#4782)Hailey2024-07-125-10/+10
|
* Return a promise for `getReferrerInfoAsync` on web (#4777)Hailey2024-07-111-2/+1
|
* referrers for all platforms (#4514)Hailey2024-07-116-11/+138
|
* Create shared preferences API (#4654)Hailey2024-07-1112-72/+552
|
* Lint native files (#4768)Hailey2024-07-1116-372/+386
|
* Starter Packs (#4332)Hailey2024-06-2120-0/+438
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* rip out native translate (#4482)Samuel Newman2024-06-1110-191/+0
|