Samuel Newman
c9033dbc39
Avoid asking for read access to photo library when saving images on iOS ( #9297 )
...
* use saveToLibraryAsync on iOS
* use _(msg``) syntax
2025-11-04 06:33:30 -08:00
Samuel Newman
1b0fbd503e
Remove use of flatten where possible ( #9325 )
...
* remove use of flatten where possible
* restore flatten where it says it's needed
* missing utils alpha
2025-11-04 05:43:08 -08:00
pfrazee
0bcde99025
Nightly source-language update
2025-11-04 02:40:47 +00:00
Alex Benzer
5a4e012fdc
Adds client event for empty feed error ( #9287 )
...
* Adds client event for empty feed error
* Only log for discover
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2025-11-03 11:37:40 -06:00
Samuel Newman
6ccedd5e31
ship post follow follow suggestions ( #9251 )
2025-11-03 09:18:49 -08:00
Samuel Newman
feab782ba9
Android lightbox minor perf improvement ( #9274 )
...
* minor perf improvement on android for lightbox
* Use correct `cachePolicy` when prefetching lightbox images (#9275 )
* use `memory` cachePolicy when prefetching
* use `memory` cache policy on iOS lightbox images
2025-11-03 09:18:26 -08:00
Samuel Newman
ca505fbbd2
chore: update caniuse ( #9239 )
2025-11-03 09:18:02 -08:00
Samuel Newman
e5f3131644
fix right nav overflow ( #9253 )
2025-11-03 09:15:29 -08:00
Samuel Newman
54a388d132
push in post-post toast ( #9252 )
2025-11-03 09:15:12 -08:00
Samuel Newman
b1f1b2050c
add android ripple effect to images in feed ( #9273 )
2025-11-03 09:13:22 -08:00
Samuel Newman
9070fa9a8d
Improve image download timeout handling ( #9276 )
2025-11-03 09:11:29 -08:00
Samuel Newman
55e9298ee8
disable wake-from-background OTA on Android ( #9317 )
2025-11-03 09:08:34 -08:00
Samuel Newman
c6215065bd
Update Android adaptive icon ( #9298 )
...
* remove adaptive icon gradient background
* try new foreground/monochrome assets
* adjust size back down
2025-11-03 09:05:18 -08:00
Samuel Newman
bd3594ceea
use 0.5px media border on high DPI screens on web ( #9311 )
2025-10-31 07:07:43 -07:00
Samuel Newman
de6d2f1912
Update web dim <html> background color ( #9307 )
...
* update dim background color
* Update other css colors
---------
Co-authored-by: Eric Bailey <git@esb.lol >
2025-10-30 11:44:22 -05:00
Jason Ericson
faa49feec8
Fixed Apple Music song embeds. ( #9220 )
...
* Fixed Apple Music song embeds when using a direct song link (vs playlist or album).
* Fixed song embed test.
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Jason Ericson <jasonmarkericson@gmail.com >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-30 09:25:42 -07:00
pfrazee
55b3474ad2
Nightly source-language update
2025-10-30 02:39:59 +00:00
Anastasiya Uraleva
b0eb079ff8
[APP-1321]: Update brand embeds more clearly ( #8955 )
...
* Nightly source-language update
* run prettier
* wip
* feat: use local dev for bskyembed test.html
* feat: commit generated files which i'm not sure about
* Revert "feat: commit generated files which i'm not sure about"
This reverts commit b891efdaa1fd7ddd4417bfd5267e861a25a93b0e.
* chore: revert change to bskyembed/.eslintrc.cjs
* chore: remove generated file from bskyweb/static
* chore: revert messages.po changes
* Update bskyembed/test.html
* Nightly source-language update
* Update: Bluesky embeds
* update: embed colors for light and dark modes
* remove unused changes
* remove duplicate word
* update border radius and add cursor pointer
* add icons folder for dynamic icons
---------
Co-authored-by: Anastasiya Uraleva <anastasiya@Mac.localdomain >
Co-authored-by: Elijah Seed-Arita <elijaharita@gmail.com >
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
Co-authored-by: Anastasiya Uraleva <anastasiya@Anastasiyas-MacBook-Pro.local >
2025-10-29 17:24:48 -07:00
Samuel Newman
cfa2534ccb
remove await on dismissBrowser ( #9304 )
2025-10-29 21:23:10 +02:00
Samuel Newman
2d626f7bbf
Fix android icon file name ( #9303 )
2025-10-29 09:58:56 -07:00
Samuel Newman
5efae600dd
Add dark/tinted icon variants ( #9241 )
...
* add tinted icon style
* new dark icon
* use icon composer file
* rename some icons, ensure default ios is still there
* use solid fill instead of auto gradient
* fix web build
* back to gradient
* add . for consistency
* rename `default_old` to `legacy`
2025-10-29 09:49:45 -07:00
Eric Bailey
339f3320c6
[TS-147] Add internal debug field display ( #9302 )
...
* Add internal debug field display
* Update title
2025-10-29 11:21:19 -05:00
Samuel Newman
3107efb449
Get rid of share menu fade edge effect ( #9250 )
2025-10-29 09:09:07 -07:00
Maxym Hyba
faa389e060
rm clamp ( #9271 )
2025-10-29 08:46:21 -07:00
Samuel Newman
f15a949ef8
more text elements missing emoji prop ( #9301 )
2025-10-29 08:44:52 -07:00
Samuel Newman
bb908a5534
fix line height in hover card ( #9281 )
2025-10-29 08:44:17 -07:00
Samuel Newman
a503fe27f5
add emoji prop to image alt text ( #9278 )
2025-10-29 08:43:53 -07:00
Chenyu
d58c6c9ebc
use admonition instead of toast for errors when appealing labels ( #9272 )
...
* use admonition instead of toast for errors when appealing labels
* address commments
2025-10-29 06:48:23 -07:00
Caidan
bd5d102826
fix: prevent profile suggestions animation when no data available ( #9277 )
...
Prevents AccordionAnimation from animating open on web when suggestions array is empty by adding conditional rendering logic to AnimatedProfileHeaderSuggestedFollows component.
2025-10-29 02:43:18 -07:00
pfrazee
32bf6cf01f
Nightly source-language update
2025-10-29 02:41:25 +00:00
Samuel Newman
e3f5967407
Android - add fallbacks when saving image to gallery ( #9293 )
...
* add fallback paths when saving image to gallery
* `debug` -> `info`
2025-10-28 09:58:41 -07:00
Samuel Newman
900e569ef2
Override Reduce Motion on load-bearing animation ( #9294 )
2025-10-28 09:52:31 -07:00
Samuel Newman
1883f3fc7b
Close IAB when it triggers an intent ( #8454 )
...
* Close IAB if it opens a link to the app
* native only
* await close
2025-10-28 08:52:09 -07:00
Samuel Newman
5cff45bdc8
Update expo and related dependencies ( #9291 )
...
* update expo + deps
* reanimated patch right version
* Update yarn.lock
* update other rn packages
2025-10-28 06:44:16 -07:00
Samuel Newman
0c6469f272
Change adaptive icon background color ( #9286 )
2025-10-28 00:26:52 -07:00
pfrazee
b98350f927
Nightly source-language update
2025-10-28 02:38:50 +00:00
Samuel Newman
206f52fb13
Bump version to 1.110.0 ( #9284 )
2025-10-27 21:55:55 +02:00
Samuel Newman
78c8a6037f
Remove feed:seen from statsig ( #9261 )
2025-10-27 13:23:38 -05:00
bnewbold
28e132ae03
clarify in content hider if label is on overall account ( #9264 )
...
* clarify in content hider if label is on overall account
* fix bool typo
* Update src/components/moderation/ContentHider.tsx
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
* rename variable for clarity
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2025-10-27 10:37:47 -07:00
Samuel Newman
25a2a2c7f6
Revert "Disable Sentry sampling for now ( #9262 )" ( #9282 )
...
This reverts commit de68915bc0 .
2025-10-27 11:12:27 -05:00
Eric Bailey
2a4b825637
Release 1.109.0 i18n take III ( #9269 )
2025-10-23 11:27:49 -05:00
Eric Bailey
c00b3d1050
Don't log errors for known app password issues in chat ( #9268 )
2025-10-23 11:18:53 -05:00
Eric Bailey
74cb81b65f
Add config to disable update overlay, disable it ( #9267 )
2025-10-23 11:16:55 -05:00
Samuel Newman
e28aa7d1ab
Patch out PerformanceMonitor component ( #9266 )
...
* patch out perf monitor component
* make PerformanceMonitor a noop
* rm debug stuff
2025-10-23 10:35:37 -05:00
Eric Bailey
d4d5d6d8b9
intl:pull and intl:extract:all ( #9263 )
2025-10-22 15:51:19 -05:00
Eric Bailey
de68915bc0
Disable Sentry sampling for now ( #9262 )
2025-10-22 14:08:25 -05:00
Samuel Newman
ea00663e7f
Android CI - Clear cache on second build ( #9223 )
...
* clear cache on second build
* alternative cache cleaning method
2025-10-22 10:05:00 -07:00
Samuel Newman
12e57378e8
fix android testflight ci ( #9237 )
2025-10-22 10:04:36 -07:00
Eric Bailey
24606dbcfc
Don't need to be logging upstream errors ( #9260 )
2025-10-22 11:39:14 -05:00
Eric Bailey
6f31121e51
Check for network error before reporting push token issue ( #9258 )
2025-10-22 11:36:40 -05:00