11 Commits

Author SHA1 Message Date
MohitMali
0b59d9c586 Fixed, the DWDS app is very slow when opening a search result.
* Now, `libkiwix` provides the `pageUrl` along with the `pageTitle` (searchTitle). Previously, we were not using this `pageUrl` provided by `libkiwix`. Instead, we were making another request for the `pageUrl` based on the `pageTitle`, which was slowing down the process. We have now started directly using the `pageUrl` provided by `libkiwix` during the search. This change has made the process much more efficient and faster.
* To ensure the previously saved searches still work as expected, we have implemented a condition.
* We have added a new column in RecentSearchEntity for saving the `pageUrl` that we will use when user clicks on the recentSearchHistory.
2023-10-31 13:29:36 +01:00
MohitMali
d4ed327eac Fixed Crash after update due to conflicts in default.json.bak file 2023-02-02 21:46:08 +01:00
4shutosh
eec576c3d0 code cleanup 2022-07-16 13:02:00 +05:30
4shutosh
1656f44ef3 feature #1948 commit 1 2022-07-16 13:01:55 +05:30
Ashutosh Singh
069868cc6e notesFrag initial 2022-07-16 12:59:27 +05:30
Sean Mac Gillicuddy
3a5cc5c2ec update objectbox schema 2020-07-02 10:58:54 +01:00
Sean Mac Gillicuddy
726679a112 bump library versions 2020-07-01 10:08:25 +01:00
Sean Mac Gillicuddy
9b82c2dab5 update version number 2019-12-10 16:46:44 +00:00
Sean Mac Gillicuddy
e26b9219dc #1574 render tags - persist tags in db - read tags from kiwixlib 2019-12-10 13:13:08 +00:00
Sean Mac Gillicuddy
f7c189dbf7 Get source files compiling 2019-09-27 14:34:04 +01:00
Sean Mac Gillicuddy
7e46a27840 move all source files to library 2019-09-27 13:53:42 +01:00