FreedomChuks / MastodonCompose

🐘 Mastodon client for Android, iOS and Desktop (JVM)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastodon compose client

CC-BY license CI

A multiplatform Mastodon client written in Kotlin for the amazing androiddev.social community and everyone else who enjoys #Fediverse

[F-Droid] [Google Play] [Apple Appstore]

Table of contents

Getting started

The app is not published nor ready for use. Later on it will probably just be installed from any of the available sources.

Development

This app is built on Compose Multiplatform port from jetbrains, to support multiple platforms like Android, iOS and Desktop.

Underneath it is using

  • Ktor - Kotlin async web framework
  • SQLDelight - To write SQL statements

Contributing

  1. Fork it (https://github.com/thebino/MastodonCompose/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

Some community friendly license, not decided which one :)

About

🐘 Mastodon client for Android, iOS and Desktop (JVM)


Languages

Language:Kotlin 100.0%