This repository has been archived by the owner on May 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
58 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 4 additions & 13 deletions
17
libary/src/main/java/net/alhazmy13/mediapicker/Image/ImageTags.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,28 @@ | ||
package net.alhazmy13.mediapicker.Image; | ||
|
||
public class ImageTags { | ||
public static final class Tags{ | ||
public static final class Tags { | ||
public static final String TAG = "ImagePicker"; | ||
public static final String LEVEL = "level"; | ||
public static final String EXTENSION = "extension"; | ||
public static final String MODE = "mode"; | ||
public static final String DIRECTORY = "DIRECTORY"; | ||
public static final String CAMERA_IMAGE_URI = "cameraImageUri"; | ||
public static final String COMPRESS_LEVEL = "COMPRESS_LEVEL"; | ||
public static final String REQUESTED_WIDTH = "REQUESTED_WIDTH"; | ||
public static final String REQUESTED_HEIGHT = "REQUESTED_HEIGHT"; | ||
public static final String IMAGE_PATH = "IMAGE_PATH"; | ||
public static final String ALLOW_MULTIPLE = "ALLOW_MULTIPLE"; | ||
public static final String DEBUG = "DEBUG"; | ||
public static final String IMAGE_PICKER_DIR = "/mediapicker/images/"; | ||
public static final String IMG_CONFIG = "IMG_CONFIG"; | ||
public static final String PICK_ERROR = "PICK_ERROR"; | ||
public static final String IS_ALERT_SHOWING = "IS_ALERT_SHOWING"; | ||
} | ||
|
||
public static final class Action{ | ||
public static final class Action { | ||
public static final String SERVICE_ACTION = "net.alhazmy13.mediapicker.rxjava.image.service"; | ||
} | ||
|
||
public final class IntentCode{ | ||
public final class IntentCode { | ||
public static final int REQUEST_CODE_SELECT_MULTI_PHOTO = 5341; | ||
public static final int CAMERA_REQUEST = 1888; | ||
public static final int REQUEST_CODE_ASK_PERMISSIONS = 123; | ||
public static final int REQUEST_CODE_SELECT_PHOTO = 43; | ||
|
||
|
||
} | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.