Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion OpenDocumentReader/Privacy/Lite/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- The ads SDKs declare their own tracking and Apple aggregates the
manifests, so this covers the app itself. Domains stay empty because iOS
blocks whatever is listed here when ATT is denied, which would also cut
off the non-personalized ads. true with an empty list is ITMS-91064. -->
<key>NSPrivacyTracking</key>
<true/>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
Expand Down
10 changes: 9 additions & 1 deletion fastlane/metadata/en-US/changelogs/1.37.txt
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
This release only changes how the app is built and submitted. There are no changes to the app itself.
- Legacy Word, Excel and PowerPoint files (.doc, .xls, .ppt) are read by our own implementation, with character formatting, cell fonts and fills, pictures, slide sizes and slide names
- Better support for Word tables and line breaks, Excel merged cells and value types, and PowerPoint slide sizes and tables
- ODF documents: subscript and superscript, percentage line height, first-line indent
- Pages are rendered when you open them, so documents with many pages, slides or sheets open faster
- Rewritten page tabs: readable in dark mode, no longer pushed off screen by a long sheet name, and usable with VoiceOver
- More reliable file type detection
- More privacy: your documents never leave your device, and the app sends us no usage data
- Several crashes fixed, and failures are now reported instead of ending the app
- Requires iOS 15 or later