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
3129a25c55 | ||
---|---|---|
gradle/wrapper | ||
resources | ||
travis/configs | ||
twidere | ||
twidere.component.common | ||
twidere.component.nyan | ||
twidere.donate.nyanwp | ||
twidere.donate.nyanwp.wear | ||
twidere.library.extension | ||
twidere.wear | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
CONTRIBUTING.md | ||
ISSUE_TEMPLATE.md | ||
README.md | ||
build.gradle | ||
build.properties | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
lint.xml | ||
settings.gradle |
README.md
#Twidere for Android#
Material Design ready and feature rich Twitter app for Android 4.0+
Features
- Customizable Material Design
- Night mode
- Customizable tabs
- Tweet with photos, videos and GIFs
- Powerful mute filters
- Multiple account support
- Custom API settings
- Free, open source, NO ads, forever!
Credits
Material re-design
Icon designers
Thanks to their excellent design!
Open source projects
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
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-2017 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
.