Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | properly import linear gradient (#3423) | Hailey | 2024-04-05 | 11 | -11/+11 | |
| | ||||||
* | migrate to `expo-linear-gradient` (#3420) | Hailey | 2024-04-04 | 11 | -103/+112 | |
| | | | | | | | | | * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages | |||||
* | migrate to `expo-clipboard` (#3419) | Hailey | 2024-04-04 | 4 | -55/+56 | |
| | | | | | * replace package * replace usages | |||||
* | Bump some Expo package, remove unused packages to prepare for migration (#3415) | Hailey | 2024-04-04 | 3 | -66/+0 | |
| | | | | | | | | | * bump some package versions * remove completely unused packages * remove blurview * update yarn.lock | |||||
* | Enforce Text suffix for Text-rendering components (#3407) | dan | 2024-04-04 | 2 | -15/+15 | |
| | | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns | |||||
* | Open share sheet when long pressing link (#3317) | Samuel Newman | 2024-04-04 | 1 | -14/+32 | |
| | | | | | | | | | | | | | | | | | | | | | * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * Open share sheet on link long press * rm package manager field * add link warning to longpress --------- Co-authored-by: Hailey <me@haileyok.com> | |||||
* | Simplify list logic further to prevent misuse (#3334) | Hailey | 2024-04-03 | 3 | -113/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * simplify list logic further more simplification simplify by removing `isEmpty` use `isFetchingNextPage` everywhere for clarity change `isFetching` to `isFetchingNextPage` for clarity remove some useless `useMemo`s move `renderItem` and `keyExtractor` out of component * clean bundle size check * update deploy * adjust * adjust * one test * try now * test it * done | |||||
* | Use ALF for the account quick switch dialog (#3327) | Samuel Newman | 2024-04-03 | 2 | -173/+0 | |
| | | | | | | | | | | | * Use ALF for account quick switch * clean up modal type * add haptics to dialog opening * move account list to it's own component and share * make tick slightly darker | |||||
* | Upgrade `UITextView` to latest (#3090) | Hailey | 2024-04-03 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | * uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * update to latest * cleanup | |||||
* | Add share warning to big share button in post ctrl (#3367) | Samuel Newman | 2024-04-03 | 2 | -54/+84 | |
| | ||||||
* | apply bg color to entire scrollview (#3364) | Samuel Newman | 2024-03-31 | 1 | -15/+14 | |
| | ||||||
* | revert change for closing composer on web only (#3343) | Hailey | 2024-03-22 | 1 | -1/+5 | |
| | ||||||
* | Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayout | Samuel Newman | 2024-03-22 | 1 | -8/+47 | |
|\ | | | | | Move scrollview to `LoggedOutLayout` to fix scrolling on web | |||||
| * | move auth flows scrollview to loggedin layout | Samuel Newman | 2024-03-22 | 1 | -8/+47 | |
| | | ||||||
* | | fix android back after closing composer (#3330) | Hailey | 2024-03-22 | 1 | -43/+46 | |
|/ | ||||||
* | Sign In -> Sign in | Samuel Newman | 2024-03-21 | 3 | -8/+9 | |
| | ||||||
* | Mods UI fixes (#3296) | Eric Bailey | 2024-03-21 | 3 | -34/+35 | |
| | | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp | |||||
* | Fix missing error on `PostThread` (#3295) | Hailey | 2024-03-21 | 1 | -1/+1 | |
| | ||||||
* | [Statsig] Onboarding and routing events (#3302) | dan | 2024-03-21 | 1 | -15/+20 | |
| | ||||||
* | Fix problems with `BottomSheet` and the report dialog (#3297) | Hailey | 2024-03-20 | 4 | -34/+35 | |
| | | | | | | | | | | | | | | | | | | | | | * use @discord/bottom-sheet * add @types/invariant * some progress on keyboard dialog * rework rework add a comment use discord bottom sheet * remove `@gorhom/bottom-sheet` * remove android specific code * organize imports | |||||
* | Merge pull request #3217 from bluesky-social/samuel/alf-login | Samuel Newman | 2024-03-20 | 17 | -2601/+9 | |
|\ | | | | | Use ALF for login & signup flow | |||||
| * | Move some things around | Eric Bailey | 2024-03-20 | 4 | -542/+0 | |
| | | ||||||
| * | StepInfo tweaks | Eric Bailey | 2024-03-20 | 1 | -61/+29 | |
| | | ||||||
| * | dismiss keyboard when opening dialog | Samuel Newman | 2024-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-20 | 14 | -48/+169 | |
| |\ | ||||||
| * \ | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 32 | -501/+429 | |
| |\ \ | ||||||
| * | | | Use ALF for signup flow, improve a11y of signup (#3151) | Hailey | 2024-03-19 | 8 | -801/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use ALF for signup flow, improve a11y of signup * adjust padding * rm log * org imports * clarify allowance of hyphens Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> * fix a few accessibility items * Standardise date input across platforms (#3223) * make the date input consistent across platforms * integrate into new signup form * rm log * add transitions * show correct # of steps * use `FormError` * animate buttons * use `ScreenTransition` * fix android text overflow via flex -> flex_1 * change button color * (android) make date input the same height as others * fix deps * fix deps --------- Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Samuel Newman <mozzius@protonmail.com> | |||||
| * | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-19 | 43 | -3033/+451 | |
| |\ \ \ | ||||||
| * | | | | convert password reset flow | Samuel Newman | 2024-03-15 | 4 | -605/+0 | |
| | | | | | ||||||
| * | | | | Merge remote-tracking branch 'origin/main' into samuel/alf-login | Samuel Newman | 2024-03-15 | 18 | -90/+128 | |
| |\ \ \ \ | ||||||
| * | | | | | alf the login form | Samuel Newman | 2024-03-13 | 2 | -299/+1 | |
| | | | | | | ||||||
| * | | | | | convert base login component and ChooseAccountForm | Samuel Newman | 2024-03-13 | 3 | -330/+8 | |
| | | | | | | ||||||
* | | | | | | use inlinelink instead of textlink | Samuel Newman | 2024-03-20 | 1 | -17/+10 | |
| | | | | | | ||||||
* | | | | | | use alf for splashscreen (web) | Samuel Newman | 2024-03-20 | 1 | -129/+86 | |
| | | | | | | ||||||
* | | | | | | use alf for splashscreen (native) | Samuel Newman | 2024-03-20 | 1 | -91/+56 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | [Statsig] Track login/logout (#3286) | dan | 2024-03-19 | 4 | -18/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution | |||||
* | | | | | [Statsig] Track feed refresh (#3283) | dan | 2024-03-19 | 2 | -2/+15 | |
| | | | | | ||||||
* | | | | | Various e2e test fixes (#3284) | Paul Frazee | 2024-03-19 | 3 | -2/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Just use the first picture every time * Add missing testIDs * Various test fixes * Use simplified link fetcher for e2e * Disable tests for now-n * Update test-env creation | |||||
* | | | | | use different labels for `porn` and `sexual` (#3282) | Hailey | 2024-03-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * use different labels for `porn` and `sexual` * newline | |||||
* | | | | | Fix detection of !no-unauthenticated (#3279) | Paul Frazee | 2024-03-19 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Remove dead style | Paul Frazee | 2024-03-19 | 1 | -7/+0 | |
| | | | | | ||||||
* | | | | | Merge branch 'web-fix-fonts-and-image-box' of ↵ | Paul Frazee | 2024-03-19 | 4 | -18/+73 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | https://github.com/alexkuz/social-app into alexkuz-web-fix-fonts-and-image-box | |||||
| * | | | | | Add 'Liberation Sans' font for FireFox on Linux; lightbox buttons adjustments | Alexander K | 2024-03-17 | 4 | -30/+90 | |
| | | | | | | ||||||
* | | | | | | Prevent linking to post from an embed in composer (#3275) | Hailey | 2024-03-19 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵ | Paul Frazee | 2024-03-19 | 17 | -65/+90 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | quiple-patch-3 | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/main' into patch-3 | Minseo Lee | 2024-03-19 | 42 | -2889/+447 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Update Modal.tsx | Minseo Lee | 2024-03-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Update Modal.tsx | Minseo Lee | 2024-03-16 | 1 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | Update Modal.tsx | Minseo Lee | 2024-03-16 | 1 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Update ReasonOptions.tsx | Minseo Lee | 2024-03-16 | 1 | -2/+2 | |
| | | | | | | |