about summary refs log tree commit diff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* [APP-1173] Clean up env (#8701)Eric Bailey2025-07-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up env files * Use new env in Sentry setup file * Use new env in Bitdrift setup file * Use new env in chat proxy header * Prefix Bitdrift key with EXPO_PUBLIC * Deprecate SENTRY_RELEASE since we use package.json now * Use existing EXPO_PUBLIC_BUNDLE_IDENTIFIER short commit has as Sentry dist value * Fix missing bundle identifier for Render deploys * Deprecate SENTRY_DIST in favor of EXPO_PUBLIC_BUNDLE_IDENTIFIER * Prefix SENTRY_DSN with EXPO_PUBLIC to match others * Remove debugging field * Replace NODE_ENV in places where its safe * Self review * Properly patch Sentry package * Echo variables to .env in Dockerfile instead of passing to shell script * Make sure EXPO_PUBLIC_ENV is set for web container builds * Update IS_TESTFLIGHT to include testflight-android * Slice bundle hash to match other platforms, needed for render.com deployments * [APP-1331] Migrate `app-info` to new env (#8703) * Move env files into directory with platform specific files * Migrate usages of app-info to new env * Fix bad import * Update BUNDLE_DATE format comment * Trim RENDER_GIT_COMMIT to first 7 to match --short sha * Clarify build process env vars and ensure they are explicitly passed in * Revert Sentry patch as a result of prev commit * Update webpack Sentry dist value based on prev commits * Add PACKAGE_VERSION and replace in statsig to fix conflict * Fix render substitution syntax * Remove invalid syntax * Remove unnecessary testflight check * Just use long commit hash * Slice full hash for display in app * Fix missing space in ios workflow * Pass in sentry CLI env vars, align matching values * Align on RELEASE_VERSION * Add new env setup to missed OTA spot * Update webpack to use same SENTRY_RELEASE var * Just fallback to package version for Render deploys * Remove TF check for BUNDLE_DATE * Set EXPO_PUBLIC_ENV for bundle update * Consistent naming "Env" * Add comment * Use RELEASE_VERSION instead of package.json * Update PR comment CI
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * basic bumps * more tweaking * fix rn patch * fix crop picker patch * fix media library patch * rm unnecessary patch * fix notifications patch * update bottomsheet * Update withAppDelegateReferrer.js * Delete withNoBundleCompression.js * rm withNoBundleCompression plugin * rm findLast shim * metro package exports is enabled by default * update react/react-dom/react-compiler * fix reanimated issue * vendor expo-ized emoji popup * fix types * hackfix view full thread * Update EmojiPickerModule.podspec * more upgrades * fix multiformats package version * add baseurl * bump mmkv * bumps * update react-keyed-flatten-children * bump locale packages * fix emoji picker dark mode * rn upgrades * Revert "bump locale packages" This reverts commit fc82f0f173032127dd7c18ed0316ae26f53db51d. * upgrade testing-library * rm test renderer * update patch name minors * rm findNodeHandle from tabbar * only do scrollview tag thing on ios * disable package exports * update expo notifications handler * memoize emoji picker styles * fix tests, mock multiformats * bump some dev deps with RC versions * completely rearchitect toasts * rm logs * layout animation config for composer footer * disable autolinking for patched libs * undo lingui changes * version bump from release candidate to 0.1 * update atproto deps * rm @did-plc/server * fix key issue (maybe) * move URL polyfill to the polyfill file * fix yarn lock * upgrade to 53.0.3 * reanimated layout anim bug patch * workletize a function that wasn't getting autoworkletized anymore (#8309) * bump to expo 53.0.4 * bump RN to 0.79.2 * fix yarn lock ci * Revert "completely rearchitect toasts" This reverts commit 2e2fcaeeed527580a6c485718544b85e8b4f52b9. * final upgrades * chore: cleanup yarn lock * prettier --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Ota docs update (#8279)Eric Bailey2025-04-245-89/+132
| | | | | | | | | | | * Begin edits * Add alert * Add new assets * Refactor OTA docs * Format
* update crowdin links to point to public page (#8100)surfdude292025-04-091-4/+4
|
* Suggested updates to localization doc (#7828)surfdude292025-02-241-3/+3
| | | | | | | | | * update localization doc * tweak wording order --------- Co-authored-by: Hailey <me@haileyok.com>
* Update localization.md to change crowdin linksPaul Frazee2025-02-241-3/+3
|
* Update i18n release process to solve missing translations (#7766)Paul Frazee2025-02-171-1/+2
| | | | | * Update release process to avoid untranslated strings * Run intl:extract:all
* More i18n process updates (#7720)Paul Frazee2025-02-111-5/+7
| | | | | | | * Modify intl:extract to only target english, the source language * Add github action to regularly update english .po file * Update localization doc
* Updated i18n process (#7684)Paul Frazee2025-02-061-7/+55
| | | | | | | | | * Update documentation * Update crowdin.yml for cli usage * Add more info about crowdin cli setup * Add intl:pull and intl:push commands
* configure the bitdrift Capture SDK (#6979)Snow Pettersen2024-12-121-0/+6
| | | | | | | | | | | | | | | * configure bitdrift Capture SDK * remove console log * use the new url * add patch to fix devtool interaction * update patches * fix patch * add BITDRIFT_API_KEY to .env.example
* Clarify build instructions (#6008)dan2024-10-291-47/+77
| | | To address http://localhost:19006/profile/danabra.mov/post/3l7opdotmoc2u.
* Clarify some things in OTA docs (#4367)Eric Bailey2024-06-042-8/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clarify some things * add github outputs script * add slack notify android * test slack android * fix indent * fix test * sigh... * Revert "fix test" This reverts commit c99764464f0e0d147587e3b813319b9b887a30d8. * Revert "fix indent" This reverts commit 4cce508d280c4f9e7b0ee6f9c2693fa88d2b65f4. * Revert "test slack android" This reverts commit b02419b2471e99faa5bac860276fc71b11d35b6a. * test ios workflow * remove testing * add slack info to docs * use correct output for android --------- Co-authored-by: Hailey <me@haileyok.com>
* Upgrade to Expo 51 and React Native 0.74 (#3980)Hailey2024-05-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upgrade packages * remove `expo-image-picker` patch * remove old expo-updates patch * rename rn patch * downgrade crop picker * bump `ExpoGifView` `SDWebImage` version * apply config changes * update build docs for apple silicon * update build docs for apple silicon * update expo-updates patch * add back patch readme * bump `expo-dev-client` * bump `babel-preset` * update `babel.config.js` * update `react-native-paste-input` patch * remove old ota updates hook * update types * update types * downgrade pager-view * update animated ref type * fix web-only type * update `react-native-bottom-sheet` `BottomSheetTextInput` * add `expo-application` to jest mocks * remove reanimated patch * update notifications patch * update reanimated path * fix import * update yarn.lock * use `ItemT` instead of `any` * expo bump * Revert logic change, fix types * Fix JSON file --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* ✍️ Add OTA Docs (#4187)Hailey2024-05-236-0/+81
| | | | | | | | | | | * add OTA documentation * maybe will look better * nits * one more nit * use the right image
* Replace e2e tests with Maestro (#3983)Paul Frazee2024-05-132-12/+11
| | | | | | | * Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro
* docs(build): update build instructions (#3641)Matthieu Sieben2024-04-221-5/+17
|
* [Embeds] Create vite project and add to build pipeline (#3448)Samuel Newman2024-04-121-2/+1
| | | | | * add bskyembed vite app * create build script (temp until embedr is ready)
* improves build.md completeness (#2835)Connor Justice2024-02-121-0/+11
|
* update docs to include info on installing `cocoapods` (#2744)Hailey2024-02-051-3/+15
| | | | | * update docs to include info on installing `cocoapods` * wording
* Update localization.md (#2263)Bryan Lumbantobing2023-12-211-2/+2
|
* Add credits to localization doc (#2233)Ansh2023-12-181-1/+7
| | | | | * change name of file to localization * run `intt:build`
* Add i18n setup in build instructions (#2206)noriaki watanabe2023-12-131-0/+1
|
* E2E 🟢 (#2092)Eric Bailey2023-12-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add logged out e2e ctrl, fix login test * Fix log handling via env vars in expo * Fix create account test * Upgrade dev-env * Fix home screen tests * Fix composer tests * Fix curate-lists tests, split in two * Fix invite codes test * Fix curate-lists tests * Give up on mergefeed test * Fix mod lists * Fix app view url * Fix profile tests * Fix profile test with hack * Keep using globals * Fix two more * Fix thread view * Better skip for merge feed * Revert debug code
* Internationalization & localization (#1822)Ansh2023-11-091-0/+113
| | | | | | | | | | | | | | | | | | | | | | | | | * install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments
* Update build.md (#1785)Spandan Tripathy2023-11-021-14/+14
|
* chore: fix typos in testing.md (#1764)Igor Shevchenko2023-10-301-2/+2
|
* Performance optimization (#1676)Ansh2023-10-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upgrade sentry to support profiling monitoring * remove console logs in production builds * feeds tab bar and bottom bar animation centralized * refactor FeedPage out of Home * add script to start in production mode * move FAB inner to reanimated * move FABInner back to `Animated` RN animation * add perf commands * add testing with Maestro and perf with Flashlight * fix merge conflicts * fix resourceClass name in eas.json * fix onEndReachedThreshold in Feed * memoize styles * go back to old styling for LoadLatestBtn * remove reanimated code from useMinimalShellMode * move shell animations to hook/reanimated for perf * fix empty state issue * make shell animation feel smoother * make shell animation more smooth * run animation with autorun * specify keys for tab bar properly * remove comments * remove already imported dep * fix lint * add testing instructions * mock sentry-expo for jest * fix jest mocks * Fix the load-latest button on desktop and tablet * Fix: don't move the FAB in tablet mode * Fix type error * Fix tabs bar positioning on tablet * Fix types --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Add the build step for atproto (#1579)Manish2023-10-021-0/+1
| | | Co-authored-by: Manish <manish.nayal@nium.com>
* Add example google-services file (#1545)Gabriel Donadel Dall'Agnol2023-09-281-0/+2
| | | | | * Add example google-services file * Update build.md
* Add instructions for running on device (#1541)dan2023-09-261-0/+1
|
* Add a tip about Android emulator memory limit (#1492)dan2023-09-201-0/+1
|
* Make Sentry optional (#1416)dan2023-09-081-8/+8
| | | | | * Move app.json -> app.config.js * Make Sentry optional
* Update build instructions (#1406)dan2023-09-071-3/+3
| | | | - Use pnpm - Clarify when prebuild is needed
* Link to instructions for creating Sentry auth token (#864)Logan Rosen2023-06-081-1/+1
|
* [APP-107] OTA updates (#587)Ansh2023-06-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add 1000ms fallbackToCacheTimeout * add listener via useOTAUpdate hook and show modal if update is available * finish expo-updates setup * setup useOTAUpdate hook * add OTA updates * Update build.md * temporarily disable ota updates * refactor useOTAUpdate code
* add instructions to removing sentry in build.md (#749)Ansh2023-05-301-1/+9
| | | Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Spelling (#772)Josh Soref2023-05-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling: account Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: activated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: additional Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: appropriate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: bskyweb Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: display Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: highlighted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: javascript Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: locally-hosted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: notification Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: occurring Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: parenthetical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: preexisting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: prefetched Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: punctuation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: simplicity Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
* Update build.md - minor typo (#696)Pedro2023-05-171-1/+1
| | | | | This is not the smallest PR in the world, this is just a tribute. (actually, it's just one byte, so it might be the smallest PR in the world)
* docs: update e2e mock server command (#662)LW2023-05-171-1/+1
|
* Update build instructions (#639)Ansh2023-05-161-0/+3
| | | | | | | | | | | | | | | | | | | | | * Create .env.example * Update build.md * Update eas.json * Update build.md * Update build.md * Update build.md * Update docs/build.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> --------- Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
* Prepare for open-sourcing (#619)Paul Frazee2023-05-151-0/+106
* Add issue templates * Update readme and docs for contributors * Tune up the README.md * Tune language a bit * Tune copy