|
1 | | -<div style="text-align: left;">ZipXtract is a fully open-source Android application designed to handle a wide range of archive formats, including:</div> |
| 1 | +<p style="text-align: left;">ZipXtract is a fully open-source Android application designed to handle a wide range of archive formats, including:</p> |
2 | 2 | <ul> |
3 | | - <li>RAR (with RAR5 and multi-volume support)</li> |
4 | | - <li>ZIP (including password-protected and split archives)</li> |
5 | | - <li>TAR</li> |
6 | | - <li>BZ2</li> |
7 | | - <li>GZ</li> |
8 | | - <li>7z (with password protection and multi-volume support)</li> |
9 | | - <li>XZ</li> |
10 | | - <li>JAR</li> |
11 | | - <li>more...</li> |
| 3 | +<li>RAR (with RAR5 and multi-volume support)</li> |
| 4 | +<li>ZIP (including password-protected and split archives)</li> |
| 5 | +<li>TAR</li> |
| 6 | +<li>BZ2</li> |
| 7 | +<li>GZ</li> |
| 8 | +<li>7z (with password protection and multi-volume support)</li> |
| 9 | +<li>XZ</li> |
| 10 | +<li>JAR</li> |
| 11 | +<li>...</li> |
12 | 12 | </ul> |
13 | 13 |
|
14 | 14 | <h2>Features</h2> |
15 | 15 |
|
16 | 16 | <h3>Extraction:</h3> |
17 | 17 | <ul> |
18 | | - <li>Supports various formats: RAR, ZIP, TAR, BZ2, GZ, 7Z, XZ, JAR etc.</li> |
19 | | - <li>Handles encrypted ZIP and 7z files.</li> |
20 | | - <li>Extracts multi-volume RAR archives.</li> |
21 | | - <li>Extracts multi-volume 7z archives.</li> |
22 | | - <li>Extracts split ZIP files.</li> |
| 18 | +<li>Supports various formats: RAR, ZIP, TAR, BZ2, GZ, 7z, XZ, JAR etc.</li> |
| 19 | +<li>Handles encrypted ZIP and 7z files.</li> |
| 20 | +<li>Extracts multi-volume RAR archives.</li> |
| 21 | +<li>Extracts multi-volume archives.</li> |
| 22 | +<li>Extracts split ZIP files.</li> |
23 | 23 | </ul> |
24 | 24 |
|
25 | 25 | <h3>Creation:</h3> |
26 | 26 | <ul> |
27 | | - <li>Create ZIP and 7Z archives, with options for encryption.</li> |
28 | | - <li>Create split ZIP archives.</li> |
| 27 | +<li>Create ZIP and 7z archives, with options for encryption.</li> |
| 28 | +<li>Create split ZIP archives.</li> |
29 | 29 | </ul> |
30 | 30 |
|
31 | | -<p>and basic file operations like <strong>Delete, Copy, Move.</strong></p> |
| 31 | +<blockquote> |
| 32 | +<p><strong>NOTE:</strong><br /> |
| 33 | +The F-Droid version does not include RAR extraction and 7z compression features due to licensing restrictions. For the complete version, please use the GitHub or IzzyOnDroid releases.</p> |
| 34 | +</blockquote> |
32 | 35 |
|
33 | | -<p><strong>Note</strong>: The F-Droid version does not include RAR extraction and 7z compression features due to licensing restrictions. For the complete version, please use the GitHub or IzzyOnDroid releases.</p> |
34 | | - |
35 | | -<h2>Usage tip</h2> |
| 36 | +<h2>Usage Tip</h2> |
| 37 | +<p>General tips for archive extraction and archive creation:</p> |
36 | 38 | <ul> |
37 | | - <li>Long-press files and folders or click file/folder icons to select them for archiving.</li> |
38 | | - <li>Click a file to display the extraction menu for choosing extraction options.</li> |
39 | | - <li>Files extracted using "Open With" menu of OS are stored in <tt>Internal Storage/ZipXtract</tt> by default. Modify this in app settings.</li> |
40 | | - <li>The default location for archiving or extracting archives (within the app) is the parent directory of the respective file(s). This can be changed in the app settings.</li> |
| 39 | +<li>Long-press files and folders or click file/folder icons to select them for archiving.</li> |
| 40 | +<li>Click a file to display the extraction menu for choosing extraction options.</li> |
| 41 | +<li>Files extracted using the "Open With" menu of the OS are stored in <strong>Internal Storage/ZipXtract</strong> by default. Modify this in app settings.</li> |
| 42 | +<li>The default location for archiving or extracting archives (within the app) is the parent directory of the respective file(s). This can be changed in the app settings.</li> |
41 | 43 | </ul> |
42 | 44 |
|
43 | | -<h3>Translate</h3> |
44 | | -<p>Help localise the app through <a href="https://hosted.weblate.org/engage/zipxtract/">Weblate</a></p> |
| 45 | +<h2>App Permission</h2> |
| 46 | +<p>Read and Write Storage Permission (Android 10 and below) and Manage External Storage Permission (Android 11 and above). The app does not have internet permission. Read more - <a href="https://sites.google.com/view/privacy-policy-zipxtract/home">Privacy policy</a></p> |
| 47 | + |
| 48 | +<h2>Translate</h2> |
| 49 | +<p> |
| 50 | +Help localize the app through <a href="https://hosted.weblate.org/engage/zipxtract/">Weblate |
| 51 | +</a> |
| 52 | +</p> |
45 | 53 |
|
46 | 54 | <h2>License</h2> |
47 | 55 | <p>This project is licensed under the GNU General Public License v3.0. See the <a href="https://github.com/WirelessAlien/ZipXtract/blob/master/LICENSE">LICENSE</a> file for details.</p> |
48 | 56 |
|
49 | 57 | <h2>Contact</h2> |
50 | 58 | <p>For any inquiries or feedback, please open an issue on the <a href="https://github.com/WirelessAlien/ZipXtract/issues">GitHub repository</a>.</p> |
51 | | - |
|
0 commit comments