This app is the powerful tool to clean and backup received and sent media via WhatsApp.
- All WhatsApp Media in the same place
- Delete a specified WhatsApp media file (image, video, status, audio, voice note, document...) or all media files by an easy click
- Status saver and cleaner.
- Preview the sent and received media separately.
- High-quality design and a user-friendly interface.
Any kind of contribution to the project is highly welcomed, we encourage all participants new to open source to give it a try. Any one willing to contribute to this particular project must follow the contribution for cleanliness, easy to read and smooth working of the project,
- Raise an issue before you make a pr.
- Changes should be pushed in the development branch.
- Squash all your commits in to a single commit before creating a pull request.
- If the pr for the issue isn't raised within 2 weeks, the issue can be assigned to another person.
We welcome and encourage all pull requests. It usually will take us within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
- Match coding style (braces, spacing, etc.) This is best achieved using
Reformat Code
feature of Android StudioCMD
+Option
+L
on Mac andCTRL
+ALT
+L
on Linux + Windows . - If its a feature, bugfix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against
develop
branch. Any other branch (unless specified by the maintainers) will get rejected. - Check for existing issues first, before filing an issue.
- Make sure you follow the set standard as all other projects in this repo do
- Have fun!