about summary refs log tree commit diff
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* Lex refactor (#362)Paul Frazee2023-03-312-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove the hackcheck for upgrades * Rename the PostEmbeds folder to match the codebase style * Updates to latest lex refactor * Update to use new bsky agent * Update to use api package's richtext library * Switch to upsertProfile * Add TextEncoder/TextDecoder polyfill * Add Intl.Segmenter polyfill * Update composer to calculate lengths by grapheme * Fix detox * Fix login in e2e * Create account e2e passing * Implement an e2e mocking framework * Don't use private methods on mobx models as mobx can't track them * Add tooling for e2e-specific builds and add e2e media-picker mock * Add some tests and fix some bugs around profile editing * Add shell tests * Add home screen tests * Add thread screen tests * Add tests for other user profile screens * Add search screen tests * Implement profile imagery change tools and tests * Update to new embed behaviors * Add post tests * Fix to profile-screen test * Fix session resumption * Update web composer to new api * 1.11.0 * Fix pagination cursor parameters * Add quote posts to notifications * Fix embed layouts * Remove youtube inline player and improve tap handling on link cards * Reset minimal shell mode on all screen loads and feed swipes (close #299) * Update podfile.lock * Improve post notfound UI (close #366) * Bump atproto packages
* Add missing deps and an atob polyfillPaul Frazee2023-03-191-0/+49
|
* Sync browser navigation with appPaul Frazee2023-02-241-9/+0
|
* Merge branch 'rnw' of github.com:bluesky-social/social-app into rnwMichael Staub2023-02-233-2/+4
|\
| * Add setImmediate polyfill to web, fixing dropdown itemsPaul Frazee2023-02-233-2/+4
| |
* | fix: browser historyMichael Staub2023-02-231-19/+16
|/
* Remove webcrypto polyfill, as it's no longer neededPaul Frazee2022-11-231-29/+0
|
* Rename to bsky.appPaul Frazee2022-11-051-2/+2
|
* Remove old auth codePaul Frazee2022-09-272-72/+0
|
* Bundle official msrcrypto distro in the source (solves some bugs, probably ↵Paul Frazee2022-07-191-1/+1
| | | | safer)
* Add mock API and reorg code for clarityPaul Frazee2022-07-186-125/+2
|
* Fix web buildPaul Frazee2022-06-154-2/+74
|
* Move the secure-random code into this project due to build issues with the ↵Paul Frazee2022-06-151-1/+11
| | | | module, which is no longer maintained
* Implement full auth flow in iOSPaul Frazee2022-06-151-1/+26
|
* Polyfills for native cryptoPaul Frazee2022-06-152-0/+22
|
* Open login flow in in-app browser for native (WIP)Paul Frazee2022-06-141-0/+12
|
* Add desktop shellPaul Frazee2022-06-095-0/+134