-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add opacity to photo list Add an option to play and stop the video automatically using Lifecycle (this is a part of Android Jetpack) * Rename method names of the Video feature Add more sample codes to the demo app * add currency symbol * Add customizable price text * Change product imageview's scaletype from CenterCrop to FitCenter * Update document * Remove unused codes * Update document for getting a PXLPhoto * Rename photo to content * Add Grid list * Add grid header * Add guide * Add guide * Add guide * Fix a crashing bug * Add an extra option of loading gif to the header of PXLPhotoRecyclerViewInGrid Change PXLPhotoView.ImageScaleType to ImageScaleType because it is now also used in other areas * Fix a bug in scala type * Update README * Add mute/unmute sound to PXLPhotoView * Add Mute/Unmute to PXLPhotoProductView * update the doc * update the doc * Add mute/unmute to PXLPhotiView, PXLPhotoRecyclerView * Move the list updating task onto background * Add region_id to album apis * Add mute/unmute and back button to View * Update comments * Update API doc about region id * Update API doc about region id * Hide mute button if PXLPhoto is not video * Add UI customization options of each cell in list * Add GET getPhoto API for multi-region * Add region_id from edit text * Update doc * Remove blinking when onpause on PXLPhotoPRoductView * Fix a bug of restarting the video after pausing it. * Avoid loading blur image when the scale type is center_crop which let the main image cover 100% of the blur image area. Force video's original size to big size when it comes to loading the main image * Force product list's height to be always the same * Load gif images * Fix a bug of playing a video background by releasing it. it was due to a fix of adding a feature of resuming the video * Update document * Replace existing video player with ExoPlayer * Remove exoplayer library from the demo app * Improve the demo and document * Remove a library from its dependencies * Downgrade ExoPlayer to 2.8.2
- Loading branch information
1 parent
8cc0d31
commit 3c5791a
Showing
150 changed files
with
4,570 additions
and
937 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
Oops, something went wrong.