mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
10 lines
825 B
Plaintext
10 lines
825 B
Plaintext
Changes to make to API when we are ready to make backward incompatible changes:
|
|
|
|
- HTMLReport has special API for more context on columns and special handling in REportGenerator. Change all reports to the new API.
|
|
- DataContentViewer.isPreferred does not need isSupported to be passed in
|
|
- DataContentViewerHex and Strings can have the public setDataView methods removed in favor of the new private ones
|
|
- Content.getUniquePath() should not thrown TskException. We should deal with it in the method.
|
|
- Make the list of events that Case fires off to be part of an enum to group them together (like IngestManager does).
|
|
- Sub-modules in RecentActivity have a bunch of public/protected variables that do not need to be. (i.e. ExtractRegistry.rrFullFound).
|
|
- Delete BrowserType enum and BrowserActivityType in RecentActivity.
|