commit 70784da38edde672a4dc5901d0b7ce0d6165e949
parent 192277d2f159922d8ea1dc13f265220a850ee503
Author: authorisation <64337177+authorisation@users.noreply.github.com>
Date:   Sun,  3 Sep 2023 15:53:23 +0200

chore(readme): privacy section

Diffstat:
MREADME.md | 66++++++++++++++++++++++++++++++++++++++++++++----------------------
Mapp/src/main/AndroidManifest.xml | 2--
2 files changed, 44 insertions(+), 24 deletions(-)

diff --git a/README.md b/README.md @@ -8,11 +8,6 @@ SnapEnhance is an Xposed mod that enhances your Snapchat experience.<br/><br/> Please note that this project is currently in development, so bugs and crashes may occur. If you encounter any issues, we encourage you to report them. To do this simply visit our [issues](https://github.com/rhunk/SnapEnhance/issues) page and create an issue, make sure to follow the guidelines. </div> -## Download -To Download the latest stable release, please visit the [Releases](https://github.com/rhunk/SnapEnhance/releases) page.<br/> -You can also download the latest debug build from the [Actions](https://github.com/rhunk/SnapEnhance/actions) section.<br/> -We no longer offer official LSPatch binaries for obvious reasons. However, you're welcome to patch them yourself, as they should theoretically work without any issues. - ## Quick Start Requirements: - Rooted using Magisk or KernelSU @@ -25,6 +20,11 @@ Although using this in an unrooted enviroment using something like LSPatch shoul 3. Force Stop Snapchat 4. Open the menu by clicking the [Settings Gear Icon](https://i.imgur.com/2grm8li.png) +## Download +To Download the latest stable release, please visit the [Releases](https://github.com/rhunk/SnapEnhance/releases) page.<br/> +You can also download the latest debug build from the [Actions](https://github.com/rhunk/SnapEnhance/actions) section.<br/> +We no longer offer official LSPatch binaries for obvious reasons. However, you're welcome to patch them yourself, as they should theoretically work without any issues. + ## Features <details open> <summary>Spying & Privacy</summary> @@ -82,24 +82,26 @@ Although using this in an unrooted enviroment using something like LSPatch shoul - Chat Export (HTML, JSON and TXT) </details> -## License -The [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license is a free, open-source software license that grants users the right to modify, share, and redistribute the software.<br/> -By using this software, you agree to make the source code freely available, along with any modifications, additions, or derivatives. <br/> -When redistributing the software, it must remain under the same [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license, and any modifications should be clearly indicated as such.<br/> +## Privacy -## Donate -- LTC: LbBnT9GxgnFhwy891EdDKqGmpn7XtduBdE -- BCH: qpu57a05kqljjadvpgjc6t894apprvth9slvlj4vpj -- BTC: bc1qaqnfn6mauzhmx0e6kkenh2wh4r6js0vh5vel92 -- ETH: 0x0760987491e9de53A73fd87F092Bd432a227Ee92 +We do not collect any user information. However, please be aware that third-party libraries may collect data as described in their respective privacy policies. +<details> + <summary>Permissions</summary> + + - [android.permission.INTERNET](https://developer.android.com/reference/android/Manifest.permission#INTERNET) + - [android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS](https://developer.android.com/reference/android/Manifest.permission.html#REQUEST_IGNORE_BATTERY_OPTIMIZATIONS) + - [android.permission.POST_NOTIFICATIONS](https://developer.android.com/reference/android/Manifest.permission.html#POST_NOTIFICATIONS) +</details> -## Credits -- [LSPosed](https://github.com/LSPosed/LSPosed) -- [dexlib2](https://android.googlesource.com/platform/external/smali/+/refs/heads/main/dexlib2/) -- [ffmpeg-kit-full-gpl](https://github.com/arthenica/ffmpeg-kit) -- [osmdroid](https://github.com/osmdroid/osmdroid) -- [coil](https://github.com/coil-kt/coil) -- [Dobby](https://github.com/jmpews/Dobby) +<details> + <summary>Third-party libraries used</summary> + + - [libxposed](https://github.com/libxposed/api) + - [ffmpeg-kit-full-gpl](https://github.com/arthenica/ffmpeg-kit) + - [osmdroid](https://github.com/osmdroid/osmdroid) + - [coil](https://github.com/coil-kt/coil) + - [Dobby](https://github.com/jmpews/Dobby) +</details> ## Contributors - [rathmerdominik](https://github.com/rathmerdominik) @@ -108,4 +110,24 @@ When redistributing the software, it must remain under the same [GPLv3](https:// - [RevealedSoulEven](https://github.com/revealedsouleven) - [iBasim](https://github.com/ibasim) - [xerta555](https://github.com/xerta555) -- [TheVisual](https://github.com/TheVisual) +- [TheVisual](https://github.com/TheVisual) + +## Credits +- [LSPosed](https://github.com/LSPosed/LSPosed) +- [dexlib2](https://android.googlesource.com/platform/external/smali/+/refs/heads/main/dexlib2/) +- [ffmpeg-kit-full-gpl](https://github.com/arthenica/ffmpeg-kit) +- [osmdroid](https://github.com/osmdroid/osmdroid) +- [coil](https://github.com/coil-kt/coil) +- [Dobby](https://github.com/jmpews/Dobby) + + +## Donate +- LTC: LbBnT9GxgnFhwy891EdDKqGmpn7XtduBdE +- BCH: qpu57a05kqljjadvpgjc6t894apprvth9slvlj4vpj +- BTC: bc1qaqnfn6mauzhmx0e6kkenh2wh4r6js0vh5vel92 +- ETH: 0x0760987491e9de53A73fd87F092Bd432a227Ee92 + +## License +The [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license is a free, open-source software license that grants users the right to modify, share, and redistribute the software. +By using this software, you agree to make the source code freely available, along with any modifications, additions, or derivatives. +When redistributing the software, it must remain under the same [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text) license, and any modifications should be clearly indicated as such. diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml @@ -4,8 +4,6 @@ <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> - - <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" /> <uses-permission android:name="android.permission.INTERNET" /> <queries>