···6677- **Web: [witchsky.app](https://witchsky.app)**
88- **iOS: App Store [Soon™](https://cat-bounce.com/)?**
99-- **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo)?)**
99+- **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo) in the future?)**
10101111<!-- <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://tangled.org/jollywhoppers.com/witchsky.app/">
1212<img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true"
···16161717- Cooler name (and kawaii logo)
1818- Color scheme options and hue slider (defaults to Witchsky orange)
1919-- You can change
1919+- You can change "post" to any phrase you want in the UI
2020- Choose between sharing witchsky.app or bsky.app links
2121- Embed player works with [stream.place](https://stream.place/) links!
2222- Open posts in PDSls and original pages of bridged posts
···2424- Better defaults (alt text required 😉 autoplay off 🫨)
2525- More unique repost icons
2626- Can download videos
2727+- Stay on a page when switching accounts
2728- 'Mutuals' in place of 'Following' when relevant
2829- No push notifications (hopefully will be added later)
2930- Kept as up-to-date as possible (sporadically unstable as a result)
+3-3
app.config.js
···6262 infoPlist: {
6363 UIBackgroundModes: ['remote-notification'],
6464 NSCameraUsageDescription:
6565- 'Used for profile pictures, skeets, and other kinds of content.',
6565+ 'Used for profile pictures, posts, and other kinds of content.',
6666 NSMicrophoneUsageDescription:
6767- 'Used for skeets and other kinds of content.',
6767+ 'Used for posts and other kinds of content.',
6868 NSPhotoLibraryAddUsageDescription:
6969 'Used to save images to your library.',
7070 NSPhotoLibraryUsageDescription:
7171- 'Used for profile pictures, skeets, and other kinds of content',
7171+ 'Used for profile pictures, posts, and other kinds of content',
7272 CFBundleSpokenName: 'witchsky.app',
7373 CFBundleLocalizations: [
7474 'en',
+2-2
src/screens/Settings/DeerSettings.tsx
···709709 <Trans>
710710 Constellation is used to supplement AppView responses for custom
711711 verifications and nuclear block bypass, via backlinks. Current
712712- instance:
712712+ instance:\u00A0
713713 <InlineLinkText
714714 to={constellationInstance}
715715 label={constellationInstance}>
···896896 <SettingsList.Group contentContainerStyle={[a.gap_sm]}>
897897 <SettingsList.ItemIcon icon={EarthIcon} />
898898 <SettingsList.ItemText>
899899- <Trans>Post Translation Engine</Trans>
899899+ <Trans>Post Translation Provider</Trans>
900900 </SettingsList.ItemText>
901901902902 <Toggle.Item