Jiongxuan Zhang
|
2017872d14
|
Merge pull request #215 from SkyEric/master
Support plugin to use the host's common library
|
2017-07-17 17:17:38 +08:00 |
|
wangyupeng1-iri
|
381fe18d82
|
Optimize configuration file
|
2017-07-17 16:14:15 +08:00 |
|
wangyupeng1-iri
|
083edf8b66
|
Submit plugin-demo3-kotlin
|
2017-07-17 16:11:01 +08:00 |
|
liuzhiwei-ms
|
0b9d88e0ff
|
Support plugin to use the host's common library
|
2017-07-17 15:08:39 +08:00 |
|
wangyupeng1-iri
|
1fa2e529f7
|
Upgraded to 2.1.5
|
2017-07-14 16:24:45 +08:00 |
|
liuzhiwei-ms
|
3763506aa5
|
Support load resources from plugin
|
2017-07-13 11:17:43 +08:00 |
|
Jiongxuan Zhang
|
2d2a7b23c2
|
Upgrade the replugin-host-lib version to v.2.1.4
|
2017-07-10 22:10:56 +08:00 |
|
zhangjiongxuan
|
f35d72ca86
|
Update HostCallbacks & HostEventCallbacks to RePluginCallbacks
|
2017-07-10 20:08:32 +08:00 |
|
zhangjiongxuan
|
172d6798e7
|
Use replugin-plugin-gradle:2.1.3 for sample projects
|
2017-07-08 20:32:43 +08:00 |
|
zhangjiongxuan
|
b7d5a7ad4f
|
Update demo1.jar and demo2.jar (fix class inject fail)
|
2017-07-08 18:56:30 +08:00 |
|
zhangjiongxuan
|
1de024faf3
|
Organize the Demo1 code
|
2017-07-08 18:44:03 +08:00 |
|
erhu
|
81ba27460f
|
Add support custom-process demo in demo1 plugin;
|
2017-07-08 17:38:38 +08:00 |
|
王玉鹏
|
c11c57f730
|
Make demo2 to use replugin-plugin-gradle:2.1.3
|
2017-07-08 13:15:45 +08:00 |
|
王玉鹏
|
b82826dd55
|
Use replugin-plugin-gradle:2.1.3
|
2017-07-08 13:14:04 +08:00 |
|
王玉鹏
|
49cb23052c
|
Use replugin-host-gradle:2.1.3
|
2017-07-08 13:13:14 +08:00 |
|
erhu
|
cd4d2a6b9a
|
Upgrade demo1's replugin-plugin-lib version to 2.1.3
|
2017-07-08 12:29:37 +08:00 |
|
erhu
|
5c6ec0369b
|
Optimize Samples (translate Chinese to English, rename some variables)
|
2017-07-08 12:28:39 +08:00 |
|
erhu
|
8c9485fafb
|
update dem1.jar
|
2017-07-08 12:26:10 +08:00 |
|
erhu
|
f10319aeae
|
Upgrade replugin-host-lib to 2.1.3
|
2017-07-08 11:47:11 +08:00 |
|
Jiongxuan Zhang
|
6e529ccbcd
|
Merge branch 'master' into master
|
2017-07-07 22:14:25 +08:00 |
|
zhangjiongxuan
|
e761fe2450
|
Add "EventCallbacks" sample
|
2017-07-07 22:07:53 +08:00 |
|
zhangjiongxuan
|
df8e3ac32e
|
Re-design SampleApplication class (extends RePluginApplication)
|
2017-07-07 22:03:42 +08:00 |
|
zhangjiongxuan
|
845b1c97a1
|
Add the sample code: Use another plugin for the class, Fragment
|
2017-07-07 21:40:59 +08:00 |
|
JunjieHu
|
66f312336e
|
Merge branch 'master' into master
|
2017-07-07 14:28:27 +08:00 |
|
hujunjie
|
b18fcee723
|
JunjieHu: Support startActivityForResult from Host to Plugin (Update Host jars).
|
2017-07-06 17:56:05 +08:00 |
|
coder
|
a1abde1bc8
|
提交漏掉的jar
|
2017-07-06 17:46:32 +08:00 |
|
hujunjie
|
30e9c414db
|
JunjieHu: Add startActivityForResult Demo to plugin 'demo1';
|
2017-07-06 17:44:41 +08:00 |
|
hujunjie
|
744ad50f05
|
JunjieHu: Add startActivityForResult Demo to plugin 'demo2';
|
2017-07-06 17:41:17 +08:00 |
|
JavenCoder
|
e4c460df5d
|
Update MainActivity.java
|
2017-07-06 17:04:17 +08:00 |
|
JavenCoder
|
e757b48d77
|
Merge branch 'master' into pr-360
|
2017-07-06 16:56:38 +08:00 |
|
JavenCoder
|
572e83618b
|
Update build.gradle
移除对本地项目的依赖
|
2017-07-06 16:55:41 +08:00 |
|
JavenCoder
|
b6079f9ad7
|
Update build.gradle
|
2017-07-06 16:54:48 +08:00 |
|
wangyupeng1-iri
|
0567fc8973
|
Plugin gradle advanced configuration features example
|
2017-07-06 16:37:31 +08:00 |
|
wangyupeng1-iri
|
d8e216e012
|
The host demo open the debug function
|
2017-07-06 16:31:04 +08:00 |
|
zdj
|
ca4ffdb33a
|
[FIX] PluginDexClassLoader中不能正常的从宿主ClassLoader中加载类
[ADD] 在宿主使用插件的Fragment-V4
|
2017-07-06 01:27:54 +08:00 |
|
zhangjiongxuan
|
403c4b9125
|
Close signature verification by default & Open Debugger (Debug only)
|
2017-07-05 22:16:21 +08:00 |
|
zhangjiongxuan
|
abcf20095f
|
Organize the UI layer code for Demo
|
2017-07-05 22:10:52 +08:00 |
|
zhangjiongxuan
|
9cc5670a6c
|
Update plugin-gradle and host-gradle to support Gradle 3.3 and above
|
2017-07-05 12:17:46 +08:00 |
|
zhangjiongxuan
|
32c80f1d15
|
Remove the address of the private Jcenter URL
|
2017-07-05 12:16:02 +08:00 |
|
wangyupeng1-iri
|
bccffcba77
|
Upgraded version number
|
2017-07-04 22:00:51 +08:00 |
|
王玉鹏
|
b3bedbcc27
|
Merge pull request #58 from lizhangqu/feature/plugin-gradle
Plugin-gradle optimize
|
2017-07-03 18:54:08 +08:00 |
|
王玉鹏
|
01e5691780
|
Merge pull request #81 from kezong/master
Add annotation about plugin-gradle
|
2017-07-03 18:09:46 +08:00 |
|
yangchao
|
c8c62b4dcb
|
Add annotation about plugin-gradle
|
2017-07-03 18:07:32 +08:00 |
|
Jiongxuan Zhang
|
e75b727772
|
Merge pull request #78 from wangyupeng1-iri/master
Upgrade the gradle plugin version number
|
2017-07-03 17:57:23 +08:00 |
|
wangyupeng1-iri
|
a13edf1cab
|
Upgrade the sample host to reference the plugin version number
|
2017-07-03 17:33:46 +08:00 |
|
yangchao
|
28f99eeb39
|
Update sample replugin-plugin-gradle to 2.1.1
|
2017-07-03 17:14:09 +08:00 |
|
yangchao
|
9aa5195da6
|
Delete redundant annotation
|
2017-07-03 16:47:24 +08:00 |
|
yangchao
|
fd2535ad23
|
Delete redundant debug class
|
2017-07-03 16:01:59 +08:00 |
|
李樟取
|
dbf1d4fb9f
|
* target sdk to 22
|
2017-07-02 22:11:02 +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 |
|