Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement account muting | Paul Frazee | 2023-01-02 | 2 | -1/+13 |
| | |||||
* | Add dark mode toggle | Paul Frazee | 2022-12-30 | 2 | -1/+25 |
| | |||||
* | Update threads to use design system | Paul Frazee | 2022-12-30 | 1 | -40/+1 |
| | |||||
* | Start with highest quality compression and find a suitable size (#33) | Paul Frazee | 2022-12-26 | 1 | -1/+2 |
| | |||||
* | Unvendor the api and switch to @atproto/api | Paul Frazee | 2022-12-22 | 20 | -52/+73 |
| | |||||
* | Update to use new getTimeline, getAuthorFeed, and getPostThread output models | Paul Frazee | 2022-12-20 | 2 | -272/+218 |
| | |||||
* | Proper fix to the previous panic fix: put threads at the end when they ↵ | Paul Frazee | 2022-12-20 | 1 | -1/+3 |
| | | | | should be there | ||||
* | Fix to error condition that breaks the feed | Paul Frazee | 2022-12-20 | 1 | -1/+2 |
| | |||||
* | A couple more android updates | Paul Frazee | 2022-12-19 | 1 | -1/+3 |
| | |||||
* | Remove prefetch of feed (it wasnt working) | Paul Frazee | 2022-12-19 | 1 | -16/+2 |
| | |||||
* | Fix to thread ordering in the feed: correctly identify the starts of threads ↵ | Paul Frazee | 2022-12-19 | 1 | -2/+5 |
| | | | | when adjacent | ||||
* | Improve thread rendering | Paul Frazee | 2022-12-18 | 2 | -41/+77 |
| | |||||
* | Add WIP 'report account' modal | Paul Frazee | 2022-12-18 | 1 | -1/+11 |
| | |||||
* | Add WIP 'report post' modal | Paul Frazee | 2022-12-18 | 1 | -1/+11 |
| | |||||
* | Prefetch feed refreshes to speed up 'load more posts' | Paul Frazee | 2022-12-16 | 1 | -4/+23 |
| | |||||
* | Add swipe gestures to the lightbox | Paul Frazee | 2022-12-16 | 1 | -4/+48 |
| | |||||
* | Improve handling of connection loss | Paul Frazee | 2022-12-14 | 4 | -4/+16 |
| | |||||
* | Reset feeds on login | Paul Frazee | 2022-12-14 | 1 | -0/+4 |
| | |||||
* | Add post embeds (images and external links) | Paul Frazee | 2022-12-14 | 4 | -24/+140 |
| | |||||
* | Move posts feed to root store (me) and ensure new posts always update the feed | Paul Frazee | 2022-12-13 | 1 | -6/+16 |
| | |||||
* | Fix: avoid dup keynames in posts feed | Paul Frazee | 2022-12-13 | 1 | -4/+4 |
| | |||||
* | Fix: avoid duplicate key names in notifications | Paul Frazee | 2022-12-13 | 1 | -2/+3 |
| | |||||
* | Fix issue that caused repost & trend data to get lost on feed updates | Paul Frazee | 2022-12-13 | 1 | -4/+5 |
| | |||||
* | Fix: show avatars in all notifications | Paul Frazee | 2022-12-13 | 1 | -0/+1 |
| | |||||
* | Debug: disable feed reordering to isolate bugs | Paul Frazee | 2022-12-13 | 1 | -23/+28 |
| | |||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 1 | -0/+5 |
| | |||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 1 | -13/+32 |
| | |||||
* | Improve session management | Paul Frazee | 2022-12-12 | 1 | -0/+2 |
| | |||||
* | Add banner image upload to profiles | Paul Frazee | 2022-12-12 | 1 | -7/+15 |
| | |||||
* | Add main menu button | Paul Frazee | 2022-12-09 | 1 | -3/+3 |
| | |||||
* | Turn the main menu into a 'drawer' instead of a screen in the history | Paul Frazee | 2022-12-08 | 1 | -23/+7 |
| | |||||
* | Switch to temporary 'fixed tabs' model for default and notifications | Paul Frazee | 2022-12-08 | 1 | -12/+65 |
| | |||||
* | Add avatar images and fix some type signatures | Paul Frazee | 2022-12-08 | 18 | -132/+125 |
| | |||||
* | Add HorzSwipe gesture and integrate it into the ViewSelector | Paul Frazee | 2022-12-07 | 1 | -0/+5 |
| | |||||
* | Fix mention-creation and implement mentions in notifications | Paul Frazee | 2022-12-06 | 2 | -3/+21 |
| | |||||
* | Add context to replies when appearing in the feed | Paul Frazee | 2022-12-06 | 1 | -34/+85 |
| | |||||
* | Upload profile image (#29) | João Ferreiro | 2022-12-06 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add editable button profile picture * add editable button cover picture * upload profile photos (save them locally) * rollback pbxproj changes * rollback podfile checksum (for git only) * move edit photos onto edit profile modal * adjust edit icon and image cropping size * added temporary (react state) image * added IMAGES_ENABLED flag * minor lint fix * save local photos on edit profile upload (wip) * save profile photos on profile view state (wip) * remove unecessary computed * save photo in state before pushing it to viewmodel * refactor profile pictures's state * remove unnecessary isMe prop * removing old comments * tweak icon size & position * A few styling tweaks and a fix to mobx state management Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Never allow undefined values in me model | Paul Frazee | 2022-12-06 | 1 | -12/+12 |
| | |||||
* | Rework the 'main menu' to be a screen that's always in history | Paul Frazee | 2022-12-06 | 2 | -6/+18 |
| | |||||
* | Fix: never attempt update on 0 items | Paul Frazee | 2022-12-05 | 2 | -0/+6 |
| | |||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 5 | -14/+108 |
| | |||||
* | Upload image in composer (#27) | João Ferreiro | 2022-12-02 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upload images in composer v1 * fix android compile * reafctor image carousel into new component; fix photo overlapping text in composer * revert android changes * further refactoring code into different components * move show carousel out of the component * fixing add photo using camera * fix typescript issue; force mediatype photo * change post test with photo attached; remove auto linking settings * use runInAction in getPhotos model * react-hooks/exhaustive-deps fixes * crop every photo; make use of useCallback * moving placeholder condition * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Improve handling of deleted posts | Paul Frazee | 2022-11-28 | 1 | -4/+7 |
| | |||||
* | Use a persistent notifications model to improve load times of the ↵ | Paul Frazee | 2022-11-28 | 2 | -17/+35 |
| | | | | notifications view | ||||
* | Batch notification loads to avoid layout reflows due to async | Paul Frazee | 2022-11-28 | 1 | -14/+58 |
| | |||||
* | Set a page-size on notifications | Paul Frazee | 2022-11-28 | 1 | -4/+6 |
| | |||||
* | Fix 'load more' showing up incorrectly | Paul Frazee | 2022-11-28 | 1 | -5/+10 |
| | |||||
* | Add link embeds to posts | Paul Frazee | 2022-11-23 | 2 | -0/+46 |
| | |||||
* | Include reposts in no-replies view of feeds | Paul Frazee | 2022-11-23 | 1 | -1/+6 |
| | |||||
* | Detect links in profile bios | Paul Frazee | 2022-11-23 | 1 | -0/+6 |
| |