Skip to content

Commit 6c5c24b

Browse files
authored
Update README.md
1 parent d24f9d2 commit 6c5c24b

File tree

1 file changed

+128
-8
lines changed

1 file changed

+128
-8
lines changed

README.md

Lines changed: 128 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,137 @@
1-
Git migration to iTorrent 2.0 in progress
1+
[AltStore Button]: https://img.shields.io/badge/Download-AltStore-green?style=flat
2+
[AltStore Link]: https://intradeus.github.io/http-protocol-redirector?r=altstore://source?url=https://xitrix.github.io/iTorrent/AltStore.json 'Download with AltStore.'
3+
4+
[SideStore Button]: https://img.shields.io/badge/Download-SideStore-purple?style=flat
5+
[SideStore Link]: https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://xitrix.github.io/iTorrent/AltStore.json 'Download with SideStore.'
6+
7+
[Jailbreak Button]: https://img.shields.io/badge/Download-Jailbreak-red?style=flat
8+
[Jailbreak Link]: https://intradeus.github.io/http-protocol-redirector?r=itms-services://?action=download-manifest&url=https://github.com/XITRIX/iTorrent/releases/latest/download/manifest.plist 'Download with Jailbreak.'
9+
10+
[GitHub Button]: https://img.shields.io/badge/Download-GitHub-black?style=flat
11+
[GitHub Link]: https://github.com/XITRIX/iTorrent/releases 'Download from GitHub.'
12+
13+
<img align="left" width="100" height="100" src="https://github.com/user-attachments/assets/0faf6075-273b-4b74-92d6-dccab7f4b964">
214

3-
iTorrent 2.0 app is it beta preview state, expect to see some bugs and be ready report about them.
415

