Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eabf36b

Browse files
committed
merged
2 parents 49bdc73 + 74a677b commit eabf36b

File tree

4 files changed

+20
-31
lines changed

4 files changed

+20
-31
lines changed

‎README.md‎

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@ This is a chat application which allows text messaging and files sharing using J
44

55

66
## Features
7-
87
- Text messaging
9-
10-
- File sharing (any type)
11-
8+
- File sharing (any type of file including text, raw image, doc, pdf etc.)
129
- Image sharing
13-
1410
- Connect using QR Code Scanner
15-
16-
- Set background color dynamically with custom color picker
17-
18-
- Show image thumbnail in chat
19-
20-
- Download shared files and images in your local device
11+
- Set background color dynamically with custom color picker.
12+
- Show image thumbnail in chat.
13+
- Download and view shared files and images in your local device
14+
- Dynamic online or offline status update of opposite user.
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.
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.
2117

2218

2319
## Demo
@@ -33,20 +29,13 @@ This is a chat application which allows text messaging and files sharing using J
3329
## Instructions
3430

3531
1. First Connect both the devices to same wifi network.
32+
2. Set username. <strong>Username is CASE-SENSITIVE</strong>. Username is used to store messages.
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.
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.
39+
9. <b>Long press</b> on text messages will copy the text to clipboard.
3640

37-
2. Set username. <strong>Username is CASE-SENSITIVE</strong>.
38-
39-
3. Click the "Show Information" button in one device.
40-
41-
4. Click "Enter IP:Port" button in another device.
42-
43-
5. Scan The QR Code & click connect button.
44-
45-
6. Or enter ip address and port number manually.
46-
47-
7. Start messaging.
48-
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.
50-
51-
9. Long press on text messages will copy the text to clipboard.
52-
41+

‎app/src/main/AndroidManifest.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
<application
1717
android:allowBackup="true"
18-
android:icon="@mipmap/ic_launcher"
19-
android:label="Android P2P Chat"
20-
android:roundIcon="@mipmap/ic_launcher_round"
18+
android:icon="@drawable/iconss"
19+
android:label="ChatFull"
20+
android:roundIcon="@drawable/iconss"
2121
android:supportsRtl="true"
2222
android:theme="@style/AppTheme">
2323
<activity android:name=".StartingActivity">
@@ -40,4 +40,4 @@
4040
</activity>
4141
</application>
4242

43-
</manifest>
43+
</manifest>
131 KB
Loading[フレーム]

‎app/src/main/res/iconss.png‎

131 KB
Loading[フレーム]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /