Removed the fetch library from README file.

* Also, now we are not using fetch library anymore so we have removed this from our credits files.
* Removed the unused code from detekt_baseline.xml file.
This commit is contained in:
MohitMaliFtechiz 2024-08-12 14:44:36 +05:30
parent a267ae835d
commit c9b43117e6
5 changed files with 0 additions and 20 deletions

View File

@ -96,8 +96,6 @@ are interested in our custom apps, they have their own repo
classes by default.
- [JUnit5](https://github.com/junit-team/junit5/) - The next generation of JUnit
- [AssertJ](https://github.com/joel-costigliola/assertj-core) - Fluent assertions for test code
- [Fetch](https://github.com/tonyofrancis/Fetch) - A customizable file download manager library for
Android
- [ZXing](https://github.com/zxing/zxing) - Barcode scanning library for Java, Android
## Contributing

View File

@ -77,11 +77,6 @@ Translatewiki community<br>
<br/>
Copyright 2013 Evan Tatarka
</li>
<li>
<b>Fetch</b>
<br/>
Copyright (C) 2017 Tonyo Francis
</li>
<li>
<b>ObjectBox</b>
<br/>

View File

@ -3,7 +3,6 @@
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>EmptyFunctionBlock:BooksOnDiskViewHolder.kt$BookOnDiskViewHolder.BookViewHolder${ }</ID>
<ID>EmptyFunctionBlock:FetchDownloadMonitor.kt$FetchDownloadMonitor.&lt;no name provided>${}</ID>
<ID>EmptyFunctionBlock:OnSwipeTouchListener.kt$OnSwipeTouchListener${}</ID>
<ID>ForbiddenComment:JNIInitialiser.kt$JNIInitialiser$// TODO: Consider surfacing to user</ID>
<ID>ForbiddenComment:NetworkUtilsTest.kt$NetworkUtilsTest$// TODO: find a way to assert regex matching via JUnit and rewrite the test</ID>
@ -20,8 +19,6 @@
<ID>MagicNumber:DownloadItem.kt$DownloadItem$1000L</ID>
<ID>MagicNumber:SearchState.kt$SearchState$100</ID>
<ID>MagicNumber:DownloaderModule.kt$DownloaderModule$5</ID>
<ID>MagicNumber:FetchDownloadNotificationManager.kt$FetchDownloadNotificationManager$100</ID>
<ID>MagicNumber:FetchDownloadRequester.kt$10</ID>
<ID>MagicNumber:FileUtils.kt$FileUtils$3</ID>
<ID>MagicNumber:JNIInitialiser.kt$JNIInitialiser$1024</ID>
<ID>MagicNumber:KiloByte.kt$KiloByte$1024.0</ID>

View File

@ -88,11 +88,6 @@ class ApplicationModule {
@Provides
fun provideComputationThread(): Scheduler = Schedulers.computation()
// @Provides
// @Singleton
// internal fun provideDownloadMonitor(fetchDownloadMonitor: FetchDownloadMonitor): DownloadMonitor =
// fetchDownloadMonitor
@Provides
@Singleton
internal fun provideDownloadMonitor(

View File

@ -78,11 +78,6 @@
<br/>
Copyright 2013 Evan Tatarka
</li>
<li>
<b>Fetch</b>
<br/>
Copyright (C) 2017 Tonyo Francis
</li>
<li>
<b>ObjectBox</b>
<br/>