about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement like and repostPaul Frazee2022-07-2212-40/+307
|
* Add profile viewPaul Frazee2022-07-2114-27/+319
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-2117-81/+128
| | | | each tab maintains its own browsing history
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-217-20/+46
|
* Add icons to main tabsPaul Frazee2022-07-202-3/+28
|
* Add todos.txt (during initial dev this is just the simplest route)Paul Frazee2022-07-201-0/+17
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-206-99/+159
|
* Add WIP post-thread viewPaul Frazee2022-07-2014-25/+534
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-203-27/+124
| | | | feed-view model to match loading needs
* More realistic mock dataPaul Frazee2022-07-205-80/+234
|
* Add iconsPaul Frazee2022-07-1910-57/+218
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-1920-274/+535
|
* Bundle official msrcrypto distro in the source (solves some bugs, probably ↵Paul Frazee2022-07-193-2/+10145
| | | | safer)
* Fix platform build issuesPaul Frazee2022-07-184-24/+20
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-1829-169/+357
|
* Fix web buildPaul Frazee2022-06-159-56/+88
|
* Document how to access localhost in the android simPaul Frazee2022-06-151-0/+2
|
* Move the secure-random code into this project due to build issues with the ↵Paul Frazee2022-06-1512-18/+110
| | | | module, which is no longer maintained
* Rename bundle-id to xyz.blueskyweb.pubsq in androidPaul Frazee2022-06-1510-17/+16
|
* Implement full auth flow in iOSPaul Frazee2022-06-154-24/+75
|
* Improve readme notesPaul Frazee2022-06-151-9/+27
|
* Polyfills for native cryptoPaul Frazee2022-06-1515-81/+243
|
* Open login flow in in-app browser for native (WIP)Paul Frazee2022-06-145-42/+94
|
* Work around lack of 'exports' directive support in metroPaul Frazee2022-06-141-0/+45
|
* iOS: Remove flipper and add workarounds for m1 simulator buildsPaul Frazee2022-06-143-198/+55
|
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-1414-288/+1553
|
* Add custom protocol deep linksPaul Frazee2022-06-134-0/+31
|
* Add deep links (android)Paul Frazee2022-06-134-3/+12
|
* Add universal links (iOS)Paul Frazee2022-06-139-12/+68
|
* (WIP) Add initial API clientPaul Frazee2022-06-109-27/+260
|
* Add desktop shellPaul Frazee2022-06-0916-138/+269
|
* Add auth navigationsPaul Frazee2022-06-0911-25/+129
|
* Add routes and core viewsPaul Frazee2022-06-0916-118/+293
|
* Add state managementPaul Frazee2022-06-0917-133/+340
|
* Add web targetPaul Frazee2022-06-089-221/+5377
|
* Add basic react-navigator usagePaul Frazee2022-06-077-11/+165
|
* Note about react native support being blockedPaul Frazee2022-06-071-1/+2
|
* Initial commitPaul Frazee2022-06-0773-0/+10949