Big UPDATE - #16
Merged
Merged
Conversation
- Remove ~5,700 lines dead Kotlin and unused native C++ tree - Retire traffic-killing capture mode - Fix TCP flags extraction for VPN path (SYN/connection-flood detection) - Fix PCAP timestamp corruption - Consolidate root-detection implementation - Add IPv6 support to capture path - Fix Dart type-cast crash in lib/models.dart - Clear 111 lints; optimize hot paths (O(n)->O(1), avoid redundant decoding) - Replace unsalted SHA-256 with salted PBKDF2 (120k iterations) + migration - Add keystore and release signing config; compile-out debug endpoints in release - Bump Flutter/Kotlin/Gradle/AGP deps; add Dependabot + CodeQL - Add per-app traffic attribution, dark mode, DoH detection, malformed TCP detection, PIN change, auto-lock - Add 131 tests (25 Dart, 106 Kotlin)
…cation Previously anchored to /android/key.properties only; a stray copy at the repo root (untracked, never committed, placeholder credentials) wasn't covered. Confirmed via full git history search that no keystore or key.properties file has ever been committed on any branch. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lots of useless stuff removed, bugs fixed, and it became a lot cleaner and more effective.