Commit Graph

128 Commits

Author SHA1 Message Date
raotao
e44e8b0524 1、适配AndroidX
2、gradle升级到3.5.4
3、64位适配
4、优化部分崩溃问题
2022-03-24 10:57:14 +08:00
raotao
824b62814c test 2020-05-19 15:45:19 +08:00
raotao
b52552e86c krubo: test 2020-05-19 15:37:29 +08:00
hyongbai
d9ce3be8c1 #deploy# all in one 2018-11-16 17:53:55 +08:00
buyuntao
056f38bf69 Update all DEMO dependent versions to 2.3.0 2018-08-10 18:54:31 +08:00
cundong
9df0169265 the demo version was upgraded to v2.2.4 2018-02-24 10:37:16 +08:00
cundong
0904437d4a the version was upgraded to v2.2.4 2018-02-23 18:58:54 +08:00
liuzhiwei-ms
20b6353109 Update the demo1 plugin and resources for Host 2018-02-06 12:32:51 +08:00
liuzhiwei-ms
d1837514fc Add notification usage cases 2018-02-06 12:29:53 +08:00
cundong
40c9545092 Add WebView Plugin 2018-01-19 21:14:21 +08:00
liuzhiwei-ms
070854a59f Update the host project, how to use webview plugin 2018-01-08 17:32:40 +08:00
liuzhiwei-ms
c1de8c7400 Update the demo1 plugin, use webview plugin 2018-01-08 17:31:01 +08:00
liuzhiwei-ms
3b175da06e Add usage: webview plugin 2018-01-08 17:05:01 +08:00
cundong
06b38c0ac9 Add sample of jumping from plugin to host 2017-12-22 17:37:07 +08:00
cundong
0fa10d170c Support FileProvider 2017-12-19 15:31:13 +08:00
cundong
c1f465960a Support FileProvider 2017-12-19 15:30:21 +08:00
cundong
7470f06509 Hide some features 2017-12-19 15:25:50 +08:00
cundong
e90a1de58e Optimize the plugin's loading speed on ART 2017-11-27 16:39:00 +08:00
cundong
b14dc630e8 Add RePluginWebView 2017-11-16 11:08:36 +08:00
cundong
2f8101f137 Add WebView Sample 2017-11-16 10:52:32 +08:00
cundong
6ebb9e3e40 Support plugin's PreferenceActivity 2017-11-03 15:55:36 +08:00
cundong
cd5f2c84a6 Make Fragment sample stronger 2017-10-19 16:28:51 +08:00
cundong
7e2f568d25 Add getVersion, dump Api for plugin project 2017-10-13 11:32:21 +08:00
cundong
23a7b2a764 the version was upgraded to v2.2.2 2017-09-25 20:17:27 +08:00
cundong
259a3f3c23 The Sample was upgraded to v2.2.1 2017-09-25 19:20:49 +08:00
cundong
5d3863b71f The version was upgraded to v2.2.1 2017-09-25 18:36:50 +08:00
cundong
c201a27448 Improve the implementation of the Service logic 2017-09-01 16:08:03 +08:00
cundong
11c36548b2 The Host sample was upgraded to 2.2.0 2017-08-27 21:50:18 +08:00
wangyupeng1-iri
3cff0c83fa The sample was upgraded to 2.2.0 2017-08-22 23:36:53 +08:00
Jiongxuan Zhang
567c27268d Merge pull request #311 from cundong/master
Update Host Sample
2017-08-22 22:06:51 +08:00
cundong
84f4bfa0e7 Update Host Sample 2017-08-22 22:02:19 +08:00
cundong
6079bc82f4 Add implicit startService sample 2017-08-22 20:28:25 +08:00
zhangjiongxuan
a2ce42cae9 Add the RePlugin.startActivityForResult method to the plugin-lib 2017-08-15 11:59:39 +08:00
zhangjiongxuan
99b2d651d0 The return value of the fetchViewByLayoutName method is changed to "generic" 2017-08-15 10:35:47 +08:00
cundong
766bdf741e Merge pull request #290 from jiongxuan/feature_get_resource
Added "Fetch ResourceId/View in other plugins"
2017-08-10 18:51:51 +08:00
zhangjiongxuan
bd7af001d4 Add an example of "Fetch view in other plugins" 2017-08-10 16:25:06 +08:00
Jiongxuan Zhang
926022fa95 Merge pull request #264 from wangfuda/master
support multidex feature in plugin application for the ROM below LOLLIPOP
2017-08-10 15:01:54 +08:00
cundong
db2f981e28 Merge pull request #286 from jiongxuan/dev
Resolved the issue of "Overwriting the plug-in, it may not be notified to other processes"
2017-08-09 20:12:06 +08:00
erhu
98ef2b3a67 Merge pull request #287 from cundong/dev
Support for custom persistentName
2017-08-09 01:23:07 -05:00
cundong
8d0f886fac Support for custom persistentName 2017-08-09 14:04:58 +08:00
zhangjiongxuan
91e358bc44 Add "Thread.getContextClassLoader" test in Sample 2017-08-08 18:58:15 +08:00
zhangjiongxuan
c7ddefd0b9 Add "overwrite install external plugins" and "directly open external plugin activity" in Sample 2017-08-08 18:02:52 +08:00
wangfuda
58ef28e5d1 refactor support multidex feature in plugin application for the ROM below LOLLIPOP 2017-08-06 20:27:31 +08:00
wangfuda
2b67f455b4 Merge remote-tracking branch 'upstream/master' 2017-08-06 20:16:54 +08:00
王玉鹏
10c13fec02 Merge pull request #273 from wangyupeng1-iri/master
Release 2.1.7
2017-08-02 11:29:37 +08:00
wangyupeng1-iri
8f98f7efa6 Sample releases version 2.1.7 2017-08-02 11:23:57 +08:00
Cundong
b613137b5a Merge pull request #272 from jiongxuan/master
Added "Start Service on Application.onCreate" demo
2017-08-01 21:38:11 +08:00
zhangjiongxuan
1f7128c187 Added "Start Service on Application.onCreate" demo 2017-08-01 21:35:59 +08:00
osan
21eac3a0b2 add lintOptions in library's build.gradle 2017-07-31 17:19:03 +08:00
osan
5a3ece7cae add lintOptions in library's build.gradle 2017-07-30 23:28:22 +08:00