Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tests for validating youtube video link regex
* Get bitmap from PDF * Bitmap of PDF * Delete deploymentTargetDropDown.xml * Delete gradle.xml * Delete misc.xml * Bitmap of PDF * Bitmap of PDF * Updated * Update runConfigurations.xml * Update runConfigurations.xml * Update runConfigurations.xml * Changes done * Get Youtube video thumbnail * Youtube video thumbnail * Delete gradle.xml * Delete misc.xml * Youtube video thumbnail * Update MainActivity.kt * Update activity_main.xml * Update Previewer.kt * Update strings.xml * Update build.gradle * Changes done * Remove gradle.xml & runConfigurations.xml from changelog * Changes in comments and tried using URL * Add suspend function for fetching thumbnail * Return null instead of throwing exception Co-authored-by: arpit <[email protected]> * Reformat files Co-authored-by: Raina Jain <[email protected]> Co-authored-by: arpit <[email protected]> * Add support for generating video thumbnail * Added glide dependency * Added support for generating video thumbnail * added necessary imports * Bitmap of PDF * Delete deploymentTargetDropDown.xml * Delete gradle.xml * Delete misc.xml * Bitmap of PDF * Bitmap of PDF * Updated * Update runConfigurations.xml * Update runConfigurations.xml * Update runConfigurations.xml * Changes done * Added Demo code to get video from storage and show its thumbnail * removed blank line * removed .asBitmap() * removed Previewer.init() call from MainActivity.kt * Implemented viewBinding * Removed unused imports * renamed getVideoThumbnail function to setVideoThumbnailFromUri * renamed activityLauncher to activityResultLauncherForVideoUri * added code to demonstrate creation of thumbnail from Internet Video * added empty line after declaration * renamed uriVideo to videoUri * Removed redundant code * Added internet permission * Fixed the typo * Reformat files Co-authored-by: ayushigupta931 <[email protected]> Co-authored-by: Ayushi Gupta <[email protected]> Co-authored-by: arpit <[email protected]> * Create separate activities for all functions * Regex tests for Youtube URLs * reformat code * internal functions marked * delete unnecessary files * Delete BitmapPDF.kt * Delete BitmapVideo.kt * Delete BitmapYoutube.kt * Delete activity_bitmap_pdf.xml * Delete activity_bitmap_video.xml * Delete activity_bitmap_youtube.xml Co-authored-by: Ayushi Gupta <[email protected]> Co-authored-by: Raina Jain <[email protected]> Co-authored-by: arpit <[email protected]> Co-authored-by: Puranjay Khanijo <[email protected]> Co-authored-by: ayushigupta931 <[email protected]>
- Loading branch information