5004 Commits

Author SHA1 Message Date
gouri-panda
6151b7dcc3 brackets pair removed 2020-08-31 16:01:54 +05:30
gouri-panda
b752bc7e26 added more kotlin synthetic 2020-08-27 18:04:45 +05:30
gouri-panda
2eb3daf373 removed nullable from tts variable 2020-08-22 16:49:50 +05:30
gouri-panda
7efba1611c removed wrap optional from pauseOrResume Method 2020-08-22 15:29:24 +05:30
gouri-panda
82783a4b30 used toast extension 2020-08-22 15:22:15 +05:30
gouri-panda
5f5ef0a546 removed suppressLint from start 2020-08-22 15:16:30 +05:30
gouri-panda
c964d8e4d2 removed suppressLint from getFeatures method 2020-08-21 18:58:33 +05:30
gouri-panda
921078280b added filter method in speakAloud 2020-08-21 18:55:28 +05:30
gouri-panda
24746398c4 used toast extension 2020-08-21 17:12:18 +05:30
gouri-panda
18b5b8e077 moved variable to constructor params 2020-08-21 17:09:04 +05:30
gouri-panda
a639e08b88 used toast extension 2020-08-21 16:44:54 +05:30
gouri-panda
4e9d2dbd74 used it reference in lambda 2020-08-21 16:40:37 +05:30
gouri-panda
7fa6b9048e Converted kiwixTextToSpeech to kotlin
Moved init up

Converted kiwixTextToSpeech to kotlin

Converted kiwixTextToSpeech to kotlin
2020-08-21 12:54:44 +05:30
Seán Mac Gillicuddy
d69a0438f0
Merge pull request #2314 from gouri-panda/KiwixWebChromeClient
Converted KiwixWebChromeClient to kotlin
2020-08-20 12:53:09 +01:00
gouri-panda
f8ac00bd56 Converted KiwixWebChromeClient to kotlin 2020-08-20 16:43:01 +05:30
Seán Mac Gillicuddy
1e53829688
Merge pull request #2284 from kiwix/feature/abdulwd/2260-minSdk-lollipop
Stop supporting android versions less than Lollipop
2020-08-20 11:58:08 +01:00
Abdul Wadood
00e90cedc1 Remove vector support from CoreApp.kt 2020-08-20 16:06:07 +05:30
Seán Mac Gillicuddy
35c6a980da
Merge pull request #2201 from s-ayush2903/refactor_to_kt
chore: Converted SharedPreferencesUtil class to Kotlin
2020-08-20 11:28:50 +01:00
Seán Mac Gillicuddy
85b0facb54
Merge pull request #2309 from kiwix/feature/Frans-Lukas/2302-fix-search-back-arrow
#2302 back-button now works from search
2020-08-20 10:49:10 +01:00
HissPirat
cf7c634383 #2302 back-button now works from search 2020-08-20 11:18:29 +02:00
Abdul Wadood
c4ec343fca Fix lint errors
- Use app:tint instead of android:tint
- Use SwitchCompat instead of Switch
2020-08-19 16:47:49 +05:30
Abdul Wadood
cac71c4fa4 Remove app:srcCompat 2020-08-19 16:39:21 +05:30
Abdul Wadood
accb557eb2 Update appcompat version 2020-08-19 16:31:23 +05:30
Abdul Wadood
3ec2d48a38 Remove AppCompat crash handling
The linked issue has been fixed
2020-08-19 16:31:23 +05:30
Abdul Wadood
214cb18ac0 Remove more obsolete version checks 2020-08-19 16:31:23 +05:30
Abdul Wadood
9f1fa5d206 Remove unused imports
Ignore ConvertToWebp lint error
2020-08-19 16:31:01 +05:30
Abdul Wadood
c29756e663 Remove unused XML tag 2020-08-19 16:30:53 +05:30
Abdul Wadood
8cbbdb266b Fix html tag in credits.html 2020-08-19 16:30:53 +05:30
Abdul Wadood
0c5c71bce6 Remove Obsolete SDK_INT Version Check 2020-08-19 16:30:53 +05:30
Abdul Wadood
37eea92e87 Increment minSdkVersion to 21 (Lollipop) 2020-08-19 16:30:33 +05:30
s-ayush2903
fbcdd34abb
Resolve Conflicts 2020-08-19 15:41:33 +05:30
Seán Mac Gillicuddy
d2a63fcbf0
Merge pull request #2269 from kiwix/feature/navigation
Feature/navigation
2020-08-19 10:54:44 +01:00
s-ayush2903
e91ba8a0e2
Fix Static Anal. 2020-08-18 16:04:19 +05:30
s-ayush2903
789fd835d0
Getter and backing for textZoom 2020-08-18 15:59:33 +05:30
s-ayush2903
ce3ba7590a
Use real time context in constructor and for instances 2020-08-18 15:48:43 +05:30
s-ayush2903
c17039d364
Add missing comment 2020-08-18 15:42:59 +05:30
s-ayush2903
a1f79410b5
Used getter 2020-08-18 15:37:51 +05:30
s-ayush2903
e0d06d03be
Back the prefStorages field up 2020-08-18 15:19:08 +05:30
Frans-Lukas Lövenvald
6c5ceef31f
Merge pull request #2286 from s-ayush2903/crashFix/s-ayush2903/#2285-customApp-crashes-on-launch
Fix CustomApp crash on launch
2020-08-16 10:27:35 +02:00
s-ayush2903
39975bd531
Fix Static Analysis 2020-08-16 13:10:39 +05:30
Ayush Shrivastava
9c77be5652
Merge branch 'feature/navigation' into crashFix/s-ayush2903/#2285-customApp-crashes-on-launch 2020-08-16 12:09:52 +05:30
Frans-Lukas
aef4efdf38 Merge branch 'develop' of https://github.com/kiwix/kiwix-android into feature/navigation 2020-08-16 08:22:10 +02:00
s-ayush2903
8885620d45
#2285 Fixed CustomApp crash on launch 2020-08-16 02:08:31 +05:30
s-ayush2903
ed560b37aa
Merge branch 'develop' of github.com:kiwix/kiwix-android into testing/s-ayush2903/#2269onDevelop 2020-08-16 01:27:51 +05:30
s-ayush2903
9b43945e23
Merge branch 'feature/navigation' of github.com:kiwix/kiwix-android into testing/s-ayush2903/#2269onDevelop 2020-08-16 01:27:30 +05:30
Seán Mac Gillicuddy
ba16a5f208
Merge pull request #2283 from kiwix/translatewiki
Localisation updates from https://translatewiki.net.
2020-08-14 12:58:40 +01:00
Frans-Lukas
409fd5531e #2112 moved omPostCreate block to onStart 2020-08-14 13:51:29 +02:00
Frans-Lukas
f3cd4efd87 #2112 moved nav controller setup to core main activity 2020-08-14 13:42:41 +02:00
s-ayush2903
2addaca78a
Changed default value prefStorage to null 2020-08-14 17:10:39 +05:30
Sean Mac Gillicuddy
9d1b4a33d8 lint fix 2020-08-14 12:14:40 +01:00