apps-android-commons/app/src/androidTest/java/fr/free/nrw/commons
rayane cfc2cfcca1
Fix Kotlin warnings (related to issue #5996) (#6320)
* refactor: replace unused exception variable with underscore

* refactor: code style fix

* fix: remove unnecessary latLng variable and return null directly

* fix: use explicit true/false instead of isFABsExpanded

* refactor: simplify marker update logic by reducing redundant conditions

* refactor: use data object instead of object

* fix: check placeBindings for null instead of checking each destructured value

* fix: check placeBindings for null instead of checking each destructured value

* docs: fix KDoc for contentUri property by removing incorrect @param tag

* docs: correct @see link in KDoc for showBadgesWithCount

* docs: fix KDoc tag from @property to @param for context in BottomSheetAdapter

* docs: comment out KDoc for disabled method to avoid unresolved @param warning

* docs: fix KDoc for onLongPress by removing invalid @param imageUri

* docs: clean up invalid KDoc tags on property and add docs to isEmpty

* docs: remove invalid @param originalImageCoordinates from findOtherImages KDoc

* docs: fix incorrect @param tag in checkDuplicateImage KDoc

* docs: fix incorrect @param in onLongPress KDoc

* docs: fix invalid @param and @return tags on author property

* docs: fix incorrect @param in provideWikidataMediaInterface KDoc

* docs: fix incorrect @param name in getWikiText KDoc

* docs: escape wikilinks with [[ ]] to avoid KDoc resolution warnings

* docs: fix KDoc by adding missing param descriptions to startActivityWithFlags

* docs: fix KDoc by replacing @param with @property for contentUri

* docs: fix malformed KDoc in startYourself, remove invalid @param line

* docs: remove invalid @param tag in createDialogsAndHandleLocationPermissions

* docs: remove invalid @param tags to @property

* @docs: remove invalid @property tags

* docs: clean up KDoc by removing invalid @param and @return tags

* docs: fix incorrect @param name in removeBlocklisted KDoc

* docs: fix incorrect @param name in checkDuplicateImage KDoc

* docs: fix incorrect @param tag

---------

Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
2025-05-29 20:25:00 +09:00
..
contributions tests: move to androidTest source-set (#6302) 2025-05-09 23:36:34 +09:00
navtab tests: move to androidTest source-set (#6302) 2025-05-09 23:36:34 +09:00
ui Convert auth package to kotlin (#5966) 2024-11-28 17:09:25 +09:00
util Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
AboutActivityTest.kt Convert wikidata/mwapi to kotlin (part 2) (#5999) 2024-12-06 17:50:29 +09:00
LoginActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
MainActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
ProfileActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
ReviewActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SearchActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SettingsActivityLoggedInTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
SettingsActivityTest.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UITestHelper.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
UploadActivityTest.kt Fix Instrumentation Tests (#4832) 2022-04-26 21:09:15 +10:00
UploadCancelledTest.kt Fix Kotlin warnings (related to issue #5996) (#6320) 2025-05-29 20:25:00 +09:00
UploadTest.kt Fix Kotlin warnings (related to issue #5996) (#6320) 2025-05-29 20:25:00 +09:00
WelcomeActivityTest.kt (fixes #3464) Replace assert() usages with assertThat() (#5861) 2024-10-16 22:22:48 +09:00