Skip to content

Commit

Permalink
update README and release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bu,Shaopeng committed Mar 7, 2017
1 parent 1f16aef commit abe695c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ and then add this to you app build scripts:
watchTimeConsume = false

//this is the most important part
//structure is like ['class':[[:],[:]],'class':[[:],[:]]], type is Map<String, List<Map<String, Object>>>
//basic structure is like ['class':[[:],[:]],'class':[[:],[:]]], type is Map<String, List<Map<String, Object>>>
//advanced structure is like: ['classMatchPattern':['classMatchType':'wildcard','modifyMethods':[[:],[:]]],'classMatchPattern':['classMatchType':'regEx','modifyMethods':[[:],[:]]]]
modifyMatchMaps = [
//this is the basic version
'classname of which to be modified': [
// you can use javap -s command to get the description of one method
// the adapter is a closure
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/helpContent.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
// watchTimeConsume = false
//
// //this is the most important part
// //structure is like ['class':[[:],[:]],'class':[[:],[:]]], type is Map<String, List<Map<String, Object>>>
// //basic structure is like ['class':[[:],[:]],'class':[[:],[:]]], type is Map<String, List<Map<String, Object>>>
// //advanced structure is like: ['classMatchPattern':['classMatchType':'wildcard','modifyMethods':[[:],[:]]],'classMatchPattern':['classMatchType':'regEx','modifyMethods':[[:],[:]]]]
// modifyMatchMaps = [
// //this is the basic version
// 'classname of which to be modified': [
// // you can use javap -s command to get the description of one method
// // the adapter is a closure
Expand Down
1 change: 0 additions & 1 deletion todolist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- currently compatible with 2.0
- first step is to be compatible with 2.+, like 2.1, 2.2
- modify directory class input
- apply class match wildcard, extend structure, add attr of matchmode(full,wildcard,regx)
- modify class: provide function to add methods or constructors
- create a new class
- fix the exception: Error:Execution failed for task ':submodule:app:mockableAndroidJar'.
Expand Down

0 comments on commit abe695c

Please sign in to comment.