Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twidereproject/twiderex-android
Next generation of Twidere for Android
https://github.com/twidereproject/twiderex-android
android jetpack-compose kotlin twidere twitter
Last synced: about 3 hours ago
JSON representation
Next generation of Twidere for Android
- Host: GitHub
- URL: https://github.com/twidereproject/twiderex-android
- Owner: TwidereProject
- License: gpl-3.0
- Created: 2020-08-31T08:40:30.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-30T05:28:15.000Z (over 1 year ago)
- Last Synced: 2024-08-03T17:07:56.232Z (3 months ago)
- Topics: android, jetpack-compose, kotlin, twidere, twitter
- Language: Kotlin
- Homepage:
- Size: 10.8 MB
- Stars: 989
- Watchers: 28
- Forks: 53
- Open Issues: 87
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Twidere X
[![Build Status](https://github.com/TwidereProject/TwidereX-Android/workflows/Android%20CI/badge.svg)](https://github.com/TwidereProject/TwidereX-Android/actions)
[![Crowdin](https://badges.crowdin.net/twidere-x/localized.svg)](https://crowdin.com/project/twidere-x)
[![Version](https://img.shields.io/github/v/release/TwidereProject/TwidereX-Android)](https://github.com/TwidereProject/TwidereX-Android/releases/latest)
[![Issues](https://img.shields.io/github/issues/TwidereProject/TwidereX-Android)](https://github.com/TwidereProject/TwidereX-Android/issues)
[![License](https://img.shields.io/github/license/TwidereProject/TwidereX-Android)](https://github.com/TwidereProject/TwidereX-Android/blob/develop/LICENSE)
![Activity](https://img.shields.io/github/commit-activity/m/TwidereProject/TwidereX-Android)
[![Contributors](https://img.shields.io/github/contributors/TwidereProject/TwidereX-Android)](https://github.com/TwidereProject/TwidereX-Android/graphs/contributors)[](https://play.google.com/store/apps/details?id=com.twidere.twiderex)
[](https://f-droid.org/en/packages/com.twidere.twiderex/)Next generation of Twidere for Android 5.0+. **Still in early stage.**
## Features
- Modern Material Design
- Dark mode
- Tweet with photos
- Multiple accounts support
- Free, open source, NO ads, forever!## What's Happening
### What's new in 1.6.0 - July 2022 Update
- Experimental desktop version.
- Mute and block support.
- Gif insertion support
- Optimizing video play for timeline.
- Enable sensitive content blur for Twitter (by @enaix )
- Fix startup crash in Android 12
- Fix Clicking on the searchbar already with text (#304)
- Fix DMs tab is killed by block/deleted account (#384)
- Fix App crashes when viewing list members (#310)
- Add Share button for Tweet (#344)
- [Mastodon] Mastodon OAuth URL with spaces breaks when using DuckDuckGo as a browser (#326)### What is being planned for 1.7.0 - July 2022 Update
For 1.7.0, we're focusing on bug fix and performance enhancement and there will be lots of internal code changes. You can check out our [milestone](https://github.com/TwidereProject/TwidereX-Android/milestone/6) for detail.### Roadmap for 2.0 - Jun 2021 Update
For 2.0, we're considering these options, but it is still an early thought and might change over time.- Desktop (Linux/Windows) support (by [compose-jb](https://github.com/JetBrains/compose-jb)).
- Tablet mode.
- Javascript extension support.
- View-Only mode (aka Anonymous Browse).## Contributing
This project welcomes contributions of all types. Help spec'ing, design, documentation, finding bugs are ways everyone can help on top of coding features / bug fixes.
**Before you start work on a feature that you would like to contribute**, please read the [Contributor's Guide](CONTRIBUTING.md).
### ⚠ State of code ⚠
Twidere X is still in an early stage and will be periodically re-structuring/refactoring the code to make it easier to comprehend, navigate, build, test, and contribute to, so **DO expect significant changes to code layout on a regular basis**.
## License
```
Twidere XCopyright (C) TwidereProject and Contributors
Twidere X 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.Twidere X 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 Twidere X. If not, see .
```