about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-1917-254/+520
|
* Bundle official msrcrypto distro in the source (solves some bugs, probably ↵Paul Frazee2022-07-192-1/+10145
| | | | safer)
* Fix platform build issuesPaul Frazee2022-07-182-21/+17
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-1826-164/+315
|
* Fix web buildPaul Frazee2022-06-158-56/+87
|
* 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
* Rename bundle-id to xyz.blueskyweb.pubsq in androidPaul Frazee2022-06-151-2/+2
|
* Implement full auth flow in iOSPaul Frazee2022-06-153-23/+65
|
* Polyfills for native cryptoPaul Frazee2022-06-159-76/+175
|
* Open login flow in in-app browser for native (WIP)Paul Frazee2022-06-142-7/+39
|
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-149-49/+161
|
* Add custom protocol deep linksPaul Frazee2022-06-131-0/+2
|
* Add deep links (android)Paul Frazee2022-06-131-1/+1
|
* Add universal links (iOS)Paul Frazee2022-06-131-2/+13
|
* (WIP) Add initial API clientPaul Frazee2022-06-105-25/+209
|
* Add desktop shellPaul Frazee2022-06-0915-136/+269
|
* Add auth navigationsPaul Frazee2022-06-098-23/+123
|
* Add routes and core viewsPaul Frazee2022-06-0910-114/+210
|
* Add state managementPaul Frazee2022-06-098-116/+289
|
* Add web targetPaul Frazee2022-06-083-54/+35
|
* Add basic react-navigator usagePaul Frazee2022-06-071-0/+147