Commit graph

2635 commits

Author SHA1 Message Date
Liberal dev
de705606d0
fix google translate appear () 2024-02-08 12:04:36 -08:00
Gildásio Filho
8b239c8347
Update pt-BR translation to 1.68 ()
* Update messages.po

* Update messages.po
2024-02-08 12:03:23 -08:00
Hailey
1de1d10cf6
Fix error screen on native, use Not Found for profile errors instead of Oops! ()
* remove unnecessary `<CenterView>`

* show back header on profile error

* use `Not Found` instead of `Oops` for account errors

* use `Not Found` instead of `Oops` for account errors
2024-02-08 12:01:36 -08:00
Edison Lee
4041db31e2
Correct the country code name of Taiwan () 2024-02-08 12:00:03 -08:00
Armaan
1700b82713
changed Benachrichtigunge () 2024-02-08 11:52:44 -08:00
dan
0944d2d9ed
Add composer button to Notifications () 2024-02-08 11:50:57 -08:00
Hailey
390a9f3dd5
use the palette's font color in the composer (as string) () 2024-02-08 15:39:33 +00:00
Hailey
83edb4446d
use the palette's font color in the composer ()
* use the palette's font color in the composer

* correct type for cssproperties

* log
2024-02-07 15:07:25 -08:00
Paul Frazee
f0a35a940b Bump ios build 2024-02-07 10:03:46 -08:00
Paul Frazee
32020d62d6 Hackfix to avoid creating identical profile objects during account creation 2024-02-07 10:03:26 -08:00
Paul Frazee
fc40b200ed 1.68 2024-02-06 22:12:41 -08:00
Paul Frazee
3b0f94bfb0 Fix test 2024-02-06 22:09:34 -08:00
Hailey
573cf31d86
fix theme cross-tab write loop ()
* don't write on onUpdate, memoize

* refac useColorModeTheme
2024-02-06 21:16:50 -08:00
dan
dc6603a1b9
Fix open-in-new-tab for TextLink () 2024-02-06 19:45:16 -08:00
surfdude29
76811657e8
Add missing word in ModerationDetails.tsx () 2024-02-06 19:14:33 -08:00
Hailey
3a9497cc7e
use ios live text interaction in alt text modal and image viewer () 2024-02-06 19:13:28 -08:00
surfdude29
2427329a84
Fix typo in ca/messages.po () 2024-02-06 19:12:26 -08:00
Eric Bailey
541eb8ded1
Update open graph data ()
* Update open graph data

* Format

* Fix typo
2024-02-06 18:52:04 -08:00
Maison da Silva
29b31b7739
Variable translation broke the number of "following" in pt-BR ()
* Variable translation broke the number of "following" in pt-BR

Variable translation broke the number of "following" in pt-BR

* Update Date
2024-02-06 18:51:33 -08:00
dan
4583521b11
Refactor Home feed pager rendering logic ()
* Use new persistence API for selected feed

* Refactor Home feeds pager data source
2024-02-06 18:50:44 -08:00
Hailey
f393dda528
convert query to lowercase before performing search () 2024-02-06 17:57:16 -08:00
Paul Frazee
a070d40990 Merge branch 'Pranith-Kanchan-Pranith-Kanchan-link-cannot-in-Moderation' into main 2024-02-06 17:55:16 -08:00
Paul Frazee
1a38673ac1 Fix lint 2024-02-06 17:55:06 -08:00
Paul Frazee
06d71cf2cc Merge branch 'Pranith-Kanchan-link-cannot-in-Moderation' of https://github.com/Pranith-Kanchan/social-app into Pranith-Kanchan-Pranith-Kanchan-link-cannot-in-Moderation 2024-02-06 17:40:42 -08:00
Hailey
39b4081c5e
Fix iOS composer text getting cut off ()
* patch react-native textinput

* cleanup patchfile
2024-02-06 14:45:41 -08:00
Hailey
52f57b3aec
Display the language selection dialog correctly on web ()
* add event to callback

* position translation button correctly based on press position

* properly place the background

* remove worthless comment
2024-02-06 12:51:32 -08:00
dan
9ccad0ba6c
Prevent post meta misclicks in QT () 2024-02-06 12:44:33 -08:00
Mary
41860d8b80
fix: remove list from pinned once deleted () 2024-02-06 12:26:57 -08:00
Paul Frazee
2d13f3b367 Merge branch 'mary-ext-fix/app-password-submit' into main 2024-02-06 12:14:27 -08:00
Paul Frazee
d385837812 Go back to autofocus and small ui tweak 2024-02-06 12:13:09 -08:00
Paul Frazee
ed80551278 Cat on keyboard 2024-02-06 12:07:06 -08:00
Paul Frazee
b61db0f4e4 Merge branch 'fix/app-password-submit' of https://github.com/mary-ext/fork-bsky-app into mary-ext-fix/app-password-submit 2024-02-06 12:00:55 -08:00
Hailey
ec86282403
Options for selecting dark theme, fix some white flashes when in dark mode ()
* add dark theme selection to settings/schema

* use `useThemePrefs` where needed

* adjust theme providers to support various themes

* update storybook

