Samuel Newman
749d4c5bd4
import React in expo modules
2025-09-11 14:33:50 +03:00
Samuel Newman
b2c56cbd6d
Add displayName to contexts ( #8814 )
2025-08-14 01:12:31 +03:00
Samuel Newman
d5cc19f282
run lint-native:fix ( #8836 )
2025-08-13 22:15:08 +03:00
Samuel Newman
1ed019bd72
specify mcemojipicker version ( #8600 )
2025-07-03 10:17:36 -07:00
Samuel Newman
bc072570d2
Activity notification settings ( #8485 )
...
Co-authored-by: Eric Bailey <git@esb.lol >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
Co-authored-by: hailey <me@haileyok.com >
2025-07-01 14:36:04 -07:00
Samuel Newman
c634cd9071
Upgrade prettier to 3.6 ( #8558 )
...
* upgrade prettier
* run prettier
* more files
2025-06-23 07:44:40 -07:00
Samuel Newman
4c75b568df
Android notification channels ( #8539 )
2025-06-20 11:01:55 +03:00
hailey
a6455b3de3
fix crash ( #8348 )
2025-05-08 08:49:43 -07:00
Samuel Newman
973538d246
New Select component ( #8323 )
...
* 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 >
2025-05-06 10:27:05 -07:00
hailey
e7fe9ab553
revert changes to scroll forwarder ( #8328 )
2025-05-05 00:20:34 -07:00
hailey
544f7befe0
bump it bop it upgrade it (rn 79/expo 53) ( #8281 )
...
* 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 fc82f0f173 .
* 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 2e2fcaeeed .
* final upgrades
* chore: cleanup yarn lock
* prettier
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-05-02 13:23:39 -07:00
Samuel Newman
b1550f9c02
fix first sheet height change not registering ( #8267 )
2025-04-22 11:49:20 -07:00
Samuel Newman
5d30111b78
Get sheet padding working consistently ( #7798 )
...
* 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
2025-02-21 10:59:08 -08:00
Hailey
1f6acc11ab
clean rn 0.76 upgrade ( #6887 )
...
* 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 4716d2c643 .
* 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 >
2024-12-06 17:52:08 +00:00
dan
9247407c70
Don't render unnecessary <Portal> instances ( #6217 )
2024-11-10 23:03:55 +00:00
Hazem Ali
9a10af7117
Fix Retain Cycles in SheetViewController ( #6202 )
...
* Fix retain cycle in SheetViewController.swift
* Fix retain cycles
2024-11-10 22:10:09 +00:00
Samuel Newman
c3d0cc55d9
Edit profile dialog ALF refresh ( #5633 )
2024-10-15 21:57:28 +03:00
Hailey
88f326b37f
Fix sheets to work nicely on ios 15 ( #5685 )
2024-10-10 18:16:25 -07:00
Hailey
34a0007679
Move setup for Android sheet ( #5684 )
2024-10-10 17:52:19 -07:00
Hailey
e1a696bcbb
More clip stuff for Apple ( #5672 )
2024-10-10 15:11:43 -07:00
Hailey
2841944789
Ensure app clip works even with starter-pack ( #5664 )
2024-10-09 15:29:25 -07:00
Hailey
86b0d3b498
Add missing web component (for native view manager) ( #5662 )
2024-10-09 12:09:16 -07:00
Samuel Newman
cca344a3d1
Allow nested sheets without boilerplate ( #5660 )
...
Co-authored-by: Hailey <me@haileyok.com >
2024-10-09 11:30:42 -07:00
Hailey
80e25b3d9f
[Video] Add dimension info to share intent pt.2 ( #5640 )
2024-10-07 15:32:26 -07:00
Hailey
ee25b89801
[Video] Add dimension info to share intent ( #5639 )
2024-10-07 14:09:47 -07:00
Hailey
686dfa5f78
Fix bounce when expanding sheet on ios ( #5627 )
2024-10-06 12:03:06 -07:00
Hailey
00486e9499
[Sheets] [Pt. 1] Root PR ( #5557 )
...
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 >
2024-10-04 13:24:12 -07:00
Hailey
d8f72c1ee1
[Share Extension] Support on Android for sharing videos to app ( #5466 )
2024-09-27 09:54:37 -07:00
Hailey
dd1944e9b8
[Share Extension] Support images/movies from other apps like iMessage ( #5515 )
2024-09-26 19:57:16 -07:00
Hailey
7ee67e4e7e
[Share Extension] Move away from deprecated API, implement JS side of things ( #5509 )
2024-09-26 12:37:51 -07:00
Hailey
863764b3fe
[Share Extension] Use the proper identifier for if statement on iOS ( #5505 )
2024-09-26 10:51:22 -07:00
Hailey
a1e212ab59
[Share Extension] Update to support video ( #5385 )
2024-09-24 01:02:58 -07:00
Hailey
53b095adeb
Improvements to NSE ( #4992 )
2024-09-23 18:48:48 -07:00
Hailey
a5af24b53b
Revert "[Video] Download videos" ( #4945 )
2024-08-15 16:29:16 -07:00
Hailey
11061b628e
[Video] Download videos ( #4886 )
...
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com >
2024-08-15 11:23:48 -07:00
Samuel Newman
21e214c235
[Video] set audio category to ambient every time a new player is made ( #4934 )
...
* 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 >
2024-08-14 20:21:14 +01:00
Hailey
1fce7a793d
[Video] Audio duck off main thread ( #4926 )
2024-08-12 20:08:51 -07:00
Hailey
ae883e2df7
rm from swift ( #4923 )
2024-08-12 21:46:33 +01:00
Hailey
65d6e561d4
[Video] Resume background audio whenever muting video audio ( #4915 )
2024-08-09 16:52:23 -07:00
Hailey
5bfe5aa503
[Video] More tweaks to AVAudioSession options ( #4910 )
2024-08-09 14:35:26 -07:00
Hailey
cb574b7be3
[Videos] Add iOS function to set AVAudioSession.CategoryOptions to .mixWithOthers ( #4905 )
...
* audio mixing pref
* lint
2024-08-09 11:05:12 +01:00
Hailey
1b02f81cb8
[Video] Visibility detection view ( #4741 )
...
Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com >
2024-08-07 14:45:06 -07:00
Hailey
18b423396b
Add PlatformInfo module ( #4877 )
2024-08-05 12:21:34 -07:00
Hailey
306f162639
Make all referrer info sync ( #4782 )
2024-07-12 07:37:43 -07:00
Hailey
f021c06468
Return a promise for getReferrerInfoAsync on web ( #4777 )
2024-07-11 19:51:54 -07:00
Hailey
8b121af2e4
referrers for all platforms ( #4514 )
2024-07-11 18:43:10 -07:00
Hailey
83e8522e0a
Create shared preferences API ( #4654 )
2024-07-11 18:37:43 -07:00
Hailey
2397104ad6
Lint native files ( #4768 )
2024-07-11 18:15:35 -07:00
Hailey
f089f45781
Starter Packs ( #4332 )
...
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 >
2024-06-21 21:38:04 -07:00
Samuel Newman
3573f7ea40
rip out native translate ( #4482 )
2024-06-11 10:51:03 -07:00