Android app to periodically empty a specified folder
- Define multiple Profiles allowing for a high degree of control
- Manage many folders at once
- Clear on different schedules
- Clear the same folder differently depeding on the time/day/date
- and any combination of Target folder, multiple Filters and Intervals
- Recursive or non recursive deletion
- Choose to leave your folder structure intact
- Filter by Folder, Filename & File extension
- Schedule repeating, automatic Clears by
- Every X minutes
- Every X hours
- Every X days (with time of day)
- Daily
- Only on these weekdays (with time of day)
- Only on these dates (with time of day)
Please use Github's Issue system for making feature requests and reporting issues.
If you know how, a logcat log would be very useful to include to help in the bug hunting (if applicable).
I have migrated from an Eclipse/Ant build to an Android Studio (IDEA), Gradle build.
I chose to move the relevant code across manually and start a clean repo. The previous code/repo still exists and can be found here.