5.9 KiB
5.9 KiB
#Twidere - Twitter client, ∞#
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
- @Linkzero
- @lordfriend
- @ilovinheart (0.0.7 version)
- @Rieya (0.0.6 version)
Thanks to their excellent design!
Open source projects
- Android-ViewPagerIndicator, Copyright 2012 Jake Wharton
- Android ViewBadger, Copyright (c) 2012 readyState Software Ltd.
- Universal Image Loader for Android, Copyright 2011-2013 Sergey Tarasevich
- ImageViewZoom, Copyright 2012 Alessandro Crugnola
- Gallery2, Copyright 2008-2013 Android Open Source Project
- Commons Lang, Copyright 2001-2013 The Apache Software Foundation
- SwipeBackLayout, Copyright 2013 Issac Wong
- Crouton, Copyright 2013 Benjamin Weiss at Neofonie Mobile GmbH.
- twitter-text-java, Copyright 2014 Twitter, Inc and other contributors
- Twitter4J, Copyright 2007-2013 Yusuke Yamamoto
- dnsjava, Copyright 1999-2005, Brian Wellington
- HttpMime, Copyright 1999-2013 The Apache Software Foundation
- ACRA, Copyright 2013 Kevin Gaudin
- drag-sort-listview, Copyright 2012 Carl Bauer
- AndroidStaggeredGrid, Copyright 2013 Etsy
- cwac-merge, Copyright 2013 CommonsWare
- cwac-sacklist, Copyright 2013 CommonsWare
- SlidingMenu (Original), Copyright 2012 Jeremy Feinstein
- ColorPicker, Copyright 2015 Uucky & Mariotaku
- OkHttp, Copyright 2014 Square, Inc
- Otto, Copyright 2012 Square, Inc; Copyright 2010 Google, Inc
- ByakuGallery, Copyright 2013 Diego Carlos Lima
- MaterialEditText, Copyright 2014 rengwuxian
- Material-ish Progress, Copyright 2014 Nico Hormazábal
- android-gif-drawable, Copyright 2015 koral--
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/>.
*/