moko256 / twitlatte

Twitter and Mastodon client for Android
Apache License 2.0
102 stars 13 forks source link
android-app mastodon-app mastodon-client material-design twitter-client

twitlatte

Archived: This app hasn't maintained over years. This repository will be archived.

Because of these reasons, this application is hard to use now:

  • Twitter suspended the API usage of this app. (#54)
  • This app doesn't support new features, and new Android version.

Thank all users having used/helped this app for their contribution and patience.


This application is the SNS client for Android.

<img src="app/src/main/ic_launcher-web.png" alt="Icon of this app" width="60" height="60">

Available SNS

Install

<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80"> <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

How to build

It require Java8 and Android Studio 3.4 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 may cause app's crash in debug build.

  1. Build.

Dependencies

This application is built using these libraries\:

and, built using these tools\:

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.