Bluesky app fork with some witchin' additions 💫

Clean up after brand update & make Android build work

+ make about pages use light dark color-scheme 🤯 (it was set up! why
wasn't the html tag there)

+11 -7
+3 -1
.github/workflows/build-bitchsky.yml .github/workflows/bitchsky-build.yml
··· 2 2 on: workflow_dispatch 3 3 4 4 jobs: 5 - build-bitchsky-android: 5 + bitchsky-build-android: 6 6 name: Build Bitchsky for Android 7 7 runs-on: ubuntu-latest 8 + permissions: 9 + contents: write 8 10 steps: 9 11 - name: Checkout 10 12 uses: actions/checkout@v4
+7 -5
README.md
··· 17 17 - Funner name (still love you tho bsky!) 18 18 - Nicer colors (kinda like gruvbox? not quite) 19 19 - We call them skeets (at least for English users) 20 - - Ignores `!no-unauthenticated` labels 20 + - Attempts to ignore `!no-unauthenticated` labels 21 21 - Share links to bitchsky.app or bsky.app 22 22 - Embed player works with [stream.place](https://stream.place/) links! 23 23 - No push notifications (may be added later) 24 - - Kept super up-to-date (as a result, rarely unstable) 24 + - Kept super up-to-date (rarely unstable as a result) 25 25 26 26 ### Experiments 27 27 ··· 71 71 ### TODO: Xan 72 72 73 73 - [ ] Update branding (especially colors and app icon) to Bitchsky 74 - - [ ] ./src/view/icons/ 75 - - [ ] ./src/components/WelcomeModal.tsx 76 - - [ ] ./assets/ 74 + - [ ] ./src/components/WelcomeModal.tsx (tab/hover selector) 75 + - [ ] ./src/alf/themes.ts (improve contrast, esp. of links) 76 + - [ ] ./src/lib/styles.ts (change likes color, remove gradient from new skeet button) 77 + - [ ] ./src/style.css (change links color) 77 78 - [ ] Setup App Linking for Android (.well-known w/ app package fingerprint) 78 79 - [ ] Automatic PDS detection like other social-app forks 79 80 - [ ] Like of or repost of repost icons from blacksky 80 81 - [ ] Change followed accounts [on onboarding](https://github.com/blacksky-algorithms/blacksky.community/commit/e36ee43efb4999f070860d7f70122e45b28c1e2b) 81 82 - [ ] Change ChatEmptyPill things for English locale 82 83 - [ ] stuff from forks like [deer.aylac.top](https://github.com/ayla6/deer-social-test) for pronouns+ 84 + - [ ] Visual replies indicator like the [Firmament userstyle](https://bitchsky.app/profile/did:plc:jwhxcrf5uvl3vyw7nurecgt5/post/3m4rr3vzmak2a) 83 85 - [ ] Bitchsky PDS and .social site 84 86 85 87 ### Even more wishful or far off
+1 -1
web/index.html
··· 3 3 <head> 4 4 <meta charset="utf-8"> 5 5 <meta name="theme-color" content="#af5f5f"> 6 + <meta name="color-scheme" content="light dark"> 6 7 <!-- 7 8 This viewport works for phones with notches. 8 9 It's optimized for gestures by disabling global zoom. ··· 111 112 <!-- The root element for your Expo app. --> 112 113 <div id="root"> 113 114 <div id="splash"> 114 - <!-- deer SVG - TODO: Xan: Set to Bitchsky logo --> 115 115 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> 116 116 117 117 <defs>