Eric Bailey
2a69ee8fac
Some a11y
2025-06-23 12:38:21 -05:00
Samuel Newman
ca4e7f9cc0
add transform origin to animation
2025-06-23 12:38:21 -05:00
Samuel Newman
af70a8a9e0
add animation
2025-06-23 12:38:21 -05:00
Eric Bailey
dbe86dde43
Cleanup
2025-06-23 12:38:21 -05:00
Eric Bailey
2b23499a15
Cleanup
2025-06-23 12:38:21 -05:00
Eric Bailey
996e550c0a
Ok pretty good on native
2025-06-23 12:38:21 -05:00
Eric Bailey
5c1f21623d
Ok working with no overlay and global gesture handler
2025-06-23 12:38:21 -05:00
Eric Bailey
19ec70b8f0
Working overlay, WIP
2025-06-23 12:38:21 -05:00
hailey
c894dda0bf
disable new arch ( #8561 )
2025-06-23 10:11:17 -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
pfrazee
3c92714e4e
Nightly source-language update
2025-06-21 02:39:45 +00:00
Samuel Newman
25baf1f661
Allow disabling replies ( #8537 )
2025-06-20 22:44:53 +03:00
Samuel Newman
dcbcd1bb80
simple heuristic for reducing footer height in thread ( #8549 )
2025-06-20 14:19:48 -05:00
Samuel Newman
92ee6260c1
Ignore common video errors ( #8548 )
2025-06-20 09:50:21 -07:00
Samuel Newman
9c7b330f92
Catch web browser errors ( #8547 )
...
* catch web browser errors
* use catch instead to ensure sheetWrapper works
2025-06-20 09:49:45 -07:00
Eric Bailey
bc95c0e50c
Don't send any debugs to Sentry ( #8533 )
...
* Don't send any debugs to Sentry
* Fix tests
2025-06-20 11:44:39 -05:00
Eric Bailey
aeafb14fb4
Couple of Sentry cleanups ( #8532 )
...
* Temp ignore a couple logs
* Add debug for unknown notifications
* Nvm let's do this in Sentry
* Downgrade two DMs network related issues
* Check for network errors before sending in Convo
* Do the same for event bus
* Fix mistake
2025-06-20 09:30:52 -07:00
Samuel Newman
4c75b568df
Android notification channels ( #8539 )
2025-06-20 11:01:55 +03:00
pfrazee
9702b210cc
Nightly source-language update
2025-06-20 02:41:14 +00:00
Samuel Newman
d53fdb0dda
fix prefetch returning undefined ( #8538 )
2025-06-19 09:25:17 -07:00
pfrazee
9be3b0794c
Nightly source-language update
2025-06-19 02:41:35 +00:00
Samuel Newman
77db98de65
bump keyboard dep ( #8528 )
1.104.0-rc2
2025-06-18 13:42:06 -07:00
Eric Bailey
51babe0164
Fix anchor text overflow in threads v2 ( #8530 )
2025-06-18 13:41:58 -07:00
Eric Bailey
04a2a227fc
Revert "Move dialog outputs inside navigation context ( #8511 )" ( #8531 )
2025-06-18 13:39:58 -07:00
Samuel Newman
42510c0515
gate notification settings ( #8527 )
2025-06-18 13:36:37 -07:00
hailey
f36776a91e
switch mmkv version before android eas bundle ( #8526 )
2025-06-18 12:46:24 -07:00
Samuel Newman
eb18b6a49a
add scrollbars back on android ( #8529 )
2025-06-18 21:37:04 +03:00
Eric Bailey
3eaa2d9ddf
Disable android new arch ( #8525 )
...
* Disable new arch in android for now
* Temporarily comment out mmkv script
2025-06-18 11:58:37 -05:00
Eric Bailey
066fd8cbf9
Fix select text color if system theme mismatches app theme ( #8523 )
2025-06-18 11:34:52 -05:00
Samuel Newman
06ebd2964a
Fix linking to specific search results ( #8520 )
...
* fix linking to bsky.app/search?q=xyz
* add name to comment
* skip if notfound
2025-06-18 09:25:14 -07:00
Samuel Newman
3304cd0424
notif settings lexicon change ( #8518 )
2025-06-18 09:24:55 -07:00
Eric Bailey
32ba17a4f1
Fix anchor follow button alignment ( #8522 )
2025-06-18 09:24:27 -07:00
Eric Bailey
f83335f110
Move dialog outputs inside navigation context ( #8511 )
...
* Move all dialogs within NavigationContent on native
* Ok leave old ModalsContainer alone for now
* Do the same on web
* Gate browser consent dialog just to be clear
2025-06-18 09:53:34 -05:00
Samuel Newman
4da86e5864
Modernise link warning dialog ( #8243 )
...
* add link warning dialog
* add copy for if sharing
* delete old modal
* get web working
2025-06-18 06:17:54 -07:00
Samuel Newman
dd86402763
rearrange settings ( #8519 )
2025-06-18 05:19:42 -07:00
Frudrax Cheng
13d21692bf
Mark translatable text in PreferenceControls.tsx ( #8516 )
...
* Update PreferenceControls.tsx
* Update PreferenceControls.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update PreferenceControls.tsx
Co-authored-by: Minseo Lee <itoupluk427@gmail.com >
* Update PreferenceControls.tsx
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
Co-authored-by: Minseo Lee <itoupluk427@gmail.com >
2025-06-18 04:57:49 -07:00
Samuel Newman
e672f43ec8
fix other case of promise.all misuse ( #8505 )
2025-06-18 04:08:44 -07:00
pfrazee
afd3d2829f
Nightly source-language update
2025-06-18 02:40:54 +00:00
Eric Bailey
619fa0d0bb
Delete some old dialogs ( #8512 )
...
* Delete old EditProfile dialog
* Delete old email verification dialogs
2025-06-17 18:12:37 -05:00
Samuel Newman
9cf457acf8
copy tweak ( #8506 )
2025-06-18 00:12:59 +03:00
hailey
f1f9ca9606
facepalm ( #8510 )
2025-06-17 13:19:07 -07:00
hailey
438ec7c3e1
add fabric package/lock files ( #8509 )
2025-06-17 13:09:15 -07:00
Samuel Newman
21989b558b
Granular notification settings ( #8484 )
...
* add mockup screen
* add notification index screen
* add redirect screen
* upgrade sdk
* new icons
* add new screens
* make router typesafe, finish adding screens
* add routes to go server
* load settings
* push notif settings
* improve web
* fix lockfile lint
* no $type on preferences
* prompt to enable push notifications
* fix reply prefs
* space out options
* fix copy error
* Update RepostsOnRepostsNotificationSettings.tsx
* only send minimal diff to putPrefs
* fix yarn.lock
* Update Navigation.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* Update src/screens/Settings/NotificationSettings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
* add description to `syncOthers`
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com >
2025-06-17 02:37:14 -07:00
pfrazee
7dc6bb57a6
Nightly source-language update
2025-06-17 02:41:29 +00:00
Samuel Newman
c16d5ce821
Fix misuse of Promise.all ( #8222 )
2025-06-16 10:00:38 -07:00
Eric Bailey
c2b71a6a9e
Fix v2 tree view bug caused by moderation settings ( #8503 )
...
* Use actual index, not seen index
* Handle edge case where last sibling is moderated
2025-06-16 10:39:41 -05:00
Samuel Newman
585dbebb69
Fix long-press loophole for disabled quote posts ( #8502 )
...
* fix loophole for disabled quote posts
* show dialog instead
2025-06-16 08:32:51 -07:00
Samuel Newman
5c50e10205
Align avatar in reply prompt ( #8501 )
...
* align avi in reply prompt
* update skellie
2025-06-16 08:20:17 -07:00
Eric Bailey
2c8dd12281
Use post shadow ( #8491 )
2025-06-14 20:47:16 +03:00
Eric Bailey
9fb2a63466
Run lint-staged without concurrency ( #8489 )
2025-06-14 20:47:05 +03:00