Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/3.7.1 to master #3355

Merged
merged 65 commits into from Jun 15, 2022
Merged

Hotfix/3.7.1 to master #3355

merged 65 commits into from Jun 15, 2022

Conversation

VishalNehra
Copy link
Member

Description

Issue tracker

Automatic tests

  • Added test cases

Manual tests

  • Done

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

VishalNehra and others added 30 commits April 24, 2022 04:06
translation completed for the source file '/app/src/main/res/values/strings.xml'
on the 'de' language.
Otherwise if the edit made the text shorter, the remaining content won't be truncated because ContentResolver.openOutputStream(Uri) defaults to "w" only.

This wasn't a problem until API 29 because previously the platform ParcelFileDescriptor.parseMode() (incorrectly) treated "w" to be the same as "wt" and added MODE_TRUNCATE. However, that has been fixed since API 29, while the default mode for ContentResolver.openOutputStream(Uri) remained "w", which resulted in such a bug.

See also https://stackoverflow.com/q/56902845 .
translation completed for the source file '/app/src/main/res/values/strings.xml'
on the 'it' language.
Truncate existing text files when writing.
Fix formatting; bump spotless version
Add username to on-demand workflow
…ports

Fix imports for PreferenceConstants
VishalNehra and others added 28 commits June 8, 2022 04:54
This prevented deeplink with SSH host destination from working.
Feature/3301 add slf4j and share logging file
Add `hotfix/*` as a target branch
Add support for deeplink to open files directly
Fix cut/copy snackbar overlap with the cancel button
@VishalNehra VishalNehra merged commit 6eec21a into master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants