Named after the default Windows Phone 8.1 accent color
Warning
This app is in an alpha stage, meaning there might be bugs, especially with compiling the Release build, which crashes upon launching, please report any bugs to this GitHub page!
A feature-rich, simple Bluesky client for Windows Phone 8.1.
This is the current list of features that are implemented, this may change in the future
- Setup flow
- Signing into a Bluesky account
- Setting up feed settings
- Client
- Loading posts
- Text in the post
- Embeds in the post
- Images
- Videos
- This will be a hard task since Bluesky uses the .m3u8 format, which is not officially supported on Windows Phone, if anyone could get it working before me, please submit a pull request with your code included!
- Link embeds
- Quoted posts
- Rich text (Links, mentions, hashtags)
- This does not function when you click them just yet.
- Pagination / Infinite scrolling
- Can be a little bit buggy due to the implementation, please look at this code snippet if you want to attempt to see if you can do anything better than I can.
- Liking, reposting and commenting on posts
- Uploading posts (Text only)
- Other forms of uploading posts are not complete.
- Search features
- Searching for users
- Searching for posts
- Showing trending topics
- Showing posts for trending topics
- Notifications
- Push notifications
- Direct messaging
- Account viewing
- Feed support
- List support
- Saved posts
- Loading posts
- OmegaAOL: Cerulean (Used this as a point of reference of the API)