-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the project structure along with dependencies
- Loading branch information
1 parent
3ce9b0e
commit f929ef2
Showing
55 changed files
with
808 additions
and
628 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*.iml | ||
.gradle | ||
/local.properties | ||
/.idea/caches | ||
/.idea/libraries | ||
/.idea/modules.xml | ||
/.idea/workspace.xml | ||
/.idea/navEditor.xml | ||
/.idea/assetWizardSettings.xml | ||
.DS_Store | ||
/build | ||
/captures | ||
.externalNativeBuild | ||
.cxx | ||
local.properties |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
183 changes: 0 additions & 183 deletions
183
.idea/shelf/Uncommitted_changes_before_Checkout_at_6_11_2024_8_49_AM_[Changes]/shelved.patch
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.idea/shelf/Uncommitted_changes_before_Checkout_at_6_11_2024_8_49_AM__Changes_.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-8 Bytes
.../shelf/Uncommitted_changes_before_Update_at_6_11_2024_9_52_PM_[Changes]/file-system.probe
Binary file not shown.
Binary file removed
BIN
-261 KB
.idea/shelf/Uncommitted_changes_before_Update_at_6_11_2024_9_52_PM_[Changes]/fileHashes.bin
Binary file not shown.
Binary file removed
BIN
-17 Bytes
.idea/shelf/Uncommitted_changes_before_Update_at_6_11_2024_9_52_PM_[Changes]/fileHashes.lock
Binary file not shown.
Empty file.
19 changes: 0 additions & 19 deletions
19
.idea/shelf/Uncommitted_changes_before_Update_at_6_11_2024_9_52_PM__Changes_.xml
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
app/src/main/kotlin/com/d4rk/netprobe/constants/permissions/PermissionsConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package com.d4rk.netprobe.constants.permissions | ||
|
||
object PermissionsConstants { | ||
const val REQUEST_CODE_NOTIFICATION_PERMISSION = 2 | ||
} |
6 changes: 6 additions & 0 deletions
6
app/src/main/kotlin/com/d4rk/netprobe/constants/ui/bottombar/BottomBarRoutes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.d4rk.netprobe.constants.ui.bottombar | ||
|
||
object BottomBarRoutes { | ||
const val SPEED_TEST = "speed_test" | ||
const val IP_ANALYZER = "ip_analyzer" | ||
} |
3 changes: 0 additions & 3 deletions
3
app/src/main/kotlin/com/d4rk/netprobe/data/model/ButtonState.kt
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
app/src/main/kotlin/com/d4rk/netprobe/data/model/ui/button/ButtonState.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.d4rk.netprobe.data.model.ui.button | ||
|
||
enum class ButtonState { Pressed , Idle } |
2 changes: 1 addition & 1 deletion
2
...om/d4rk/netprobe/data/model/ScanResult.kt → ...tprobe/data/model/ui/ipscan/ScanResult.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.