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.
photo#449 - GalleryFragment.GalleryAdapterExt: added overridden method checkNeedToLoadNextPage to return proper results for super item count and super item position - EndlessAdapter: added variation of checkNeedToLoadNextPage method with the count parameter - ImageFlowUtils.ItemGroupWrapper: added - ImageFlowUtils: changed field itemGroups type - ImageFlowUtils: added methdo getSuperItemPositionForGroupPosition - ImageFlowUtils: modified getGroupItem method to return group list data from ItemGroupWrapper photo#450 - GalleryFragment.GalleryAdapterExt: added overridden method deleteItemAt which notify imageFlowUtils about item deletion - ImageFlowUtils: added new fields lastUsedWidth and lastIndex - ImageFlowUtils: extracted method getRatio and replaced occurrences in the calculateImageHeightResult, buildGroups and getSingleImageView methods - ImageFlowUtils: modified buildGroups method to do not repeat group building work for not modified groups in case items are only appended - ImageFlowUtils: added new methods onGroupsStructureModified
- Loading branch information
1 parent
57a4e67
commit 38bd0b5
Showing
3 changed files
with
108 additions
and
18 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