-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Started implementing EXIF metadata viewer * Conversion of APEX units. EXIF AUX section * Added histogram created with CoreImage * Using more appropriate image creation method * Added GPS location parsing / presentation * Made image details formatting more compact * Added header with image thumbnail, file size info And.. IPTC meta-data parsing * Added TIFF meta-data * Added TIFF:PhotometricInterpretation mapping * Small fixes in the EXIF meta data view - Progress indicator while data is being generated - Fixed parsing of ISO speed rating (film sensitivity) - Not displaying meta-data where value is empty * Moved GPS data to the top, improved exposure bias formatting * few text formatting fixes * Layout changes to make metadata view look nicer on iPad * Pro photo features configured as IAP * Localization changes * Fixed wrong text formatting * Started implemented pro photo upload settings * Added extended photo upload settings - Prefer uploading originals (non-edited) - Prefer uploading RAW images * First functioning implementation * Fixed issue with image preview rotation * Fixed rotation issue in image preview * Fixed incorrect image dimensions in case of RAW photo * Added a RAW photo badge in photo picker * Added ‘Pro Photo’ IAP as a single purchasable product * Changed wording and added localized strings * Check user eligibility for using pro photo upload features - Allow all enterprise users to use RAW / original photo upload - Allow users who has purchased an IAP * Fixed code review findings * Fixed review findings - Color space was wrongly named as exposure bias (copy-paste error) - Reduced precision of displayed altitude to two decimal digits * Changed app store IAP identifier for Pro Photo package AppStore Connect doesnt support hyphens * Update oC SDK * Fixed issues with previously merged code not buildable * Updated oc SDK * Merged latest changes and made branch buildable again * - revert reverted changes in ownCloud File Provider/OCItem+FileProviderItem.m * - revert logging-related reverts performed by 72c2d80 * - revert bugfix removal originating from 905f485 * Avoid recomputing badge images used in table view cells Plus change access level of some properties from fileprivate to private * Corrected review findings - Avoiding blocking main thread - Observing product license asynchronously - Reacting to enterprise account addition / removal by observing corresponding notification * Fixed latest review findings * Made code more reliable in terms of reacting to account changes in a multi window environment * Changed the logic how photo resource is chosen for export * More robust detection of RAW assets Soe apps don’t seem to follow guidelines for storing RAW photos suggested by Apple. So instead of using alternatePhoto, they store RAW as main resource * Don’t show prefer RAW option if there is no camera on board which would support shooting RAW * Fixed compilation issues with Xcode 11.7 Co-authored-by: Michael Neuwert <mn@neuwert-media.com> Co-authored-by: Matthias Hühne <github@hosy.de> Co-authored-by: Felix Schwarz <fs-git@iospirit.com> Co-authored-by: Michael Neuwert <michael.neuwert@gmail.com>
- Loading branch information
1 parent
1895263
commit 037c787
Showing
25 changed files
with
348 additions
and
85 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ SPEC CHECKSUMS: | |
|
||
PODFILE CHECKSUM: 9075b8f92281024401a0039c3477c9a16650b092 | ||
|
||
COCOAPODS: 1.8.4 | ||
COCOAPODS: 1.9.3 |
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
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.