mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 22:29:33 +00:00
check box lists
This commit is contained in:
parent
a26fe1eb6c
commit
e7399bbb5b
@ -338,6 +338,7 @@
|
|||||||
<package>org.sleuthkit.autopsy.modules.encryptiondetection</package>
|
<package>org.sleuthkit.autopsy.modules.encryptiondetection</package>
|
||||||
<package>org.sleuthkit.autopsy.modules.filetypeid</package>
|
<package>org.sleuthkit.autopsy.modules.filetypeid</package>
|
||||||
<package>org.sleuthkit.autopsy.modules.hashdatabase</package>
|
<package>org.sleuthkit.autopsy.modules.hashdatabase</package>
|
||||||
|
<package>org.sleuthkit.autopsy.modules.interestingitems</package>
|
||||||
<package>org.sleuthkit.autopsy.modules.vmextractor</package>
|
<package>org.sleuthkit.autopsy.modules.vmextractor</package>
|
||||||
<package>org.sleuthkit.autopsy.progress</package>
|
<package>org.sleuthkit.autopsy.progress</package>
|
||||||
<package>org.sleuthkit.autopsy.report</package>
|
<package>org.sleuthkit.autopsy.report</package>
|
||||||
|
@ -1050,7 +1050,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
*
|
*
|
||||||
* @throws TskCoreException
|
* @throws TskCoreException
|
||||||
*/
|
*/
|
||||||
abstract boolean isValid() throws TskCoreException;
|
public abstract boolean isValid() throws TskCoreException;
|
||||||
|
|
||||||
public abstract String getIndexPath() throws TskCoreException;
|
public abstract String getIndexPath() throws TskCoreException;
|
||||||
|
|
||||||
@ -1301,7 +1301,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
* @throws TskCoreException
|
* @throws TskCoreException
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
boolean isValid() throws TskCoreException {
|
public boolean isValid() throws TskCoreException {
|
||||||
return hasIndex();
|
return hasIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1646,7 +1646,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
* @return true if is valid, false otherwise
|
* @return true if is valid, false otherwise
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
boolean isValid() {
|
public boolean isValid() {
|
||||||
if (!CentralRepository.isEnabled()) {
|
if (!CentralRepository.isEnabled()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#Updated by build script
|
#Updated by build script
|
||||||
#Tue, 29 Mar 2022 14:28:23 -0400
|
#Mon, 09 May 2022 12:29:49 -0400
|
||||||
LBL_splash_window_title=Starting Autopsy
|
LBL_splash_window_title=Starting Autopsy
|
||||||
SPLASH_HEIGHT=314
|
SPLASH_HEIGHT=314
|
||||||
SPLASH_WIDTH=538
|
SPLASH_WIDTH=538
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#Updated by build script
|
#Updated by build script
|
||||||
#Tue, 29 Mar 2022 14:28:23 -0400
|
#Mon, 09 May 2022 12:29:49 -0400
|
||||||
CTL_MainWindow_Title=Autopsy 4.19.3
|
CTL_MainWindow_Title=Autopsy 4.19.3
|
||||||
CTL_MainWindow_Title_No_Project=Autopsy 4.19.3
|
CTL_MainWindow_Title_No_Project=Autopsy 4.19.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user