You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,23 @@ This is a chat application which allows text messaging and files sharing using J
7
7
8
8
- Text messaging
9
9
10
-
- File sharing (any type)
10
+
- File sharing (any type of file including text, raw image, doc, pdf etc.)
11
11
12
12
- Image sharing
13
13
14
14
- Connect using QR Code Scanner
15
15
16
-
- Set background color dynamically with custom color picker
16
+
- Set background color dynamically with custom color picker.
17
17
18
-
- Show image thumbnail in chat
18
+
- Show image thumbnail in chat.
19
19
20
-
- Download shared files and images in your local device
20
+
- Download and view shared files and images in your local device
21
+
22
+
- Dynamic online or offline status update of opposite user.
23
+
24
+
- Chat is saved upon exit or going out of scope automatically. Manual saving not necessary. The history is loaded from memory using "Username+IP Address+Port" of the user. Change in either of these values will be detected as a different user.
25
+
26
+
- Chat is loaded dynamically to save memory consumption. Instead of loading entire message history at once, as the user scrolls up to see history, previous messages are loaded dynamically.
21
27
22
28
23
29
## Demo
@@ -46,7 +52,8 @@ This is a chat application which allows text messaging and files sharing using J
46
52
47
53
7. Start messaging.
48
54
49
-
8. To download any shared file or image, long press over the thumbnail , the file/image will be downloaded and will show notification in notificatin bar of the device to open with external software.
55
+
8. To view any attachment the file must first be downloaded. Long press on file or image messages will save the file/image in the DOWNLOADS FOLDER and a notification will be shown in notification bar of the device to open with external software.
50
56
51
57
9. Long press on text messages will copy the text to clipboard.
0 commit comments