about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove test gates (#7477)dan2025-01-171-77/+1
|
* bump license year (#7474)James Saunders2025-01-171-1/+1
|
* [Android] Fix taps triggering while swiping (#7459)gpp2025-01-172-40/+74
| | | | | | | | | | | | | | | * [Android] Fix taps triggering while swiping * Revert "[Android] Try to disambiguate taps from swipes (#7448)" This reverts commit 96054f4addb63994b3d2f5fe1d288f4dd3c246c2. * Update patch to match callstack/react-native-pager-view#961 * Make it symmetrical --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Prevent Drawer gesture conflicting with Suggestions scroll (#7468)dan2025-01-173-64/+76
| | | | | * Extract BlockDrawerGeesture * Block drawer when scrolling interstitials
* Small test updatePaul Frazee2025-01-161-2/+1
|
* 1.96.5Paul Frazee2025-01-161-1/+1
|
* DisableEric Bailey2025-01-161-0/+1
|
* Install new depsEric Bailey2025-01-163-42/+19
| | | | (cherry picked from commit 04d8b3e9a8e527f9bf480770bae3eafbccc10c90)
* more depsSamuel Newman2025-01-163-0/+7
| | | | (cherry picked from commit 9b8f20f1919193611aec2322306564ffd5570c78)
* Only apply CDN fix to webpack in prod (#7461)Eric Bailey2025-01-151-3/+3
|
* Set webpack public path to auto to load from CDN (hopefully) (#7449)Jaz2025-01-151-0/+3
|
* [Android] Try to disambiguate taps from swipes (#7448)dan2025-01-151-2/+40
|
* Account quick switch on web (#7190)Samuel Newman2025-01-144-56/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * account quick switch on web * dont show line if one account * switch account label text * add chevron hover state * swagged up hover state * add icons * tune scale anim and respect prefers-reduced-motion * fix reduced motion * fix placeholder position * move menu components out to separate component * Pipe through outer handlers to Button * Abstract lag in control.isOpen state * add profile info into empty space * fix tablet * Alternative * Revert "Alternative" This reverts commit 050ab9595ef3bbc32529ad6588e4690d37539fbe. * maybe fix flicker issue * just do 50ms when not active * delay other animations --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Remove unnecessary addEventListener call for video (#7433)Islam Rustamov2025-01-141-3/+0
|
* add correct error reporting for blank password (#7391)Samuel Newman2025-01-131-2/+8
| | | | | | | | | * add correct error reporting for blank password * fix prettier --------- Co-authored-by: zuccs <daniel@zuccon.com>
* Conversation-level reporting by reporting most recent message available (#7423)Samuel Newman2025-01-104-54/+88
| | | | | | | | | * report latest message via convo menu * check all messages we have * fix types * rm convo warning
* Fix invalid password error message (#7425)Samuel Newman2025-01-1033-36/+44
|
* Fix web crash (#7426)dan2025-01-102-2/+2
|
* A simpler fix for trending swipe issue (#7424)dan2025-01-104-15/+42
|
* [ELI5] Validate too long handles in signup (#7422)Samuel Newman2025-01-103-11/+24
| | | | | * validate too long handles in signup * make change handle screen generic
* add back statsig gate testing (#7404)Hailey2025-01-102-1/+79
|
* Fix trending swipe gesture (#7417)dan2025-01-103-79/+105
|
* Move intent dialogs inside Alf, but above intent handlers (#7416)Eric Bailey2025-01-092-15/+15
|
* Fix Android composer padding: Director's Cut (#7412)Samuel Newman2025-01-093-22/+21
| | | | | | | * fix android 15 composer padding * while I'm here, alf some bits and pieces * add comments
* fix padding on android 15 (#7411)Samuel Newman2025-01-091-2/+7
|
* Downgrade paste input dependency (#7410)Samuel Newman2025-01-093-19/+23
| | | | | * downgrade paste input * rm wnitespace
* Fix avatar shape in Account switch menu (#7388)Samuel Newman2025-01-098-5/+28
|
* [ELI5] change sign in to create account (#6931)Samuel Newman2025-01-0835-63/+65
| | | | | | | * change sign in to create account * alf buttons on native bottom bar * manually edit .po file
* [ELI5] Tweaks to hosting provider (#6935)Samuel Newman2025-01-085-83/+122
| | | | | | | | | | | | | | | * minimal hosting provider * change wording and move back up * first time user nudge * move tip * reexport ticket svg * fix ticket fr this time * text tweak + add minHeight
* Delete <AppProfiler> (#7403)dan2025-01-082-68/+36
|
* Preconnect to public.api.bsky.app (#7396)Christian Schmidt2025-01-082-0/+2
|
* Add key to invalidate spinner when theme changes (#7351)Roland Crosby2025-01-081-0/+1
|
* Hide menu button when search is focused (#7373)Samuel Newman2025-01-071-10/+2
| | | | | * hide menu btn when cancel is shown * remove useless ts-ignores
* Bump version to 1.97.0 (#7386)dan2025-01-071-1/+1
|
* Remove unused default argumentDan Abramov2025-01-071-1/+1
|
* Fix `moveToPermanentPath` ext Default Missing '.' (#7281)Jonathan Herbert2025-01-071-1/+1
|
* Fix double text input in composer (#7381)Samuel Newman2025-01-074-33/+170
| | | | | | | * upgrade paste input * override how backing uitextinput is created * different approach
* bump version (#7337)Hailey2025-01-021-1/+1
|
* bump golang version to v1.23 (#7325)bnewbold2025-01-025-7/+7
|
* Add loading state to new trending interstitial (#7332)dan2025-01-022-2/+28
|
* Remove upstreamed drawer patch (#7331)dan2025-01-023-881/+5
| | | | | * Remove upstreamed drawer patch * Bump more
* Fix key issue in trending topics (#7329)dan2025-01-021-20/+18
|
* Localize lang selectors according to the app language (#6207)Stanislas Signoud2024-12-318-45/+97
| | | | | * Localize lang selectors according to the app language * Explicitly ignore RangeError when translating locale names
* Release 1.96.3 (#7318)Paul Frazee2024-12-3133-9221/+9690
| | | | | * Run intl extract * 1.96.3
* Add Greek Language ('el') Support and Internationalization (#6677)Yiannis Mertzanis2024-12-319-0/+8046
| | | | | | | | | | | | | | | | | | | | | | | | * Add Greek language support to the application * Add support for Greek language in date handling and tests * Update Greek locale file with translator and team information * Add support for Greek language in date handling and tests * Add support for Greek language in app configuration, and updated translation from the reviewers' comments * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * Update src/locale/i18n.ts Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* PT-BR Translation update (#6975)f e l p s2024-12-311-11/+11
| | | | | | | | | * PT-BR Translation update to 1.95.0 * PT-BR Translation update to 1.95.0 --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Update Russian localization (#7116)Virenbar2024-12-311-2434/+1529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update messages.po (е -> ё) * Update messages.po (plurals) * Update messages.po * Update messages.po More е -> ё Fix some strings * Update messages.po * Update messages.po * Update messages.po (draft) * Update messages.po * Update messages.po * Update messages.po --------- Co-authored-by: ponfertato <ponfertato@ya.ru>
* Update Japanese translation (#7170)Takayuki KUSANO2024-12-311-52/+38
| | | | | * Update translation * Update translation
* Update Korean localization (#7171)Minseo Lee2024-12-311-231/+219
| | | | | | | | | | | | | | | | | | | | | | | | | * Update messages.po * Update messages.po * Update src/locale/locales/ko/messages.po Co-authored-by: Akamig <akamig@posteo.net> * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po * Update messages.po --------- Co-authored-by: Akamig <akamig@posteo.net>
* Update catalan messages.po for 1.96.0 (#7182)Ivan Beà2024-12-311-80/+80
| | | | | | | | | | * Update catalan messages.po Ready for 1.96.0 Please take a look at it @jordimas @darccio @surfdude29 @rortan134 @magarcia @aryiu * Update messages.po Tema del moment per Trending Topic segons optimot https://aplicacions.llengua.gencat.cat/llc/AppJava/index.html;jsessionid=43E324EDAEFCD750A95579FEB9B5A164?action=Principal&method=detall&input_cercar=trending+topic&numPagina=1&database=TERMCAT&idFont=3279826&idHit=3279826&tipusFont=Diccionaris+terminol%F2gics+del+TERMCAT&numeroResultat=8&databases_avansada=&categories_avansada=&clickLink=detall&titol=tema+del+moment&tematica=Tecnologies+de+la+informaci%F3+i+la+comunicaci%F3&t%C3%ADtol=tema%20del%20moment&tipusCerca=cerca.tot