Bluesky app fork with some witchin' additions 💫

small edits (hi readme/deer settings)

and removal of one mention of skeeting! 🙀

xan.lol 70b84206 d5bdcf84

verified
+8 -7
+3 -2
README.md
··· 6 6 7 7 - **Web: [witchsky.app](https://witchsky.app)** 8 8 - **iOS: App Store [Soon™](https://cat-bounce.com/)?** 9 - - **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo)?)** 9 + - **Android: Play Store Soon! ([F-Droid repo](https://app.jolly.you/fdroid/repo) in the future?)** 10 10 11 11 <!-- <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://tangled.org/jollywhoppers.com/witchsky.app/"> 12 12 <img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true" ··· 16 16 17 17 - Cooler name (and kawaii logo) 18 18 - Color scheme options and hue slider (defaults to Witchsky orange) 19 - - You can change 19 + - You can change "post" to any phrase you want in the UI 20 20 - Choose between sharing witchsky.app or bsky.app links 21 21 - Embed player works with [stream.place](https://stream.place/) links! 22 22 - Open posts in PDSls and original pages of bridged posts ··· 24 24 - Better defaults (alt text required 😉 autoplay off 🫨) 25 25 - More unique repost icons 26 26 - Can download videos 27 + - Stay on a page when switching accounts 27 28 - 'Mutuals' in place of 'Following' when relevant 28 29 - No push notifications (hopefully will be added later) 29 30 - Kept as up-to-date as possible (sporadically unstable as a result)
+3 -3
app.config.js
··· 62 62 infoPlist: { 63 63 UIBackgroundModes: ['remote-notification'], 64 64 NSCameraUsageDescription: 65 - 'Used for profile pictures, skeets, and other kinds of content.', 65 + 'Used for profile pictures, posts, and other kinds of content.', 66 66 NSMicrophoneUsageDescription: 67 - 'Used for skeets and other kinds of content.', 67 + 'Used for posts and other kinds of content.', 68 68 NSPhotoLibraryAddUsageDescription: 69 69 'Used to save images to your library.', 70 70 NSPhotoLibraryUsageDescription: 71 - 'Used for profile pictures, skeets, and other kinds of content', 71 + 'Used for profile pictures, posts, and other kinds of content', 72 72 CFBundleSpokenName: 'witchsky.app', 73 73 CFBundleLocalizations: [ 74 74 'en',
+2 -2
src/screens/Settings/DeerSettings.tsx
··· 709 709 <Trans> 710 710 Constellation is used to supplement AppView responses for custom 711 711 verifications and nuclear block bypass, via backlinks. Current 712 - instance: 712 + instance:\u00A0 713 713 <InlineLinkText 714 714 to={constellationInstance} 715 715 label={constellationInstance}> ··· 896 896 <SettingsList.Group contentContainerStyle={[a.gap_sm]}> 897 897 <SettingsList.ItemIcon icon={EarthIcon} /> 898 898 <SettingsList.ItemText> 899 - <Trans>Post Translation Engine</Trans> 899 + <Trans>Post Translation Provider</Trans> 900 900 </SettingsList.ItemText> 901 901 902 902 <Toggle.Item