* handle web themes

* better themeing for web

* dont show dark theme prefs when color mode is light

* drop the inverted text change on oled theme

* get the color mode inside of `useColorModeTheme`

* use `ThemeName` type everywhere

* typo

* use dim/dark instead of dark/oled

* prevent any fickers on web

* fix styles

* use `dim` for dark default

* more cleanup

* 🤔

* set system background color

* ts
2024-02-06 11:43:51 -08:00
Hailey
856f80fc6d
fix some youtube videos not properly loading ()
* add player iframe to bskyweb

* iframe for youtube content

* update tests

* ts error
2024-02-06 11:05:17 -08:00
Hailey
a9ab13e5a9
password flow improvements ()
* add button to skip sending reset code

* add validation to reset code

* comments

* update test id

* consistency sneak in - everything capitalized

* add change password button to settings

* create a modal for password change

* change password modal

* remove unused styles

* more improvements

* improve layout

* change done button color

* add already have a code to modal

* remove unused prop

* icons, auto add dash

* cleanup

* better appearance on android

* Remove log

* Improve error messages and add specificity to function names

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2024-02-06 10:06:25 -08:00
Paul Frazee
b9e00afdb1 Merge branch 'RonyVidaur-main' into main 2024-02-06 09:29:02 -08:00
Paul Frazee
0604e5b84e Fix lint 2024-02-06 09:28:56 -08:00
Paul Frazee
57559ab6ca Merge branch 'main' of https://github.com/RonyVidaur/social-app into RonyVidaur-main 2024-02-06 09:13:19 -08:00
Hailey
065a094087
fix web aux click on all browsers () 2024-02-06 09:00:16 -08:00
Samuel Newman
2f1ce117d7
Long press external embed to share ()
* long press external embed to share

* use existing shareUrl function
2024-02-05 15:58:03 -08:00
Mary
2754121f67
Bump replies ()
* fix: bump replies

* refactor: only bump if not at 0
2024-02-05 15:44:14 -08:00
Samuel Newman
6ad5863573
Move query augmentation to lower component () 2024-02-05 15:26:08 -08:00
Hailey
fca00d20a4
update docs to include info on installing cocoapods ()
* update docs to include info on installing `cocoapods`

* wording
2024-02-05 15:25:28 -08:00
Mary
ca66fae3ef
fix: listen for error event on image () 2024-02-05 15:23:20 -08:00
ɴᴏᴠᴀ
2fd4b27ec6
Butterfly logo icon for Android push notifications ()
* butterfly icon for android push notifications

* first block unnecessary
2024-02-05 15:22:17 -08:00
Hailey
c84b654812
fix scrolling in delete account modal () 2024-02-05 15:00:13 -08:00
surfdude29
33902a0351
Fix string in onboarding screen in fr/messages.po () 2024-02-05 14:54:42 -08:00
Frudrax Cheng
a5cd1d377f
Chinese localization ()
* Chinese localization

* fixed languages.ts typo

* crosscheck with proofreading of translation

* fixed messages.po string styles

* a minor adjustment

* Update Chinese localization

* fixed a typo & modify the translation of handle

* based on the latest messages.po translation

* removed unused strings

* based on the latest messages.po translation
2024-02-05 14:50:10 -08:00
Minseo Lee
0b37cf4ee7
Update Korean localization ()
* Update messages.po

* Update messages.po

* Fix typo

Co-authored-by: Hanee (임하은) <hanee_l@naver.com>

* Update messages.po

* Update messages.po

* Update messages.po

---------

Co-authored-by: Hanee (임하은) <hanee_l@naver.com>
2024-02-05 14:45:09 -08:00
L-tan
8df2760173
Update Japanese localization to 1.67 ()
* reset headers

* fill in untranslated message

* unified "Following" Feed

* Suggest wording tweak in StepAlgoFeeds/index.tsx ()

* Suggest wording tweak in StepAlgoFeeds/index.tsx

* Update src/screens/Onboarding/StepAlgoFeeds/index.tsx

---------

Co-authored-by: Eric Bailey <git@esb.lol>

* Fix typos and suggested punctuation tweak in StepSuggestedAccounts/index.tsx ()

* Fix typos in StepSuggestedAccounts/index.tsx

* suggested wording tweak

* on second thought, 'some' again is redundant

* update header

* update translation

* intl:extract

* update messages

* update revision date

* modify by reveiew suggestions

Co-authored-by: tkusano <tkusano@users.noreply.github.com>

* modify by reveiew suggestions

Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com>

* unified "フォロー中フィード"

Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com>

* modify by reveiew suggestions

Co-authored-by: noritada <noritada@users.noreply.github.com>

* modify by reveiew suggestions

Co-authored-by: noritada <noritada@users.noreply.github.com>

* modify merge miss

* Completes missing translations due to merging

---------

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: Eric Bailey <git@esb.lol>
Co-authored-by: tkusano <tkusano@users.noreply.github.com>
Co-authored-by: Hima-Zinn <Hima-Zinn@users.noreply.github.com>
Co-authored-by: noritada <noritada@users.noreply.github.com>
2024-02-05 14:44:47 -08:00