about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Rework profile headerPaul Frazee2022-09-057-38/+222
|
* Rewrite the post composer as a modalPaul Frazee2022-09-0512-144/+207
|
* Add post dropdown menusPaul Frazee2022-09-024-6/+216
|
* Move SharePost modal to new systemPaul Frazee2022-09-025-57/+39
|
* Implement consistent Link componentPaul Frazee2022-09-029-143/+177
|
* Add more robust modals controllerPaul Frazee2022-09-028-23/+173
|
* Rename location-menu to location-navigator and add an actual location-menuPaul Frazee2022-09-024-163/+255
|
* Add accounts menu to shellPaul Frazee2022-09-025-26/+116
|
* Add location 'menu'Paul Frazee2022-09-013-4/+214
|
* Fix bug in selection of screens to cachePaul Frazee2022-09-012-3/+2
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-0114-244/+117
|
* Fix screen-blanking bugPaul Frazee2022-09-012-6/+7
|
* Update post thread aestheticsPaul Frazee2022-08-313-98/+115
|
* Add avi and context menu to shell topbarPaul Frazee2022-08-312-8/+42
|
* Add composer FAB to home pagePaul Frazee2022-08-317-1/+71
|
* Aesthetic improvementsPaul Frazee2022-08-3110-33/+57
|
* Unify the color palettePaul Frazee2022-08-3112-86/+152
|
* New navigation model (#1)Paul Frazee2022-08-3157-1159/+1382
| | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders
* Add notifications viewPaul Frazee2022-07-2612-12/+929
|
* Add followers and follows listPaul Frazee2022-07-2614-26/+645
|
* Implement follow/unfollowPaul Frazee2022-07-265-6/+83
|
* Fix layout in profile viewPaul Frazee2022-07-262-7/+24
|
* Replace momentjs - it is too large of a dependencyPaul Frazee2022-07-267-35/+37
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-2519-92/+295
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-2514-34/+574
|
* Add state updates after screen changesPaul Frazee2022-07-257-52/+171
|
* Add post composerPaul Frazee2022-07-2224-62/+312
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-2212-12/+704
|
* 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
|