Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | fix routing on web | Ansh Nanda | 2023-05-16 | 5 | -67/+87 | |
| | | ||||||
* | | fix dark mode styling | Ansh Nanda | 2023-05-16 | 3 | -9/+19 | |
| | | ||||||
* | | drag to rearrange pinned items | Ansh Nanda | 2023-05-16 | 7 | -39/+256 | |
| | | ||||||
* | | bad fix to the tab bar animation | Ansh Nanda | 2023-05-16 | 2 | -73/+82 | |
| | | ||||||
* | | fix edge case when feed is liked only by one person | Ansh Nanda | 2023-05-16 | 1 | -2/+6 | |
| | | ||||||
* | | fix unliking | Ansh Nanda | 2023-05-16 | 1 | -1/+1 | |
| | | ||||||
* | | reload AlgoItem on focus via prop | Ansh Nanda | 2023-05-16 | 2 | -1/+6 | |
| | | ||||||
* | | make sure state is being synced across components | Ansh Nanda | 2023-05-16 | 6 | -38/+39 | |
| | | ||||||
* | | allow for pinning saved feeds | Ansh Nanda | 2023-05-16 | 7 | -58/+170 | |
| | | ||||||
* | | add heart icon to AlgoItem | Ansh Nanda | 2023-05-16 | 1 | -2/+4 | |
| | | ||||||
* | | link to user who created custom feed from preview | Ansh Nanda | 2023-05-16 | 1 | -4/+8 | |
| | | ||||||
* | | add react-native-draggable-flatlist package | Ansh Nanda | 2023-05-16 | 2 | -1/+21 | |
| | | ||||||
* | | like/unlike improvements WIP | Ansh Nanda | 2023-05-15 | 2 | -10/+52 | |
| | | ||||||
* | | new design for custom feed preview | Ansh Nanda | 2023-05-15 | 7 | -34/+199 | |
| | | ||||||
* | | remove tab bar underline animation | Ansh Nanda | 2023-05-15 | 4 | -68/+111 | |
| | | ||||||
* | | saved feeds in tab bar | Ansh Nanda | 2023-05-15 | 5 | -22/+50 | |
| | | ||||||
* | | custom feed screen | Ansh Nanda | 2023-05-15 | 7 | -10/+119 | |
| | | ||||||
* | | renamed page to savedfeeds | Ansh Nanda | 2023-05-14 | 4 | -8/+6 | |
| | | ||||||
* | | add empty view to CustomAlgorithms screen | Ansh Nanda | 2023-05-14 | 2 | -34/+43 | |
| | | ||||||
* | | view all saved algos in settings | Ansh Nanda | 2023-05-13 | 5 | -17/+91 | |
| | | ||||||
* | | create algo-item model and redefine data models | Ansh Nanda | 2023-05-13 | 7 | -72/+144 | |
| | | ||||||
* | | custom feed embed | Ansh Nanda | 2023-05-12 | 2 | -4/+34 | |
| | | ||||||
* | | show algos by user on profile | Ansh Nanda | 2023-05-12 | 4 | -17/+99 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | add custom algorithm screen to settings under moderation | Ansh Nanda | 2023-05-12 | 5 | -0/+47 | |
| | | ||||||
* | | add window dimensions to global styles | Ansh Nanda | 2023-05-12 | 1 | -1/+5 | |
|/ | ||||||
* | bskyweb: iterate on HTML card metadata (#609) | bnewbold | 2023-05-11 | 4 | -36/+74 | |
| | | | | | | | | | | | Probably still not perfect, but better. - don't user avatar image. use banner for profile and post img, or nothing - most twitter metadata fields were redundant; twitter will parse out opengraph ("og:"), so don't duplicate those - add regular HTML description (for google, etc) - include URI - actually include text | |||||
* | Prevent reply to from cascading (#610) | Ollie H | 2023-05-11 | 2 | -16/+24 | |
| | ||||||
* | Only allow one close draft confirmation at a time (#611) | Ollie H | 2023-05-11 | 1 | -2/+8 | |
| | | | | | * Only allow one close draft confirmation at a time * lint | |||||
* | small label updates (#612) | bnewbold | 2023-05-11 | 1 | -5/+5 | |
| | | | | | | | | | | | * labels: fix 'consentual' typo This label has never been applied, so safe to just change it. * labels: new 'nsfl' label, under both porn and gore categories * labels: new account-security label (always warn) * labling: re-word spam subtitle | |||||
* | Update web image editor (#588) | Ollie H | 2023-05-09 | 10 | -16/+642 | |
| | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | Add avatar to mobile autocomplete and create grapheme hook (#602) | Ollie H | 2023-05-09 | 3 | -66/+110 | |
| | | | | | * Add avatar to mobile autocomplete and create grapheme hook * Remove comment, update filename, cut out redundant logic | |||||
* | bskyweb: middleware to remove trailing / (#598) | bnewbold | 2023-05-09 | 1 | -0/+6 | |
| | ||||||
* | Add time to app password and fix related text wrapping (#604) | Ollie H | 2023-05-09 | 1 | -9/+24 | |
| | ||||||
* | add target="_blank" prop to LinkText for safari (#606) | Ansh | 2023-05-09 | 2 | -2/+18 | |
| | ||||||
* | Add text wrapping to profile header (#603) | Ollie H | 2023-05-09 | 1 | -2/+11 | |
| | ||||||
* | Bump ios build number | Paul Frazee | 2023-05-09 | 1 | -1/+1 | |
| | ||||||
* | [APP-639] Improve nsfw handling & force hidden on iOS (#605) | Paul Frazee | 2023-05-09 | 10 | -62/+223 | |
| | | | | | | | | | | | * 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 | 10 | -52/+254 | |
| | | | | | | | | | * Rework account creation to be COPPA compliant * Fix lint * Switch android datepicker to use the spinner mode * Fix type signatures & usages | |||||
* | Visual improvements to web autocomplete (#591) | Ollie H | 2023-05-08 | 3 | -64/+118 | |
| | | | | | * Visual improvements to web autocomplete * Remove stray styling | |||||
* | Format count and fix type warning (#600) | Ollie H | 2023-05-08 | 6 | -18/+27 | |
| | ||||||
* | add theme to SafeAreaView and preventAutoHide SplashScreen (#592) | Ansh | 2023-05-08 | 2 | -10/+12 | |
| | ||||||
* | bskyweb: re-work HTML meta tags, for share cards (#596) | bnewbold | 2023-05-08 | 4 | -50/+64 | |
| | ||||||
* | bskyweb: update robots.txt (#595) | bnewbold | 2023-05-07 | 1 | -1/+9 | |
| | | | | | | | This is to make crawling more explicitly allowed, communicating expectations. If we ever end up with "expensive" routes on this service, will want to add Crawl-Delay. | |||||
* | Merge pull request #593 from bluesky-social/ollie/fix-hardbreak | Ollie H | 2023-05-05 | 1 | -0/+2 | |
|\ | | | | | Fix hardbreak formatting | |||||
| * | Fix hardbreak formatting | renahlee | 2023-05-05 | 1 | -0/+2 | |
|/ | ||||||
* | 1.28 | Paul Frazee | 2023-05-05 | 2 | -3/+3 | |
| | ||||||
* | Add account information to the top of settings (#583) | Paul Frazee | 2023-05-05 | 1 | -0/+17 | |
| |