wangyupeng1-iri
|
a13edf1cab
|
Upgrade the sample host to reference the plugin version number
|
2017-07-03 17:33:46 +08:00 |
|
王玉鹏
|
fbfbf4e42b
|
Merge pull request #76 from kezong/master
Update sample replugin-plugin-gradle to 2.1.1
|
2017-07-03 17:17:29 +08:00 |
|
yangchao
|
28f99eeb39
|
Update sample replugin-plugin-gradle to 2.1.1
|
2017-07-03 17:14:09 +08:00 |
|
王玉鹏
|
689932051e
|
Merge pull request #74 from kezong/master
Delete redundant annotation
|
2017-07-03 16:49:10 +08:00 |
|
yangchao
|
9aa5195da6
|
Delete redundant annotation
|
2017-07-03 16:47:24 +08:00 |
|
王玉鹏
|
77c4fbe3a6
|
Merge pull request #70 from kezong/master
Delete redundant debug class
|
2017-07-03 16:12:29 +08:00 |
|
yangchao
|
fd2535ad23
|
Delete redundant debug class
|
2017-07-03 16:01:59 +08:00 |
|
王玉鹏
|
7076f61e44
|
Merge pull request #55 from lizhangqu/feature/pr
Support variant to generate plugins-builtin.json and RePluginHostConfig.java in build dir
|
2017-07-03 15:29:03 +08:00 |
|
李樟取
|
3c3e573cc3
|
* optimize manifest get way
|
2017-07-03 09:41:27 +08:00 |
|
李樟取
|
5e29b4ff27
|
* comment and log
|
2017-07-03 09:33:40 +08:00 |
|
李樟取
|
63eed78477
|
* manifest optimize
|
2017-07-03 09:31:54 +08:00 |
|
李樟取
|
5f2d010e53
|
* to static method
|
2017-07-03 08:54:06 +08:00 |
|
李樟取
|
b2ef5cc791
|
* remove static field in ReClassPlugin and CommonData
|
2017-07-02 23:23:46 +08:00 |
|
李樟取
|
75a60ac6c0
|
* pass param project to ManifestAPI use BaseInjector field named project
|
2017-07-02 23:22:51 +08:00 |
|
李樟取
|
1a647ec959
|
* add param project to ManifestAPI
|
2017-07-02 23:21:39 +08:00 |
|
李樟取
|
aef809267c
|
* pass param project and globalScope to Util
|
2017-07-02 23:21:05 +08:00 |
|
李樟取
|
ca667eaba5
|
* add project param to Util
|
2017-07-02 23:20:21 +08:00 |
|
李樟取
|
398400c907
|
* pass the project param to injector
|
2017-07-02 23:19:13 +08:00 |
|
李樟取
|
831d895ae2
|
* add param project to injector
|
2017-07-02 23:18:44 +08:00 |
|
李樟取
|
2f4f7d55a4
|
* plugin debugger support variant
|
2017-07-02 22:13:20 +08:00 |
|
李樟取
|
dbf1d4fb9f
|
* target sdk to 22
|
2017-07-02 22:11:02 +08:00 |
|
李樟取
|
e98ee44473
|
* support generate json for variant
|
2017-07-02 18:39:04 +08:00 |
|
李樟取
|
7f62bc9a63
|
* json generate support variant & generated file in build/intermediates/assets
|
2017-07-02 18:29:51 +08:00 |
|
李樟取
|
0ecb278228
|
* delete RePluginHostConfig because it will generated in build/generated/source/buildConfig dir
|
2017-07-02 17:34:14 +08:00 |
|
李樟取
|
7a4eff6e60
|
add RePluginHostConfig temp so that can delete it
|
2017-07-02 17:33:25 +08:00 |
|
李樟取
|
21437d10f8
|
* generate RePluginHostConfig in build/generated/source/buildConfig dir
|
2017-07-02 17:26:21 +08:00 |
|
Jiongxuan Zhang
|
2629f7569c
|
Update README.md
|
2017-07-02 15:50:46 +08:00 |
|
李樟取
|
8c7b3f6f7b
|
* add variant param
|
2017-07-02 15:42:54 +08:00 |
|
Jiongxuan Zhang
|
3ae4425476
|
Merge pull request #45 from lizhangqu/feature/delete_res
Delete some resource not need & adjust repo to root/build.gradle
|
2017-07-02 15:01:20 +08:00 |
|
Jiongxuan Zhang
|
d7e17fb792
|
Merge pull request #50 from wangyupeng1-iri/master
The rpShowPlugins gradle task can compatible with more scenes
|
2017-07-02 14:54:32 +08:00 |
|
wangyupeng1-iri
|
a4bfa1c4e4
|
Specification a print format
|
2017-07-02 13:09:22 +08:00 |
|
wangyupeng1-iri
|
b68b03e9f1
|
The "rpShowPlugins" gradle task optimization
|
2017-07-02 12:58:55 +08:00 |
|
李樟取
|
ad8d25eb24
|
* add mavenLocal to repositories in sample module so that we can install the plugin by executing ./gradlew and install binary to ~/.m2 dir. Then we can easily debug plugin from local
|
2017-07-02 10:02:59 +08:00 |
|
李樟取
|
abf093b105
|
* don't have execute permission, modify them to a+x permisson
|
2017-07-02 09:49:48 +08:00 |
|
Jiongxuan Zhang
|
6a13ab4d2d
|
Update README.md
|
2017-07-01 23:15:48 +08:00 |
|
李樟取
|
49af7857b2
|
* delete attr named label in application node and delete strings.xml in res/values because android library should not contains them
|
2017-07-01 22:01:05 +08:00 |
|
Jiongxuan Zhang
|
5fb32c1921
|
Merge pull request #41 from lizhangqu/feature/pr
* ignore all files in .idea dir and downgrade gradle version
|
2017-07-01 19:34:56 +08:00 |
|
Jiongxuan Zhang
|
fcafe9631a
|
Merge pull request #37 from erhu/master
Optimizes: Enable all injectors by default.
|
2017-07-01 19:16:44 +08:00 |
|
李樟取
|
d459a93b24
|
* gradle 3.3 version required android gradle plugin 2.3.0+. It is not compatible with android gradle plugin verson 2.1.3, downgrade gradle version from 3.3 to 2.14.1 temporarily.
|
2017-07-01 18:56:59 +08:00 |
|
李樟取
|
ee0949e03c
|
* ignore all files in .idea dir
|
2017-07-01 18:41:42 +08:00 |
|
hujunjie
|
65bb061451
|
Optimizes: Use all injectors by default.
|
2017-07-01 12:42:46 +08:00 |
|
zhangjiongxuan
|
d82140d921
|
Add gradle-wrapper.jar file
|
2017-07-01 04:27:52 +08:00 |
|
qihoo360github
|
6c048ece67
|
Merge pull request #31 from rocrocroc/master
Directory optimization and code upload dependency code repository
|
2017-07-01 04:22:03 +08:00 |
|
rocrocroc
|
a834174206
|
Update the setting file for replugin-host-library
|
2017-07-01 04:11:54 +08:00 |
|
rocrocroc
|
98cd541994
|
Host lib upload code repository configuration
|
2017-07-01 04:07:09 +08:00 |
|
rocrocroc
|
246fb569e4
|
Plugin lib upload code repository configuration
|
2017-07-01 03:55:08 +08:00 |
|
zhangjiongxuan
|
4ca6a29cb2
|
Update .gitignore file
|
2017-07-01 03:51:46 +08:00 |
|
rocrocroc
|
14582523f5
|
Plugin gradle project upload code repository configuration
|
2017-07-01 03:46:46 +08:00 |
|
rocrocroc
|
52d5c57d41
|
Host gradle project upload code repository configuration
|
2017-07-01 03:40:25 +08:00 |
|
zhangjiongxuan
|
db5b1f539c
|
Publish the source code for "RePlugin Sample Code (Host & Plugins)"
|
2017-07-01 03:35:23 +08:00 |
|