Shitter-android-app/README.md

55 lines
2.2 KiB
Markdown
Raw Normal View History

2019-04-03 18:35:39 +02:00
<p align="center"><img src="/logo/logotype-horizontal.png"></p>
2023-01-22 11:35:22 +01:00
# Lightweight Android client for Twitter & Mastodon
2021-06-27 13:43:48 +02:00
2022-12-10 11:49:53 +01:00
<img src="/images/shitter_1.jpg" height="360"/> <img src="/images/shitter_2.jpg" height="360"/> <img src="/images/shitter_3.jpg" height="360"/> <img src="/images/shitter_4.jpg" height="360"/>
2020-07-12 14:02:59 +02:00
2019-11-08 14:02:46 +01:00
2021-06-27 13:43:48 +02:00
## Features
- access to statuses, users and trends
- real timeline (chronological order)
- status, list and profile editor
- customizable theme
2023-01-12 20:34:42 +01:00
- media, link and poll viewer
2021-06-27 13:43:48 +02:00
- GPS locale support
2023-01-12 20:34:42 +01:00
- multi account support
- no ads, no app tracking, proxy support
2020-06-09 15:24:05 +02:00
2021-01-13 23:12:31 +01:00
2022-12-10 11:49:53 +01:00
## Download
2021-01-13 12:05:17 +01:00
2022-12-10 11:49:53 +01:00
<!-- please change the hardcoded links to match your repository name -->
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/nuclearfog/shitter)](../../releases/latest/download/SH1TT3R.apk)
2018-01-08 09:48:27 +01:00
2021-06-27 13:43:48 +02:00
## 3rd party libraries and licenses
2023-04-10 15:43:37 +02:00
- <a href="https://github.com/square/picasso">picasso</a>
2019-04-07 19:00:45 +02:00
- <a href="https://github.com/QuadFlask/colorpicker">QuadFlask colorpicker</a>
2021-01-29 19:05:06 +01:00
- <a href="https://github.com/MichaelRocks/paranoid">String obfuscation</a>
- <a href="https://github.com/kyleduo/SwitchButton">SwitchButton</a>
- <a href="https://github.com/open-android/Picasso-transformations">Picasso Transformations</a>
2021-06-27 13:43:48 +02:00
- <a href="https://github.com/kyleduo/SwitchButton">SwitchButton</a>
- <a href="https://github.com/LeonardoCardoso/Android-Link-Preview">Android-Link-Preview</a>
2021-10-16 11:47:28 +02:00
- <a href="https://github.com/LarsWerkman/LicenseView">LicenseView</a>
2020-07-12 14:02:59 +02:00
- <a href="https://github.com/nuclearfog/ZoomView">ZoomView</a>
- <a href="https://github.com/nuclearfog/Tagger">Tagger</a>
- <a href="https://github.com/nuclearfog/LinkAndScrollMovement">LinkAndScrollMovement</a>
2023-04-10 15:43:37 +02:00
- <a href="https://github.com/google/ExoPlayer">ExoPlayer</a>
- <a href="https://github.com/koral--/android-gif-drawable">Android gif drawable</a>
2021-01-08 00:22:36 +01:00
2022-12-10 11:49:53 +01:00
2021-06-27 13:43:48 +02:00
## Graphics
2021-01-30 16:26:52 +01:00
- SVG Icons from <a href="http://www.entypo.com">Entypo</a> & <a href="https://www.svgrepo.com">SVG Repo</a>
2021-02-06 16:11:40 +01:00
- logo and app icon design by <a href="https://github.com/Tobaloidee">@Tobaloidee</a>
2022-08-25 19:10:22 +02:00
- Twitter4J logo (version 1.x) from <a href="https://twitter4j.org/en/powered-by.html">Twitter4J website</a>
2021-02-06 16:11:40 +01:00
2022-12-10 11:49:53 +01:00
2021-06-27 13:43:48 +02:00
## Thanks to
2022-11-05 20:26:56 +01:00
- <a href="https://github.com/Tobaloidee">@Tobaloidee</a>
- <a href="https://github.com/lehmaning">@lehmaning</a>