about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/TextInput.tsx
Commit message (Expand)AuthorAgeFilesLines
* Close web mention suggestions popup on `Escape` (#8605)Samuel Newman2025-08-281-39/+18
* fix some auto complete issuesChenyu Huang2025-07-241-4/+5
* specify autocap (#8619)Samuel Newman2025-07-081-0/+3
* Reduce composer font size (#8591)Samuel Newman2025-06-301-1/+1
* new arch (#8295)hailey2025-06-121-7/+7
* Revert "Small revert to be on the safe side (#7932)" (#7958)Samuel Newman2025-03-241-2/+4
* Small revert to be on the safe side (#7932)Eric Bailey2025-03-071-4/+2
* fix autocomplete (#7930)Samuel Newman2025-03-071-1/+1
* #6861: Use available space to make focus on Composer TextInput easier (copy) ...Samuel Newman2025-02-251-2/+4
* Immediately parse pre-filled links in composer state (#6974)Eric Bailey2024-12-061-0/+4
* Fix Fast Refresh in <Text> files (#6609)dan2024-11-211-1/+1
* set includeFontPadding false for fixed TextInput height on Android (#6170)khuddite2024-11-091-1/+5
* Composer UI fixes (#6065)dan2024-11-011-1/+3
* Fix duplicates in thread composer (#6068)dan2024-11-011-0/+1
* Make composer min height conditional and align attachments (#5976)dan2024-10-281-2/+3
* Split composer into smaller components (#5941)dan2024-10-251-1/+1
* Move remaining composer state into reducer (#5623)dan2024-10-071-1/+1
* Rework native autocomplete (#5521)Hailey2024-09-271-1/+5
* Fix composer jumpiness on native (#5476)Eric Bailey2024-09-241-30/+20
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-9/+10
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-191-19/+34
* Fix Android composer cursor bug by removing `setTimeout` from native composer...Hailey2024-08-121-57/+45
* Rewrite the link detection (#3687)dan2024-04-241-20/+16
* Automatically add a link card for URLs in the composer (#3566)Hailey2024-04-161-27/+37
* Add tags and mute words (#2968)Eric Bailey2024-02-261-2/+1
* remove line height from text input for composer on ios (#2844)Hailey2024-02-121-1/+3
* Disable scroll on the composer TextInput (close #2413) (#2603)Paul Frazee2024-01-231-0/+1
* emoji picker improvements (#2392)Hailey2024-01-021-0/+2
* Set numberOfLines for Android text input (#2238)Eric Bailey2023-12-181-1/+7
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-11/+10
* Don't highlight tags in composer yet (#1665)Eric Bailey2023-10-101-10/+13
* Add ESLint React plugin (#1412)dan2023-09-071-166/+164
* #929 Wrap `PasteInput` updates in a `setTimeout` (#1033)Eric Bailey2023-07-191-39/+51
* [APP-692] Accessibility font-scaling fixes (#922)Paul Frazee2023-06-281-0/+1
* React Native accessibility (#539)Ollie H2023-05-011-23/+18
* Support CMD + Enter to publish postrenahlee2023-04-191-0/+1
* Split image cropping into secondary step (#473)Ollie Hsieh2023-04-171-55/+56
* Fix darkmode placeholder text in composer (#406)Paul Frazee2023-04-061-0/+1
* Reorganize state models for clarity (#378)Paul Frazee2023-04-031-2/+2
* Lex refactor (#362)Paul Frazee2023-03-311-23/+30
* Fix sizing on the composer text input (#331)Paul Frazee2023-03-201-1/+2
* Fix visibility of the mentions autocomplete in the composer (#326) (#329)Paul Frazee2023-03-201-2/+8
* Fix multiline input in composerPaul Frazee2023-03-141-0/+1
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-47/+205
* Merge main into the Web PR (#230)Paul Frazee2023-02-221-2/+12
* Implement basic web composerPaul Frazee2023-01-271-0/+54