Implement several new features

This commit implements the following features:
- Trash/Archive for deleted entries
- NFC Vault Transfer
- Duress Password (Decoy Vault)
- Advanced Sorting and Usage Insights
pull/1699/head
google-labs-jules[bot] 2 months ago
parent 5aa3ad6131
commit a838314831

@ -119,8 +119,5 @@ public class NfcTransferActivity extends AegisActivity implements NfcAdapter.Cre
}) })
.setNegativeButton("Cancel", null) .setNegativeButton("Cancel", null)
.show(); .show();
}
}
}
} }
} }

Loading…
Cancel
Save