apps-android-commons/app/src/main/java/fr/free/nrw/commons/upload
Dan Garry b176515153 Remove unnecessary Integer.toString() calls (#2959)
In cases where an integer is directly concatenated onto a string, toString() is not needed because it is called implicitly; this patch removes the calls to improve code readability.
2019-05-19 14:24:53 +02:00
..
Description.java Multiple uploads with over haul (#1968) 2018-11-19 17:00:32 +05:30
DescriptionsAdapter.java Fixed #2825 where user was able to add one lang twice (#2834) 2019-04-02 14:17:01 +03:00
EXIFReader.java Fixes #97: Added metadata reader for reading exif data (#2581) 2019-03-19 19:08:42 +05:30
FileProcessor.java Fix crash(es) caused by failing to dispose Rx observables (#2669) 2019-03-19 21:08:04 +00:00
FileUtils.java Improve extremely inefficient darkness-checking logic. (#2639) 2019-03-19 20:23:36 +05:30
FileUtilsWrapper.java Fix Lint Issues #171: Remove unused imports (#2533) 2019-03-02 19:30:50 +05:30
GpsCategoryModel.java Refactoring to extract GpsCategoryModel and ensure single-responsibility-principle is maintained in CategoryApi. 2018-05-25 01:55:03 -05:00
GPSExtractor.java Improve extremely inefficient darkness-checking logic. (#2639) 2019-03-19 20:23:36 +05:30
ImageProcessingService.java Update master with backend overhaul branch (#2829) 2019-04-02 08:35:22 +05:30
Language.java Multiple uploads with over haul (#1968) 2018-11-19 17:00:32 +05:30
ReadFBMD.java replaced icafe with metadata extractor (#2546) 2019-03-12 00:20:47 +05:30
SimilarImageDialogFragment.java Fix #2593: Migrate to androidX (#2594) 2019-03-16 11:22:37 +00:00
SimilarImageInterface.java Multiple uploads with over haul (#1968) 2018-11-19 17:00:32 +05:30
SpinnerLanguagesAdapter.java Fix wrong language codes displaying to user (#2880) (#2930) 2019-04-27 07:55:12 +03:00
ThumbnailClickedListener.java Multiple uploads with over haul (#1968) 2018-11-19 17:00:32 +05:30
Title.java Fix Lint Issues #171: Remove unused imports (#2533) 2019-03-02 19:30:50 +05:30
UploadActivity.java Remove unnecessary Integer.toString() calls (#2959) 2019-05-19 14:24:53 +02:00
UploadCategoriesAdapterFactory.java Multiple uploads with over haul (#1968) 2018-11-19 17:00:32 +05:30
UploadCategoriesRenderer.java Fix #1131: Update min sdk version and remove redundant checks (#2608) 2019-03-16 12:21:51 +00:00
UploadController.java Replace remaining AsyncTask with RxAndroid (#2681) 2019-03-28 21:10:47 +00:00
UploadModel.java Fix crash(es) caused by failing to dispose Rx observables (#2669) 2019-03-19 21:08:04 +00:00
UploadPresenter.java Merge 2.10 with master (#2938) 2019-05-06 19:22:10 +05:30
UploadService.java Fix crash(es) upon upload failure. (#2699) 2019-03-21 19:09:36 +03:00
UploadThumbnailRenderer.java Add module for file picker for camera and gallery uploads (#2375) 2019-02-03 22:40:31 +02:00
UploadThumbnailsAdapterFactory.java Fix Lint Issues #171: Remove unused imports (#2533) 2019-03-02 19:30:50 +05:30
UploadView.java Consistent handling of web and geo urls (#2750) 2019-03-28 18:23:36 +05:30