Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement autocomplete UI in composer | Paul Frazee | 2022-09-08 | 2 | -8/+130 |
| | |||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 8 | -6/+176 |
| | |||||
* | Improve navigation gesture and fix caching issue | Paul Frazee | 2022-09-07 | 1 | -46/+57 |
| | |||||
* | Refactor profile to use new ViewSelector element which is reusable and now ↵ | Paul Frazee | 2022-09-06 | 3 | -138/+277 |
| | | | | supports swipe gestures | ||||
* | Add 'swipe to go back' gesture | Paul Frazee | 2022-09-06 | 1 | -12/+84 |
| | |||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 18 | -92/+559 |
| | |||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 6 | -38/+222 |
| | |||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 11 | -143/+206 |
| | |||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 4 | -6/+216 |
| | |||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 5 | -57/+39 |
| | |||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 9 | -143/+177 |
| | |||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 8 | -23/+173 |
| | |||||
* | Rename location-menu to location-navigator and add an actual location-menu | Paul Frazee | 2022-09-02 | 4 | -163/+255 |
| | |||||
* | Add accounts menu to shell | Paul Frazee | 2022-09-02 | 5 | -26/+116 |
| | |||||
* | Add location 'menu' | Paul Frazee | 2022-09-01 | 3 | -4/+214 |
| | |||||
* | Fix bug in selection of screens to cache | Paul Frazee | 2022-09-01 | 1 | -1/+1 |
| | |||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 13 | -241/+114 |
| | |||||
* | Fix screen-blanking bug | Paul Frazee | 2022-09-01 | 1 | -3/+6 |
| | |||||
* | Update post thread aesthetics | Paul Frazee | 2022-08-31 | 3 | -98/+115 |
| | |||||
* | Add avi and context menu to shell topbar | Paul Frazee | 2022-08-31 | 2 | -8/+42 |
| | |||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 3 | -0/+58 |
| | |||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 10 | -33/+57 |
| | |||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 11 | -85/+149 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 54 | -1038/+1374 |
| | | | | | | | | | | | | | | | | | * 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 view | Paul Frazee | 2022-07-26 | 9 | -7/+926 |
| | |||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 11 | -19/+636 |
| | |||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 4 | -4/+83 |
| | |||||
* | Fix layout in profile view | Paul Frazee | 2022-07-26 | 1 | -7/+22 |
| | |||||
* | Replace momentjs - it is too large of a dependency | Paul Frazee | 2022-07-26 | 4 | -26/+36 |
| | |||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 15 | -91/+247 |
| | |||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 9 | -27/+199 |
| | |||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 6 | -48/+171 |
| | |||||
* | Add post composer | Paul Frazee | 2022-07-22 | 21 | -60/+301 |
| | |||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 11 | -9/+695 |
| | |||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 9 | -35/+304 |
| | |||||
* | Add profile view | Paul Frazee | 2022-07-21 | 11 | -20/+310 |
| | |||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 16 | -80/+128 |
| | | | | each tab maintains its own browsing history | ||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 4 | -16/+43 |
| | |||||
* | Add icons to main tabs | Paul Frazee | 2022-07-20 | 2 | -3/+28 |
| | |||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 6 | -99/+159 |
| | |||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 12 | -25/+515 |
| | |||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 3 | -27/+124 |
| | | | | feed-view model to match loading needs | ||||
* | More realistic mock data | Paul Frazee | 2022-07-20 | 3 | -77/+231 |
| | |||||
* | Add icons | Paul Frazee | 2022-07-19 | 5 | -51/+111 |
| | |||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 17 | -254/+520 |
| | |||||
* | Bundle official msrcrypto distro in the source (solves some bugs, probably ↵ | Paul Frazee | 2022-07-19 | 2 | -1/+10145 |
| | | | | safer) | ||||
* | Fix platform build issues | Paul Frazee | 2022-07-18 | 2 | -21/+17 |
| | |||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 26 | -164/+315 |
| | |||||
* | Fix web build | Paul Frazee | 2022-06-15 | 8 | -56/+87 |
| | |||||
* | Move the secure-random code into this project due to build issues with the ↵ | Paul Frazee | 2022-06-15 | 1 | -1/+11 |
| | | | | module, which is no longer maintained |