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

Overhauls the settings screen #3140

Merged
merged 8 commits into from
Feb 1, 2022
Merged
Show file tree
Hide file tree
Changes from 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import com.amaze.filemanager.filesystem.HybridFile;
import com.amaze.filemanager.filesystem.HybridFileParcelable;
import com.amaze.filemanager.filesystem.MakeDirectoryOperation;
import com.amaze.filemanager.ui.fragments.preference_fragments.PrefFrag;
import com.amaze.filemanager.ui.fragments.preference_fragments.PreferencesConstants;
import com.amaze.filemanager.utils.ProgressHandler;

import android.content.Context;
Expand All @@ -74,10 +74,10 @@
* service then calls the constructor which fires up the subsequent encryption/decryption process.
*
* <p>We differentiate between already encrypted files from <i>new ones</i> by encrypting the
* plaintext {@link PrefFrag#ENCRYPT_PASSWORD_MASTER} and {@link
* PrefFrag#ENCRYPT_PASSWORD_FINGERPRINT} against the path in database. At the time of decryption,
* we check for these values and either retrieve master password from preferences or fire up the
* fingerprint sensor authentication.
* plaintext {@link PreferencesConstants#ENCRYPT_PASSWORD_MASTER} and {@link
* PreferencesConstants#ENCRYPT_PASSWORD_FINGERPRINT} against the path in database. At the time of
* decryption, we check for these values and either retrieve master password from preferences or
* fire up the fingerprint sensor authentication.
*
* <p>From <i>new ones</i> we mean the ones when were encrypted after user changed preference for
* master password/fingerprint sensor from settings.
Expand Down

This file was deleted.

Loading