Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add feeds tab | Paul Frazee | 2023-05-25 | 3 | -265/+486 | |
| | | ||||||
| * | rename Algos to Feeds on profile | Ansh Nanda | 2023-05-25 | 1 | -1/+1 | |
| | | ||||||
| * | Update load latest to show when there's new activity with an indicator | Paul Frazee | 2023-05-25 | 1 | -1/+3 | |
| | | ||||||
| * | Add feed discovery page | Paul Frazee | 2023-05-24 | 1 | -0/+97 | |
| | | ||||||
| * | slight performance improvements | Ansh Nanda | 2023-05-23 | 3 | -2/+26 | |
| | | ||||||
| * | add button to reset preferences in dev mode | Ansh Nanda | 2023-05-23 | 1 | -0/+32 | |
| | | ||||||
| * | update pinned feed from custom feed view | Ansh Nanda | 2023-05-22 | 1 | -2/+8 | |
| | | ||||||
| * | optimistic updates for liking custom feeds | Ansh Nanda | 2023-05-22 | 1 | -12/+24 | |
| | | ||||||
| * | Only show algos and lists on profiles if there are items | Paul Frazee | 2023-05-18 | 1 | -8/+9 | |
| | | ||||||
| * | Fix lint | Paul Frazee | 2023-05-18 | 2 | -2/+0 | |
| | | ||||||
| * | Drop the hard-coded what's hot algo | Paul Frazee | 2023-05-18 | 1 | -54/+2 | |
| | | ||||||
| * | Set default feeds | Paul Frazee | 2023-05-18 | 1 | -2/+32 | |
| | | ||||||
| * | Update saved feeds to use preferences | Paul Frazee | 2023-05-18 | 5 | -44/+62 | |
| | | ||||||
| * | Store/sync pinned feeds on the server | Paul Frazee | 2023-05-18 | 3 | -153/+138 | |
| | | ||||||
| * | Improve pinned feed management | Paul Frazee | 2023-05-17 | 1 | -1/+1 | |
| | | ||||||
| * | Usability improvements to feeds | Paul Frazee | 2023-05-17 | 1 | -10/+10 | |
| | | ||||||
| * | Add 'my feeds' tab | Paul Frazee | 2023-05-17 | 1 | -21/+23 | |
| | | ||||||
| * | Clean up the custom-feed model | Paul Frazee | 2023-05-17 | 2 | -87/+42 | |
| | | ||||||
| * | Unify the display name fallback behavior | Paul Frazee | 2023-05-17 | 2 | -6/+10 | |
| | | ||||||
| * | Reorganize custom feeds in the view layer | Paul Frazee | 2023-05-17 | 1 | -4/+0 | |
| | | ||||||
| * | Reorganize custom-feed state models and add the missing _reactKey attribute | Paul Frazee | 2023-05-17 | 5 | -23/+23 | |
| | | ||||||
| * | Merge branch 'main' into custom-algos | Paul Frazee | 2023-05-17 | 13 | -63/+775 | |
| |\ | ||||||
| * | | allow changing pinned feed order on web | Ansh Nanda | 2023-05-16 | 1 | -1/+38 | |
| | | | ||||||
| * | | fix unliking | Ansh Nanda | 2023-05-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | make sure state is being synced across components | Ansh Nanda | 2023-05-16 | 2 | -25/+21 | |
| | | | ||||||
| * | | allow for pinning saved feeds | Ansh Nanda | 2023-05-16 | 3 | -0/+50 | |
| | | | ||||||
| * | | like/unlike improvements WIP | Ansh Nanda | 2023-05-15 | 1 | -7/+41 | |
| | | | ||||||
| * | | new design for custom feed preview | Ansh Nanda | 2023-05-15 | 1 | -15/+62 | |
| | | | ||||||
| * | | remove tab bar underline animation | Ansh Nanda | 2023-05-15 | 1 | -0/+30 | |
| | | | ||||||
| * | | saved feeds in tab bar | Ansh Nanda | 2023-05-15 | 1 | -0/+10 | |
| | | | ||||||
| * | | custom feed screen | Ansh Nanda | 2023-05-15 | 2 | -7/+44 | |
| | | | ||||||
| * | | view all saved algos in settings | Ansh Nanda | 2023-05-13 | 3 | -9/+13 | |
| | | | ||||||
| * | | create algo-item model and redefine data models | Ansh Nanda | 2023-05-13 | 4 | -37/+75 | |
| | | | ||||||
| * | | show algos by user on profile | Ansh Nanda | 2023-05-12 | 2 | -11/+35 | |
| | | | ||||||
| * | | remove unncessary code from actorFeedModel | Ansh Nanda | 2023-05-12 | 1 | -17/+1 | |
| | | | ||||||
| * | | actor feeds model | Ansh Nanda | 2023-05-12 | 1 | -0/+135 | |
| | | | ||||||
| * | | bookmarked feeds model | Ansh Nanda | 2023-05-12 | 1 | -0/+134 | |
| | | | ||||||
* | | | Feat: Use system default color mode, but allow user override | Jaz | 2023-05-16 | 1 | -6/+6 | |
| |/ |/| | ||||||
* | | Replace image picker with expo-image-picker (#649) | Ollie H | 2023-05-16 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | | Image editor mobile layout update (#613) | Ollie H | 2023-05-15 | 2 | -49/+51 | |
| | | | | | | | | | | * Image editor mobile layout update * Minor viewport fix | |||||
* | | [APP-643] Account preferences server sync (#615) | Paul Frazee | 2023-05-11 | 2 | -5/+83 | |
| | | | | | | | | | | | | | | * Bump deps * Bump deps * Add server sync of content preferences and an adult content toggle | |||||
* | | [APP-635] Mutelists (#601) | Paul Frazee | 2023-05-11 | 9 | -5/+636 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lists and profilelist screens * Implement lists screen and lists-list in profiles * Add empty states to the lists screen * Switch (mostly) from blocklists to mutelists * Rework: create a new moderation screen and move everything related under it * Fix moderation screen on desktop web * Tune the empty state code * Change content moderation modal to content filtering * Add CreateMuteList modal * Implement mutelist creation * Add lists listings * Add the ability to create new mutelists * Add 'add to list' tool * Satisfy the hashtag hyphen haters * Add update/delete/subscribe/unsubscribe to lists * Show which list caused a mute * Add list un/subscribe * Add the mute override when viewing a profile's posts * Update to latest backend * Add simulation tests and tune some behaviors * Fix lint * Bump deps * Fix list refresh after creation * Mute list subscriptions -> Mute lists | |||||
* | Update web image editor (#588) | Ollie H | 2023-05-09 | 3 | -10/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | | * Update web image editor * Delete type-assertions.ts * Re-add getKeys * Uncomment rotation code * Revert "Uncomment rotation code" This reverts commit 6269f3b928c2e5cacaf5d0ff5323fe975ee48eab. * Shuffle dependencies and update mobile resolution * Update ImageEditor modal layout for mobile * Avoid accidental closes of the EditImage modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | |||||
* | [APP-639] Improve nsfw handling & force hidden on iOS (#605) | Paul Frazee | 2023-05-09 | 1 | -4/+11 | |
| | | | | | | | | | | | * Identify adult content labels and handle them more specifically * Change adult content defaults to more conservative settings * Add an adultcontentenabled override that prohibits access on iOS * Improve usability of the content hider * Fix lint | |||||
* | [APP-615] COPPA-compliant signup (#570) | Paul Frazee | 2023-05-08 | 1 | -5/+14 | |
| | | | | | | | | | * Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages | |||||
* | Add the !filter and !warn imperative labels (#580) | Paul Frazee | 2023-05-04 | 1 | -1/+10 | |
| | ||||||
* | [APP-539] Rework lightbox and alt-image behaviors (#573) | Paul Frazee | 2023-05-04 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | * Replace the long press on the lightbox with footer controls * Remove long-press from images in the feed * Tune the lightbox footer control ui * Replace the AltImageRead modal with the ability to view all alt text in the lightbox footer * Tune lightbox footer for iOS * Add alt text to the web lightbox * Fix lint * a11y slight changes --------- Co-authored-by: renahlee <renahlee@outlook.com> | |||||
* | Remove some confusing horizontal lines in threads (#566) | Paul Frazee | 2023-05-02 | 1 | -2/+2 | |
| | ||||||
* | [APP-601] Add muted accounts list (#565) | Paul Frazee | 2023-05-02 | 1 | -0/+106 | |
| | | | | | * Add muted accounts list * Fix icon for muted accounts | |||||
* | [APP-549] Language controls for Whats Hot (#563) | Paul Frazee | 2023-05-02 | 3 | -16/+40 | |
| | | | | | | | | | | | * Add a content-language preference control * Update whats hot to only show the selected languages and to refresh on lang pref changes * Fix lint * Fix tests * Add missing accessibility role |