313 Commits

Author SHA1 Message Date
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
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
translatewiki.net
693d543c54 Localisation updates from https://translatewiki.net. 2020-06-11 19:26:03 +02: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
translatewiki.net
6969ba7484 Localisation updates from https://translatewiki.net. 2020-05-11 17:38:52 +02:00
translatewiki.net
1a17188829 Localisation updates from https://translatewiki.net. 2020-04-30 16:51:51 +02:00
Seán Mac Gillicuddy
92b6f3af42
Merge pull request #2047 from kiwix/macgills/feature/2045-diagnostic-report
#2045 Create Send Diagnostic Report screen
2020-04-30 09:08:41 +01:00
Sean Mac Gillicuddy
321bdf983d #1274 Lint Baseline Issues - fix error in custom - remove baselines 2020-04-29 14:04:44 +01:00
Sean Mac Gillicuddy
2e9e6a721b Merge branch 'develop' into macgills/feature/2045-diagnostic-report 2020-04-29 13:56:37 +01:00
Sean Mac Gillicuddy
ff62179e4b #1274 Lint Baseline Issues - fix or suppress errors in app&core 2020-04-29 13:54:16 +01:00
Sean Mac Gillicuddy
9786066e14 #2045 Create Send Diagnostic Report screen - add screen 2020-04-29 12:34:45 +01:00
translatewiki.net
ba85c33e1c Localisation updates from https://translatewiki.net. 2020-04-27 16:48:32 +02:00
translatewiki.net
35f0a9616e Localisation updates from https://translatewiki.net. 2020-03-26 16:07:51 +01:00
Seán Mac Gillicuddy
08a2034634
Merge pull request #1930 from kiwix/sonusourav/#1874-recycler-ui
Sonusourav/#1874 recycler ui
2020-03-24 15:47:40 +00:00
Hritik Wadhwa
f5b1df5349 Fixing custom:compileCustomexampleDebugKotlin 2020-03-22 14:17:17 +05:30
Sean Mac Gillicuddy
532259a8e4 Fix lint 2020-03-20 15:37:22 +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
translatewiki.net
d47d4736d2 Localisation updates from https://translatewiki.net. 2020-03-09 16:38:36 +01:00
Yash Khare
609a36d155 Fix lint errors 2020-02-28 18:34:54 +05:30
Yash Khare
ec3ba10449 Fix #1829 Improve RTL support 2020-02-27 22:07:49 +05:30
Sean Mac Gillicuddy
811f5bd7af Merge branch 'develop' into feature/macgills/detekt
# Conflicts:
#	.github/workflows/pull_request.yml
#	team-props/git-hooks/pre-commit.sh
2020-02-21 14:15:18 +00:00
Sean Mac Gillicuddy
f4ada8ce0b Merge remote-tracking branch 'origin/develop' into feature/macgills/detekt
# Conflicts:
#	core/src/main/java/org/kiwix/kiwixmobile/core/main/KiwixTextToSpeech.java
2020-02-21 10:37:31 +00:00
Sean Mac Gillicuddy
0f6f422edb #1275 Lint Issue: Duplicate Strings - remove duplicates - mark used strings as used 2020-02-19 14:20:49 +00:00
Sean Mac Gillicuddy
0cae3ec79e #1275 Lint Issue: Duplicate Strings - remove unused resources - make app lint core too - move resources from core to app 2020-02-18 17:54:09 +00:00
Sean Mac Gillicuddy
674b5fa9d6 #100 Fix Checkstyle issues - format 2020-02-14 11:43:40 +00:00
Sean Mac Gillicuddy
36e901c43f #100 Fix Checkstyle issues - upgrade tooling 2020-02-14 11:07:16 +00:00
Sean Mac Gillicuddy
d743430dc3 Merge branch 'develop' into feature/macgills/detekt
# Conflicts:
#	.travis.yml
2020-02-14 09:53:56 +00:00
Sean Mac Gillicuddy
226e787f66 #12 Make three options to deactivate sidebars, tabs and reading - read from json - tidy file up 2020-02-12 15:32:05 +00:00
Sean Mac Gillicuddy
0153b4514d #12 Make three options to deactivate sidebars, tabs and reading - deactivate based on build 2020-02-12 11:11:23 +00:00
translatewiki.net
d2b9f80979 Localisation updates from https://translatewiki.net. 2020-02-06 14:58:00 +01:00
Sean Mac Gillicuddy
5679ae9a7d #1727 CrashReport 3.1.3: ClassCastException getActivityComponent - fix codefactor issues 2020-01-29 11:35:14 +00:00
Sean Mac Gillicuddy
13fb7494ba #1727 CrashReport 3.1.3: ClassCastException getActivityComponent - rewrite to fallback - more verbose error message 2020-01-29 11:28:24 +00:00
Sean Mac Gillicuddy
8c686b998e #1711 Don't apply typography changes to all languages - ignore checks on hebrew 2020-01-27 12:19:57 +00:00
Seán Mac Gillicuddy
dcc03bae48
Merge pull request #1700 from kiwix/feature/jhbiggs/1581-remove-dagger-android
Feature/jhbiggs/1581 remove dagger android
2020-01-27 10:01:32 +00:00
Seán Mac Gillicuddy
9724d40568
Merge pull request #1590 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-01-22 10:48:13 +00:00
Justin Biggs
783a7296c1 Merge branch 'develop' into feature/jhbiggs/1581-remove-dagger-android 2020-01-20 12:06:40 -06:00
translatewiki.net
024fde9906 Localisation updates from https://translatewiki.net. 2020-01-20 11:35:28 +01:00
Justin Biggs
14e35a9d8a Success! But it won't pass githooks :/... 1.1 2020-01-18 16:13:54 -06:00
Sean Mac Gillicuddy
213b821074 #1676 Search is slow and laggy - test view model 2020-01-15 14:36:57 +00:00
Sean Mac Gillicuddy
3dab495abb #1676 Search is slow and laggy - test side effects 2020-01-15 13:03:04 +00:00
Sean Mac Gillicuddy
e1f87b1a60 #1676 Search is slow and laggy - add kotlin UDF implementation 2020-01-14 17:57:45 +00:00
Justin Biggs
a691756dfe Incorporate activityComponent and ActivityModule 1.2 2020-01-12 14:52:38 -06:00
Justin Biggs
9bde6783a7 Merge branch 'develop' into feature/jhbiggs/1581-remove-dagger-android 2020-01-12 12:54:47 -06:00
Seán Mac Gillicuddy
1e2eaf51c9
Merge pull request #1686 from kiwix/feature/macgills/1673-permission-denied-forever
Feature/macgills/1673 permission denied forever
2020-01-06 09:34:03 +00:00
Justin Biggs
ad7dac1d7d Merge develop into 1581 2019-12-22 12:56:04 -06:00
Sean Mac Gillicuddy
e5b965c646 #1673 Crash Report 3.1.2 Custom: Successive permission requests - handle case where permission is denied forever 2019-12-20 13:13:09 +00:00
Sean Mac Gillicuddy
02e8e9dc1f #1668 Crash Report 3.1.2 Custom Apps Parameter specified as non-null is null - use nullable types to express the possible return types 2019-12-20 10:18:12 +00:00
Sean Mac Gillicuddy
bda6bf2543 #1660 Search Widget unresponsive in 3.1.2 - use explicit class name and handle intents in onNewIntent 2019-12-19 13:33:30 +00:00