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 348e56d7d3 ui fixes
optimized resources to make app small
2015-03-19 18:35:49 +08:00
gradle/wrapper added update profile color feature in profile editor 2014-12-07 23:13:07 +08:00
libraries moved launcher icon to mipmap 2015-03-19 16:34:30 +08:00
resources added border to user type icon 2014-12-04 22:31:29 +08:00
scripts added release upload script 2015-03-17 18:25:21 +08:00
twidere ui fixes 2015-03-19 18:35:49 +08:00
twidere.component.common fixed read from bottom in home/mentions timeline 2015-03-18 15:34:23 +08:00
twidere.component.jsonserializer fixed many lint errors 2015-03-17 21:48:59 +08:00
twidere.component.nyan ui fixes 2015-03-11 22:15:32 +08:00
twidere.component.querybuilder fixed many lint errors 2015-03-17 21:48:59 +08:00
twidere.component.twitter4j added nfc share (user/tweet), and twidere is not required, if you don't have twidere installed, a browser(or other client can handle twitter link) will be opened 2015-03-14 23:11:20 +08:00
twidere.component.twitter4j.streaming ui fixes 2015-03-11 22:15:32 +08:00
twidere.donate.nyanwp ui fixes 2015-03-11 22:15:32 +08:00
twidere.donate.nyanwp.wear ui fixes 2015-03-11 22:15:32 +08:00
twidere.extension.push.xiaomi ui fixes 2015-03-11 22:15:32 +08:00
twidere.extension.streaming added nfc share (user/tweet), and twidere is not required, if you don't have twidere installed, a browser(or other client can handle twitter link) will be opened 2015-03-14 23:11:20 +08:00
twidere.extension.twitlonger ui fixes 2015-03-11 22:15:32 +08:00
twidere.library.extension fixed many lint errors 2015-03-17 21:48:59 +08:00
twidere.wear ui fixes 2015-03-11 22:15:32 +08:00
.gitignore Merge branch 'master' of https://github.com/Javran/Twidere-Android into Javran-master 2014-09-23 11:55:57 +08:00
.gitmodules added quick return pattern 2015-03-08 23:44:47 +08:00
.travis.yml updated build script 2015-03-17 17:34:15 +08:00
README.markdown updated lint options 2015-03-16 14:34:23 +08:00
build.gradle ui fixes 2015-03-11 22:15:32 +08:00
build.properties ui fixes 2015-03-11 22:15:32 +08:00
global.gradle updated lint options 2015-03-16 14:34:23 +08:00
gradle.properties Initial commit 2014-07-03 13:48:39 +08:00
gradlew Initial commit 2014-07-03 13:48:39 +08:00
gradlew.bat Initial commit 2014-07-03 13:48:39 +08:00
settings.gradle removed unused components to make app smaller 2015-03-09 19:56:36 +08:00
signing.gradle fixed many lint errors 2015-03-17 21:48:59 +08:00

README.markdown

#Twidere - Twitter client, ∞#

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 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

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: "mariotaku.lee#gmail.com".replace("#", "@");

Bitcoin: 1FHAVAzge7cj1LfCTMfnLL49DgA3mVUCuW

Donators

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

Buy me a bread 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