forked from photo/mobile-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- GalleryFragment.CustomImageFetcher, SyncImageSelectionFragment.CustomImageFileSystemFetcher, ImageFetcher, ImageFileSystemFetcher, ImageResizer: added new missing parameter processingState to the overridden processBitmap method - GalleryFragment.PhotosGridOnTouchListener: added additional check to the onScale method to do not rebuild groups if new scal factor is the same as previous - GalleryFragment: added mRevalidateRequired field - GalleryFragment: overrode setImageWorkerExitTaskEarly method and added mAdapter.notifyDataSetChanged() call when the setImageWorkerExitTaskEarly is called with false parameter and previously it was called with true - GalleryFragment: added mRevalidateRequired call to the refresh method - DiskLruCache: changed modifier for the CACHE_FILENAME_PREFIX to public - DiskLruCache: added getCacheDir - getter for the mCacheDire method - ImageFetcher: added processingState parameter to the processBitmap method variations - ImageFetcher: added processingState parameter to the downloadBitmap which is checked during download and may interrupt process - ImageFetcher: added temp file usage for download and then renaming it to target cache file to avoid problems in multithreading environment - ImageWorker: added additional debug logging to the setExitTaskEarly method - ImageWorker: fixed debug logging in the cancelPotentialWork method and added bitmapWorkerTask.isCancelled() check to avoid reusage of cancelled jobs - ImageWorker.BitmapWorkerTask: now it implements ProcessingState interface - ImageWorker.BitmapWorkerTask: added additional required parameter to the processBitmap call in the doInBackground method - ImageWorker.BitmapWorkerTask: added isProcessingCancelled method implementation - ImageWorker.ProcessingState: added - ImageFlowUtils: added debug output to the getView method - ImageFlowUtils: added layoutParams check to the getSingleImageView method - AndroidManifest.xml: updated version code and name
- Loading branch information
1 parent
2e9bbf9
commit 5208ce1
Showing
9 changed files
with
116 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters