Commit Graph

3230 Commits

Author SHA1 Message Date
Hailey bc67bdb5b1 rm some useless code 2024-04-12 09:20:07 -07:00
Hailey 951f5f25d6 it works! 2024-04-12 02:24:16 -07:00
Hailey 472dbf5147 Merge branch 'hailey/expo-oauth-helper' into hailey/oauth
# Conflicts:
#	modules/expo-bluesky-oauth-client/src/rn-oauth-client-factory.ts
2024-04-12 00:37:11 -07:00
Hailey 00abca970a few more cleanups 2024-04-12 00:36:34 -07:00
Hailey 73c98bc3af native factory impl 2024-04-12 00:35:30 -07:00
Hailey d948e73699 update dev variables 2024-04-12 00:33:55 -07:00
Hailey 70251e5be4 few small changes 2024-04-11 22:21:16 -07:00
Hailey 72e22a2427 revert babel changes 2024-04-11 22:15:17 -07:00
Hailey def2f77479 Merge branch 'hailey/expo-oauth-helper' into hailey/oauth 2024-04-11 22:12:19 -07:00
Hailey 0aab04f670 fix names 2024-04-11 22:12:09 -07:00
Hailey b521933e0d Merge branch 'hailey/expo-oauth-helper' into hailey/oauth 2024-04-11 22:05:13 -07:00
Hailey 13607edd43 squash
fix android module name

import fixes

fix some imports

use `@atproto/jwk` over local zod schema

preview oauth client

rename package

alignment

more alignment

database implementation

cleanup some types

alignment

switch implementation for es256

half of `verifyJwt` for android

half of `verifyJwt` for iOS

rm log

`createJwt` android

`createJwt` ios

rm print

cleanup native impl

silence some warnings

reorg, finish web impl

follow the `CryptoImplementation`

move some more things around

normalize some names

rename func

add generate on android

add android dep

rm bool

add alg

better implementation

ios jwk generation

fix index.ts

add `getRandomValues()` on native

web `getRandomValues`

silence ts error for missing crypto on web

add `digest` for web

add `digest`

add module
2024-04-11 22:04:51 -07:00
Hailey 25e5ee7f97 remove bogus packages 2024-04-11 22:03:31 -07:00
dan 310d865440 [Statsig] Mark Testflight as staging tier (#3470) 2024-04-10 20:08:46 +01:00
dan 427f3a848d [Statsig] Typecheck gates (#3467)
* Typecheck gates

* Lint against untyped useGate()

* Alphabetic
2024-04-10 19:36:37 +01:00
Hailey bf974b147e Bump to 1.77 (#3468) 2024-04-10 08:50:44 -07:00
Hailey e831bc1a9a native crypto setup 2024-04-10 08:32:01 -07:00
Samuel Newman 353a963920 Search - extra tabs (#3408)
* add extra tab to search and translate tab names

* add feature gate

* flatten pager children

* Revert "flatten pager children"

This reverts commit 0050d42558.

* have pager children as array

* move gate to custom hook

* bundle titles and pages together

* remove comment

* Fix a crash

* Use Views as children

---------

Co-authored-by: dan <dan.abramov@gmail.com>
2024-04-10 16:02:13 +01:00
Hailey f7e8946fbf Merge branch 'main' into hailey/oauth 2024-04-09 20:33:28 -07:00
Hailey ba4e95f0b1 update deps (last time) 2024-04-09 20:32:07 -07:00
Hailey 6522853d99 add expo-sqlite 2024-04-09 19:07:58 -07:00
Hailey b5f5777939 notify slack on production builds (#3461)
* notify slack on production builds

* ugh
2024-04-09 17:25:59 -07:00
Hailey 26f5e02afa notify slack on production builds (#3460) 2024-04-09 17:00:14 -07:00
Paul Frazee ee87f2cadd 1.76 release preparations (#3459)
* Run intl:extract

* Update dev-env to 0.3.4

* Test fixes
1.76.0
2024-04-09 16:27:39 -07:00
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
Hailey c649795f05 remove all the test files 2024-04-09 14:30:59 -07:00
Hailey 1461c0a34f decent base 2024-04-09 13:04:33 -07:00
Hailey ec58082dbb add jwk lib 2024-04-09 11:17:30 -07:00
Hailey e165d496c9 metro config "polyfill" 2024-04-09 10:38:40 -07:00
Hailey db750e3913 add rn-quick-crypto and rn-quick-base64 2024-04-09 10:31:44 -07:00
Samuel Newman a49a5a351d Use ALF for the embed consent modal (#3336) 2024-04-09 00:58:18 +01:00
Hailey 352d37562d save 2024-04-08 16:48:49 -07:00
Hailey 71721b5943 copy over a few files for now 2024-04-08 16:30:46 -07:00
Eric Bailey 2bc20b1752 Onboarding tweaks (#3447)
* Remove feed

* Follow bsky.app
2024-04-08 14:32:00 -05:00
Hailey d61fc5f32e add expo-secure-store 2024-04-08 12:02:22 -07:00
Hailey 857503e98f Merge branch 'main' into hailey/oauth
# Conflicts:
#	src/screens/Login/LoginForm.tsx
2024-04-08 12:01:51 -07: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 a1ac84687f Keep each deployment job in a separate concurrency group (#3446) 2024-04-08 08:54:50 -07:00
Hailey 00076ad1ff Bump async-storage to comply with App Store guidelines (#3436) 2024-04-08 08:24:59 -07:00
Hailey a6babaceaf adjust app.config.js to prevent development manifest error (#3413) 2024-04-05 13:29:54 -07:00