-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an option to share image from URL
- Loading branch information
Showing
6 changed files
with
65 additions
and
66 deletions.
There are no files selected for viewing
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
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,7 +1,10 @@ | ||
<resources> | ||
<string name="app_name">Reversee</string> | ||
<string name="progress_status_recieved_intent">Recieved intent data (image share)</string> | ||
<string name="progress_status_recieved_intent">Received intent data (image share)</string> | ||
<string name="progress_status_handling_image">Handling google reverse image search.</string> | ||
<string name="progress_status_response_success">Google request successful.</string> | ||
<string name="progress_status_redirect_found">Found redirect URL, opening browser intent.</string> | ||
<string name="progress_status_parsing_link">Parsing URL from share.</string> | ||
<string name="progress_status_unsupported_format">Unsupported file format from link.</string> | ||
<string name="progress_status_opening_from_url">Opening browser with shared URL</string> | ||
</resources> |