From cc0d78aeddb90346c136fc4eafe03d80b95e93fa Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 28 Aug 2019 16:41:36 +0800 Subject: Receiving images, videos and texts to directly submitting different kinds of posts. Fixed video was not shown after selected from picker in PostVideoActivity. Handle some cases that the posts cannot be submitted. Minor bugs fixed. --- app/src/main/res/values/strings.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 85a70bbb..1cde4e7a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -118,7 +118,8 @@ Please select an image first Posting Could not post it - Error processing this video + Error processing image + Error processing video Download completed Download Failed @@ -197,8 +198,8 @@ Best Search - Posting video - Posting image + Posting Video + Posting Image Please wait. Add account @@ -283,7 +284,12 @@ Leave? The post will still be submitted even if you leave here. Discard? - All the draft will not be saved. + All the draft will NOT be saved. Yes No + + No data received + No image path received + No video path received + Could not handle the share request -- cgit v1.2.3