apps-android-commons/app/src/test/kotlin/fr/free/nrw/commons/utils
tristan 2d82a430c4
Issue-5662-kotlinstyle (#5833)
* *.kt: bulk correction of formatting using ktlint --format

* *.kt: replace wildcard imports and second stage auto format ktlint --format

* QuizQuestionTest.kt: modified property names to camel case to meet ktlint standard

* LevelControllerTest.kt: modified property names to camel case to meet ktlint standard

* QuizActivityUnitTest.kt: modified property names to camel case to meet ktlint standard

* MediaDetailFragmentUnitTests.kt: modified property names to camel case to meet ktlint standard

* UploadWorker.kt: modified property names to camel case to meet ktlint standard

* UploadClient.kt: modified property names to camel case to meet ktlint standard

* BasePagingPresenter.kt: modified property names to camel case to meet ktlint standard

* DescriptionEditActivity.kt: modified property names to camel case to meet ktlint standard

* OnSwipeTouchListener.kt: modified property names to camel case to meet ktlint standard

* MediaDetailFragmentUnitTests.kt: corrected excessive line length to meet ktlint standard

* DepictedItem.kt: corrected property name format and catch format to for  ktlint standard

* UploadCategoryAdapter.kt: corrected class definition format to meet ktlint standard

* CustomSelectorActivity.kt: reformatted function names to first letter lowercase to meet ktlint standard

* MediaDetailFragmentUnitTests.kt: fix string literal indentation to meet ktlint standard

* NotForUploadDao.kt: file renamed to match class name, new file NotForUploadStatusDao.kt

* UploadedDao.kt: file renamed to match class name, new file UploadedStatusDao.kt

* Urls.kt: fixed excessive line length for ktLint standard

* Snak_partial.kt & Statement_partial.kt: refactored to remove underscores in class names to meet ktLint standard

* *.kt: fixed consecutive KDOC error for ktLint

* PageableBaseDataSourceTest.kt & UploadPresenterTest.kt: fixed excessive line lengths to meet ktLint standard

* CheckboxTriStatesTest.kt: renamed file to match class name to meet ktLint standard

* .kt: resolved backing-property-naming error in ktLint, made matching properties public, matched names and refactored

* TestConnectionFactory.kt: fixed property naming to adhere to ktLint standard
2024-09-19 13:56:45 +09:00
..
CommonsDateUtilTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
FileUtilsTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
ImageUtilsTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
LangCodeUtilsTest.java Fix wrong language codes displaying to user (#2880) (#2930) 2019-04-27 07:55:12 +03:00
LengthUtilsTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
LocationUtilsTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
MediaDataExtractorUtilTest.java Use JSON APIs for explore (#2731) 2019-03-26 18:02:58 +05:30
NetworkUtilsTest.java Merge 4.0-release into master (#5028) 2022-08-08 15:51:07 +10:00
PagedListMock.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
StringSortingUtilsTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UtilsFixExtensionTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00