about summary refs log tree commit diff
path: root/src/lib/api/index.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix video aspect ratio error - "Record/embed/aspectRatio/width cannot be less...Samuel Newman2025-06-281-4/+16
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-021-15/+15
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-181-10/+11
* Trim leading whitespace-only lines (#7555)dan2025-01-231-1/+6
* Implement posting threads (#6049)dan2024-11-011-63/+160
* Refactor composer state for threads (#5945)dan2024-10-291-9/+14
* Remove waterfalls from posting (#5931)dan2024-10-251-29/+36
* Make use of applyWrites when publishing posts (#5809)Mary2024-10-241-53/+66
* Translate strings in `src/lib/api/index.ts` (#5750)surfdude292024-10-141-9/+10
* Move remaining composer state into reducer (#5623)dan2024-10-071-28/+17
* Fetch link previews from RQ (#5608)dan2024-10-071-9/+38
* Use composer state as source of truth for embeds/links on publish (#5606)dan2024-10-071-55/+100
* Make composer reducer source of truth for images/video when publishing (#5595)dan2024-10-051-17/+15
* Rename some files and variables (#5587)dan2024-10-031-1/+1
* Introduce a composer reducer and move image state there (#5547)dan2024-10-021-0/+2
* Paralellize image uploads (#5535)dan2024-10-021-137/+117
* MobX removal take 2 (#5381)Mary2024-09-251-39/+14
* [Video] Captions and alt text (#5009)Samuel Newman2024-08-301-3/+25
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-291-11/+27
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-50/+55
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-121-34/+5
* [Video] Uploads (#4754)Hailey2024-07-301-0/+4
* Implement thread locking (#4545)Paul Frazee2024-06-181-5/+12
* [🐴] send record via link in text (Record DMs - base PR) (#4227)Samuel Newman2024-05-311-13/+2
* Cleanup files after each iteration of compression and downloading (#3599)Hailey2024-04-251-15/+4
* Cleanup files after upload on native (#3597)Hailey2024-04-171-6/+25
* Scale back sentry logs for trivial events (#2997)Hailey2024-02-261-3/+3
* Log post creation failures (#2205)Eric Bailey2023-12-141-0/+6
* Add "Who can reply" controls [WIP] (#1954)Paul Frazee2023-12-101-1/+51
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-28/+0
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-7/+6
* Refactor lists to use new queries (#1875)Paul Frazee2023-11-121-5/+6
* Replace all logs with new loggerEric Bailey2023-11-041-1/+2
* Fix immediate TS errorsEric Bailey2023-11-041-4/+3
* Dont trim before posting (close #1621) (#1622)Paul Frazee2023-10-051-1/+1
* Improve image cropping on android and introduce aspect ratio field (#1525)Paul Frazee2023-09-271-0/+2
* Shorten links in composer to reduce char usage (#1188)Paul Frazee2023-08-161-1/+3
* Add self-labeling controls (#1141)Paul Frazee2023-08-091-0/+12
* Use a post and handle-resolution cache to enable quick postthread loading (#1...Paul Frazee2023-08-031-4/+18
* [APP-690] better handling of post languages language filtering (#893)Ansh2023-06-231-0/+12
* Rework scaled dimensions and compression (#737)Ollie H2023-05-301-0/+1
* Add feed sharingPaul Frazee2023-05-181-44/+49
* Add alt text support and rework image layout (#503)Ollie Hsieh2023-04-211-5/+6
* Split image cropping into secondary step (#473)Ollie Hsieh2023-04-171-1/+1
* Filter out bad mentions instead of erroring during post (close #391) (#422)Paul Frazee2023-04-071-0/+12
* Update AtUri import to use official package with fix for usernames that start...Paul Frazee2023-04-071-1/+1
* Lex refactor (#362)Paul Frazee2023-03-311-100/+76
* Move to expo and react-navigation (#288)Paul Frazee2023-03-131-1/+3
* 73-post-embeds (#253)Ansh2023-03-021-32/+48
* Implement image uploading in the web composerPaul Frazee2023-02-231-9/+43