16+
# iTorrent - iOS Torrent client App
517
[![AltStore Button]][AltStore Link]
618
[![SideStore Button]][SideStore Link]
19+
[![GitHub Button]][GitHub Link]
720
[![Jailbreak Button]][Jailbreak Link]
21+
![](https://img.shields.io/badge/iOS-16.0+-blue.svg)
822

923

10-
[AltStore Button]: https://img.shields.io/badge/Download-AltStore-green?style=flat
11-
[AltStore Link]: https://intradeus.github.io/http-protocol-redirector?r=altstore://source?url=https://xitrix.github.io/iTorrent/AltStore.json 'Download with AltStore.'
24+
> [!WARNING]
25+
> iTorrent 2.0 app is in beta preview state, expect to see some bugs and be ready report about them.
1226
13-
[SideStore Button]: https://img.shields.io/badge/Download-SideStore-purple?style=flat
14-
[SideStore Link]: https://intradeus.github.io/http-protocol-redirector?r=sidestore://source?url=https://xitrix.github.io/iTorrent/AltStore.json 'Download with SideStore.'
1527

16-
[Jailbreak Button]: https://img.shields.io/badge/Download-Jailbreak-red?style=flat
17-
[Jailbreak Link]: https://intradeus.github.io/http-protocol-redirector?r=itms-services://?action=download-manifest&url=https://github.com/XITRIX/iTorrent/releases/latest/download/manifest.plist 'Download with Jailbreak.'
28+
## Screenshots
29+
<details>
30+
<summary>iPhone Screenshots</summary>
31+
<p float="left">
32+
<img width="250" src="https://github.com/user-attachments/assets/73256524-4861-4b8f-afba-5bd657badb2f" />
33+
<img width="250" src="https://github.com/user-attachments/assets/9ac2c682-a3b4-4498-8daa-6c5c6f742946" />
34+
<img width="250" src="https://github.com/user-attachments/assets/c2f06516-862a-47b5-b69b-aed4f6043aae" />
35+
<img width="250" src="https://github.com/user-attachments/assets/c7dff083-4fe7-4440-9961-9eb472e22142" />
36+
<img width="250" src="https://github.com/user-attachments/assets/be15d663-0d5b-40ed-aa6c-1f3eb9e00a1e" />
37+
<img width="250" src="https://github.com/user-attachments/assets/20aac5d9-8746-4357-b1d8-7aa15bac2747" />
38+
</p>
39+
</details>
40+
41+
<details>
42+
<summary>iPad Screenshots</summary>
43+
<p float="left">
44+
<img width="378" src="https://github.com/user-attachments/assets/5152a496-6949-4c33-a0b9-4ec9e1ea32e8" />
45+
<img width="378" src="https://github.com/user-attachments/assets/5af9eb69-4eb4-419c-bcae-2b42f5553eea" />
46+
</p>
47+
</details>
48+
49+
## Info
50+
51+
It is an ordinary torrent client for iOS with Files app support.
52+
53+
What can this app do:
54+
- Download in the background
55+
- Live Activity and Dynamic Island progress widget
56+
- Sequential download (use VLC to watch films while loading)
57+
- Add torrent files from Share menu (Safari and other apps)
58+
- Add magnet links directly from Safari
59+
- Store files in Files app
60+
- File sharing directly from app
61+
- Download torrent by link
62+
- Download torrent by magnet
63+
- Send notification on torrent downloaded
64+
- WebDav Server
65+
- Select files to download or not
66+
- Change UI to dark theme
67+
- RSS Feed
68+
- ???
69+
70+
## Localization
71+
72+
Now iTorrent supports the following languages:
73+
- English
74+
- Russian
75+
- Spanish
76+
- Simplified Chinese
77+
78+
If you are fluent in the languages not listed above and want to help with translation, you are welcome!
79+
80+
## Libraries used
81+
82+
- [LibTorrent](https://github.com/arvidn/libtorrent)
83+
- [OpenSSL](https://github.com/krzyzanowskim/OpenSSL)
84+
- [MvvmFoundation](https://github.com/XITRIX/MVVMFoundation)
85+
- [CombineCocoa](https://github.com/XITRIX/CombineCocoa)
86+
- [SWXMLHash](https://github.com/drmohundro/SWXMLHash)
87+
- [MarqueeText](https://github.com/joekndy/MarqueeText)
88+
- [MarqueeLabel](https://github.com/cbpowell/MarqueeLabel)
89+
- [GCDWebServer](https://github.com/XITRIX/GCDWebServer)
90+
- [Firebase](https://github.com/firebase/firebase-ios-sdk)
91+
92+
## Donate for donuts
93+
94+
- [Patreon](https://www.patreon.com/xitrix)
95+
- [PayPal](https://paypal.me/x1trix)
96+
97+
## Important information
98+
99+
This app using Firebase Analytics and so it collects next information from your device:
100+
- The country of your internet provider
101+
- Time of app's working session
102+
103+
All this data presents as statistic, and cannot be used to get someone's personal information
104+
105+
Also this app using Firebase Crashlytics, which collects the next information when application crashes:
106+
- Model of your device (IPhone X or IPad Pro (10.5 inch) for example)
107+
- Device orientation
108+
- Free space on RAM and ROM
109+
- IOS version
110+
- Time of crash
111+
- Detailed log of the thread where the stuck happens
112+
113+
All this information is using for bug fixing and improving the quality of this app
114+
115+
More information you can find on [Firebase website](https://firebase.google.com)
116+
117+
## License
118+
119+
Copyright (c) 2024 XITRIX (Vinogradov Daniil)
120+
121+
Permission is hereby granted, free of charge, to any person obtaining a copy
122+
of this software and associated documentation files (the "Software"), to deal
123+
in the Software without restriction, including without limitation the rights
124+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
125+
copies of the Software, and to permit persons to whom the Software is
126+
furnished to do so, subject to the following conditions:
127+
128+
The above copyright notice and this permission notice shall be included in all
129+
copies or substantial portions of the Software.
130+
131+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
132+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
133+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
134+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
135+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
136+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
137+
SOFTWARE.

0 commit comments

Comments
 (0)