-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #5
Open
cmjester6421
wants to merge
94
commits into
origin/master
Choose a base branch
from
master
base: origin/master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Master #5
Conversation
This file contains 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
Some previous errors were preventing app from being built/running on latest version of Android libraries. Debugged and fixed code to run those fragments now (HID/MANA/DUCKHUNTER) which were previously broken. Users will not notice a difference (unless I broke something else). Signed-off-by: binkybear <[email protected]>
Fixes an issue where the 'update' button would write out of the edge of the screen.
Check for symlinks bootkali files in /system/bin. If not there, then create! Signed-off-by: binkybear <[email protected]>
offensive-security/nethunter-app#146 Signed-off-by: binkybear <[email protected]>
For use with future TCP server Signed-off-by: binkybear <[email protected]>
Suggested by Lint Signed-off-by: binkybear <[email protected]>
This reverts commit 36e9b89.
Per @jcadduono: offensive-security/nethunter-app@5696afb#commitcomment-19176682 Signed-off-by: binkybear <[email protected]>
Appears I reused the checkbox code and forgot to change the name…. offensive-security/kali-nethunter#598 Signed-off-by: binkybear <[email protected]>
..root Signed-off-by: binkybear <[email protected]>
Fragmentstatepageradapter was depreciated Signed-off-by: binkybear <[email protected]>
Check if Nethunter Terminal is installed and display status in home screen Signed-off-by: binkybear <[email protected]>
Add CheckForRoot after last permission check. Sometimes files don't copy over on first run so we need to force it to check. Doing it earlier runs risk of no permission and SuperSU display conflicting with permission requests. Helps with users who think app is broken because required files are not copied over on first run. Signed-off-by: binkybear <[email protected]>
Signed-off-by: James Christopher Adduono <[email protected]>
Update sdcard/disk mounting to work in Marshmallow+
Some of these directories are symlinks or actual folders They aren't mountpoints, causing them to be ignored Also empty variables are always true, so let's fix that too. Signed-off-by: James Christopher Adduono <[email protected]>
Use directory check instead of mountpoint, init false
Fix MacChanger on OPO
Default error was to say that Nethunter Temrinal wasn’t installed even if problem was permissions related. Now we tell the user that they are missing permissions instead or missing terminal. This is more of a problem because of recent signing of Terminal and permissions being unchecked. This should hopefully get rid of false errors. Tested by unchecking permissions in settings > apps and checking permissions again. Signed-off-by: binkybear <[email protected]>
Hello world! Example of typing to computer. Nethunter is awesome! abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890-=!@#$%^&*()_+ []\;',./{}|:"<>? This text was written by my OneplusOne using the italian layout
Faster Italian in DuckHunter HID
This reverts commit 2a61dcb.
Fixed typo from "recomend" to "recommend"
Fixed syntax typo
A couple small updates...
update versionCode to 3.16
* pull some (but not all) strings -> resources * Add some Locale.getDefault()s rather than assume * Follow lint's advice on making things package-private
Note: Someone needs to do a full extract strings to resources pass.
A couple of fixes and stuff.
Update repo
[Feature]Wifi Jammer/Deauthentication
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.
VS2019