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
12 changes: 4 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/41400.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
The app opens on the documents you had open recently, in a new look that follows your phone's light or dark setting, with what you can do to an open document moved down within reach of your thumb.
The app now opens on your recent documents, in a new look that follows your phone's light or dark setting, with the document actions in reach of your thumb.

Leaving a document with unsaved changes now asks first, and saving asks only once where to put the file.
Leaving a document with unsaved changes asks first, and saving asks only once where to put the file.

A .csv opens as a real spreadsheet, a .docx breaks onto the pages it was written for, and spreadsheets are drawn in a quieter grid under a row and column ruler that stays put while you scroll.
A .csv opens as a real spreadsheet, a .docx breaks onto real pages, and more file types are recognised and shown.

Documents that are not saved in UTF-8 come out readable, archives list their entries as files, embedded fonts in a PDF are shown correctly, and svg, ico, jxl, jp2, psd, wmf and emf are recognised as images.

A file we cannot open is no longer offered for upload to our conversion service, so no document leaves your device.

The paid app no longer carries Google's advertising code at all.
Nothing is uploaded to our conversion service any more, so no document leaves your device.
22 changes: 22 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Release notes

One file per version code, holding the "What's new" text for that release.
Written for users of the app, not for this repository: the developer-facing
record of the same release is in `CHANGELOG.md` at the root.

Named by version code (`41400.txt` for 4.14.0), which is what Play keys a
release on, and what `app/build.gradle` derives from the version name.

**Play allows 500 characters, and refuses the release with "Release note for
en-US is too long" until it fits.** The box is a single field per language and
the count includes the blank lines between paragraphs.

`supply` does not read this directory - the upload sets
`skip_upload_changelogs: true`, because promoting a release is a deliberate step
in the Play Console rather than something an upload does. The text here is
pasted into the console at promotion, per language, inside the `<en-US>` tags
the console's box comes prefilled with.

Only en-US is kept here, and 4.14.0 was promoted with only the `<en-US>` block
filled in; Play shows the release notes it has and falls back to the listing's
own language elsewhere. Translations are outstanding.