commit 4f1ac742bc00266a32e1183db7306c6d559460be
parent ab7a7b92d287e8f7a622f872bfb513663b004cee
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Mon, 22 May 2023 00:16:40 +0200

Update README.md
Diffstat:
MREADME.md | 73+++++++++++++++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 47 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md @@ -1,35 +1,56 @@ -# SnapEnhance +# Snap Enhance A xposed mod to enhance the Snapchat experience. <br/> The project is currently in development, so expect bugs and crashes. Feel free to open an issue if you find any bug. -[Download](https://github.com/rhunk/SnapEnhance/releases) +## Features +<details open> + <summary>Media downloader</summary> + + - Download any message in chat (snap, external medias, voice notes, ...) + - Download any story (private, public or professional) + - Anti auto download (prevent auto downloading on specific conversations) +</details> + +<details open> + <summary>Privacy</summary> + + - Disable metrics (snapchat analytics) + - Prevent sending screenshot and screen recording messages + - Prevent sending typing notifications + - Ad blocker (remove ads from stories and discover) +</details> + +<details open> + <summary>Spy</summary> + + - Anonymous story viewing (other users won't know you viewed their story) + - Message logger (log all messages sent and received, you will be able to see deleted messages) + - Prevent read receipts (other users won't know you read their messages or viewed their snaps) + - Stealth mode (prevent read receipts on a specific conversation) + - Conversation preview (show messages of a conversation without opening it) +</details> -## build - 1. make sure you have the latest version of [LSPosed](https://github.com/LSPosed/LSPosed) - 2. clone this repo using ``git clone`` - 3. run ``./gradlew assembleDebug`` - 4. install the apk using adb ``adb install -r app/build/outputs/apk/debug/app-debug.apk`` +<details open> + <summary>Extras</summary> + + - Better notifications (show message content in notification) + - Friend info (username, mutable username, birthday, added date) + - Ui tweaks (remove specific buttons in the user interface) + - External media as snap (send a gallery media to snap) + - Snapchat Plus +</details> + +## Download +To download the latest stable version, go to the [releases](https://github.com/rhunk/SnapEnhance/releases)<br/> +You can also download the latest build from the [actions](https://github.com/rhunk/SnapEnhance/actions) + +## Donate +- LTC: LbBnT9GxgnFhwy891EdDKqGmpn7XtduBdE +- BCH: qpu57a05kqljjadvpgjc6t894apprvth9slvlj4vpj +- Bitcoin: bc1qaqnfn6mauzhmx0e6kkenh2wh4r6js0vh5vel92 +- ETH: 0x0760987491e9de53A73fd87F092Bd432a227Ee92 ## About the license The GNU GPL v3 license is a free, open source software license that gives users the right to modify, share, or redistribute the software.<br/> The user agrees to make the source code of the software freely available, in addition to any modifications, additions, or derivatives made. <br/> If the software is redistributed, it must remain under the same GPLv3 license and any modifications must be clearly marked as such.<br/> - -## Features -- media downloader (+ overlay merging) -- message auto save -- message in notifications -- message logger -- snapchat plus features -- anonymous story viewing -- stealth mode -- screenshot detection bypass -- conversation preview -- prevent status notifications -- UI tweaks (remove call button, record button, ...) -- ad blocker - -## todo -- localization -- ui improvements -- snap splitting