apps-android-commons/app/src/main/java/fr/free/nrw/commons
Parneet Singh 3bfa3612c6
Always show upload icon (#6022)
* fix issue5847 as owner required: make the icon always visible and just adjust the count accordingly,comment the setVisibility method and make pending_upload_icon always visible

* set pending_upload_icon android visible level: visible and tool visible level: gone

* fix issue 5847, The upload icon is now set to always be visible, while the original code has been commented out and retained with a note for potential re-use in the future.

* refactor

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>

---------

Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
Co-authored-by: bxy379987 <bxy379987@gmail.com>
Co-authored-by: Nicolas Raoul <nicolas.raoul@gmail.com>
2024-12-11 23:29:50 +09:00
..
actions Convert dependency inject ("di") package to kotlin (#5976) 2024-11-30 10:50:42 +09:00
auth make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
bookmarks Migrated Bookmark from Java to Kotlin (#5960) 2024-11-30 10:51:53 +09:00
campaigns Convert mwapi/wikidata to kotlin (part 1) (#5991) 2024-12-05 23:13:38 +09:00
category Migrated category module from Java to Kotlin (#6016) 2024-12-11 11:17:05 +09:00
concurrency Fix #2593: Migrate to androidX (#2594) 2019-03-16 11:22:37 +00:00
contributions Always show upload icon (#6022) 2024-12-11 23:29:50 +09:00
coordinates Migrated helper modules to kotlin (#6007) 2024-12-11 07:43:36 +09:00
customselector Migrated ui and theme modules from Java to Kotlin (#5942) 2024-11-20 22:55:13 +09:00
data Migrated helper modules to kotlin (#6007) 2024-12-11 07:43:36 +09:00
db Migrated helper modules to kotlin (#6007) 2024-12-11 07:43:36 +09:00
delete make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
description make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
di Convert wikidata/mwapi to kotlin (part 2) (#5999) 2024-12-06 17:50:29 +09:00
edit Migrated exifInterface to androidx exif.interface (#6013) 2024-12-10 03:54:11 +10:00
explore make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
feedback Migrate Feedback module from Java to Kt (#5985) 2024-12-07 16:19:00 +09:00
filepicker Migrated filepicker from Java to Kotlin (#5997) 2024-12-06 17:31:40 +09:00
fileusages Feature: Show where file is being used on Commons & Other wikis (#6006) 2024-12-09 23:07:44 +09:00
kvstore Migrate kvstore to kotlin (#5973) 2024-11-29 14:01:29 +09:00
language Migrate location and language module from Java to Kotlin (#5988) 2024-12-03 15:27:11 +09:00
location make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
LocationPicker Migrated helper modules to kotlin (#6007) 2024-12-11 07:43:36 +09:00
logging Migrated logging module from Java to Kotlin (#5972) 2024-11-29 13:50:33 +09:00
media make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
mwapi Feature: Show where file is being used on Commons & Other wikis (#6006) 2024-12-09 23:07:44 +09:00
navtab Migrate Feedback module from Java to Kt (#5985) 2024-12-07 16:19:00 +09:00
nearby make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
notification Convert wikidata/mwapi to kotlin (part 3) (#6004) 2024-12-07 12:20:06 +09:00
profile make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
quiz make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
recentlanguages Fix unit tests (#5947) 2024-11-23 08:35:34 +09:00
repository Fix unit tests (#5947) 2024-11-23 08:35:34 +09:00
review Convert wikidata/mwapi to kotlin (part 4) (#6010) 2024-12-10 12:18:42 +09:00
settings make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
theme Migrated ui and theme modules from Java to Kotlin (#5942) 2024-11-20 22:55:13 +09:00
ui Migrated ui and theme modules from Java to Kotlin (#5942) 2024-11-20 22:55:13 +09:00
upload make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
utils make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
widget Migrated widget module from Java to Kotlin (#5940) 2024-11-20 12:41:50 +09:00
wikidata Convert wikidata/mwapi to kotlin (part 4) (#6010) 2024-12-10 12:18:42 +09:00
AboutActivity.java make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
BaseMarker.kt Partial fixes for errors and warnings reported by ./gradlew lint (#5885) 2024-10-27 22:59:09 +09:00
BasePresenter.java #3756 Convert SearchDepictionsFragment to use Pagination (#3758) 2020-05-28 14:10:04 +03:00
BetaConstants.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
CameraPosition.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
CommonsApplication.kt CommonsApplication migrate to kotlin & some lint fixes (#5879) 2024-10-26 23:19:34 +09:00
License.java Fix #2593: Migrate to androidX (#2594) 2019-03-16 11:22:37 +00:00
MapController.java Refactor curlatLng to currentLatLng (#5646) 2024-03-25 10:35:30 +09:00
Media.kt Partial fixes for errors and warnings reported by ./gradlew lint (#5885) 2024-10-27 22:59:09 +09:00
MediaDataExtractor.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
MvpView.java Show campaigns (#2113) 2018-12-15 02:55:53 +10:00
OkHttpConnectionFactory.java Fix Crash EditDescriptionActivity when switched dark/light mode (#5503) 2024-03-31 15:36:41 +09:00
Urls.kt Issue-5662-kotlinstyle (#5833) 2024-09-19 13:56:45 +09:00
Utils.java CodeCleanup : Removed Unused Import from packages. (#5609) 2024-03-08 23:21:27 +09:00
ViewHolder.java Refactored to move out nearby adapter from the activity 2017-04-02 22:21:05 +05:30
ViewPagerAdapter.java Remove duplicate ViewPagerAdapter (#4222) 2021-02-15 21:50:30 +09:00
WelcomeActivity.java make dialog modal (#6015) 2024-12-11 15:08:39 +09:00
WelcomePagerAdapter.java CodeCleanup : Removed Unused Import from packages. (#5609) 2024-03-08 23:21:27 +09:00