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
10ed65c3
Commit
10ed65c3
authored
Feb 04, 2020
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing changes
parent
14e19656
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugin/CHANGES.md
plugin/CHANGES.md
+1
-0
plugin/doc.md
plugin/doc.md
+2
-3
No files found.
plugin/CHANGES.md
View file @
10ed65c3
...
...
@@ -2,6 +2,7 @@
*
Optional new metadata
`com.github.shadowsocks.plugin.id.aliases`
for plugin ID aliases;
(see doc for
`PluginContract.METADATA_KEY_ID_ALIASES`
and main documentation "Plugin ID Aliasing" for more information)
*
Please use
`android:path`
instead of
`android:pathPrefix`
, sample code in documentations have been updated to reflect this recommendation.
*
You can now use
`android:resources`
on
`meta-data`
tags. (main/host app update required)
*
Fix occasional crash in
`AlertDialogFragment`
.
*
Translation updates.
*
Dependency updates:
...
...
plugin/doc.md
View file @
10ed65c3
...
...
@@ -128,11 +128,10 @@ Every native mode plugin MUST have a content provider to provide the native exec
*
MUST have
`android:label`
and
`android:icon`
; (may be configured by its parent
`application`
)
*
MUST have an intent filter with action
`com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN`
;
(used for discovering plugins)
*
MUST have meta-data
`com.github.shadowsocks.plugin.id`
with string value
`$PLUGIN_ID`
;
*
MUST have meta-data
`com.github.shadowsocks.plugin.id`
with string value
`$PLUGIN_ID`
or a string resource
;
*
MUST have an intent filter with action
`com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN`
and
data
`plugin://com.github.shadowsocks/$PLUGIN_ID`
; (used for configuring plugin)
*
CAN have meta-data
`com.github.shadowsocks.plugin.default_config`
with string value, default is
empty;
*
CAN have meta-data
`com.github.shadowsocks.plugin.default_config`
with string value or a string resource, default is empty;
*
MUST implement
`query`
that returns the file list which MUST include
`$PLUGIN_ID`
when having
these as arguments:
-
`uri = "content://$authority_of_your_provider`
;
...
...
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