Commit Graph
48 Commits
Author SHA1 Message Date
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
alex5402 272e8cfe6e feat: Add VPN network mode toggle with permission handling, resolve Android 10 black screen issues, and remove Xposed framework support. 2026-01-31 14:03:56 +05:30
AlexandGitHub f613f730dd Merge pull request #20 from ALEX5402/dev
3.1.0-beta android 10 fixes and facebook crash fix and Xiaomi hypros fix
2026-01-31 12:00:58 +05:30
alex5402 43402345e1 docs: Update release notes to include Android 10 black screen fix details, restructure existing entries, and add a compatibility table. 2026-01-31 11:59:44 +05:30
alex5402 3f8ede8968 feat: Implement legacy storage permission handling for Android 10 and below, and improve compatibility by fixing service hook and attribution source issues. 2026-01-31 11:48:11 +05:30
alex5402 6ad99e0edd Refactor: standardize bpid variable name casing and update project version. 2026-01-31 02:11:19 +05:30
alex5402 d188e0891c feat: Add IInputMethodManager proxy and refactor IActivityManagerProxy's GetContentProvider hook for improved content provider resolution. 2026-01-31 01:01:53 +05:30
alex5402 7f044c4f1d build: Customize APK output filename format to include version name and base name. 2026-01-30 23:15:02 +05:30
AlexandGitHub 0fa302bcd1 Merge pull request #19 from ALEX5402/dev
3.0.12-beta2
2026-01-30 23:00:25 +05:30
alex5402 01c647a5af docs: Simplify README content and title, and remove RELEASE_NOTES. 2026-01-30 22:58:38 +05:30
alex5402 3c60660da8 Update versionName to 3.0.12-beta2. 2026-01-30 22:54:11 +05:30
alex5402 87b384627e chore: Remove debug logging from anti-detection file access hooks and unused commented-out hook installations. 2026-01-30 22:52:54 +05:30
alex5402 46d813480f refactor: remove all Xposed-related features and code from the application and core. 2026-01-30 22:36:30 +05:30
alex5402 4238d87083 feat: Implement a safe path whitelist for anti-detection file access hooks and enable their installation. 2026-01-30 22:19:25 +05:30
alex5402 9572ccefa9 feat: Enhance Blackbox core virtualization, system service proxies, and hook mechanisms for improved compatibility. 2026-01-30 22:13:05 +05:30
alex5402 64d0421685 fix: cicd pipeline java update 2026-01-30 18:36:42 +05:30
alex5402 e779247466 feat: Introduce black-reflection and compiler modules, integrate reflection utilities, and update core components. 2026-01-30 18:24:57 +05:30
alex5402 5a557f1521 LOCAL_LDFLAGS += -Wl,--gc-sections,--strip-all,-z,max-page-size=16384 2025-08-20 07:07:55 +05:30
alex5402 1b1a75e14a The source code is open from now Enjoy 2025-08-19 20:35:23 +05:30
alex5402 6214710003 test 2025-08-19 18:05:10 +05:30
alex5402 928ae1506e fixed the .aar build issues 2025-08-19 17:56:16 +05:30
alex5402 3635641a01 changed project structure to old and packagename to old and fixed app crash on Xiaomi more stable fix proguard rules fix .aar files 2025-08-19 17:29:48 +05:30
alex5402 8b64c1dfd3 3.0.7r3 2025-08-17 01:01:30 +05:30
alex5402 d928d73e6f 3.0.1r2 2025-08-16 18:55:52 +05:30
alex5402 6ebfc7a48e fixed https://github.com/ALEX5402/NewBlackbox/issues/1 and more improvements 2025-08-16 18:50:41 +05:30
alex5402 c170aed825 fix 2025-08-16 05:00:19 +05:30
alex5402 1af0c3c20b remove x86 2025-08-16 04:58:18 +05:30
alex5402 43d90cfc78 remove x86 2025-08-16 04:11:44 +05:30
alex5402 f3ee687239 added .aar file and fix some build issues 2025-08-16 03:55:19 +05:30
alex5402 25f73f8b41 2.0-r1beta the new blackbox development will be continue here 2025-08-16 03:44:19 +05:30