Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Twitter and Mastodon client for Android
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.idea
alternative_twitter4j
app
component_client_base
component_client_mastodon
component_client_twitter
component_html_parse
fastlane/metadata/android
gradle/wrapper
japng-android @ 2343d2b
mastodon4j @ 1f634cf
twitter-text @ f8f770b
.gitignore
.gitmodules
CONTRIBUTING.md
LICENSE.txt
README.md
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

twitlatte

This application is the SNS client for Android.

Icon of this app

  • Supported Android version is Android 4.4~9.0
  • Using REST API
  • Supported multiple account
  • Material design

Available SNS

  • Twitter
  • Mastodon
  • Pleroma

Install

Get it on Google Play Get it on F-Droid

How to build

It require Java8 and Android Studio 3.2 to build this project.

  1. Clone this project.
# Clone this project and some submodules.
git clone https://github.com/moko256/twitlatte.git --recursive

or,

# Clone this project.
git clone https://github.com/moko256/twitlatte.git

# Move to project's directory
cd twitlatte

# Clone or update some submodules.
git submodule update --init --recursive
  1. Open in Android Studio.

Note: Please turn off Instant Run in the settings. It cause app's crash in debug build.

  1. Build.

Dependencies

This application is built using these libraries:

  • Android Compatibility Library v4
  • Android Compatibility Library v7
  • Android Design Support Library
  • Android Custom Tabs Support Library
  • Glide
  • Glide Transformations
  • google-gson
  • PhotoView
  • FlingLayout
  • japng
  • japng_android
  • OkHttp
  • mastodon4j
  • Twitter4J
  • twitter-text
  • RxJava
  • RxAndroid

and, built using these tools:

  • Android SDK
  • Android Studio
  • Open JDK
  • Kotlin
  • Gradle
  • Proguard

License of this project

Copyright 2015-2019 The twitlatte authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You can’t perform that action at this time.