diff --git a/TODO.md b/TODO.md index 9892505..c9d205c 100644 --- a/TODO.md +++ b/TODO.md @@ -31,8 +31,7 @@ - [ ] Add more themes (Dracula, Nord, Catppuccin Latte, Gruvbox light) - [x] Remove the license and notice from the UI, just link to the github pages -- [ ] In the status screen, change the order of the scanners so that SNMP is second -- [ ] On Android, make the font of the icon (phone screen) bigger +- [x] On Android, make the font of the icon (phone screen) bigger - [x] In the status screen, the "listening for" property of passive scanners should change to days and months (now its always minutes) - [ ] Upgrade dependencies to new major versions - [x] Check for potential dependency upgrades diff --git a/frontend/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/frontend/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png index 2f2321e..497b114 100644 Binary files a/frontend/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png and b/frontend/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png differ diff --git a/frontend/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/frontend/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png index 9f27a4a..14fa3bd 100644 Binary files a/frontend/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png and b/frontend/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png differ diff --git a/frontend/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/frontend/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png index 9541c70..2fdb6b8 100644 Binary files a/frontend/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png and b/frontend/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png differ diff --git a/frontend/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/frontend/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png index c078044..d0623f9 100644 Binary files a/frontend/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png and b/frontend/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png differ diff --git a/frontend/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/frontend/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png index 4a908ed..2267cd1 100644 Binary files a/frontend/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png and b/frontend/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png differ diff --git a/frontend/assets/icon/oott_icon_foreground.png b/frontend/assets/icon/oott_icon_foreground.png index 5184d88..858182e 100644 Binary files a/frontend/assets/icon/oott_icon_foreground.png and b/frontend/assets/icon/oott_icon_foreground.png differ