4411 Commits

Author SHA1 Message Date
s-ayush2903
00e41f39aa
Saved log Report to private storage 2020-06-24 19:26:33 +05:30
s-ayush2903
11012722a2
Implemented logging class in ErrorActivity 2020-06-24 02:08:14 +05:30
s-ayush2903
6aed270e99
injected correctly 2020-06-22 23:20:26 +05:30
s-ayush2903
d1359959d7
modified logging a bit 2020-06-20 04:37:00 +05:30
s-ayush2903
c7c28a4314
Injected in-file logging class 2020-06-20 02:58:49 +05:30
s-ayush2903
e985bab6f6
Separated File-Logging Concern 2020-06-20 01:48:16 +05:30
s-ayush2903
e8c68a7eb2
Extracted fileLogger to Utils 2020-06-19 13:33:17 +05:30
Seán Mac Gillicuddy
fdbeb9ddaf
Merge pull request #2150 from kiwix/macgills/feature/2149-ndk-version
#2149 Fix NDK version
2020-06-18 16:08:08 +01:00
Sean Mac Gillicuddy
d5b97dbb84 #2149 Fix NDK version - bump version 2020-06-18 15:56:10 +01:00
Seán Mac Gillicuddy
faf751d129
Merge pull request #2142 from kiwix/macgill/feature/2128-upgrade-agp-to-4.0.0
#2128 Upgrade Android Gradle Plugin to 4.0
2020-06-17 16:03:59 +01:00
Sean Mac Gillicuddy
407dea0511 Merge remote-tracking branch 'origin/develop' into macgill/feature/2128-upgrade-agp-to-4.0.0 2020-06-16 16:23:15 +01:00
Seán Mac Gillicuddy
b26b24d1a6
Merge pull request #2145 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-06-16 16:22:54 +01:00
Sean Mac Gillicuddy
5d9b6cb97e Merge remote-tracking branch 'origin/develop' into translatewiki
# Conflicts:
#	core/src/test/java/org/kiwix/kiwixmobile/core/StorageObserverTest.kt
2020-06-16 16:05:03 +01:00
Seán Mac Gillicuddy
49e00b0d55
Merge pull request #2135 from kiwix/macgills/feature/2026-legacy-content-prefix
#2026 Migrate Zim prefix away from "content://"
2020-06-16 16:04:13 +01:00
Sean Mac Gillicuddy
59d8ea5c17 fix test 2020-06-16 15:52:29 +01:00
Sean Mac Gillicuddy
c781c25353 fix errors 2020-06-16 15:24:25 +01:00
translatewiki.net
e5d182ed67 Localisation updates from https://translatewiki.net. 2020-06-15 22:15:02 +02:00
Seán Mac Gillicuddy
d5d1914b73
Merge pull request #2120 from Frans-Lukas/2119-fix-history-architecture
2119 fix history architecture
2020-06-15 16:46:26 +01:00
Sean Mac Gillicuddy
1dbe7c70d9 #2026 Migrate Zim prefix away from "content://" - remove unnecessary mocking 2020-06-15 16:32:50 +01:00
Sean Mac Gillicuddy
ff0e1c6190 Merge remote-tracking branch 'origin/develop' into macgills/feature/2026-legacy-content-prefix
# Conflicts:
#	core/src/main/java/org/kiwix/kiwixmobile/core/reader/ZimFileReader.kt
#	core/src/test/java/org/kiwix/kiwixmobile/core/StorageObserverTest.kt
2020-06-15 16:27:12 +01:00
Seán Mac Gillicuddy
f9b2f87aa0
Merge pull request #2141 from kiwix/macgills/feature/2105-base-activity-crash
#2105 Crash Report 3.3.1: java.lang.IllegalStateException BaseActivity.onCreate
2020-06-15 16:16:03 +01:00
Seán Mac Gillicuddy
a90ec53983
Merge pull request #2140 from kiwix/macgills/feature/2106-error-activity-crash
#2106 Crash Report 3.3.1: java.lang.ClassNotFoundException ErrorActivity.onCreate
2020-06-15 16:15:31 +01:00
Seán Mac Gillicuddy
7967d9be23
Merge pull request #2116 from kiwix/macgills/26-inconsistent-search-results
#26 Search problem - some results disappear as typing advances
2020-06-15 16:14:44 +01:00
Sean Mac Gillicuddy
c59d79755f Merge branch 'develop' into 2119-fix-history-architecture
# Conflicts:
#	core/src/main/java/org/kiwix/kiwixmobile/core/utils/SharedPreferenceUtil.java
2020-06-12 15:25:25 +01:00
Sean Mac Gillicuddy
c0a1e6a51f #2128 Upgrade Android Gradle Plugin to 4.0 - bump ndk 2020-06-12 14:37:05 +01:00
Sean Mac Gillicuddy
2aa7e769cd #2105 Crash Report 3.3.1: java.lang.IllegalStateException BaseActivity.onCreate - fix unit tests 2020-06-12 14:27:42 +01:00
Seán Mac Gillicuddy
5e1f2d6e8f
Update core/src/main/java/org/kiwix/kiwixmobile/core/error/ErrorActivity.java
Co-authored-by: Abdul Wadood <abdulwd97@gmail.com>
2020-06-12 14:20:26 +01:00
Seán Mac Gillicuddy
0aa98c7f49
Merge pull request #2138 from kiwix/macgills/feature/2108-select-tab-crash
#2108 Crash Report 3.3.1: java.lang.ArrayIndexOutOfBoundsException CoreMainActivity.selectTab
2020-06-12 14:06:53 +01:00
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