Frudrax Cheng
fbcd4ddabc
Update zh-CN translation ( #3433 )
...
* Update messages.po
* Update messages.po by reviewer suggestions
Co-authored-by: Leonid <kasumi@bangdream.moe>
* Update messages.po by reviewer suggestions
Co-authored-by: Leonid <kasumi@bangdream.moe>
* Update messages.po by reviewer suggestions
Co-authored-by: Leonid <kasumi@bangdream.moe>
* Update messages.po by reviewer suggestions
Co-authored-by: Leonid <kasumi@bangdream.moe>
* Update messages.po by reviewer suggestions
* Remove superseded strings
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
---------
Co-authored-by: Leonid <kasumi@bangdream.moe>
2024-04-09 15:13:00 -07:00
Gabriella
edab3d2db6
Italian Localization ( #3388 )
...
* Italian Localization
New strings translated for v.1.75
* Update messages.po
Changed two expressions following the revision of @marcomaroni
* Update messages.po
Additional changes to text applied following the suggestion of external translators.
* Update messages.po
Deleted extra stop and corrected a gramatical error
* Update messages.po
Added a correction on string 414 which had a grammatical error.
* Update messages.po
String with Labeler updated.
* Update messages.po
Additional changes made to wordings in traduced strings
2024-04-09 15:12:28 -07:00
dan
d89b6eb7fd
[Statsig] Send prev route name ( #3456 )
2024-04-09 15:09:53 -07:00
dan
c300d4cab6
[Statsig] Instrument feed display ( #3455 )
...
* [Statsig] Instrument feed display
* Back out leftover change
2024-04-09 15:09:42 -07:00
Eric Bailey
c96bc92042
Small logic cleanups ( #3449 )
...
* Small logic cleanups
* Small logic cleanups (#3451 )
* remove a few things
* oops
* stop swallowing the error
* queue callbacks
* oops
* log error if caught
* no need to be nullable
* move isClosing=true up
* reset `isClosing` and `closeCallbacks` on close completion and open
* run queued callbacks on `open` if there are any pending
* rm unnecessary ref and check
* ensure order of calls is always correct
* call `snapToIndex()` on open
* add tester to storybook
---------
Co-authored-by: Hailey <me@haileyok.com>
2024-04-09 15:08:02 -07:00
Samuel Newman
a49a5a351d
Use ALF for the embed consent modal ( #3336 )
2024-04-09 00:58:18 +01:00
Eric Bailey
2bc20b1752
Onboarding tweaks ( #3447 )
...
* Remove feed
* Follow bsky.app
2024-04-08 14:32:00 -05:00
dan
6d3f9397f4
[Experiment] Ignore the persisted tab ( #3442 )
2024-04-08 18:39:32 +01:00
dan
f03390e4b2
[Experiment] Show "Follow Back" label ( #3439 )
2024-04-08 18:38:59 +01:00
dan
887fedabea
[Statsig] Track like/follow metadata ( #3435 )
...
* Track becoming mutuals
* Track poster/liker status
* Track post and followee clout
* Track follower and liker clout
* Extract utility
2024-04-08 18:38:51 +01:00
dan
8188f61e7d
[Experiment] Turn off interval polling for Discover ( #3431 )
...
* Include feed URL in feed events
* [Experiment] Turn off polling interval for Discover
2024-04-08 17:21:44 +01:00
dan
1150007d37
Auto-expand follow suggestions on web ( #3432 )
2024-04-08 17:20:58 +01:00
dan
ed5647d434
[Experiment] Disable min shell on foregrounding ( #3430 )
2024-04-08 17:20:41 +01:00
Hailey
731d94b973
Implement back button fix for all places in the app ( #3434 )
2024-04-08 09:09:40 -07:00
Hailey
cd29dba761
fix dialog back button for android ( #3428 )
...
* fix types
* remove unused async
* add try/catch
2024-04-05 12:52:53 -07:00
dan
46c112edfd
Enforce that text is wrapped in <Text>, remaining cases ( #3421 )
...
* 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
2024-04-05 15:09:35 +01:00
dan
49266c355e
Remove special cases for some buttons with text ( #3412 )
...
* Toggle.Button -> Toggle.ButtonWithText
* Simplify Prompt.Cancel/Action
* Move lines down for better diff
* Remove ButtonWithText
* Simplify types
2024-04-05 14:57:53 +01:00
Hailey
40ccb574b8
properly import linear gradient ( #3423 )
2024-04-05 06:03:14 +01:00
Hailey
9bcb0a7a81
migrate to `expo-linear-gradient` ( #3420 )
...
* replace packages
* rm useless alias from webpack config
* fix accidental double commit
* replace all usages
2024-04-04 21:22:13 -07:00
Hailey
4e59914d2a
migrate to 'expo-haptics' ( #3418 )
...
* migrate to 'expo-haptics'
* run yarn install twice if necessary
2024-04-04 21:19:38 -07:00
Hailey
cddbbc4bd4
migrate to `expo-application` ( #3417 )
...
* migrate to `expo-application`
* replace additional usage
2024-04-04 21:19:28 -07:00
Hailey
0433f8ad68
migrate to `expo-clipboard` ( #3419 )
...
* replace package
* replace usages
2024-04-04 21:19:15 -07:00
Hailey
101d1589bf
Bump some Expo package, remove unused packages to prepare for migration ( #3415 )
...
* bump some package versions
* remove completely unused packages
* remove blurview
* update yarn.lock
2024-04-04 18:30:32 -07:00
Samuel Newman
93b606e55a
Use CSS keyframe animation for spinner on web ( #3411 )
...
* Use css keyframe animation for spinner on web
* duplicate css to index.html
2024-04-04 23:18:06 +01:00
dan
575f390d7b
Fix false positive DEV check ( #3410 )
2024-04-04 22:54:18 +01:00
dan
3915bb4316
Enforce Text suffix for Text-rendering components ( #3407 )
...
* Rm unused
* Add Text suffix to Title/Description
* Add Text suffix to text components
* Add Text suffix to props
* Validate Text components returns
2024-04-04 21:34:55 +01:00
Hailey
c190fd58ec
replace deprecated `term` with `q` in search actor ( #3405 )
2024-04-04 11:13:11 -07:00
dan
b783745b2e
Extract query key roots to constants ( #3404 )
...
* Extract query key roots to constants
* Dedupe labelers-detailed-info
* Align naming
2024-04-04 18:57:38 +01:00
Paul Frazee
b26abf212e
Enable tags on profile descriptions ( close #3081 ) ( #3397 )
2024-04-04 10:52:35 -07:00
surfdude29
8b3017bca0
Alphabetise languages by language code ( #3350 )
...
* Alphabetise languages in lingui.config.js
* Alphabetise languages in helpers.ts
* Alphabetise languages in i18n.ts
* Alphabetise languages in i18n.ts
* Alphabetise languages in i18n.web.ts
* Alphabetise languages in languages.ts
2024-04-04 10:51:54 -07:00
Jan-Olof Eriksson
51e939ed3d
Bug fixes and some improvements to Finnish localization ( #3306 )
...
* Update messages.po
Couple of nasty bugs.
* Update messages.po
Bugs and improvements
* Update messages.po
Hashtag = aihetunniste, not just "tunniste"
* Update messages.po
typo
* Update messages.po
Liked by, tykännyt
* Update messages.po
More translations.
* Update messages.po
* Update messages.po
* Update messages.po
Following - Seurataan
* Update messages.po
one typo
* Update messages.po
line 352 fixed
2024-04-04 10:49:04 -07:00
Samuel Newman
9f657fbace
Open share sheet when long pressing link ( #3317 )
...
* 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>
2024-04-04 10:37:57 -07:00
Hailey
4d28dcc48f
rm 'pornography' label wording ( #3402 )
...
* rm 'pornography'
* add `adult content` to `REASONSEXUAL`
2024-04-04 10:15:04 -07:00
dan
3e88fdfbc4
Don't mutate array ( #3403 )
2024-04-04 18:14:44 +01:00
dan
19b1721ef3
Fix profile follow from Likes ( #3401 )
2024-04-04 18:03:58 +01:00
Hailey
8e393b16f5
Simplify list logic further to prevent misuse ( #3334 )
...
* 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
2024-04-03 20:59:33 -07:00
Gildásio Filho
9d9c9095ee
Update pt-BR localization to latest version ( #3371 )
...
* Update messages.po
* Update messages.po
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update messages.po
---------
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
2024-04-03 19:22:10 -07:00
Samuel Newman
712768dd8f
Use ALF for the account quick switch dialog ( #3327 )
...
* 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
2024-04-03 19:18:14 -07:00
Ivan Beà
8cdd8394df
Update catalan localization messages.po ( #3307 )
...
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
Apply corrections suggested by @surfdude29, thanks
* Update messages.po
adding @jordimas corrections
2024-04-03 18:53:58 -07:00
dan
e51ccb46b8
Scope query client per DID ( #3333 )
...
* Move QueryProvider inside the key
* Pull useQueryClient-dependent code down in App.native
* Remove useQueryClient dependency from session provider
* Scope query client per DID
2024-04-04 02:51:10 +01:00
Hima
db3cd3e821
Fix & Add: Japanese Translation (6) ( #3304 )
...
* Create test.txt
* Delete src/locale/locales/ja/messages.po
* Add files via upload
* Delete src/locale/locales/ja/test.txt
* messages.po を更新
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* messages.po を更新
* messages.po を更新
* messages.po を更新
* messages.po を更新
2024-04-03 18:49:48 -07:00
Minseo Lee
af9b961411
Fix magnify icon ( #3292 )
...
* Update icons.tsx
* Update icons.tsx
2024-04-03 18:49:14 -07:00
Minseo Lee
7cf22e2047
Update Korean localization ( #3281 )
...
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
2024-04-03 18:47:04 -07:00
Hailey
7fb117d213
Upgrade `UITextView` to latest ( #3090 )
...
* uitextview use library w/ fixes
bump
bump
multiple uitextview fixes
* bump
* update to latest
* cleanup
2024-04-03 18:05:03 -07:00
Kevin Scannell
cad0590694
Irish PO file thanks to @kingdonncha1.bsky.social ( #2924 )
...
* Irish PO file thanks to @kingdonncha1.bsky.social
* feat: add Gaeilge options added by @kscanne into the GUI
---------
Co-authored-by: Kat Gaea <kat.knight@newgaea.net>
2024-04-03 17:32:53 -07:00
Paul Frazee
93fbd91193
Add cursor to 'learn more' on screenhider ( close #2871 ) ( #3395 )
2024-04-03 17:28:31 -07:00
Paul Frazee
9d5c82d9a8
Merge branch 'atiksoftware-main' into main
2024-04-03 17:15:33 -07:00
Paul Frazee
55e4ea84f8
Add turkish to app languages
2024-04-03 16:50:15 -07:00
dan
a32eb96210
Show redbox in DEV on string <View> child for web ( #3394 )
2024-04-04 00:46:49 +01:00
Paul Frazee
a4d4562aba
Merge branch 'main' of https://github.com/atiksoftware/social-app into atiksoftware-main
2024-04-03 16:31:13 -07:00
dan
295a0949f4
Factor out QueryProvider ( #3331 )
2024-04-03 23:53:44 +01:00
dan
6c728f79de
Make notifications init reactive to queryClient ( #3329 )
2024-04-03 23:42:28 +01:00
dan
fc1e30afd6
Thread queryClient explicitly through ( #3328 )
...
* Pass queryClient explicitly to resetProfilePostsQueries
* Pass queryClient explicitly to updatePostShadow
* Pass queryClient explicitly to updateProfileShadow
2024-04-03 23:33:46 +01:00
Hailey
73df7e53b3
Add OTA updates support for `testflight` channel ( #3291 )
...
* 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
2024-04-03 15:14:44 -07:00
Danni
02b2ab4f1f
Update Indonesian ID translation to latest ( #2803 )
...
* Update Indonesian translation.
* Apply suggestions from code review
Co-authored-by: Fafin <151415765+kodebanget@users.noreply.github.com>
Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
* Update src/locale/locales/id/messages.po
Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
* Change Umpan word to Feed on ID locale
---------
Co-authored-by: Fafin <151415765+kodebanget@users.noreply.github.com>
Co-authored-by: Aditya Dirgantara <ccoremapd@icloud.com>
2024-04-03 14:30:53 -07:00
Frudrax Cheng
b76bf9484d
Add zh-TW localization ( #2781 )
...
* add zh-TW localization
* fix typo
* fix languages.ts
* improve translation
* improve translation
* 部分翻譯修正
- 使用全形標點符號
- 將部分簡體字修正為正體字
- 更改部分用語
* fix incorrectly commented strings
* small fix and suggestion
* update translation team
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* modify the translation based on the review suggestions
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: noeFly <jeffyang0123@gmail.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: noeFly <jeffyang0123@gmail.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: noeFly <jeffyang0123@gmail.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
* modify translation by review
* modify translation by review
* modify translation by review
* modify translation by review
* modify translation by review
* modify translation by review
* minor fixes
* minor fixes
* Update messages.po
* translate new strings
* fix typo
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* Update src/locale/locales/zh-TW/messages.po
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* fixed typo
* Update messages.po
* correct translation
* Update messages.po
* modify translation by review
* Update messages.po
* Update messages.po
---------
Co-authored-by: noeFly <jeffyang0123@gmail.com>
Co-authored-by: Kuwa Lee <kuwalee1069@gmail.com>
Co-authored-by: Yuki Cheung <13027432+snowleo208@users.noreply.github.com>
Co-authored-by: Howard Guo <50100922+toto6038@users.noreply.github.com>
2024-04-03 14:30:04 -07:00
dan
75d6535402
Remove Button error boundary ( #3372 )
2024-04-03 19:11:29 +01:00
Samuel Newman
75c9da931c
Add share warning to big share button in post ctrl ( #3367 )
2024-04-03 19:03:54 +01:00
Samuel Newman
907c7c0586
make entire recent search clickable ( #3387 )
2024-04-03 16:13:29 +01:00
Samuel Newman
3f79cb3e12
apply bg color to entire scrollview ( #3364 )
2024-03-31 14:51:31 -07:00
surfdude29
69217f9a09
Mark `Retry` and `Go Back` buttons in Error.tsx for localisation ( #3352 )
...
* Mark `Retry` and `Go Back` buttons in Error.tsx for localisation
* add and sort imports
* sort imports better
2024-03-29 17:51:35 -07:00
Hailey
ef24611a1f
revert change for closing composer on web only ( #3343 )
2024-03-22 17:05:39 -07:00
surfdude29
d507fa9f38
Mark `under13` and `Next` and `Back` buttons in signup for localisation ( #3341 )
...
* Mark under13 string for translation
* Mark buttons for localisation
* tweak label
* wrap in `ButtonText`
* lint
* try to fix lint again
2024-03-22 10:18:00 -07:00
Eric Bailey
5b44aa962f
Wrap Button children in an error boundary ( #3340 )
...
* Wrap Button children in an error boundary
* Check for Trans component
2024-03-22 12:14:47 -05:00
Eric Bailey
f04932140a
Fix crash during onboarding ( #3338 )
...
* Fix crash during onboarding
* Fix other usage
2024-03-22 11:32:49 -05:00
Samuel Newman
b27a0b8c97
Merge pull request #3337 from bluesky-social/samuel/scrollable-loggedoutlayout
...
Move scrollview to `LoggedOutLayout` to fix scrolling on web
2024-03-22 15:36:10 +00:00
Hailey
772d528145
fix android back after closing composer ( #3330 )
2024-03-22 08:16:34 -07:00
Samuel Newman
4ec434926e
move auth flows scrollview to loggedin layout
2024-03-22 13:49:19 +00:00
Samuel Newman
a3eab31bda
Sign In -> Sign in
2024-03-21 22:24:37 +00:00
dan
df7f9856bb
Use logger.error instead of rethrow ( #3323 )
2024-03-21 14:39:19 -07:00
Eric Bailey
4d50aac4ee
Release fixes ( #3318 )
...
* Fix error overflow
* await setSavedFeeds before setting birth date
* await birth date first instead of feeds
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2024-03-21 12:11:23 -07:00
Eric Bailey
5f39ca3187
Mods UI fixes ( #3296 )
...
* Fix report dialog buttons on Android by adjusting styles
* Dry up label pref comp
2024-03-21 12:21:36 -05:00
Hailey
4ff2bb7aba
Fix missing error on `PostThread` ( #3295 )
2024-03-21 10:16:04 -07:00
Eric Bailey
eb0ee6ae1c
Fix dialogs state references, fixes Android back button ( #3314 )
...
* Fix active/open dialogs state
* Improve close logic
2024-03-21 12:06:39 -05:00
dan
55fb81867b
[Statsig] Protect against early logEvent call crashing ( #3315 )
...
* [Statsig] Check if initialized
* Never interrupt the caller
2024-03-21 17:01:55 +00:00
Eric Bailey
7503d83eaa
Fix android splash jump ( #3316 )
...
* Setup translucent status bar of splash screen on android (#3300 )
Co-authored-by: Eric Bailey <git@esb.lol>
* Fix conflict better
---------
Co-authored-by: Eiichi Yoshikawa <edo@bari-ikutsu.com>
2024-03-21 11:53:01 -05:00
dan
396d183dfc
[Statsig] Onboarding and routing events ( #3302 )
2024-03-21 11:04:02 +00:00
Hailey
ad3dd9f6dc
Fix problems with `BottomSheet` and the report dialog ( #3297 )
...
* 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
2024-03-20 17:26:38 -07:00
Samuel Newman
c649ee1afa
Merge pull request #3217 from bluesky-social/samuel/alf-login
...
Use ALF for login & signup flow
2024-03-20 23:29:24 +00:00
Eric Bailey
6bf97d4fd5
Adjust DateField timezone offset
2024-03-20 17:44:31 -05:00
Eric Bailey
0dbc796ff6
Fix key error on choose account
2024-03-20 17:41:17 -05:00
Eric Bailey
19fab671a3
Move some things around
2024-03-20 17:25:08 -05:00
Eric Bailey
58588efcea
Bump button size on choose account
2024-03-20 17:18:07 -05:00
Eric Bailey
b0fcfa563d
Password flow tweaks
2024-03-20 17:14:13 -05:00
Eric Bailey
70f5cc6a9f
Login form tweaks
2024-03-20 17:00:35 -05:00
Eric Bailey
5c08f0d95b
Remove log
2024-03-20 16:46:37 -05:00
Eric Bailey
bcffaffc07
StepInfo tweaks
2024-03-20 16:42:07 -05:00
Eric Bailey
aa239451af
Signup shell tweaks
2024-03-20 16:26:30 -05:00
Eric Bailey
6e1541f203
HostingProvider tweaks
2024-03-20 16:15:41 -05:00
Samuel Newman
1d10946f54
sort imports for files related to this PR
2024-03-20 19:44:52 +00:00
Samuel Newman
fb17afc99d
dismiss keyboard when opening dialog
2024-03-20 18:02:18 +00:00
Samuel Newman
cf9d884b5b
use inlinelink instead of textlink
2024-03-20 17:22:36 +00:00
Samuel Newman
eacd1cbe2a
use alf for splashscreen (web)
2024-03-20 17:11:59 +00:00
Samuel Newman
adcd097136
use alf for splashscreen (native)
2024-03-20 17:11:41 +00:00
Samuel Newman
708d0fe3e1
skip initial entering animation for login
2024-03-20 16:10:07 +00:00
Samuel Newman
a0839723ee
login form back button goes to chooseaccount conditionally
2024-03-20 15:58:54 +00:00
Samuel Newman
6d1307fdc7
rm extra atom
2024-03-20 15:54:55 +00:00
Samuel Newman
4c60d4d070
remove unnecessary group component
2024-03-20 15:42:39 +00:00
Samuel Newman
09e9769eea
add logEvent that got lost in merge from main
2024-03-20 15:40:03 +00:00
Samuel Newman
d24ffba01d
Merge remote-tracking branch 'origin/main' into samuel/alf-login
2024-03-20 15:37:14 +00:00
Paul Frazee
023e12bb4e
Run intl:extract (again)
2024-03-19 20:30:03 -07:00
Paul Frazee
832d5734b4
Merge branch 'main' of github.com:bluesky-social/social-app into main
2024-03-19 20:29:13 -07:00
dan
20337ceef1
[Statsig] Track active time ( #3289 )
2024-03-19 20:25:37 -07:00
Paul Frazee
b5bda17812
Merge branch 'main' of github.com:bluesky-social/social-app into main
2024-03-19 20:24:18 -07:00
dan
3d8d1dd173
[Statsig] Track login/logout ( #3286 )
...
* [Statsig] Track login/logout
* Fix missing attribution
2024-03-19 20:24:05 -07:00
Paul Frazee
6255e33b50
Run intl:extract
2024-03-19 20:22:52 -07:00
Paul Frazee
2e2fae378a
Set keyboardDismisMode to interactive on the report dialog ( #3288 )
2024-03-19 20:21:25 -07:00
dan
b6c9d34e45
[Statsig] Track feed refresh ( #3283 )
2024-03-19 17:56:31 -07:00
Paul Frazee
54f424d047
Various e2e test fixes ( #3284 )
...
* 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
2024-03-19 17:54:40 -07:00
Hailey
a90566d864
use different labels for `porn` and `sexual` ( #3282 )
...
* use different labels for `porn` and `sexual`
* newline
2024-03-19 17:47:10 -07:00
Samuel Newman
2fa26ceedc
hog FormError
2024-03-19 22:16:29 +00:00
Samuel Newman
49cd7e4bcf
add pressed state and rm cloneElement
2024-03-19 22:06:59 +00:00
Samuel Newman
1f02ed5d87
change choose account form to use Button + add hover styles
2024-03-19 22:03:49 +00:00
Samuel Newman
2428d22368
change hosting provider and forgot pw touchables to button
2024-03-19 21:58:53 +00:00
Paul Frazee
bdf77f8548
Fix detection of !no-unauthenticated ( #3279 )
2024-03-19 14:43:00 -07:00
Samuel Newman
8556016a69
remove textfield references from hosting provider
2024-03-19 21:37:12 +00:00
cdfzo
43be4f7d3d
Fix typo in tagMenuSearchByUser ( #3181 )
2024-03-19 14:32:59 -07:00
Samuel Newman
717c53bea8
remove explicit height/width
2024-03-19 21:30:41 +00:00
Samuel Newman
fd448a5fab
rename pencil -> pencilLine and reexport
2024-03-19 21:28:18 +00:00
Samuel Newman
8b5279ce15
animate login spinner
2024-03-19 21:10:31 +00:00
Paul Frazee
e433a1c968
Remove dead style
2024-03-19 14:06:04 -07:00
Paul Frazee
a2ed2c3b22
Merge branch 'web-fix-fonts-and-image-box' of https://github.com/alexkuz/social-app into alexkuz-web-fix-fonts-and-image-box
2024-03-19 14:05:43 -07:00
Samuel Newman
b226f41560
use in-button spinner instead of activity indicator
2024-03-19 20:56:13 +00:00
Hailey
ccf53af2ba
Prevent linking to post from an embed in composer ( #3275 )
2024-03-19 13:26:25 -07:00
dan
ebf8644df9
Track notification open ( #3274 )
2024-03-19 13:19:11 -07:00
Dovgonosyk
0cac671e8a
Update Ukrainian translation ( #2951 )
...
Co-authored-by: Ukrainians <github-actions@github.com>
2024-03-19 13:13:27 -07:00
surfdude29
69f8ea80f8
Fix typos and clarify two `accessibilityHint`s ( #2923 )
...
* Clarify accessibilityHint in Settings
* Fix typo in ModerationMutedAccounts.tsx
* Fix typo in ModerationBlockedAccounts.tsx
* fix lint error in ModerationMutedAccounts.tsx
* try again
* fix lint error in index.tsx
* try again
* Update index.tsx
* Update index.tsx
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-03-19 13:11:48 -07:00
dan
5bec587717
[Statsig] Include OS and track app state changes ( #3273 )
...
* Include platform in identify
* Track back/foregrounding
2024-03-19 13:11:26 -07:00
Paul Frazee
40908e9ce7
Fix formatting
2024-03-19 13:04:45 -07:00
Paul Frazee
5dc41eb0d9
Merge branch 'main' of https://github.com/jaoler/Bluesky-app-Finnish-translations into jaoler-main
2024-03-19 13:04:06 -07:00
Paul Frazee
d966b3e425
Fix merge error
2024-03-19 12:56:29 -07:00
Samuel Newman
10943b4ff4
fix merge issue (double hook)
2024-03-19 19:52:27 +00:00
Samuel Newman
4794ab6b9a
Merge remote-tracking branch 'origin/main' into samuel/alf-login
2024-03-19 19:51:35 +00:00
Hailey
a1c4f19731
Use ALF for signup flow, improve a11y of signup ( #3151 )
...
* 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>
2024-03-19 12:47:46 -07:00
Ivan Beà
5621c80425
Update catalan localization messages.po ( #2904 )
...
* Update catalan localization messages.po
Localization of new lines
* Update messages.po
* Update messages.po
Corrections applied
2024-03-19 12:44:22 -07:00
Leonid
0e2619f7d5
Update zh-CN translation to latest version ( #2901 )
...
* Update Chinese translation for "followed you" message
* Update translations for zh-CN locale
* Update messages.po
* Delete empty line
* Add translations in messages.po
* fix some issue
* Apply suggestions from code review
* Update src/locale/locales/zh-CN/messages.po
* Update src/locale/locales/zh-CN/messages.po
* Update src/locale/locales/zh-CN/messages.po
* accept suggestions
* unify translations
* Update Chinese translations for Navigation and PreferencesHomeFeed
* Update translations
* merge latest translations
---------
Co-authored-by: Frudrax Cheng <i@cynosura.one>
2024-03-19 12:43:41 -07:00
Paul Frazee
0ae9da83df
Merge branch 'main' of https://github.com/Titianbeetle/social-app into Titianbeetle-main
2024-03-19 12:42:37 -07:00
Gildásio Filho
f685f9c8c0
Update pt-BR localization to latest version ( #2876 )
...
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update src/locale/locales/pt-BR/messages.po
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
* Update messages.po
---------
Co-authored-by: Gleydson Rodrigues <gleydsonsr@gmail.com>
2024-03-19 12:31:33 -07:00
Paul Frazee
14982b9393
Merge branch 'patch-3' of https://github.com/quiple/social-app into quiple-patch-3
2024-03-19 12:29:22 -07:00
Minseo Lee
dac73cbeea
Update Korean localization ( #2769 )
...
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update src/locale/locales/ko/messages.po
Co-authored-by: Lens0021 / Leslie <lorentz0021@gmail.com>
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
* Update messages.po
---------
Co-authored-by: Lens0021 / Leslie <lorentz0021@gmail.com>
Co-authored-by: Daniel S. Park <soohan@heartade.dev>
2024-03-19 12:24:23 -07:00
Eric Bailey
dfe88e1656
Use consistent avatar shape/defaults for labelers ( #3257 )
...
* Add type: labeler to easy spots
* Search and ProfileCard
* Filter out of suggested follows
* ComposeReplyTo
* PReviewable avatar in posts
* Lists
* PostMeta
* Notifications
* Autocomplete
* Straggler
* Bump sdk
2024-03-19 12:18:57 -07:00
Hailey
b9474a5d55
ProfileFollows and ProfileFollowers cleanup ( #3219 )
...
* cleanup PostThread
rm some more unnecessary code
cleanup some more pieces
fix `isLoading` logic
few fixes
organize
refactor `PostThread`
allow chaining of `postThreadQuery`
Update `Hashtag` screen with the component changes
Make some changes to the List components
adjust height and padding of bottom loader to account for bottom bar
* rm unnecessary chaining logic
* maxReplies logic
* adjust error logic
* use `<` instead of `<=`
* add back warning comment
* remove unused prop
* adjust order
* implement list improvements for followers/follows
* update prop name
* small adjustments
fix flex
add window size
adjust isLoading
* remove log
* don't show retry for no results
* don't show error if `isLoading`
2024-03-19 12:11:20 -07:00
Hailey
addd66b37f
`PostThread` cleanup ( #3183 )
...
* cleanup PostThread
rm some more unnecessary code
cleanup some more pieces
fix `isLoading` logic
few fixes
organize
refactor `PostThread`
allow chaining of `postThreadQuery`
Update `Hashtag` screen with the component changes
Make some changes to the List components
adjust height and padding of bottom loader to account for bottom bar
* rm unnecessary chaining logic
* maxReplies logic
* adjust error logic
* use `<` instead of `<=`
* add back warning comment
* remove unused prop
* adjust order
* update prop name
* don't show error if `isLoading`
2024-03-19 12:10:10 -07:00
Hailey
5e0a6a12ff
Update trusted hosts, allow `#`, and add more tests ( #3232 )
...
* Update trusted hosts, allow `#`, and add more tests
* update comments
2024-03-19 12:01:54 -07:00
Eric Bailey
5b4b8e47d9
Use default label prefs for pwi ( #3271 )
2024-03-19 11:39:56 -07:00
Paul Frazee
c9c3bd98b7
Rework the labeler selection step of the report flow ( #3269 )
...
* Rework the labeler selection step of the report flow
* Fix: use gtMobile
* Use primitives, fix avatar
* Spacing tweaks
* Show handle instead of description
---------
Co-authored-by: Eric Bailey <git@esb.lol>
2024-03-19 11:38:17 -07:00
surfdude29
a02d5f9eb9
Update French translation ( #3117 )
...
* Update French translation
* Apply suggestions from code review
Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Update src/locale/locales/fr/messages.po
Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Change `étiquette` to `mot-clé`
* Change other usages of `actualité` to `actu`
* Update messages.po
* Change certain space characters to non-breaking spaces
* Update src/locale/locales/fr/messages.po
* Update src/locale/locales/fr/messages.po
Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
* Update messages.po
* Remove superseded strings and match some
* Add new translations
* Update revision date
---------
Co-authored-by: Stanislas Signoud <signez@stanisoft.net>
2024-03-19 11:08:33 -07:00
surfdude29
1cefe70ebe
Update German translations ( #2917 )
...
* Update German translations
* Apply suggestions from code review
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
* Further suggestions from code review
* Apply further suggested change
* Apply suggestions from code review
* Apply suggested changes from PythooonUser
* Update src/locale/locales/de/messages.po
* Apply suggestions from code review
Co-authored-by: cdfzo <cdfzo@pm.me>
* Apply suggestions from @cdfzo's code review manually
* Apply suggestion from @cdfzo's code review manually
* Update messages.po
* Update src/locale/locales/de/messages.po
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
* Update messages.po
* Apply suggestions from code review
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
* Update src/locale/locales/de/messages.po
* Update messages.po
* Change `Benachrichtigungen` to `Mitteilungen` in line with #2805
* Apply suggestions from code review
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
* Apply suggestions from code review
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
* Change four usages of Benutzerhandle
* Update messages.po
* Update src/locale/locales/de/messages.po
* Add credits
* Update messages.po
* Add new translated strings following merge
* Update messages.po
* Update messages.po
* Update german translations by @cdfzo
* Update german translations
* Apply suggestions from code review
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Correct translations from pr review
---------
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
* Update revision date of messages.po
* Update messages.po
* Update messages.po
* Delete superseded strings
* Add new translations
* Update messages.po
* Apply suggestions from code review
Co-authored-by: cdfzo <cdfzo@pm.me>
* Apply suggested change from code review by @cdfzo
* Update revision date of messages.po
---------
Co-authored-by: Felix Siebeneicker <felix.siebeneicker@outlook.de>
Co-authored-by: cdfzo <cdfzo@pm.me>
2024-03-19 11:07:26 -07:00
Eric Bailey
b622f63918
Mobile mod label setting component ( #3267 )
...
* Mobile mod label setting component
* Bump label title size
* Dont show disabled label config on mobile
---------
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-03-19 09:56:11 -07:00
Eric Bailey
877eab0fe3
Fix space on bottom of mod screen ( #3266 )
...
* Fix space on bottom of mod screen
* fix PWI label overflow + center loader (#3268 )
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
2024-03-19 11:04:41 -05:00