|
Initial commit — Cortex Android Agent
Full-featured Android edge agent with WiFi-only gRPC connectivity, per-feature monitoring controls (camera, screenshot, location, SMS, calls, audio, notifications), on-demand task dispatch, and an on-device Intelligence Vault history viewer with Timeline tab. |
|---|
|
0 parent
commit 8c392634d52da81eb954876a0c7a9535731a9641
|
| .gitignore 0 → 100644 |
|---|
| README.md 0 → 100644 |
|---|
| app/build.gradle.kts 0 → 100644 |
|---|
| app/proguard-rules.pro 0 → 100644 |
|---|
| app/src/main/AndroidManifest.xml 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/AgentApplication.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/AuthActivity.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/CameraActivity.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/Config.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/HistoryActivity.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/MainActivity.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/boot/BootReceiver.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/grpc/MeshClient.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/AudioModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/CallModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/CameraModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/FileSyncModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/MonitoringModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/ScreenModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/ShellSessionManager.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/SmsModule.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/modules/VisionOptimizer.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/network/NetworkMonitor.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/service/AgentService.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/service/BootReceiver.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/service/CallReceiver.kt 0 → 100644 |
|---|
| app/src/main/java/com/cortex/agentnode/service/NotificationWatcherService.kt 0 → 100644 |
|---|
| app/src/main/proto/agent.proto 0 → 100644 |
|---|
| app/src/main/res/drawable/ic_agent.xml 0 → 100644 |
|---|
| app/src/main/res/drawable/ic_agent_logo.png 0 → 100644 |
|---|
|
|
| app/src/main/res/drawable/ic_launcher_foreground.png 0 → 100644 |
|---|
|
|
| app/src/main/res/values/colors.xml 0 → 100644 |
|---|
| app/src/main/res/values/strings.xml 0 → 100644 |
|---|
| app/src/main/res/values/styles.xml 0 → 100644 |
|---|
| app/src/main/res/xml/network_security_config.xml 0 → 100644 |
|---|
| build.gradle.kts 0 → 100644 |
|---|
| gradle.properties 0 → 100644 |
|---|
| gradle/gradle-daemon-jvm.properties 0 → 100644 |
|---|
| gradle/libs.versions.toml 0 → 100644 |
|---|
| gradle/wrapper/gradle-wrapper.properties 0 → 100644 |
|---|
| gradlew 0 → 100755 |
|---|
| settings.gradle.kts 0 → 100644 |
|---|