Remove file extension from uploaded image's file name after uploading an image. Send Toast and Snackbar messages when uploading an image.

This commit is contained in:
Alex Ning
2021-07-04 22:57:30 +08:00
parent f3d905c817
commit bf127f6fe9
2 changed files with 11 additions and 3 deletions

View File

@@ -1121,6 +1121,8 @@
<string name="uploaded_images">Uploaded Images</string>
<string name="upload">Upload</string>
<string name="capture">Capture</string>
<string name="uploading_image">Uploading</string>
<string name="upload_image_success">Upload image successfully. Click the image button again to see the uploaded images.</string>
<string name="get_image_bitmap_failed">Unable to get the bitmap of the image</string>
<string name="upload_image_failed">Unable to upload the image</string>