Commit Graph

282 Commits

Author SHA1 Message Date
ChessNineeee d117f5359b fix:loadAllIdentifies同时更新VersionMap 2021-05-27 22:55:39 +08:00
ChessNineeee 31e995af1c Merge remote-tracking branch 'origin/master' 2021-05-27 22:39:52 +08:00
ChessNineeee 9a9e5578f7 add:Keychain临时方法的注释 2021-05-27 22:24:21 +08:00
free will 1249ead5ee add test: FaceSpeedTest 2021-05-27 22:19:00 +08:00
ChessNineeee c6acbfce0a fix:Keychain无法签名验签的问题(IdentifierComponent.toUri()使用百分号编码导致),使用临时方法代替,具体解决方法待更新。 2021-05-27 22:17:17 +08:00
free will 3898220a5c update some code 2021-05-25 17:32:30 +08:00
free will cb79358683 update ControlParameters、CPacket、Data 2021-05-25 17:20:41 +08:00
free will 7eeff6fbc5 change identifier.toString() && add componnet:NoCache 2021-05-25 15:47:45 +08:00
free will cbd748dce0 Merge branch 'master' of gitee.com:willfree/min-dev-java 2021-05-25 15:16:41 +08:00
free will 65ad6243d6 add component: ControlParameterCommonString 2021-05-25 15:15:57 +08:00
ghy 5c7738294f fix: keyChain init function 2021-05-21 15:57:01 +08:00
ghy 401ae5a1c1 add: add some function 2 IdentityManager (without test) 2021-05-21 15:18:41 +08:00
free will 3cef9d50f5 code update to follow go-language & test register identifier 2021-05-20 17:12:34 +08:00
free will 5725452843 add test: mgmt/CommandExecutor.java 2021-05-17 21:45:11 +08:00
free will 490d115ff5 使用Object解决泛型问题 2021-05-17 15:17:05 +08:00
free will 0d59c19330 去掉slf4j 2021-05-17 15:14:50 +08:00
free will 6685a926d3 Merge branch 'master' of gitee.com:willfree/min-dev-java 2021-05-14 15:29:56 +08:00
free will 8729773b8b 更换日志模块,以适配安卓:由原来使用logback库更改为使用java原生库 2021-05-14 15:29:41 +08:00
ChessNineeee dee974b0df add: ControlBaseTest 2021-05-14 13:27:08 +08:00
ChessNineeee fd783fa807 add: ControlResponseTest 2021-05-14 13:01:15 +08:00
ChessNineeee c236412ee6 fix: bugs in KeyChainTest 2021-05-14 12:19:09 +08:00
ChessNineeee c316017f16 fix: bugs in Sqlite 2021-05-14 12:06:29 +08:00
free will 4cc1c88ed2 测试利用mgmt发送注册前缀 2021-05-14 09:48:06 +08:00
free will cd610d7b5e fixed bug: face timeout 失效问题 2021-05-13 21:59:54 +08:00
free will 69d77d9574 测试已知超时时间不生效的原因及解决方法,有待修复 2021-05-13 20:56:11 +08:00
free will e8e8bd5639 注释掉了mapdb相关的代码,以适配安卓 2021-05-13 19:41:30 +08:00
free will 3f7104381f 似乎解决了多余依赖的问题(修改assembly-release.xml),但出现了新问题:安卓不支持所使用到的MapDB库 笑(哭)死(了),等我删掉再试 2021-05-13 17:39:12 +08:00
free will c5db18c015 尝试解决打包进去多余依赖的问题,失败了 2021-05-13 14:20:56 +08:00
free will 72cbf851fc 打包第二次尝试:可以将maven依赖库和本地库打入jar包;打入的依赖包过多,导致与安卓依赖包冲突 2021-05-13 11:45:12 +08:00
free will a23fc283d4 打包第一次尝试:可以打包,maven依赖库可以打入,但本地库不能 2021-05-13 10:04:31 +08:00
free will 6052e73ef5 增加了face中使用udp连接的收发包测试 2021-05-12 21:38:39 +08:00
free will 2a3288c076 fixed bug: LogicFace.receiveInterest&Data 2021-05-12 21:14:36 +08:00
free will 18dbeb894e 恢复被错误覆盖掉的Packet测试代码 2021-05-12 19:34:05 +08:00
free will 7529b3e6ac 去掉一些没有用到的import;修改依赖库,以适配安卓;修改pom,企图导出可供安卓使用的jar包 2021-05-12 11:31:08 +08:00
free will 290e08b0f4 delete maven lib: commons-codec 2021-05-11 18:59:27 +08:00
free will af86cb8cfd update logicface: registerIdentifier 2021-05-11 15:44:43 +08:00
free will 6dfd17cc8e writing test: face&linkservice 2021-05-10 21:50:59 +08:00
free will d141ca0e92 add test: TcpTransport 2021-05-10 16:25:01 +08:00
free will cfcd4cbe35 add test: TcpTransport 2021-05-10 16:24:20 +08:00
free will 6393c7985e add test: udptransporttest 2021-05-07 10:37:28 +08:00
free will b1535aa824 updated mgmt 2021-04-29 14:35:19 +08:00
free will e6aa89cc3b mostly finished mgmt 2021-04-29 11:36:59 +08:00
free will b6d97e2eb1 writing new mgmt: finished new mgmt excepted json unmarshal 2021-04-28 10:12:10 +08:00
free will ef798e261b writing new mgmt... 2021-04-27 21:47:06 +08:00
free will 1d38a0a624 update *Transport 2021-04-26 18:59:08 +08:00
free will 07f1635009 update LogicFaceICN 2021-04-26 18:14:08 +08:00
free will 2f010e30a3 update LogicFace 2021-04-26 18:01:11 +08:00
free will 79bb16267e update LinkService 2021-04-26 17:38:49 +08:00
free will 8074b49e0c writing mgmt: CommandExecutor 2021-04-23 22:14:52 +08:00
free will a814a13143 add mgmt: CommandBase 2021-04-23 21:36:29 +08:00