3839 Commits

Author SHA1 Message Date
Yashwant
e33e9ce95f HelpActivity converted to Kotlin 2020-03-27 23:43:33 +05:30
Yashwant
52e39f1961 HelpActivity to Kotlin Requested changes done 2020-03-19 19:27:03 +05:30
Yashwant
0791cdc32c HelpActivity converted to kotlin 2020-03-15 18:50:40 +05:30
Yashwant
3b2755a819 HelpActivity converted to kotlin 2020-03-14 19:31:03 +05:30
Seán Mac Gillicuddy
8d142a70b8
Merge pull request #1805 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-03-12 17:19:47 +00:00
Sean Mac Gillicuddy
2cf774e51b Merge branch 'develop' into translatewiki
# Conflicts:
#	core/src/main/res/values-ar/strings.xml
2020-03-12 16:59:23 +00:00
Seán Mac Gillicuddy
00e3ae57b4
Merge pull request #1875 from yashk2000/feature/yashk2000/1815-improve-clear-notes-dialog
Fix #1815 Make clear notes dialog similar to clear history
2020-03-12 15:57:47 +00:00
Yash Khare
878b42ff68 Updated lint-baselin files 2020-03-12 11:42:54 +05:30
Seán Mac Gillicuddy
4d08425757
Merge pull request #1877 from singaltanmay/develop
Fixed overlap of images in horizontal intro
2020-03-11 15:58:32 +00:00
Seán Mac Gillicuddy
11c14fb9b1
Merge pull request #1878 from singaltanmay/singaltanmay-fix-1856
Dismiss loading icon if no internet connection detected
2020-03-11 15:54:44 +00:00
Seán Mac Gillicuddy
22545d1948
Merge pull request #1844 from srv-twry/bookmarks-contract-kotlin
Fixes #1843 Convert BookmarksContract to Kotlin
2020-03-10 16:47:00 +00:00
Seán Mac Gillicuddy
fe2345aae8
Merge pull request #1879 from sonusourav/undo-update
Fixed: Undo Option in TabSwitcher view
2020-03-10 16:15:40 +00:00
Seán Mac Gillicuddy
27bfd25780
Merge pull request #1867 from 4shutosh/fix_animation
Fixes #1861 Animation fix
2020-03-10 15:50:53 +00:00
Seán Mac Gillicuddy
3ecfe6d4bb
Merge pull request #1863 from yashk2000/feature/yashk2000/1852-change-layout-when-server-stopped
Fix #1852 Change layout when the server is stopped via notification
2020-03-10 15:46:43 +00:00
Sonu Sourav
601d8c0a85 Update Webview count instantly 2020-03-10 19:59:24 +05:30
Ashutosh Singh
3134a44b5d intendation fixed 2020-03-10 18:54:59 +05:30
Tanmay Singal
2afebe1b1e
Update LibraryFragment.kt 2020-03-10 17:36:41 +05:30
Ashutosh Singh
aadd1e7e5c format fix 2020-03-10 15:56:04 +05:30
sdghj
d1ce74d8e2 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into develop 2020-03-10 15:44:41 +05:30
sdghj
929714e9e1 Fixed overlap of images in horizontal intro 2020-03-10 14:01:56 +05:30
Saurav Tiwary
1bf93beca2 make parameters non-nullable and format
Signed-off-by: Saurav Tiwary <srv.twry@gmail.com>
2020-03-10 03:30:23 +05:30
Seán Mac Gillicuddy
cb2fc373bd
Merge pull request #1858 from kiwix/abdul/1857-coverage-report
Fix coverage report upload
2020-03-09 17:31:30 +00:00
Seán Mac Gillicuddy
b296e11bb9
Merge pull request #1849 from yashk2000/feature/yashk2000/1847-stop-server-toast
Fix #1847 Show a toast when the server is stopped
2020-03-09 17:29:35 +00:00
Seán Mac Gillicuddy
fd7e4ad3ff
Merge pull request #1817 from Frans-Lukas/feature_resource_mover_script
Feature resource mover script
2020-03-09 17:07:23 +00:00
Frans-Lukas
1b8928800b #1817 Removed unnecessary variable 2020-03-09 17:40:58 +01:00
Seán Mac Gillicuddy
3c175913e3
Merge pull request #1830 from yashk2000/feature/yashk2000/1829-rtl-support
Fix #1829 Improve RTL support
2020-03-09 16:24:15 +00:00
Seán Mac Gillicuddy
f6dcfcf092
Merge pull request #1828 from srv-twry/confirm-delete
#1798 Confirm before deleting bookmarks and history
2020-03-09 16:22:30 +00:00
Yash Khare
fa2e64d31f Fix #1815 Make clear notes dialog similar to clear history
Fix #1815 Make clear notes dialog similar to clear history
2020-03-09 21:10:51 +05:30
translatewiki.net
d47d4736d2 Localisation updates from https://translatewiki.net. 2020-03-09 16:38:36 +01:00
Ashutosh Singh
5583bddeb6 space added 2020-03-09 02:38:18 +05:30
Ashutosh Singh
51a3cfa03b better intentation 2020-03-07 23:00:53 +05:30
Ashutosh Singh
1625e1e869 Fixes #1861 fix animation 2020-03-07 22:52:14 +05:30
Yash Khare
e4ccfbac91 Fix #1852 Change layout when the server is stopped via notification 2020-03-06 20:37:40 +05:30
Abdul Wadood
c52da7d10d Fix code coverage not being uploaded to codecov 2020-03-05 12:18:00 +05:30
Kelson
aad350292d
Merge pull request #1853 from deborahlow97/1850-increase-search-history-shown
#1850: Increase search history shown
2020-03-04 18:28:05 +01:00
deborahlow97
3f889c26fc Increase number of search history shown to users 2020-03-04 21:15:41 +08:00
Yash Khare
4d3da306c0 Fixes #1847 Show a toast when the server is stopped 2020-03-04 01:27:19 +05:30
Saurav Tiwary
79cfa436ad Fixes #1843 Convert BookmarksContract to Kotlin
Signed-off-by: Saurav Tiwary <srv.twry@gmail.com>
2020-03-03 02:56:11 +05:30
Yash Khare
09e68e9449 Add method call to builder chain 2020-02-29 17:19:29 +05:30
Yash Khare
1be7afa4d2 Removed unused import 2020-02-28 19:01:29 +05:30
Yash Khare
d7a441f87e Removed unneeded checks 2020-02-28 18:53:58 +05:30
Yash Khare
609a36d155 Fix lint errors 2020-02-28 18:34:54 +05:30
Yash Khare
2813e8fb69 Resolved lint errors 2020-02-28 18:20:37 +05:30
Seán Mac Gillicuddy
7680b50e2b
Merge pull request #1832 from kiwix/bugfix/macgills/bump-kiwixlib-version
Bugfix/macgills/bump kiwixlib version
2020-02-28 10:18:07 +00:00
Sean Mac Gillicuddy
ee11c6999f Upgrade Kiwixlib 2020-02-28 09:33:53 +00:00
Saurav Tiwary
9af64d1653 Remove dialog title and simplify error message 2020-02-28 03:31:11 +05:30
Yash Khare
ec3ba10449 Fix #1829 Improve RTL support 2020-02-27 22:07:49 +05:30
Deborah Low
03be00e101
Merge pull request #2 from kiwix/develop
Update
2020-02-27 22:29:55 +08:00
Saurav Tiwary
58b1c61579 #1798 confirm before deleting history and bookmarks 2020-02-27 19:59:35 +05:30
Seán Mac Gillicuddy
3e4f61e499
Merge pull request #1822 from kiwix/bugfix/macgills/multidex-debug-only
Multidex debug builds only and bump version
2020-02-27 14:05:46 +00:00