Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outadoc/woolly-app
Mastodon client for Compose (Jetpack + Desktop)
https://github.com/outadoc/woolly-app
android hacktoberfest jetbrains-compose jetpack-compose kotlin mastodon mastodon-client
Last synced: about 2 months ago
JSON representation
Mastodon client for Compose (Jetpack + Desktop)
- Host: GitHub
- URL: https://github.com/outadoc/woolly-app
- Owner: outadoc
- Created: 2021-05-06T18:51:44.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-18T11:40:07.000Z (over 1 year ago)
- Last Synced: 2024-04-16T11:31:57.394Z (9 months ago)
- Topics: android, hacktoberfest, jetbrains-compose, jetpack-compose, kotlin, mastodon, mastodon-client
- Language: Kotlin
- Homepage:
- Size: 882 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woolly-app
This project is a Mastodon client built with Jetpack Compose and Compose Desktop. That means it can run on both Android devices (smartphones, tablets) and desktop (macos, Windows, Linux—anything that can run a JVM).## Sibling projects
- [mastodonk](https://github.com/outadoc/mastodonk) — A Kotlin/Multiplatform API client for Mastodon, built with Ktor.
- [woolly-server](https://github.com/outadoc/woolly-server) — An authentication proxy for this app, which provides a database of known API keys for each instance and uses them when clients try to sign in.## What's done, what's left
- [x] Timelines
- [x] HTML parsing of statuses
- [x] Authentication
- [x] Basic navigation
- [x] Status reactions
- [x] Complex navigation (back stack, back button support)
- [x] Status details
- [x] Conversation details
- [x] Composing statuses
- [x] Replying to a status
- [x] Account details
- [x] Account timeline
- [x] Hashtag timeline
- [ ] Multi-account support
- [ ] Offline cache
- [ ] Direct messaging
- [ ] Timeline streaming
- [ ] Push notifications
- [ ] Nicer icon
- [ ] You name it