about summary refs log tree commit diff
path: root/src/screens
Commit message (Collapse)AuthorAgeFilesLines
* Onboarding tweaks (#3447)Eric Bailey2024-04-082-16/+4
| | | | | * Remove feed * Follow bsky.app
* Auto-expand follow suggestions on web (#3432)dan2024-04-081-0/+8
|
* Enforce that text is wrapped in <Text>, remaining cases (#3421)dan2024-04-053-5/+7
| | | | | | | | | | | | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types * Enforce Button/ButtonText nesting * Add suggested wrapper in linter error * Check <Trans> ancestry too * Also check literals * Rm ts-ignore
* Remove special cases for some buttons with text (#3412)dan2024-04-051-7/+7
| | | | | | | | | | | * Toggle.Button -> Toggle.ButtonWithText * Simplify Prompt.Cancel/Action * Move lines down for better diff * Remove ButtonWithText * Simplify types
* properly import linear gradient (#3423)Hailey2024-04-051-1/+1
|
* migrate to `expo-linear-gradient` (#3420)Hailey2024-04-041-8/+7
| | | | | | | | | * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages
* Bump some Expo package, remove unused packages to prepare for migration (#3415)Hailey2024-04-041-14/+11
| | | | | | | | | * bump some package versions * remove completely unused packages * remove blurview * update yarn.lock
* Enforce Text suffix for Text-rendering components (#3407)dan2024-04-0420-114/+111
| | | | | | | | | | | * Rm unused * Add Text suffix to Title/Description * Add Text suffix to text components * Add Text suffix to props * Validate Text components returns
* Enable tags on profile descriptions (close #3081) (#3397)Paul Frazee2024-04-042-19/+22
|
* Simplify list logic further to prevent misuse (#3334)Hailey2024-04-032-47/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Newman2024-04-031-111/+7
| | | | | | | | | | | * 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
* Add OTA updates support for `testflight` channel (#3291)Hailey2024-04-032-45/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some progress another adjustment, testing another adjustment, testing fix again fix again set default runtime version fix test this script test this script test this script add build numbers to the deployment url clean give script access to build number add `useBuildNumberEnv` without a bump new line fix missing async add channel name to deployment url add updates check on launch for testflight users ver bump init updates on launch for native add `testflight` as default in build submit add is_testflight check * disable inline predictions to prevent ios composer jank * temp bump * Revert "temp bump" This reverts commit 44c51134a35d817c73edb1e635495597c95117b3. * adjustments version bump adjust fixes test * cleanup and finalize drop check down to every 15 minutes adjustments change to 15 mins use jq to get version if necessary rm test on push figured it out remove nightly testflight releases test again again again again again AGAIN ONCE MORE test again again again again again AGAIN test again again again again again AGAIN test again again again again again test again again again again test again again again test again again test again test test test run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary run deploy if necessary remove test message fix environment oops cleanup merge in changes * remove unnecessary `workflow_call` * remove changes that have been merged into main now * finalize android update git ignore rm test stuff from the bundle action remove test message test message fix test message test message few android fixes few android fixes fix jq add a test message fix slack webhook create android deployments test 2 create android deployments add `testflight-android` profile to eas.json more cleanup some more cleanup simplify some logic remove unnecessary channel rename to `useOTAUpdates` * rm test portion
* Mark `under13` and `Next` and `Back` buttons in signup for localisation (#3341)surfdude292024-03-222-7/+13
| | | | | | | | | | | | | * Mark under13 string for translation * Mark buttons for localisation * tweak label * wrap in `ButtonText` * lint * try to fix lint again
* Fix crash during onboarding (#3338)Eric Bailey2024-03-222-32/+30
| | | | | * Fix crash during onboarding * Fix other usage
* move auth flows scrollview to loggedin layoutSamuel Newman2024-03-224-73/+48
|
* Release fixes (#3318)Eric Bailey2024-03-211-2/+2
| | | | | | | | | | | * Fix error overflow * await setSavedFeeds before setting birth date * await birth date first instead of feeds --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Mods UI fixes (#3296)Eric Bailey2024-03-212-9/+9
| | | | | * Fix report dialog buttons on Android by adjusting styles * Dry up label pref comp
* [Statsig] Onboarding and routing events (#3302)dan2024-03-218-94/+123
|
* Fix key error on choose accountEric Bailey2024-03-201-3/+2
|
* Move some things aroundEric Bailey2024-03-205-2/+247
|
* Bump button size on choose accountEric Bailey2024-03-201-1/+1
|
* Password flow tweaksEric Bailey2024-03-203-18/+21
|
* Login form tweaksEric Bailey2024-03-201-74/+75
|
* Remove logEric Bailey2024-03-201-1/+0
|
* StepInfo tweaksEric Bailey2024-03-201-8/+9
|
* Signup shell tweaksEric Bailey2024-03-201-32/+17
|
* sort imports for files related to this PRSamuel Newman2024-03-2011-95/+99
|
* skip initial entering animation for loginSamuel Newman2024-03-201-1/+4
|
* login form back button goes to chooseaccount conditionallySamuel Newman2024-03-201-1/+3
|
* rm extra atomSamuel Newman2024-03-201-1/+0
|
* remove unnecessary group componentSamuel Newman2024-03-201-33/+17
|
* add logEvent that got lost in merge from mainSamuel Newman2024-03-201-0/+5
|
* Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-202-7/+10
|\
| * [Statsig] Track login/logout (#3286)dan2024-03-191-2/+2
| | | | | | | | | | * [Statsig] Track login/logout * Fix missing attribution
* | add pressed state and rm cloneElementSamuel Newman2024-03-191-11/+5
| |
* | change choose account form to use Button + add hover stylesSamuel Newman2024-03-191-36/+54
| |
* | change hosting provider and forgot pw touchables to buttonSamuel Newman2024-03-191-6/+6
| |
* | animate login spinnerSamuel Newman2024-03-191-0/+3
| |
* | use in-button spinner instead of activity indicatorSamuel Newman2024-03-191-3/+4
| |
* | Merge remote-tracking branch 'origin/main' into samuel/alf-loginSamuel Newman2024-03-194-272/+256
|\|
| * Merge branch 'patch-3' of https://github.com/quiple/social-app into ↵Paul Frazee2024-03-191-3/+9
| |\ | | | | | | | | | quiple-patch-3
| | * Merge remote-tracking branch 'upstream/main' into patch-3Minseo Lee2024-03-1919-78/+2079
| | |\
| | * \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-121-2/+3
| | |\ \
| | * \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-101-2/+2
| | |\ \ \
| | * \ \ \ Merge branch 'main' into patch-3Minseo Lee2024-03-071-5/+6
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-03-021-0/+164
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'main' into patch-3Minseo Lee2024-02-291-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'main' into patch-3Minseo Lee2024-02-271-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'bluesky-social:main' into patch-3Minseo Lee2024-02-221-3/+9
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Mark more texts for localizationMinseo Lee2024-02-141-3/+9
| | | | | | | | | | |