Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
045c03d4
Commit
045c03d4
authored
Mar 12, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update script
parent
4ca8fcf1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
17 deletions
+2
-17
script/obact.py
+1
-1
script/obact_lib.py
+1
-1
src/main/java/tech/starwin/impl/OnEntrustListener.java
+0
-15
No files found.
script/obact.py
View file @
045c03d4
...
@@ -87,7 +87,7 @@ with open('obact_lib.json', "rt") as f:
...
@@ -87,7 +87,7 @@ with open('obact_lib.json', "rt") as f:
source_root
=
json_root
[
"applibroot"
]
source_root
=
json_root
[
"applibroot"
]
manifest
=
json_root
[
"appmanifest"
]
manifest
=
json_root
[
"appmanifest"
]
print
(
"activity mapping
%
s"
%
activity_mangle_setting
)
s
print
(
"activity mapping
%
s"
%
activity_mangle_setting
)
root_path
=
os
.
path
.
join
(
os
.
getcwd
(),
source_root
)
root_path
=
os
.
path
.
join
(
os
.
getcwd
(),
source_root
)
# perform content replace for the files
# perform content replace for the files
...
...
script/obact_lib.py
View file @
045c03d4
...
@@ -128,7 +128,7 @@ with open('obact_lib.json', "rt") as f:
...
@@ -128,7 +128,7 @@ with open('obact_lib.json', "rt") as f:
source_root
=
json_root
[
"applibroot"
]
source_root
=
json_root
[
"applibroot"
]
manifest
=
json_root
[
"appmanifest"
]
manifest
=
json_root
[
"appmanifest"
]
print
(
"activity mapping
%
s"
%
activity_mangle_setting
)
s
print
(
"activity mapping
%
s"
%
activity_mangle_setting
)
root_path
=
os
.
path
.
join
(
os
.
getcwd
(),
source_root
)
root_path
=
os
.
path
.
join
(
os
.
getcwd
(),
source_root
)
# perform content replace for the files
# perform content replace for the files
...
...
src/main/java/tech/starwin/impl/OnEntrustListener.java
deleted
100644 → 0
View file @
4ca8fcf1
package
tech
.
starwin
.
impl
;
import
android.app.Activity
;
import
android.content.Context
;
import
android.view.View
;
import
android.view.ViewGroup
;
import
com.common.base.BaseTrustee
;
/**
* Created by SiKang on 2019/3/12.
*/
public
interface
OnEntrustListener
{
BaseTrustee
onEntrust
(
Activity
activity
,
ViewGroup
view
,
Class
clz
);
}
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