1.9
2023-01-11
Version 1.9 included videos and still images, which the app displays according to the date specified by the user. Moreover, I added the location of the photos and videos to give users the location/date data of the images/videos.
1.8
2022-02-17
Version 1.8 consists of user interface improvements and bug fixes to prevent a crash when scrolling through image collection.
1.7
2021-10-25
In this version, I added videos for search by date. So now, both still images and videos belong to search by date or search by date range. Updated to iOS 14 and Swift 5.
1.6
2020-02-18
In this version, I created Universal Links for the SearchPhotosByDate app. Universal Links are Apple's way of launching apps on their operating system from a website, also known as a web view. What that boils down to is making the connection between website and iOS app. The website hosts a particular file with an identifier that points to the iOS app. The iOS app for its part has an Associated Domains section with an entry for every domain (website) that app supports. After tapping a universal link (website), the process opens the iOS app on a user's device if it exists, or it takes a user to the App Store for the choice of downloading the app.
1.5
2018-12-28
In this upgrade, I added Google Chromecast support. Chromecast allows users to cast images from their mobile device's screen to TV screen. In the case of SearchPhotosByDate app, it means that user can filter images from local phone or iCloud by date and then show each picture on the TV screen. Users can go back and choose another date filter for the photos without Chromecast connection interruption.
1.3
2018-10-19
This update includes the following changes:
- Combining pinch and pan Gesture Recognitions together.
- Fixing tap error when clicking to an image in the middle of the gallery view.
- Fixing the wrong date in DateTo text box.
- Changing UI color.
- Fixing delete single image error.
1.2
2018-07-05
This update dealt mainly with bug fixes. Multiple image selection for sharing and deleting photos had incorrect selection index in cases when a selected image was scroll away from the current page. With the implementation of scrollToItem API, I was able to mend the problem.
1.1
2018-06-29
This version has three upgrades:
1. Sharing multiple images through all major media.
2. Deleting multiple images.
3. Localization of Date text fields to accommodate different regions.