Commit Graph

15 Commits

Author SHA1 Message Date
Hiroshi Miura
dd74254ea0 Check config file existence and handle parsing error
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-05-23 11:30:30 +09:00
Hiroshi Miura
6b12ce9e9d Merge pull request #244 from miurahr/patch-add-blacklist
Refactoring network code
2021-05-22 21:25:52 +09:00
Hiroshi Miura
43cb99bc9c Refactoring network code
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-05-22 17:26:16 +09:00
Hiroshi Miura
53c71ff664 refactor Cli class (#243)
* refactor Cli class

- check version combination
- remove dead code

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* fix typo in json

Signed-off-by: Hiroshi Miura <miurahr@linux.com>

* Update version combinations

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-05-22 14:25:17 +09:00
Hiroshi Miura
d841741641 Reformat by black
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-04-02 12:20:10 +09:00
Hiroshi Miura
c2750e34f1 Update documents and copyrights
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-01-30 00:28:44 +09:00
Hiroshi Miura
655e6e2b66 Improve patching
- Patch pkgconfig configurations
- Patch libQt5Core and libQt6Core for linux
- Catch exception on qmake -query execution

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2021-01-27 14:46:06 +09:00
Hiroshi Miura
b05832db04 test: update tests
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-11-21 22:49:05 +09:00
Hiroshi Miura
d8b0ae647c Refactoring
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-11-21 22:35:37 +09:00
Hiroshi Miura
8bb70f6f37 Refactoring modules
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-11-21 21:17:24 +09:00
Hiroshi Miura
72c4589e7d Patch qmake as finalize process (#130)
* Patch qmake hard coded path with installed prefix(#100)
* AP: Update tests
 - Test android target with 5.14.x
 - Test ios target on mac
* Does not patch mac framework when android, ios and wasm
* Update changelog
* GHA: Update to run qmake to check patch
  - Check qmake works well if patched.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-05-21 21:56:04 +09:00
Hiroshi Miura
3b06814601 Refactoring altlink helper (#109)
* Refactoring altlink helper

Also fix a bug not accept a header context-type when
got charset parameter such as
application/meta4+xml; charset=utf-8

* Add test and accept text/plain mime type

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-03-05 23:00:31 +09:00
Hiroshi Miura
beb755219a Check redirect location before get metalink data
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2020-03-04 16:30:16 +09:00
Hiroshi Miura
fbf413be50 Improve mirror handling
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-11-24 21:56:41 +09:00
Hiroshi Miura
48660900e3 Use settings module for blacklisting
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2019-11-24 12:55:51 +09:00