修复任务记录删除失败的问题

优化网络连接状态获取的逻辑
修复配置文件的某些配置失效的问题
新增m3u8切片状态注解`@M3U8.onPeerStart`,`@M3U8.onPeerComplete`,`@M3U8.onPeerFail`
新增动态指定m3u8协议视频的下载功能(边下边播)
This commit is contained in:
laoyuyu
2019-07-05 21:20:38 +08:00
parent 060b1f138e
commit b0818537f2
133 changed files with 2492 additions and 1199 deletions

View File

@@ -26,30 +26,6 @@ interface ProxyConstance {
*/
String SET_LISTENER = "setListener";
/**
* 代理配置类
*/
String PROXY_COUNTER_PACKAGE = "com.arialyy.aria";
/**
* 代理分类统计
*/
String PROXY_COUNTER_NAME = "ProxyClassCounter";
/**
* 代理分类统计映射表
*/
String PROXY_COUNTER_MAP = "typeMapping";
String COUNT_DOWNLOAD = "download";
String COUNT_DOWNLOAD_GROUP = "downloadGroup";
String COUNT_DOWNLOAD_GROUP_SUB = "downloadGroupSub";
String COUNT_UPLOAD = "upload";
String COUNT_METHOD_DOWNLOAD = "getDownloadCounter";
String COUNT_METHOD_DOWNLOAD_GROUP = "getDownloadGroupCounter";
String COUNT_METHOD_DOWNLOAD_GROUP_SUB = "getDownloadGroupSubCounter";
String COUNT_METHOD_UPLOAD = "getUploadCounter";
int WAIT = 0X10;
int PRE = 0X11;
int TASK_PRE = 0X12;