Skip to content

Commit

Permalink
'#2170: Add a sub-category for signal calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite committed May 29, 2024
1 parent 4c2510f commit 09a9ada
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions iped-app/resources/localization/iped-categories.properties
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Discord\ Calls
Facebook\ Calls=Facebook\ Calls
Other\ Calls=Other\ Calls
Phone\ Calls=Phone\ Calls
Signal\ Calls=Signal\ Calls
Telegram\ Calls=Telegram\ Calls
Threema\ Calls=Threema\ Calls
WhatsApp\ Calls=WhatsApp\ Calls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Discord\ Calls[TBT]
Facebook\ Calls=Facebook\ Calls[TBT]
Other\ Calls=Other\ Calls[TBT]
Phone\ Calls=Phone\ Calls[TBT]
Signal\ Calls=Signal\ Calls[TBT]
Telegram\ Calls=Telegram\ Calls[TBT]
Threema\ Calls=Threema\ Calls[TBT]
WhatsApp\ Calls=WhatsApp\ Calls[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Discord\ Calls[TBT]
Facebook\ Calls=Facebook\ Calls[TBT]
Other\ Calls=Other\ Calls[TBT]
Phone\ Calls=Phone\ Calls[TBT]
Signal\ Calls=Signal\ Calls[TBT]
Telegram\ Calls=Telegram\ Calls[TBT]
Threema\ Calls=Threema\ Calls[TBT]
WhatsApp\ Calls=WhatsApp\ Calls[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Discord\ Calls[TBT]
Facebook\ Calls=Facebook\ Calls[TBT]
Other\ Calls=Other\ Calls[TBT]
Phone\ Calls=Phone\ Calls[TBT]
Signal\ Calls=Signal\ Calls[TBT]
Telegram\ Calls=Telegram\ Calls[TBT]
Threema\ Calls=Threema\ Calls[TBT]
WhatsApp\ Calls=WhatsApp\ Calls[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Discord\ Calls[TBT]
Facebook\ Calls=Facebook\ Calls[TBT]
Other\ Calls=Other\ Calls[TBT]
Phone\ Calls=Phone\ Calls[TBT]
Signal\ Calls=Signal\ Calls[TBT]
Telegram\ Calls=Telegram\ Calls[TBT]
Threema\ Calls=Threema\ Calls[TBT]
WhatsApp\ Calls=WhatsApp\ Calls[TBT]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Discord\ Calls=Chamadas\ Discord
Facebook\ Calls=Chamadas\ Facebook
Other\ Calls=Outras\ Chamadas
Phone\ Calls=Chamadas\ Telefônicas
Signal\ Calls=Chamadas\ Signal
Telegram\ Calls=Chamadas\ Telegram
Threema\ Calls=Chamadas\ Threema
WhatsApp\ Calls=Chamadas\ WhatsApp
Expand Down
2 changes: 2 additions & 0 deletions iped-app/resources/scripts/tasks/RefineCategoryTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ function process(e){
e.setCategory("Threema Calls");
} else if (source.contains("telegram")) {
e.setCategory("Telegram Calls");
} else if (source.contains("signal")) {
e.setCategory("Signal Calls");
} else {
// New sub-categories may be created from other phone call apps handled by UFED
e.setCategory("Other Calls");
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09a9ada

Please sign in to comment.