Releases - mhoc/snaphacker GitHub Wiki
Release History
0.1
- Application functions as a rudimentary copying system, moving images from the /data/... directory to somewhere in userland.
Bugs
- App does all work on UI thread.
0.2
- Implemented listview.
- App now copies images to sd-card, generates thumbnails, and displays them next to the image.
Bugs
- Due to the way Snapchat names images, there are a lot of duplicates on the sd-card.
- App does all work on UI thread.
0.3
- Implemented simple MD5 hashing system to detect duplicates. Works very well so far.
- App now copies images to sd-card, runs them through the MD5 system, generates thumbnails, and displays them.
Bugs
- App does all work on UI thread.
0.4
- Improved interface by switing from ListView to GridView and abstracting the filenames away from the user.
- Added rudimentary delete functionality by long-pressing on an image.
- Replaced "REFRESH" label on actionbar with an icon.
Bugs
- Delete functionality does not work all the time. It seems to fail on the most recent image, as far as I can tell.
- App does all work on UI thread.