about summary refs log tree commit diff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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