Skip to content

Commit 8e43a9b

Browse files
committed
update main
2 parents 3dd238b + 4ff5142 commit 8e43a9b

2 files changed

Lines changed: 52 additions & 7 deletions

File tree

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
1-
# QuickEdit - Photo Editor
1+
# <img src="https://github.com/user-attachments/assets/8ed6acde-46c9-43e0-a68c-905bec182234" align="center" width="60" height="60"> QuickEdit - Photo Editor
22
QuickEdit is a user-friendly photo editor for Android, built using **Jetpack Compose**. It offers essential photo editing tools with a clean and smooth interface.
33

44
## Latest Release
55

6-
[![Release v1.0.0](https://img.shields.io/github/v/release/Abizer-R/QuickEdit-Photo-Editor)](https://github.com/Abizer-R/QuickEdit-Photo-Editor/releases/tag/v1.0.0)
6+
[![Release v0.1.0](https://img.shields.io/github/v/release/Abizer-R/QuickEdit-Photo-Editor)](https://github.com/Abizer-R/QuickEdit-Photo-Editor/releases/tag/v1.0.0)
77

8-
[Download QuickEdit v1.0.0](https://github.com/Abizer-R/QuickEdit-Photo-Editor/releases/tag/v1.0.0) - The latest version of QuickEdit, packed with all the features you need to edit your photos.
8+
[Download QuickEdit v0.1.0](https://github.com/Abizer-R/QuickEdit-Photo-Editor/releases/tag/v0.1.0) - The latest version of QuickEdit, packed with all the features you need to edit your photos.
99

1010

11-
| | | | |
12-
|:-------------------------------------------------:|:-------------------------------------------------:|:-------------------------------------------------:|:-------------------------------------------------:|
13-
|![1](https://github.com/user-attachments/assets/78217ce9-4771-4db0-9dae-345214eb28f1)|![2](https://github.com/user-attachments/assets/c26f4c38-b0cf-47c5-bd91-aa09df16deea) | ![4](https://github.com/user-attachments/assets/7d1b651e-78ca-43a8-af37-4da9b17a2a93) | ![6](https://github.com/user-attachments/assets/ae3c30e6-2999-4f53-ac44-f673bfe60e3f)
14-
|![3](https://github.com/user-attachments/assets/eda2aa88-ab50-4fb9-a081-9104c3ccdd85)| ![7](https://github.com/user-attachments/assets/5cd3f808-90f4-451f-b4d4-9518acb747d2) | ![8](https://github.com/user-attachments/assets/ebd2db8c-43b9-4271-81b9-9800e6277b98) | ![9](https://github.com/user-attachments/assets/0d863b8f-b69a-4b3d-a29d-f6b0fc57a8be)
11+
## [Click Here To Watch Demo Video](https://drive.google.com/file/d/18IipYR_jbUQVFL8U1jNEJd_KTm_Y9ije/view?usp=sharing)
1512

1613

1714

15+
16+
<div style="display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start;">
17+
<img src="https://github.com/user-attachments/assets/78217ce9-4771-4db0-9dae-345214eb28f1" alt="1" width="200" />
18+
<img src="https://github.com/user-attachments/assets/8c0214c4-f067-4bed-bac0-73bfd80fc01b" alt="2" width="200" />
19+
<img src="https://github.com/user-attachments/assets/3619584a-f672-424f-8040-baf9a563f278" alt="3" width="200" />
20+
<img src="https://github.com/user-attachments/assets/c26f4c38-b0cf-47c5-bd91-aa09df16deea" alt="4" width="200" />
21+
</div>
22+
23+
<div style="display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start;">
24+
<img src="https://github.com/user-attachments/assets/91ee2ad6-f4de-4bda-af93-e9b7232d1c00" alt="5" width="200" />
25+
<img src="https://github.com/user-attachments/assets/5cd3f808-90f4-451f-b4d4-9518acb747d2" alt="6" width="200" />
26+
<img src="https://github.com/user-attachments/assets/ebd2db8c-43b9-4271-81b9-9800e6277b98" alt="7" width="200" />
27+
<img src="https://github.com/user-attachments/assets/0d863b8f-b69a-4b3d-a29d-f6b0fc57a8be" alt="8" width="200" />
28+
</div>
29+
1830
## Features
1931

2032
- **Basic Editing Tools**: Crop, Draw, and Apply filters to your photos.

privacy_policy.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## QuickEdit - Photo Editor: Privacy policy
2+
3+
Welcome to the QuickEdit - Photo Editor app for Android!
4+
5+
This is an open source Android app developed by Abizer Rampurawala. The source code is available on GitHub under the Apache-2.0 license.
6+
7+
As an avid Android user myself, I take privacy very seriously.
8+
I know how frustrating it is when apps collect your data without your knowledge.
9+
10+
### Data collected by the app
11+
12+
I hereby state, to the best of my knowledge and belief, that I have not programmed this app to collect any personally identifiable information. All data (local copies of photos) created by the you (the user) is stored locally in your device only, and can be simply erased by clearing the app's data or uninstalling it. No analytics software is present in the app either.
13+
14+
### Explanation of permissions requested in the app
15+
16+
The list of permissions required by the app can be found in the `AndroidManifest.xml` file:
17+
18+
https://github.com/Abizer-R/QuickEdit-Photo-Editor/blob/main/app/src/main/AndroidManifest.xml
19+
<br/>
20+
and https://github.com/Abizer-R/QuickEdit-Photo-Editor/blob/main/quickedit/src/main/AndroidManifest.xml
21+
22+
| Permission | Why it is required |
23+
| :---: | --- |
24+
| `android.permission.READ_EXTERNAL_STORAGE` | Allows an application to read from external storage. Requested in Android 9 and below. |
25+
| `android.permission.WRITE_EXTERNAL_STORAGE` | Allows an application to write to external storage. Requested in Android 9 and below. |
26+
<hr style="border:1px solid gray">
27+
28+
If you find any security vulnerability that has been inadvertently caused by me, or have any question regarding how the app protectes your privacy, please send me an email or post a discussion on GitHub, and I will surely try to fix it/help you.
29+
30+
Yours sincerely,
31+
Abizer Rampurawala.
32+
Indore, India.
33+
abizerdevinfo@gmail.com

0 commit comments

Comments
 (0)