Closed OlivierHokke closed 10 years ago
Should be ready
When loading the app with a large amount of photos it just loads the green locked square until something gets selected. Does not happen in master.
Hmm... weird. Now I can't replicate it any more.
I will not look into that right now, because it is not a crashing bug and thus it does not have priority. But it is good you created the issue #146
Moved PR #132 this to this as the changes here made that PR obsolete and it was dependent upon this PR anyway. Made the appropriate changes for issue #131 in commit 2daec3d.
Updated title and first comment accordingly
I can't make it break aside from the weird issue I have occasionally. But that happens in other branches too.
There was still a problem with the tap to lock, as it assumed the fileindex existed. Had to do quite some refactoring to get everything working smoothly. Fixed one other bug along the way where the app couldn't boot up because the random cache file generator created a file with an empty filename.
So this common bug is fixed:
java.io.FileNotFoundException: /data/data/com.stealth.android/cache: open failed: EISDIR (Is a directory
Closes #142. Closes #131.