105 lines
3.5 KiB
Markdown
105 lines
3.5 KiB
Markdown
#Twidere for Android#
|
|
|
|
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Twidere-brightgreen.svg?style=flat)](http://android-arsenal.com/details/3/2453)
|
|
[![Travis status](https://api.travis-ci.org/TwidereProject/Twidere-Android.png)](https://travis-ci.org/TwidereProject/Twidere-Android/)
|
|
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/twidere/localized.svg)](https://crowdin.com/project/twidere)
|
|
|
|
Material Design ready and feature reach Twitter app for Android 4.0+
|
|
|
|
---
|
|
|
|
## Features ##
|
|
|
|
* Pure & Clean Material design
|
|
* Theme support
|
|
* Media preview
|
|
* Customizable tabs
|
|
* Powerful filters (mute unwanted tweets)
|
|
* Drafts for tweets / DMs
|
|
* Extension support like [Twicca](http://twicca.r246.jp/), but more friendly to users and developers
|
|
* t.co link auto expanding
|
|
* Multiple account
|
|
* Custom OAuth consumer key/secret
|
|
* Custom API Proxy (jtapi recommended, gtap and twip o mode works)
|
|
* Advance network settings like proxy or DNS
|
|
* Supports Twitter, Fanfou and GNU social
|
|
* Free, open source, NO ads, forever!
|
|
|
|
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" height="80">](https://play.google.com/store/apps/details?id=org.mariotaku.twidere)
|
|
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/repository/browse/?fdid=org.mariotaku.twidere)
|
|
|
|
---
|
|
|
|
## Credits ##
|
|
|
|
### Material re-design ###
|
|
|
|
* [@Uucky_Lee](https://twitter.com/Uucky_Lee)
|
|
|
|
### Icon designers ###
|
|
|
|
* [@Linkzero](https://twitter.com/Linkzero)
|
|
* [@lordfriend](https://twitter.com/lordfriend)
|
|
* [@ilovinheart](https://twitter.com/ilovinheart) (0.0.7 version)
|
|
* [@Rieya](https://twitter.com/Rieya) (0.0.6 version)
|
|
|
|
Thanks to their excellent design!
|
|
|
|
### Open source projects ###
|
|
|
|
Too many, see dependencies in `build.gradle`
|
|
|
|
---
|
|
|
|
## Support my work ##
|
|
|
|
### Translation ###
|
|
|
|
I started a crowdin project, so anyone can do something for Twidere. Visit this [crowdin project page](http://crowdin.net/project/twidere)
|
|
|
|
### Donation ###
|
|
|
|
**Donation methods**
|
|
|
|
PayPal & AliPay: `String.format("%s@%s", "mariotaku.lee", "gmail.com");`
|
|
|
|
Bitcoin: `1FHAVAzge7cj1LfCTMfnLL49DgA3mVUCuW`
|
|
|
|
**Donators**
|
|
|
|
[@TwidereProject/donators](https://twitter.com/TwidereProject/lists/donators), if you haven't find your name, please contact @TwidereProject :)
|
|
|
|
Buy me a ~~bread~~ [game](http://steamcommunity.com/id/mariotaku/wishlist) or anything you want :)
|
|
|
|
[帮我支付宝账户里随便加点钱](https://twitter.com/xmxsuperstar/status/724094631621750785)
|
|
|
|
---
|
|
|
|
## License ##
|
|
|
|
|
|
/*
|
|
* Copyright (C) 2012-2016 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 ##
|
|
|
|
### Closed Source Licensing ###
|
|
|
|
If you wish to use Twidere's code base but don't want to release your modified source code, please contact `mariotaku.lee@gmail.com`.
|