Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanita5/twittnuker
Android 4.0+ Twitter Client
https://github.com/vanita5/twittnuker
android gif kotlin material notifications push-notifications twidere twitter twitter-client
Last synced: about 2 months ago
JSON representation
Android 4.0+ Twitter Client
- Host: GitHub
- URL: https://github.com/vanita5/twittnuker
- Owner: vanita5
- License: gpl-3.0
- Created: 2013-12-07T18:40:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-07-21T06:07:59.000Z (over 5 years ago)
- Last Synced: 2024-04-17T11:08:42.110Z (9 months ago)
- Topics: android, gif, kotlin, material, notifications, push-notifications, twidere, twitter, twitter-client
- Language: Kotlin
- Homepage: http://twittnuker.org
- Size: 121 MB
- Stars: 121
- Watchers: 21
- Forks: 24
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Twittnuker Logo](http://twittnuker.org/assets/img/twittnuker_header.png)
[![Build Status](https://travis-ci.org/vanita5/twittnuker.svg?branch=master)](https://travis-ci.org/vanita5/twittnuker)
Twittnuker is a [free](https://www.gnu.org/philosophy/free-sw.html) Twitter Client for Android 4.0+ Smartphones with Android 5 (Lollipop) support, Android 6 (Marshmallow) support and Material design, based on the [Twidere Project](https://github.com/mariotaku/twidere).
Twidere updates will almost always be merged, so you can expect the latest features and bug fixes from Twidere in this fork, too!
### Features ###
* Android Material Design
* Streaming
* Custom tabs
* Themes and many design customization options
* Image, GIF and video preview (support for multiple images)
* Image viewer gallery and map viewer
* Twitter Quotes
* Twitter Cards (YouTube, Vine, Soundcloud, GIF,... in-app preview)
* Android Tablet support
* Love Button (Retweet + Favorite in one action)
* Profile banner (header) image support
* Direct messages with conversation style
* Filters (mute unwanted tweets)
* Drafts feature
* Multiple account support
* Pebble notifications
* Search & share GIFs by [GIPHY](https://giphy.com/)
* Custom OAuth consumer key/secret
* Custom API Proxy (jtapi recommended, gtap and twip o mode works)
* TCP DNS query and custom host mapping to fight against censorship
* Experimental Push Notifications. Documentation and installation guide will follow soon!
* Many many many other configurations to fit your habit
* Free, open source, NO ads, forever!Do you have more ideas on how to improve the app? Feel free to contribute!
### Translation ###
**General translation (Twidere / Upstream):** [![Crowdin](https://d322cqt584bo4o.cloudfront.net/twidere/localized.svg)](https://crowdin.com/project/twidere)
For Twittnuker specific translation, please make a pull request or open an issue!
## Credits ##
### Open source projects ###
* [Twidere](https://github.com/mariotaku/twidere), Copyright 2012-2017 Mariotaku Lee
For a complete list of open source libraries used in this project, see dependencies under `twittnuker/build.gradle`.
## Donate ##
Paypal## License ##
/*
* Twittnuker - Twitter client for Android
*
* Copyright (C) 2013-2017 vanita5
*
* This program incorporates a modified version of Twidere.
* Copyright (C) 2012-2017 Mariotaku Lee
*
* 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 .
*/
GNU General Public License