Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
8f9ebabd
Commit
8f9ebabd
authored
May 28, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable http proxy, no more need it
parent
2882b615
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
src/main/res/xml/pref_feature.xml
src/main/res/xml/pref_feature.xml
+0
-6
src/main/scala/com/github/shadowsocks/Shadowsocks.scala
src/main/scala/com/github/shadowsocks/Shadowsocks.scala
+1
-1
No files found.
src/main/res/xml/pref_feature.xml
View file @
8f9ebabd
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<CheckBoxPreference
android:defaultValue=
"false"
android:key=
"isHTTPProxy"
android:summary=
"@string/http_proxy_summary"
android:title=
"@string/http_proxy"
>
</CheckBoxPreference>
<CheckBoxPreference
<CheckBoxPreference
android:defaultValue=
"true"
android:defaultValue=
"true"
android:key=
"isDNSProxy"
android:key=
"isDNSProxy"
...
...
src/main/scala/com/github/shadowsocks/Shadowsocks.scala
View file @
8f9ebabd
...
@@ -70,7 +70,7 @@ object Shadowsocks {
...
@@ -70,7 +70,7 @@ object Shadowsocks {
val
PREFS_NAME
=
"Shadowsocks"
val
PREFS_NAME
=
"Shadowsocks"
val
PROXY_PREFS
=
Array
(
"proxy"
,
"remotePort"
,
"port"
,
"sitekey"
,
"encMethod"
)
val
PROXY_PREFS
=
Array
(
"proxy"
,
"remotePort"
,
"port"
,
"sitekey"
,
"encMethod"
)
val
FEATRUE_PREFS
=
Array
(
"is
HTTPProxy"
,
"is
DNSProxy"
,
"isGFWList"
,
"isGlobalProxy"
,
val
FEATRUE_PREFS
=
Array
(
"isDNSProxy"
,
"isGFWList"
,
"isGlobalProxy"
,
"isBypassApps"
,
"proxyedApps"
,
"isAutoConnect"
)
"isBypassApps"
,
"proxyedApps"
,
"isAutoConnect"
)
val
TAG
=
"Shadowsocks"
val
TAG
=
"Shadowsocks"
val
REQUEST_CONNECT
=
1
val
REQUEST_CONNECT
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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