cordova-plugin-photos
cordova-plugin-photos copied to clipboard
[Feat/Fix] (Fix/Feat IOS Hidden SubDirectories pictures) (Fix TIFF AND HEIC is not implemented) (Feat add counter in Collections)
DOMAX-01 BUG: IOS subCollections is visible but not undertandable. DOMAX-01 Fix/Feat: for P_C_MODE_ALBUMS implement PHCollectionList from Apple documentation use method fetchTopLevelUserCollectionsWithOptions https://developer.apple.com/documentation/photokit/phcollection/1618513-fetchtoplevelusercollectionswith?language=occ and hidde subdirectories pictures for comprehension.
DOMAX-02 BUG: ios the pictures TIFF AND HEIC is not implemented DOMAX-02 Fix: IOS add picture formats @"TIFF": @"image/tiff", @"HEIC": @"image/png"
DOMAX-03 Feat: IOS/Android Adding approximative counter picture in collections
DOMAX-04 Feat: in IOS and Android empty array in arg0 to getPhotos return all albums photos
DOMAX-05 Feat: remove auto recall callback for compréhension.
DOMAX-06 BUG: ios the pictures HEIC not working in images function getting DOMAX-06 Fix: ios Only getting JPEGRepresentation with best quality on images function
DOMAX-07 BUG: ios the images is not automaticaly oriented to the good direction DOMAX-07 Fix: ios at the end of getting images set the orientation to the good direction