Commit Graph
79 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 4f4e04aafa build(deps): bump ConstraintLayout to 2.2.1 (#13)
Apply the patch update after a successful Android CI run.
2026-07-28 19:30:35 +03:30
dependabot[bot]andGitHub 16f51cf1d5 build(deps): bump androidx.appcompat:appcompat to 1.7.1 (#15)
Update AppCompat dependencies after a successful Android CI run.
2026-07-28 19:21:03 +03:30
Mahdi Karzari c89c6c4f81 Release FridaBox 4.2.0 with runtime bridges v4.2.0 2026-07-28 18:35:19 +03:30
Mahdi Karzari 4bfc6b5a42 Fix runtime ABI selection across release variants v4.1.1 2026-07-28 13:12:44 +03:30
Mahdi Karzari 3b771faa21 Release FridaBox 4.1.0 for all Android ABIs v4.1.0 2026-07-28 12:52:59 +03:30
Mr.KarzariandGitHub bb608b4663 Merge pull request #12 from QM4RS/agent/gadget-manager-liquid-glass
Agent/gadget manager liquid glass
2026-07-27 16:56:35 +03:30
Mahdi Karzari ca9b32026d Add liquid bubble menu animations 2026-07-27 16:46:30 +03:30
Mahdi Karzari 4d0789ecd2 Add downloadable gadgets and liquid glass launcher 2026-07-27 16:03:29 +03:30
Mahdi Karzari 1d9ff51165 Update README branding with project logo 2026-07-27 14:13:25 +03:30
Mahdi Karzari 44cf537d89 Add floating log output menu and fix several issues 2026-07-27 14:04:49 +03:30
Mr.KarzariandGitHub e4b4f6e350 Fix home header logo and title layout (#11)
Use the current logo asset and a fixed-size custom toolbar layout so the home title and tagline stay aligned.
2026-07-23 22:40:22 +03:30
Mr.KarzariandGitHub 00cc4ebde3 build: consolidate compatible dependency updates (#10)
Update compatible CI actions, Kotlin, and Android test dependencies; repair sdkmanager discovery on current Ubuntu runners; and group future Dependabot updates.
2026-07-23 21:53:24 +03:30
Mahdi Karzari ab88654013 Icon updated 2026-07-23 21:20:26 +03:30
Mahdi Karzari 0ad236e283 docs: add product design roadmap v4.0.0 2026-07-20 04:28:21 +03:30
Mahdi Karzari c515b1e6a9 docs: link public repository status 2026-07-20 04:25:10 +03:30
Mahdi Karzari 889db4d85f docs: define research hardening roadmap 2026-07-20 04:25:09 +03:30
Mahdi Karzari 2c743780c7 docs: add project contact channels 2026-07-20 04:25:09 +03:30
Mahdi Karzari 89e476c145 docs: prepare FridaBox for public release 2026-07-20 04:25:09 +03:30
Mahdi Karzari bf5f73e07a refactor: remove legacy BlackBox app shell 2026-07-20 04:25:09 +03:30
Mahdi Karzari 165c014d75 feat: ship commercial FridaBox workspace 2026-07-20 04:25:09 +03:30
Mahdi Karzari 5140bfc6a7 feat: deliver first successful FridaBox MVP
Integrate Frida Gadget into BlackBox guest startup, add the host workflow and controller tooling, and validate the complete sample hook flow on ARM64 Android 16.
2026-07-20 04:25:08 +03:30
AlexandGitHub 89b59836c6 Merge pull request #54 from ALEX5402/dev
feat: add build and telegram distribution for black-reflection and co…
2026-07-19 03:17:07 +05:30
alex5402 43eb123cd1 feat: add build and telegram distribution for black-reflection and compiler modules 2026-07-19 03:16:03 +05:30
AlexandGitHub 1f9dd82dcd Merge pull request #53 from ALEX5402/dev
removed maven.aliyun.com dependent
2026-07-19 03:00:37 +05:30
alex5402 db1d1fa166 removed maven.aliyun.com dependent 2026-07-19 02:59:35 +05:30
AlexandGitHub 71f3603217 Merge pull request #52 from ALEX5402/dev
fixing cicd build issues update gradle
2026-07-19 01:26:52 +05:30
alex5402 71d692ec2a fixing cicd build issues update gradle 2026-07-19 01:25:58 +05:30
AlexandGitHub 4076d5c656 Merge pull request #51 from ALEX5402/dev
fixing cicd build issues
2026-07-19 01:02:36 +05:30
alex5402 fe08230e8e fixing cicd build issues 2026-07-19 01:01:19 +05:30
AlexandGitHub eb71c21619 Merge pull request #50 from ALEX5402/dev
fix cicd build issues
2026-07-19 00:48:01 +05:30
alex5402 1a17e12054 fix cicd build issues 2026-07-19 00:46:32 +05:30
AlexandGitHub 9842e37775 Merge pull request #49 from ALEX5402/dev
cleanup
2026-07-19 00:33:19 +05:30
alex5402 bc259d63fc cleanup 2026-07-19 00:32:42 +05:30
AlexandGitHub 52fcf7e4c8 Merge pull request #48 from ALEX5402/dev
Dev
2026-07-18 17:08:07 +05:30
alex5402 75746c5eaa Merge PR #45: Android 15+ network, anti-detect bypass, Windows AIDL build 2026-07-18 17:07:30 +05:30
AlexandGitHub 3bdafcec6d Merge pull request #44 from yinli155/fix-webview-network-permission-android16
Fix WebView network permission on Android 15+
2026-07-18 15:09:51 +05:30
vivek 8051eddc97 fix: Android 15+ network, anti-detect bypass, Windows AIDL build
1. Network permission fix (Android 15/16):
   - Add NetworkPermissionCompat to disable framework permission cache
   - Hook checkPermission/checkPermissionForDevice in IActivityManagerProxy
   - Grant INTERNET and related network permissions for virtual apps
   - Fixes WebView blockedNetworkLoads on Android 15+

2. Anti-virtual-detection bypass:
   - Skip known anti-detect ContentProviders in BActivityThread.installProviders()
   - Covers Meituan HadesContentProvider (com.ztuni), Douyin SecurityGuard, etc.
   - App continues running instead of calling System.exit()

3. Windows AIDL build fix:
   - Strip AIDL-generated 'Using:' comment lines that contain backslash paths
   - Prevents Java compiler 'illegal Unicode escape' error on Windows

Refs: fixes #44 (partial)
2026-07-04 22:51:41 +08:00
yinli155 0968f5bc08 Fix WebView network permission on Android 15+ 2026-06-27 00:32:33 +08:00
AlexandGitHub 7956ec36f0 Merge pull request #25 from ArtRuntime/main
added getExternalObbDir funtion which is missing
2026-02-07 20:35:37 +05:30
ArtRuntime d9af6d0b8c added getExternalObbDir funtion which is missing 2026-02-07 20:34:49 +05:30
AlexandGitHub 3691922147 Merge pull request #24 from ArtRuntime/main
feat: Enhance core framework with improved service faking, package ma…
2026-02-04 22:15:47 +05:30
ArtRuntime 9c744770f8 feat: Enhance core framework with improved service faking, package management, and build system updates.
intigrated disable flag secure

remove comments cleanup codes
2026-02-04 22:09:34 +05:30
AlexandGitHub e770372144 Merge pull request #23 from ArtRuntime/main
sync
2026-02-04 19:01:06 +05:30
AlexandGitHub 3e23c74d76 Merge pull request #1 from ArtRuntime/dev
refactor: Refine crash log reporting details, update application ID, and add WorkManager dependency.
2026-02-04 18:59:41 +05:30
ArtRuntime 2e53232fd1 chore: Bump versionCode from 311 to 313. 2026-02-04 18:58:55 +05:30
ArtRuntime d5b68fef42 refactor: Refine crash log reporting details, update application ID, and add WorkManager dependency. 2026-02-04 18:56:26 +05:30
AlexandGitHub 584a8d7be5 Merge pull request #21 from ArtRuntime/main
feat: Add log sending functionality with device information and logca…
2026-02-02 19:49:40 +05:30
ArtRuntime 5288031742 feat: Add log sending functionality with device information and logcat capture, including a new utility and UI integration, and update the application version. 2026-02-02 19:47:52 +05:30
alex5402 5d0da8ec9c update: version code 2026-01-31 14:17:04 +05:30
alex5402 35778be72c feat: Introduce RELEASE_NOTES.md detailing new VPN and device info features, bug fixes, Xposed removal, and update version to 3.1.1-beta. 2026-01-31 14:04:16 +05:30