Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Frank Tobin
Nebulo
Commits
ffe69ab7
Commit
ffe69ab7
authored
May 13, 2020
by
Daniel Wolf
Browse files
Keep the screen on when generating queries
parent
4eca1c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/res/layout/dialog_query_generator.xml
View file @
ffe69ab7
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:orientation=
"vertical"
android:paddingLeft=
"@dimen/dialog_horizontal_margin"
android:paddingRight=
"@dimen/dialog_horizontal_margin"
android:paddingTop=
"@dimen/dialog_vertical_margin"
android:paddingBottom=
"@dimen/dialog_vertical_margin"
android:layout_width=
"match_parent"
tools:ignore=
"HardcodedText"
android:layout_height=
"match_parent"
>
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:keepScreenOn=
"true"
android:orientation=
"vertical"
android:paddingLeft=
"@dimen/dialog_horizontal_margin"
android:paddingTop=
"@dimen/dialog_vertical_margin"
android:paddingRight=
"@dimen/dialog_horizontal_margin"
android:paddingBottom=
"@dimen/dialog_vertical_margin"
tools:ignore=
"HardcodedText"
>
<EditText
android:id=
"@+id/iterations"
android:layout_width=
"match_parent"
android:
hint=
"Iterations
"
android:
layout_height=
"wrap_content
"
android:digits=
"0123456789"
android:hint=
"Iterations"
android:importantForAutofill=
"no"
android:inputType=
"number"
android:id=
"@+id/iterations"
android:layout_height=
"wrap_content"
/>
android:inputType=
"number"
/>
<EditText
android:id=
"@+id/delay"
android:layout_width=
"match_parent"
android:
hint=
"Base delay time
"
android:
layout_height=
"wrap_content
"
android:digits=
"0123456789"
android:hint=
"Base delay time"
android:importantForAutofill=
"no"
android:inputType=
"number"
android:id=
"@+id/delay"
android:text=
"20000"
android:layout_height=
"wrap_content"
/>
android:text=
"20000"
/>
<CheckBox
android:id=
"@+id/baseDomains"
android:layout_width=
"wrap_content"
android:
textColor=
"?android:attr/textColor
"
android:
layout_height=
"wrap_content
"
android:text=
"Open base domains"
android:id=
"@+id/baseDomains"
android:layout_height=
"wrap_content"
/>
android:textColor=
"?android:attr/textColor"
/>
<CheckBox
android:id=
"@+id/deepurls"
android:layout_width=
"wrap_content"
android:
textColor=
"?android:attr/textColor
"
android:
layout_height=
"wrap_content
"
android:text=
"Open deep urls"
android:id=
"@+id/deepurls"
android:layout_height=
"wrap_content"
/>
android:textColor=
"?android:attr/textColor"
/>
<CheckBox
android:layout_width=
"wrap_content"
android:id=
"@+id/randomTimeout"
android:textColor=
"?android:attr/textColor"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"Add random delay"
android:
layout_height=
"wrap_content"
/>
android:
textColor=
"?android:attr/textColor"
/>
<CheckBox
android:id=
"@+id/useChrome"
android:layout_width=
"wrap_content"
android:
textColor=
"?android:attr/textColor
"
android:
layout_height=
"wrap_content
"
android:text=
"Use chrome"
android:id=
"@+id/useChrome"
android:layout_height=
"wrap_content"
/>
android:textColor=
"?android:attr/textColor"
/>
<CheckBox
android:layout_width=
"wrap_content"
android:textColor=
"?android:attr/textColor"
android:text=
"Restart vpn inbetween sites"
android:id=
"@+id/restartVpn"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:checked=
"true"
android:layout_height=
"wrap_content"
/>
android:text=
"Restart vpn inbetween sites"
android:textColor=
"?android:attr/textColor"
/>
</LinearLayout>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment