Commit Graph

1856 Commits

Author SHA1 Message Date
bb55527508 Merge pull request #301 from kiwix/remove-trailing-spaces
Remove trailing spaces
2019-12-08 12:07:21 +01:00
b7c5e5f339 Remove trailing spaces 2019-12-08 11:52:16 +01:00
316deeb485 Merge pull request #300 from kiwix/exec-perm
Add execution permission to a few scripts
2019-12-08 10:03:57 +01:00
721d981825 Add execution permission to a few scripts 2019-12-07 14:00:22 +01:00
2244074f3c travis-ci.org -> travis-ci.com 2019-12-05 08:10:56 +01:00
0a1e01eb2b Update install_deps.sh 2019-11-29 17:28:25 +01:00
abd2fa3bf3 Bump-up to 8.2.1 in build.gradle 8.2.1 2019-11-27 19:15:24 +01:00
ea3349f37c Merge pull request #297 from kiwix/reintroduce-taskbar
Reintroduce taskbar
2019-11-26 08:55:19 -05:00
e3c6ca0d1b Bump-up version to 8.2.1 2019-11-26 11:54:39 +01:00
52e165cf78 Reintroduce kiwix-serve taskbar 2019-11-26 11:54:00 +01:00
3b7c805183 Bump-up version to 8.2.0 8.2.0 2019-11-20 13:07:28 +01:00
9c4867a95a Update Changelog 2019-11-20 13:06:24 +01:00
223f7ee78a Add default Github configuration 2019-11-20 06:12:08 +01:00
20690bd5f5 Merge pull request #294 from kiwix/remove-absolute-url-support
Remove absolute internal URL support
2019-11-08 15:29:40 +01:00
de7b7c34b5 Remove absolute internal URL support 2019-11-07 18:05:58 +01:00
f0ac66aea1 Merge pull request #292 from kiwix/aria2-comment
More error handling for aria2 cmd
2019-11-01 15:40:51 +01:00
20a2c78733 add get aria2 launch cmd method 2019-11-01 15:27:21 +01:00
9850be7267 add Curl error message 2019-11-01 15:27:21 +01:00
0dd996c6a3 add try catch around aria2 first commands 2019-11-01 15:27:21 +01:00
2500cc8e63 Merge pull request #288 from kiwix/get-bookmarks-api
Add a parameter to getBookmarks fct to get valid bookmarks only
2019-10-31 14:38:50 +01:00
bd6797143c add getBookmarks test 2019-10-31 15:01:52 +02:00
c9a15c9961 Add a parameter to getBookmarks fct to get valid bookmarks only
The default value of this parameter is false, in this case all the bookmarks
are returned, otherwise only those who are related to books of the library.
2019-10-31 14:05:21 +02:00
f1d55f8e86 Merge pull request #290 from kiwix/set-port-kiwixserve
add setPort() method
2019-10-28 16:41:19 +01:00
a2c2955f41 add kiwixserve unit test 2019-10-28 16:00:26 +01:00
9975e0b369 add setPort() method 2019-10-28 15:56:49 +01:00
efe1c2dea3 Merge pull request #289 from Aditya-Sood/kiwix-android/issue/765
Fixes kiwix-android issue#765
2019-10-03 11:25:18 +01:00
2af9ba4eab Readd original getNextSuggestion() 2019-10-01 13:30:35 +05:30
c007373b46 Re-add comment 2019-10-01 13:30:34 +05:30
e1acf9acff Code & local repository cleanup 2019-10-01 13:30:34 +05:30
daaadf3e1c Comment out previous definitions 2019-10-01 13:30:34 +05:30
74bd482335 Preliminary work 2019-10-01 13:30:34 +05:30
2aebffb27c New version 8.1.0 8.1.0 2019-09-26 15:56:30 +02:00
da247b3242 Merge pull request #287 from kiwix/codecov-badge
Add Codecov badge to README
2019-09-26 13:40:57 +03:00
f85ec9ea6f Add Codecov badge to README 2019-09-26 12:37:57 +02:00
b4fac9d0df Remove test directory from codecoverage (#286)
Remove test directory from codecoverage
2019-09-26 12:14:03 +02:00
4f2ede80e5 Remove test directory from codecoverage 2019-09-26 12:00:33 +02:00
c2ecb9d126 Add code coverage in travis CI. (#285)
Add code coverage in travis CI.
2019-09-26 11:58:49 +02:00
5883dba0ef Add code coverage in travis CI.
Fix #284
2019-09-26 11:34:35 +02:00
7ad6aedd66 Convert path get from windows environment to utf8. (#283)
Convert path get from windows environment to utf8.
2019-09-25 18:13:59 +02:00
67170709bb Convert path get from windows environment to utf8.
Fix kiwix/kiwix-desktop#203
2019-09-25 18:07:42 +02:00
dfd16155af Add missing implementation of android's getArticleCount and getM… (#282)
Add missing implementation of android's getArticleCount and getMediaCount.
2019-09-24 11:57:00 +02:00
0db06d98a8 Add missing implementation of android's getArticleCount and getMediaCount.
Fix #281
2019-09-24 11:47:05 +02:00
742156d366 [API Break] Fix pathTools (and a bit stringTools). (#280)
[API Break] Fix pathTools (and a bit stringTools).
2019-09-24 10:58:51 +02:00
598dd3c175 [API Break] Fix pathTools (and a bit stringTools).
Api changes :
 - removeLastPathElement do not takes extra arguments
   `removePreSeparator` and `removePostSeparator`.
   This is not needed as path do not need special tailing separator.
 - Only one function `split`. Arguments can be implicitly convert to
   string. No need for overloading functions to explicitly cast them.
 - `split` function takes another argument `trimEmpty`. If true, empty
   element are removed.

Path manipulation now almost pass trough a vector<string> to store each
path's part.

Most of the complex works is now made in the normalizeParts function.
2019-09-19 18:16:06 +02:00
49c0c5ff47 Fix join (#279)
Fix join
8.0.1
2019-09-17 16:28:52 +02:00
65ebc7fe7f New version 8.0.1 2019-09-17 16:22:28 +02:00
2f4636e2df Fix stringTools join function. 2019-09-17 16:22:28 +02:00
f4e9148b1d Small fix of OSes names in the README 2019-09-17 12:20:17 +02:00
891666b8c4 new version 8.0.0 8.0.0 2019-09-17 11:47:18 +02:00
57a2b98e7a [ABI Break] Correctly detect the executable path in appimage. (#277)
[ABI Break] Correctly detect the executable path in appimage.
2019-09-17 11:41:15 +02:00