Twidere è un'applicazione open source, con tutte le funzionalità di Twitter e Mastodon insieme. Stanchi di vedere annunci e promozioni nella vostra linea temporale, di essere disturbati da bot e persone che non vi piacciono. https://mastodon.it
Go to file
Mariotaku Lee 6c5cbad9bb updated build script 2016-02-08 22:26:50 +08:00
gradle/wrapper implementing notifications timeline 2015-11-30 13:32:05 +08:00
resources added error message when no dm permission 2016-01-31 21:34:49 +08:00
travis updated build script 2016-02-08 22:26:50 +08:00
twidere updated build script 2016-02-08 22:04:07 +08:00
twidere.component.common fixed #327 2016-02-08 17:50:31 +08:00
twidere.component.nyan fixed some lint errors 2016-01-28 18:50:39 +08:00
twidere.donate.nyanwp trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.donate.nyanwp.wear trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.extension.launcher.compose trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.extension.push.xiaomi trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.extension.shortener.gist trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.extension.twitlonger trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.library.extension trying to solve CI errors 2015-11-22 22:55:29 +08:00
twidere.wear updated versions 2015-12-28 16:06:57 +08:00
.gitignore updated build script 2016-02-08 22:26:50 +08:00
.gitmodules fully switched to jitpack 2015-03-26 22:26:52 +08:00
.travis.yml updated build script 2016-02-08 22:26:50 +08:00
README.markdown fixed crash when calling setForeground on some special cases 2015-09-01 22:42:48 +08:00
build.gradle removed ignore ssl errors option 2016-02-07 22:09:45 +08:00
build.properties ui fixes 2015-03-11 22:15:32 +08:00
gradle.properties removed ndk dependency 2016-01-22 15:14:26 +08:00
gradlew updated gradle version 2015-11-22 23:29:00 +08:00
gradlew.bat Initial commit 2014-07-03 13:48:39 +08:00
lint.xml fixed text selection crashes 2015-11-20 16:02:35 +08:00
settings.gradle moved emoji support to other repos 2015-12-23 16:02:57 +08:00

README.markdown

#Twidere - Twitter client, ∞#

Join the chat at https://gitter.im/TwidereProject/Twidere-Android

Travis status

Twidere is a powerful twitter client for Android 4.0+, which gives you a full Material experience and nearly complete (and even better) Twitter feature.


Features

  • Pure & Clean Material design works for both Lollipop and pre-Lollipop devices
  • Dark/Light theme, with theme color support
  • Media preview
  • Built in image viewer (with animated gif support) and map viewer
  • All tabs are customizable
  • Direct messages with conversation style
  • Very powerful filters (mute unwanted tweets)
  • Drafts feature
  • Extension support like Twicca, but more friendly to users and developers
  • t.co link auto expanding
  • Multiple account support
  • Custom OAuth consumer key/secret
  • Direct login with user name and password (Don't worry! It's TOTALLY safe!)
  • Custom API Proxy (jtapi recommended, gtap and twip o mode works)
  • GZip compressing for API requests
  • TCP DNS query and custom host mapping to fight against censorship
  • Many many many other configurations to fit your habit
  • Free, open source, NO ads, forever!


Credits

Material re-design

Icon designers

Thanks to their excellent design!

Open source projects


Support my work

Translation

I started a crowdin project, so anyone can do something for Twidere. Visit this crowdin project page

Donation

Donation methods

PayPal & AliPay: String.format("%s@%s", "mariotaku.lee", "gmail.com");

Bitcoin: 1FHAVAzge7cj1LfCTMfnLL49DgA3mVUCuW

Donators

@TwidereProject/donators, if you haven't find your name, please contact @TwidereProject :)

Buy me a bread game or anything you want :)


License

/*
 * Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

Notes