Commit Graph

2738 Commits (c2d87b807554f11cb99694d4b0ccb86905d468c0)

Author SHA1 Message Date
Minseo Lee c2d87b8075
Merge branch 'bluesky-social:main' into patch-3 2024-02-22 09:37:09 +09:00
Hailey 874489b402
Use EAS managed build number, run build/submit on GH Actions ()
* use eas version code

* test

* try sync

* try sync

* use eas to manage the version code

* apply build numbers to dist

* test script

* set this to production or now

* revert to schedule

* testing on 1.69

* autosubmit

* autosubmit, remove cheat

* finished!!!!!

try again

try again

try again

try again

add same for android

maybe now

omg wow i messed that up?

once again

once again

again

error?

add caching

add caching

try again again again again

try again again again

try again again

try again

try this a different way

another test

testing this again

* hack

* write environment variables

* ready to go

* final test

* Revert "final test"

This reverts commit 6580c5c0974db25a3704b683673c41471a6ad0cf.
2024-02-21 13:54:31 -08:00
Hailey ba71e4b459
Fix `numberOfLines` not updating on iOS 15 () 2024-02-21 11:49:46 -08:00
Hailey d2e5f83cd2
Fix UITextView line height adjustment for DynamicType, always use the max width for the view ()
* fix text being cut off

* adjust line height for dynamictype
2024-02-21 10:11:42 -08:00
dan 43206d9f57
Navigate back from a deleted post's route () 2024-02-21 17:51:42 +00:00
Eric Bailey f88b165254
Add optional close callback to Dialog ()
* Add optional close callback

* No emitter
2024-02-20 18:20:59 -06:00
dan 6413b8ba8c
Fix flash when pressing into just-created post () 2024-02-20 21:39:42 +00:00
Eric Bailey 9edb82609d
Last usage () 2024-02-20 15:25:54 -06:00
surfdude29 0c470d1f61
Update blogpost URL in ExportCarDialog.tsx () 2024-02-20 21:00:45 +00:00
dan 3a75855677
Prefer full posts for post thread placeholder ()
* Revert "Prefer post over quote when finding cached post ()"

This reverts commit da62a77f05.

* Prefer full posts for post thread placeholder

* Clarify with a comment
2024-02-20 19:41:29 +00:00
Hailey fab6c286f4
Remove async resizing from external embed player ()
* remove debug

adjust youtube shorts height

fix webview style

simplify styles

fix resizing

make it more clear

remove async resizes from external player

* remove comment

* ts

* reverse aspect
2024-02-20 11:38:56 -08:00
Eiichi Yoshikawa 09eee05f8b
Remove redundant `<meta name="theme-color">` tag () 2024-02-20 10:09:02 -08:00
Eric Bailey df5a8f1542
Swap `RichText` ()
* Switch to new RT

* Allow early exit from links

* Build in tracking to text atoms

* Clean up FeedSourceCard

* Clean up leading after new default

* Add deprecated notice
2024-02-20 11:03:04 -06:00
Eric Bailey 8a169dc6a1
Improve dialogs issue ()
* Fix collapse, update backdrop color

* Remove test prop

* Remove debug code
2024-02-20 08:04:07 -08:00
Eric Bailey b52a742925
Improve dialogs ()
* Improve dialogs

* Remove comment, revert storybook

* Hacky fix

* Comments
2024-02-19 18:18:13 -06:00
Hailey da62a77f05
Prefer post over quote when finding cached post () 2024-02-19 16:15:42 -08:00
Hailey 2e132a7a01
Add embed to post view when converting from embed view () 2024-02-19 14:44:09 -08:00
Hailey 5573c38c4d
Update IS_PROD check ()
* update is_prod check

* remove unused constants

* rename `IS_PROD` function to `IS_PROD_SERVICE`
2024-02-19 13:30:25 -08:00
Eric Bailey 943acd16aa
Add `selectable` to new text components ()
* Make new text selectable (broken)

* Fixes

* Fix bad conflict resolution

* Remove console
2024-02-19 08:08:21 -08:00
Minseo Lee 6d422bb583
Merge branch 'main' into patch-3 2024-02-19 14:17:59 +09:00
Eiichi Yoshikawa 7390863a10
Add theme-color meta tag and apply selection of theme ()
* Add theme-color meta tag and apply selection of theme

* update logic for retrieving current theme color

* add ts-ignore

