0
I Use This!
Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1365 from Fry-kun/arm64 More... 16 days ago
cleanup More... about 2 months ago
Merge branch 'beta' into arm64 More... about 2 months ago
Merge pull request #1375 from NeroProtagonist/nflogIPv6 More... about 2 months ago
Merge branch 'ukanth:beta' into nflogIPv6 More... about 2 months ago
Merge pull request #1376 from ukanth/ukanth-patch-1 More... about 2 months ago
Update gradle.properties More... about 2 months ago
Update gradle.properties More... about 2 months ago
All external binaries/platforms are now compiled with API 21. Added printing of IPv6 TCP/UDP/ICMPv6 packets with nflog. More... about 2 months ago
Fix NDK_ABINAME ("arm64" is not valid, but "arm64-v8a" works) More... 4 months ago
Add configs for arm64 binary builds. More... 5 months ago
Merge https://github.com/ukanth/afwall into beta More... 8 months ago
Prepare for release 3.6.0 More... 8 months ago
Merge pull request #1346 from Nriver/bugfix/1298 More... 8 months ago
fix Simplified Chinese language recognition More... 8 months ago
Updated to latest gradle and gradle changes More... 8 months ago
Fix lag due to looping More... 8 months ago
Proper use of param for multiuser + uid More... 8 months ago
Libsu preclosure of shell More... 8 months ago
Fix crash due to -U merge More... 8 months ago
Merge branch 'beta' of https://github.com/ukanth/afwall into beta More... 8 months ago
Merge pull request #1338 from amaa-99/3-bug-in-the-implementation-of-apigetpackagesforuser-leading-to-empty-package-list More... 8 months ago
Merge branch 'beta' of https://github.com/ukanth/afwall into beta More... 8 months ago
Fix crash on device start More... 8 months ago
Merge pull request #1342 from amaa-99/11-remove-unused-dependencies-from-the-buildgradle-configuration-file More... 8 months ago
Merge pull request #1341 from amaa-99/9-binary-files-get-copied-twice-due-to-the-abi-detection More... 8 months ago
* [Issue #3] Bug in the implementation of Api.getPackagesForUser() leading to empty package list. Changed the getApps() implementation to only call getPackagesForUser() in case supportDual is enabled. This avoids the problems with the unsupported 'pm list packages -U' issue in that location in case the supportDual is not enabled, and reduces the lag when opening the application list view due to the overhead of running 'pm list' in a shell. More... 8 months ago
* [Issue #3] Bug in the implementation of Api.getPackagesForUser() leading to empty package list. Implemented the new Api.getApplicationIcon() method and replaced the calls to Api.getPackagesForUser() in the LogRecyclerViewAdapter with this one. This both works around the unsupported 'pm list packages -U' issue, and fixes the lag when opening the log view due to the overhead of running 'pm list' in a shell. More... 8 months ago
Merge pull request #1340 from amaa-99/7-detection-of-kingroot-fails-due-a-typo More... 9 months ago
* [Issue #11] Remove unused dependencies from the build.gradle configuration file. Removed the unused dependencies from the build.gradle configuration file. More... 9 months ago