Commit Graph

3247 Commits

Author SHA1 Message Date
Hailey dbbcd275b4 Merge branch 'hailey/expo-oauth-helper' into hailey/oauth 2024-04-15 02:31:12 -07:00
Hailey 56f2bafad7 fix 2024-04-15 02:31:03 -07:00
Hailey db80f6e424 changes 2024-04-15 02:25:04 -07:00
Hailey bb4f973f46 Merge branch 'hailey/expo-oauth-helper' into hailey/oauth 2024-04-15 02:18:36 -07:00
Hailey 3e5a3ac2e9 create factory (copy db for now) 2024-04-15 02:18:14 -07:00
Hailey de9f9ce65d Merge branch 'hailey/expo-oauth-helper' into hailey/oauth
# Conflicts:
#	modules/expo-bluesky-oauth-client/src/rn-oauth-client-factory.native.ts
#	modules/expo-bluesky-oauth-client/src/rn-oauth-database.native.ts
2024-04-15 02:04:39 -07:00
Hailey e01a127166 rm log 2024-04-15 02:04:17 -07:00
Hailey caddbeb227 android impl 2024-04-15 02:03:10 -07:00
Hailey 37f5840214 update genkeypair 2024-04-15 01:07:36 -07:00
Hailey adab484fb7 oops 2024-04-15 01:04:51 -07:00
Hailey a07d291143 add structs 2024-04-15 00:57:12 -07:00
Hailey f4a2362850 rm old files now that we have the skeleton ready 2024-04-15 00:44:10 -07:00
Hailey 9f6db0ef67 few fixes 2024-04-15 00:42:22 -07:00
Hailey 2c1b3709af swift impl 2024-04-15 00:37:12 -07:00
Hailey 2ada0cbd0d better implementation 2024-04-14 23:27:27 -07:00
Hailey 71f1e44653 add jwt struct 2024-04-14 22:21:47 -07:00
Hailey c97e439a7c better layout 2024-04-14 16:26:31 -07:00
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