mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Use image picker to pick images for upload (#2278)
* Use image picker to pick images for upload * Consolidate storage permissions in Upload activity * With proper request codes for image upload * Use constants for upload limits * Check for request code while handling requests * Let fragment initiate the camera/gallery instead of activity * Delete unused external storage utils
This commit is contained in:
parent
b05b302e65
commit
164ef9bcac
17 changed files with 339 additions and 637 deletions
|
|
@ -3,4 +3,5 @@ package fr.free.nrw.commons.wikidata;
|
|||
public class WikidataConstants {
|
||||
public static final String WIKIDATA_ENTITY_ID_PREF = "WikiDataEntityId";
|
||||
public static final String WIKIDATA_ITEM_LOCATION = "WikiDataItemLocation";
|
||||
public static final String IS_DIRECT_UPLOAD = "isDirectUpload";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue