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
+7-25Lines changed: 7 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,15 @@ This is a chat application which allows text messaging and files sharing using J
4
4
5
5
6
6
## Features
7
-
8
7
- Text messaging
9
-
10
8
- File sharing (any type of file including text, raw image, doc, pdf etc.)
11
-
12
9
- Image sharing
13
-
14
10
- Connect using QR Code Scanner
15
-
16
11
- Set background color dynamically with custom color picker.
17
-
18
12
- Show image thumbnail in chat.
19
-
20
13
- Download and view shared files and images in your local device
21
-
22
14
- Dynamic online or offline status update of opposite user.
23
-
24
15
- 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
16
- 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.
27
17
28
18
@@ -39,21 +29,13 @@ This is a chat application which allows text messaging and files sharing using J
39
29
## Instructions
40
30
41
31
1. First Connect both the devices to same wifi network.
42
-
43
-
2. Set username. <strong>Username is CASE-SENSITIVE</strong>.
44
-
45
-
3. Click the "Show Information" button in one device.
46
-
47
-
4. Click "Enter IP:Port" button in another device.
48
-
49
-
5. Scan The QR Code & click connect button.
50
-
51
-
6. Or enter ip address and port number manually.
52
-
53
-
7. Start messaging.
54
-
32
+
2. Set username. <strong>Username is CASE-SENSITIVE</strong>.
33
+
3. Click the "Show Information" button in one device.
34
+
4. Click "Enter IP:Port" button in another device.
35
+
5. Scan The QR Code & click connect button.
36
+
6. Or enter ip address and port number manually.
37
+
7. Start messaging.
55
38
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.
56
-
57
-
9. Long press on text messages will copy the text to clipboard.
39
+
9. <b>Long press</b> on text messages will copy the text to clipboard.
0 commit comments