about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update Japanese translation (#5715)Takayuki KUSANO2024-10-111-9/+46
| | | | | * Remove the obsoleted entry * Update translation
* PT-BR Translation update (#5699)f e l p s2024-10-111-63/+63
| | | | | | | | | | | * More translations updated * More tr * fix typo * PT-BR Translation update * PT-BR Translation update
* Present in-app browser as sheet (#5718)Samuel Newman2024-10-119-65/+71
| | | | | | | * use page sheet presentation * move to its own file rather than sitting in prefs * whoops, missed one
* Move composer open shortcut to shell (#5723)Hailey2024-10-113-9/+21
| | | | | | | | | * move composer shortcut hook * put intent handler in same place * dont allow shortcuts if no session * revert change
* Remove autofocus from alt text input (#5727)Hailey2024-10-112-7/+9
| | | | | * remove autofocus from alt text input * open to full height
* ext gif check (#5725)Hailey2024-10-111-0/+2
|
* shift hitslop of avi follow button (#5730)Hailey2024-10-111-2/+6
| | | | | * shift the hitslop of the follow button * increase slop
* Make default search language 'all languages' (#5731)Paul Frazee2024-10-111-5/+2
|
* Fix performance of feed reordering and add layout animations (#5714)Paul Frazee2024-10-111-89/+114
| | | | | | | | | | | * Rework SavedFeeds editor to make changes transactionally * Fix hit slops * Add layout animations * Fix: dont let down go too far down * Speed up layout transitions
* Protect against zero-width chars in display name sanitation (see ↵Paul Frazee2024-10-111-1/+1
| | | | https://github.com/bluesky-social/social-app/pull/5703#issuecomment-2407459187) (#5729)
* Move intent handler to a child of `InnerApp` (#5695)Hailey2024-10-113-3/+13
|
* Improve sort & filter of language options in search (#5709)Paul Frazee2024-10-101-3/+20
|
* Always show search options (#5706)Paul Frazee2024-10-101-24/+1
|
* Sanitize multiple spaces in display names to protect against some security ↵Paul Frazee2024-10-101-1/+6
| | | | concerns (#5703)
* GIF dialog is scrollable on web (#5704)Hailey2024-10-101-2/+5
|
* Type tweaks (#5696)Eric Bailey2024-10-101-13/+13
| | | | | * Allow system font option to revert to previous letter spacing * Use correct types
* Persist taps in the dialog scrollview (#5701)Hailey2024-10-101-1/+2
|
* one line btn (#5700)Hailey2024-10-101-1/+1
|
* dont scale in pressable w/ reduced motion (#5697)Hailey2024-10-101-1/+4
|
* Tweak threadgate button sizing in the composer on Web (#5692)Paul Frazee2024-10-101-1/+4
| | | | | * Adjust threadgate btn sizing in composer * Tweak threadgate button size on web
* Update fonts.ts (#5694)Minseo Lee2024-10-101-2/+6
|
* Bump icon size for small size buttons (#5687)Eric Bailey2024-10-101-1/+1
|
* Update the email verification dialog (#5663)Hailey2024-10-103-21/+276
|
* Fix `Text` `emoji` type (make `emoji` optional) (#5678)Hailey2024-10-101-1/+1
|
* Make default banner more palatable (#5676)Eric Bailey2024-10-101-5/+2
|
* Invert non config filtering (#5674)Eric Bailey2024-10-103-11/+6
| | | | | | | * Invert filtering logic * Rename * Rm comment
* Include non-configurable in defs query (#5673)Eric Bailey2024-10-101-1/+1
|
* Filter out non-configrable mod authorities from report dialog (#5670)Eric Bailey2024-10-102-5/+18
|
* Show download button for Apple (#5671)Hailey2024-10-102-2/+8
|
* Ensure app clip works even with `starter-pack` (#5664)Hailey2024-10-093-10/+45
|
* Cleanup unused props from dialogs (#5665)Hailey2024-10-097-35/+15
|
* Allow nested sheets without boilerplate (#5660)Samuel Newman2024-10-0915-414/+311
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Update joined_this_weekPaul Frazee2024-10-091-1/+1
|
* Release 1.92 (#5658)Paul Frazee2024-10-0819-25893/+29021
| | | | | * Fix tests * intl extract
* Fix layout bugs in appeals dialog (#5657)Hailey2024-10-081-1/+3
|
* Make 'em round (#5654)Eric Bailey2024-10-082-1/+2
|
* Downgrade Radix packages for type compat (#5653)Eric Bailey2024-10-081-4/+5
|
* Merge fontVariant defs (#5652)Eric Bailey2024-10-081-1/+1
|
* fix clear button in input (#5650)Hailey2024-10-081-1/+9
| | | | Co-authored-by: Eric Bailey <git@esb.lol>
* Filter posts containing mute words from search and notifications (#5599)Eric Bailey2024-10-082-18/+170
| | | | | | | * Filter mute words from search * Filter mute words from notifications * Do no filter search if using from filter
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-0812-111/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Redix FocusTrap (#5638) * Use Redix FocusTrap * force resolutions on radix libs * add focus guards * use @radix-ui/dismissable-layer for escape handling * fix banner menu keypress by using `Pressable` * add menu in dialog example to storybook --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com> * use DismissableLayer/FocusScope for composer * fix storybook dialog * thread Portal through Prompt and avatar/banner * fix dialog style regression * remove tamagui --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Nicer error message for disabled quotes (#5644)dan2024-10-082-1/+4
|
* Update neue nux date (#5643)Eric Bailey2024-10-071-1/+1
|
* Make alt text scrollable on native (#5642)Hailey2024-10-071-14/+36
|
* Move remaining composer state into reducer (#5623)dan2024-10-077-362/+201
| | | | | | Co-authored-by: Mary <git@mary.my.id> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Hailey <me@haileyok.com>
* Fetch link previews from RQ (#5608)dan2024-10-0717-516/+490
| | | | | Co-authored-by: Mary <git@mary.my.id> Co-authored-by: Hailey <me@haileyok.com>
* Use composer state as source of truth for embeds/links on publish (#5606)dan2024-10-074-62/+274
| | | | | Co-authored-by: Mary <git@mary.my.id> Co-authored-by: Hailey <me@haileyok.com>
* Update Indonesian translation (#5316)Fathia2024-10-071-317/+318
| | | | Co-authored-by: Indonesian <github-actions@github.com>
* [Video] Prevent screen from dimming while in full screen (#5637)Hailey2024-10-071-2/+2
|
* [Video] Add dimension info to share intent (#5639)Hailey2024-10-073-3/+4
|