forked from shadowsocks/shadowsocks-android
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
esdeathlove
committed
May 30, 2017
1 parent
42f5658
commit 0a1f829
Showing
20 changed files
with
369 additions
and
15 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* config.h. Generated from config.h.in by configure. */ | ||
/* config.h.in. Generated from configure.in by autoheader. */ | ||
#ifndef _CONFIG_H_ | ||
#define _CONFIG_H_ | ||
|
||
#define DLL_NAME "libproxychains4.so" | ||
|
||
typedef in_port_t uint16_t |
Submodule proxychains
added at
3d74aa
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?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:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_enable" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<Switch | ||
android:id="@+id/sw_frontproxy_enable" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"/> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_type" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<Spinner | ||
android:id="@+id/sp_frontproxy_type" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:entries="@array/frontproxy_type_entry"/> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_addr" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<EditText | ||
android:id="@+id/et_frontproxy_addr" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"/> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_port" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<EditText | ||
android:id="@+id/et_frontproxy_port" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"/> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_username" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<EditText | ||
android:id="@+id/et_frontproxy_username" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"/> | ||
|
||
<TextView | ||
android:text="@string/frontproxy_password" | ||
android:gravity="left" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="10dp"/> | ||
<EditText | ||
android:id="@+id/et_frontproxy_password" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content"/> | ||
|
||
</LinearLayout> |
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
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
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
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
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
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
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
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
Oops, something went wrong.