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
518e25d2
Commit
518e25d2
authored
Apr 10, 2018
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refine plugin lib
parent
43e27316
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
mobile/src/main/AndroidManifest.xml
mobile/src/main/AndroidManifest.xml
+1
-1
mobile/src/main/res/values/styles.xml
mobile/src/main/res/values/styles.xml
+0
-10
plugin/doc.md
plugin/doc.md
+2
-1
plugin/src/main/res/values/styles.xml
plugin/src/main/res/values/styles.xml
+11
-0
No files found.
mobile/src/main/AndroidManifest.xml
View file @
518e25d2
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<activity
<activity
android:name=
".VpnRequestActivity"
android:name=
".VpnRequestActivity"
android:theme=
"@style/Theme.Translucent"
android:theme=
"@style/Theme.
AppCompat.
Translucent"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:taskAffinity=
""
android:taskAffinity=
""
android:launchMode=
"singleTask"
/>
android:launchMode=
"singleTask"
/>
...
...
mobile/src/main/res/values/styles.xml
View file @
518e25d2
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
<style
name=
"Theme.Translucent"
parent=
"Theme.AppCompat.Dialog"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:windowFrame"
>
@null
</item>
<item
name=
"android:windowContentOverlay"
>
@null
</item>
<item
name=
"android:windowAnimationStyle"
>
@null
</item>
<item
name=
"android:backgroundDimEnabled"
>
false
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<item
name=
"android:windowNoTitle"
>
true
</item>
<item
name=
"android:windowCloseOnTouchOutside"
>
false
</item>
</style>
<style
name=
"StyledScrollerTextAppearance"
parent=
"@android:style/TextAppearance"
>
<style
name=
"StyledScrollerTextAppearance"
parent=
"@android:style/TextAppearance"
>
<item
name=
"android:textSize"
>
24sp
</item>
<item
name=
"android:textSize"
>
24sp
</item>
<item
name=
"android:textStyle"
>
bold
</item>
<item
name=
"android:textStyle"
>
bold
</item>
...
...
plugin/doc.md
View file @
518e25d2
...
@@ -153,7 +153,8 @@ This corresponds to `com.github.shadowsocks.plugin.NativePluginProvider` in the
...
@@ -153,7 +153,8 @@ This corresponds to `com.github.shadowsocks.plugin.NativePluginProvider` in the
...
...
<provider
android:name=
".BinaryProvider"
<provider
android:name=
".BinaryProvider"
android:exported=
"true"
android:exported=
"true"
android:authorities=
"$FULLY_QUALIFIED_NAME_OF_YOUR_CONTENTPROVIDER"
>
android:authorities=
"$FULLY_QUALIFIED_NAME_OF_YOUR_CONTENTPROVIDER"
tools:ignore=
"ExportedContentProvider"
>
<intent-filter>
<intent-filter>
<action
android:name=
"com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"
/>
<action
android:name=
"com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"
/>
</intent-filter>
</intent-filter>
...
...
plugin/src/main/res/values/styles.xml
View file @
518e25d2
...
@@ -11,4 +11,15 @@
...
@@ -11,4 +11,15 @@
<item
name=
"preferenceCategory_marginBottom"
>
8dp
</item>
<item
name=
"preferenceCategory_marginBottom"
>
8dp
</item>
<item
name=
"windowActionModeOverlay"
>
true
</item>
<item
name=
"windowActionModeOverlay"
>
true
</item>
</style>
</style>
<style
name=
"Theme.AppCompat.Translucent"
parent=
"Theme.AppCompat.Dialog"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:windowFrame"
>
@null
</item>
<item
name=
"android:windowContentOverlay"
>
@null
</item>
<item
name=
"android:windowAnimationStyle"
>
@null
</item>
<item
name=
"android:backgroundDimEnabled"
>
false
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<item
name=
"android:windowNoTitle"
>
true
</item>
<item
name=
"android:windowCloseOnTouchOutside"
>
false
</item>
<item
name=
"windowNoTitle"
>
true
</item>
</style>
</resources>
</resources>
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