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
cfaaaf53
Commit
cfaaaf53
authored
Sep 09, 2014
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update with new cipher rc4-md5
parent
4a4d3b11
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
jni/shadowsocks
jni/shadowsocks
+1
-1
src/main/res/values/arrays.xml
src/main/res/values/arrays.xml
+2
-0
src/main/res/values/styles_shadow.xml
src/main/res/values/styles_shadow.xml
+7
-7
No files found.
shadowsocks
@
d37f8d30
Subproject commit
0017b7c1988c30c4b4850714908399248aa73a8e
Subproject commit
d37f8d302532a8d442233d9b752324ffff99bbd0
src/main/res/values/arrays.xml
View file @
cfaaaf53
...
...
@@ -5,6 +5,7 @@
<string-array
name=
"enc_method_entry"
>
<item>
TABLE
</item>
<item>
RC4
</item>
<item>
RC4-MD5
</item>
<item>
AES-128-CFB
</item>
<item>
AES-192-CFB
</item>
<item>
AES-256-CFB
</item>
...
...
@@ -22,6 +23,7 @@
<string-array
name=
"enc_method_value"
>
<item>
table
</item>
<item>
rc4
</item>
<item>
rc4-md5
</item>
<item>
aes-128-cfb
</item>
<item>
aes-192-cfb
</item>
<item>
aes-256-cfb
</item>
...
...
src/main/res/values/styles_shadow.xml
View file @
cfaaaf53
...
...
@@ -29,16 +29,16 @@
<item
name=
"android:actionModeBackground"
>
@drawable/cab_background_top_shadow
</item>
<item
name=
"android:actionModeSplitBackground"
>
@drawable/cab_background_bottom_shadow
</item>
<item
name=
"android:actionModeCloseButtonStyle"
>
@style/ActionButton.CloseMode.Shadow
</item>
<!-- Light.DarkActionBar specific -->
<!-- Light.DarkActionBar specific -->
<item
name=
"android:actionBarWidgetTheme"
>
@style/Theme.Shadow.Widget
</item>
</style>
<style
name=
"ActionBar.Solid.Shadow"
parent=
"@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse"
>
<item
name=
"android:background"
>
@drawable/ab_
soli
d_shadow
</item>
<item
name=
"android:background"
>
@drawable/ab_
background_texture
d_shadow
</item>
<item
name=
"android:backgroundStacked"
>
@drawable/ab_stacked_solid_shadow
</item>
<item
name=
"android:backgroundSplit"
>
@drawable/ab_b
ottom_soli
d_shadow
</item>
<item
name=
"android:backgroundSplit"
>
@drawable/ab_b
ackground_texture
d_shadow
</item>
<item
name=
"android:progressBarStyle"
>
@style/ProgressBar.Shadow
</item>
</style>
...
...
@@ -48,7 +48,7 @@
</style>
<style
name=
"PopupMenu.Shadow"
parent=
"@android:style/Widget.Holo.ListPopupWindow"
>
<item
name=
"android:popupBackground"
>
@drawable/menu_dropdown_panel_shadow
</item>
<item
name=
"android:popupBackground"
>
@drawable/menu_dropdown_panel_shadow
</item>
</style>
<style
name=
"DropDownListView.Shadow"
parent=
"@android:style/Widget.Holo.ListView.DropDown"
>
...
...
@@ -64,11 +64,11 @@
<item
name=
"android:popupBackground"
>
@drawable/menu_dropdown_panel_shadow
</item>
<item
name=
"android:dropDownSelector"
>
@drawable/selectable_background_shadow
</item>
</style>
<style
name=
"ProgressBar.Shadow"
parent=
"@android:style/Widget.Holo.ProgressBar.Horizontal"
>
<item
name=
"android:progressDrawable"
>
@drawable/progress_horizontal_shadow
</item>
</style>
<style
name=
"ActionButton.CloseMode.Shadow"
parent=
"@android:style/Widget.Holo.ActionButton.CloseMode"
>
<item
name=
"android:background"
>
@drawable/btn_cab_done_shadow
</item>
</style>
...
...
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