* fix ts error

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-02-18 18:06:00 -08:00
Hailey a40b43dfc9
update intl () 2024-02-17 16:19:53 -08:00
Hailey fbdf4517c2
Implement captcha ()
* web height adjustment

border radius incase of dark/dim mismatch

rm country codes

adjust height

general form refactor

more form refactor

refactor form submission

activity indicator after finished

remove remaining phone stuff

adjust captcha height

adjust state to reflect switch

move handle to the second step

pass color scheme param

ts

ts

update state when captcha is complete

web views and callbacks

remove old state

allow specified hosts

replace phone verification with a webview

* remove log

* height adjustment

* few changes

* use the correct url

* remove some debug

* validate handle before continuing

* explicitly check if there is a did, dont rely on error

* rm throw

* update allowed hosts

* update redirect host for webview

* fix handle

* fix handle check

* adjust height for full challenge
2024-02-17 16:03:47 -08:00
Paul Frazee dc143d6a6e Link type not link rel 2024-02-16 16:09:15 -08:00
Paul Frazee 4a8417462f
Add link header to improve apple messages previews () 2024-02-16 14:38:48 -08:00
Hailey a2f462e261
remove sandbox labels ()
* rm sandbox

* remove comment
2024-02-16 13:25:48 -08:00
Eric Bailey b665f065b7
Commit to theme mode of system () 2024-02-16 12:54:42 -08:00
Eric Bailey 4e66c9b806
Fix default loader color () 2024-02-16 13:25:20 -06:00
Eric Bailey 1d729721e5
Link updates ()
* Link updates, add atoms

* Update comments

* Support download

* Don't open new window for download
2024-02-16 13:25:07 -06:00
Eric Bailey 0ff61e08e9
Darken splash ()
* Darken splash

* We must go darker
2024-02-16 12:07:57 -06:00
dan c5641ac2b7
Fix jumps when navigating into long threads ()
* Reveal parents in chunks to fix scroll jumps

Co-authored-by: Hailey <me@haileyok.com>

* Prevent layout jump when navigating to QT due to missing metrics

---------

Co-authored-by: Hailey <me@haileyok.com>
2024-02-16 18:07:47 +00:00
Eric Bailey e303940eaa
Bump contrast on dim mode for old ds () 2024-02-16 09:54:40 -08:00
Eric Bailey ae9f893723
Some button updates ()
* Some button updates

* Better name
2024-02-16 09:50:24 -08:00
Minseo Lee b3e6f0f29d Update ExportCarDialog.tsx 2024-02-16 10:16:56 +09:00
Minseo Lee b8b5d24fb9 Update Moderation.tsx 2024-02-16 10:08:28 +09:00
Minseo Lee 36d2b02a9e Update index.tsx 2024-02-16 10:05:43 +09:00
Minseo Lee 312f54cfc0 Update Moderation.tsx 2024-02-16 10:05:40 +09:00
Minseo Lee 46ee6a0748 Update LanguageSettings.tsx 2024-02-16 09:00:59 +09:00
Minseo Lee c15b785016
Merge branch 'bluesky-social:main' into patch-3 2024-02-16 08:58:46 +09:00
Hailey 1b992d5d6b
Update intl () 2024-02-15 11:11:50 -08:00
Minseo Lee 880149c05e Update ProfileFeed.tsx 2024-02-15 09:46:30 +09:00
Minseo Lee cb4092c959 Update index.tsx 2024-02-15 09:41:51 +09:00
Minseo Lee c94e5f81a0 Update index.tsx 2024-02-15 09:39:29 +09:00
Minseo Lee 2823e8aa47
Update src/view/screens/Moderation.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2024-02-15 09:19:54 +09:00
Minseo Lee b0cdaf71dd
Update src/view/com/modals/LinkWarning.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2024-02-15 09:19:46 +09:00
Minseo Lee 83cb04b691
Update src/view/com/modals/LinkWarning.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2024-02-15 09:19:40 +09:00
Minseo Lee 3f1a85198a
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2024-02-15 09:19:28 +09:00
Minseo Lee a7661b1f6f
Update src/view/screens/Settings/index.tsx
Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
2024-02-15 09:19:22 +09:00
Minseo Lee 44259948cc Update Drawer.tsx 2024-02-14 16:14:29 +09:00
dan b9301befb7
Fix layout measurements (again) () 2024-02-14 04:12:30 +00:00