4553 Commits

Author SHA1 Message Date
Sean Mac Gillicuddy
875aee9373 #2128 Upgrade Android Gradle Plugin to 4.0 - upgrade wrapper - explictly set ndk - upgrade AGP 2020-06-12 14:05:19 +01:00
HissPirat
17a5697988 #2119 more history test fixes 2020-06-12 14:45:06 +02:00
Sean Mac Gillicuddy
ac2d2ae1ae #2105 Crash Report 3.3.1: java.lang.IllegalStateException BaseActivity.onCreate - fix instrumentation compilation 2020-06-12 13:29:03 +01:00
Sean Mac Gillicuddy
3dd4b5eef2 #2105 Crash Report 3.3.1: java.lang.IllegalStateException BaseActivity.onCreate - convert CoreApp to kotlin - move component/instance instantiation to onCreate 2020-06-12 13:06:17 +01:00
Frans-Lukas Lövenvald
eb81565c5a #2119 more test fixes 2020-06-12 13:40:04 +02:00
Sean Mac Gillicuddy
9602e7dcf3 #2106 Crash Report 3.3.1: java.lang.ClassNotFoundException ErrorActivity.onCreate - prevent contains from throwing ClassNotFoundException 2020-06-12 11:50:10 +01:00
Sean Mac Gillicuddy
87dfdf7f2c #2108 Crash Report 3.3.1: java.lang.ArrayIndexOutOfBoundsException CoreMainActivity.selectTab - constrain position to be within bounds 2020-06-12 11:13:06 +01:00
Sean Mac Gillicuddy
d43992d62f Merge remote-tracking branch 'origin/develop' into macgills/feature/2026-legacy-content-prefix 2020-06-12 10:42:42 +01:00
Seán Mac Gillicuddy
4ab8dc8946
Merge pull request #2118 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-06-12 10:22:38 +01:00
Sean Mac Gillicuddy
944eb6396e fix typography 2020-06-12 09:56:45 +01:00
Seán Mac Gillicuddy
577a60cf13
Merge pull request #2134 from kiwix/macgills/feature/2110-text-zoom
#2110 Zoom controls disappeared in v3.3.1
2020-06-12 09:36:49 +01:00
Frans-Lukas Lövenvald
100c7317af #2119 fixed tests 2020-06-12 10:36:07 +02:00
translatewiki.net
693d543c54 Localisation updates from https://translatewiki.net. 2020-06-11 19:26:03 +02:00
Frans-Lukas Lövenvald
7156a9bf99 #2119 fixed history tests and some cleanup of the history classes 2020-06-11 16:47:12 +02:00
Sean Mac Gillicuddy
5f81c0d7e0 #2026 Migrate Zim prefix away from "content://" - fix bug when reading name 2020-06-11 13:27:40 +01:00
Sean Mac Gillicuddy
d180e80cb4 #2026 Migrate Zim prefix away from "content://" - use new scheme for zim files 2020-06-11 12:19:58 +01:00
Sean Mac Gillicuddy
c47b9962e5 #2026 Migrate Zim prefix away from "content://" - allow test to click on either text 2020-06-11 11:22:42 +01:00
Sean Mac Gillicuddy
0435d73f64 #2110 Zoom controls disappeared in v3.3.1 - add summary for storage pref to have reliabe clickable element 2020-06-11 10:53:45 +01:00
Sean Mac Gillicuddy
fcb17f320e #2110 Zoom controls disappeared in v3.3.1 - fix KiwixSettingsActivityTests for emulator 2020-06-11 10:33:36 +01:00
Sean Mac Gillicuddy
15b77429a1 #2110 Zoom controls disappeared in v3.3.1 - fix KiwixSettingsActivityTests 2020-06-11 09:50:57 +01:00
Frans-Lukas Lövenvald
818113a8a9 #2119 assert changed to assertThat 2020-06-11 08:37:36 +02:00
Frans-Lukas Lövenvald
19b347c370 #2119 more requested fixes 2020-06-10 16:06:00 +02:00
Sean Mac Gillicuddy
693d43f0b8 #2110 Zoom controls disappeared in v3.3.1 - fix instrumentation error code 2020-06-10 14:31:10 +01:00
Sean Mac Gillicuddy
e7d2d58b15 #2110 Zoom controls disappeared in v3.3.1 - fix static analysis 2020-06-10 13:47:28 +01:00
Sean Mac Gillicuddy
bcd1a5d91d Merge remote-tracking branch 'origin/develop' into macgills/feature/2110-text-zoom 2020-06-10 13:36:05 +01:00
Sean Mac Gillicuddy
ae63cd29ee #2110 Zoom controls disappeared in v3.3.1 - fix static analysis 2020-06-10 13:34:26 +01:00
Frans-Lukas Lövenvald
5fb71c009e #2119 added requested fixes 2020-06-10 14:34:18 +02:00
Seán Mac Gillicuddy
3f90d9bd5c
Merge pull request #2133 from kiwix/macgills/feature/2131-broken-instrumentation
#2131 PR instrumentation tests can fail silently
2020-06-10 13:25:18 +01:00
Sean Mac Gillicuddy
2066877a8f #2110 Zoom controls disappeared in v3.3.1 - upgrade preferences to androidx - add text zoom preference - observe preference in WebView 2020-06-10 12:46:02 +01:00
Seán Mac Gillicuddy
940ebdeb24
Merge pull request #2109 from rutvik-panchal/FIx-Issue-#1987
Removed Animated Progress Bar
2020-06-10 11:05:54 +01:00
Rutvik Rajendra Panchal
26dc488119 Merge branch 'FIx-Issue-#1987' of https://github.com/rutvik-panchal/kiwix-android into FIx-Issue-#1987 2020-06-10 14:06:25 +05:30
Frans-Lukas Lövenvald
073f6d188f #2124 tests for bookmarks activity 2020-06-10 10:07:31 +02:00
Rutvik Rajendra Panchal
bc1ef160d2 Removed progressbar padding 2020-06-10 13:35:44 +05:30
Frans-Lukas Lövenvald
356f0d48ec #2124 bookmarks now disappears from bookmarks activity when deleted 2020-06-09 20:01:56 +02:00
Rutvik Rajendra Panchal
6511694c02 Removed progressbar padding 2020-06-09 22:05:38 +05:30
Frans-Lukas Lövenvald
b566fb96d8 #2124 Bookmark activity uses single state. Deletion of bookmarks does not update correctly. 2020-06-09 16:06:06 +02:00
Frans-Lukas Lövenvald
6e9510e4d4 #2119 fixed tests for history view model again 2020-06-09 15:21:46 +02:00
Frans-Lukas Lövenvald
c0069c1a4c #2119 removed unnecessary states from history view model 2020-06-09 14:58:49 +02:00
Frans-Lukas Lövenvald
04f0a62a1d #2124 rewrote bookmarks activity as a *copy* of history activity 2020-06-09 13:35:54 +02:00
Seán Mac Gillicuddy
cbe6267dfe
Merge pull request #2132 from kiwix/macgills/feature/2130-kotlin-upgrade
#2130 Upgrade Kotlin to 1.3.72
2020-06-09 11:50:59 +01:00
Sean Mac Gillicuddy
0fbb94272d #2131 PR instrumentation tests can fail silently - bash was returning error even on success 2020-06-09 11:24:41 +01:00
Sean Mac Gillicuddy
db4d53ad3c #2131 PR instrumentation tests can fail silently - return error codes -update nightly to have latest emulator runner and screenshots on failure 2020-06-09 10:34:47 +01:00
Sean Mac Gillicuddy
7cd8862397 #2130 Upgrade Kotlin to 1.3.72 - bump version 2020-06-09 10:26:01 +01:00
Frans-Lukas Lövenvald
18d5f9a787 #2119 tests for history effects 2020-06-09 11:11:46 +02:00
Frans-Lukas Lövenvald
81b85663a0 #2119 fixed tests 2020-06-09 11:01:20 +02:00
Frans-Lukas Lövenvald
fb4c5c7352 #2119 Fixed history switch toggling what books are shown 2020-06-09 09:34:14 +02:00
Rutvik Rajendra Panchal
cb020c1b1f ProgressBar to ContentLoadingProgressBar 2020-06-09 00:57:22 +05:30
Frans-Lukas Lövenvald
a0ad4c14b7 #2119 fixed switch broadcasting the correct value but filtering is still not working 2020-06-08 16:33:42 +02:00
Frans-Lukas Lövenvald
1152c36536 #2119 filtering and deletion works 2020-06-08 16:15:40 +02:00
Frans-Lukas Lövenvald
0b699fd89d #2119 re-re-write of History activity 2020-06-08 15:34:38 +02:00