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 4b93497c5d implemented quick search bar 2015-01-10 23:17:02 +08:00
gradle/wrapper added update profile color feature in profile editor 2014-12-07 23:13:07 +08:00
libraries updated build script version 2014-12-11 14:38:40 +08:00
resources added border to user type icon 2014-12-04 22:31:29 +08:00
twidere implemented quick search bar 2015-01-10 23:17:02 +08:00
twidere.component.nyan started to implement new search bar 2015-01-06 23:46:08 +08:00
twidere.component.viewer.media started to implement new search bar 2015-01-06 23:46:08 +08:00
twidere.donate.nyanwp started to implement new search bar 2015-01-06 23:46:08 +08:00
twidere.donate.nyanwp.wear started to implement new search bar 2015-01-06 23:46:08 +08:00
twidere.extension.streaming implemented quick search bar 2015-01-10 23:17:02 +08:00
twidere.wear updated build script 2015-01-04 23:12:10 +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 use newly redesigned protected user icon by @uucky 2014-11-25 23:15:05 +08:00
.travis.yml add travis support 2014-09-24 16:14:04 -04:00
README.markdown lint fixes 2014-07-06 07:49:12 +08:00
build.gradle updated build script 2015-01-04 23:12:10 +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 implemented quick search bar 2015-01-10 23:17:02 +08:00

README.markdown

#Twidere - Twitter client, ∞#

Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature.


Features

  • Pure & Clean Holo design works for both ICS and pre-ICS devices
  • Four themes 2 (Light theme with colored ActionBar, Dark theme, Light theme, Light theme with dark ActionBar), theme color will change if you're using CM9+/AOKP
  • Dual pane layout for Tablets
  • Image preview (disabled by default in order to reduce network usage)
  • Built in image viewer and map viewer
  • Custom tabs
  • Profile banner (header) image support
  • Direct messages with conversation style
  • 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

1 : There're two versions, one for Android 4.0+, another for Android 1.6 to Android 3.2, there will be less feature for legacy devices, but both of them has Holo style.

2 : Legacy device only support Dark and Light with dark ActionBar theme.