├── .github
└── ISSUE_TEMPLATE
│ └── bug_report.md
├── 4.0.12
├── chat-sdk-android-4.0.12.aar
├── chat-sdk-android-4.0.12.aar.md5
├── chat-sdk-android-4.0.12.aar.sha1
├── chat-sdk-android-4.0.12.aar.sha256
├── chat-sdk-android-4.0.12.aar.sha512
├── chat-sdk-android-4.0.12.pom
├── chat-sdk-android-4.0.12.pom.md5
├── chat-sdk-android-4.0.12.pom.sha1
├── chat-sdk-android-4.0.12.pom.sha256
└── chat-sdk-android-4.0.12.pom.sha512
├── README.md
├── SECURITY.md
├── maven-metadata.xml
├── maven-metadata.xml.md5
├── maven-metadata.xml.sha1
├── maven-metadata.xml.sha256
└── maven-metadata.xml.sha512
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: "[SDK-Version] Issue Title "
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 | 1. Go to '...'
16 | 2. Click on '....'
17 | 3. Scroll down to '....'
18 | 4. See error
19 |
20 | **Expected behavior**
21 |
22 | A clear and concise description of what you expected to happen.
23 |
24 | **Actual behavior**
25 |
26 | A clear and concise description of what you exactly is happening.
27 |
28 | **Screenshots (optional)**
29 |
30 | If applicable, add screenshots to help explain your problem.
31 |
32 | **Enviorment/Platfrom (please complete the following information):**
33 | - Android API Version[ e.g 21 ]
34 | - CometChat SDK Version[ e.g. 1.8.3]
35 |
36 | **Files (Optional)**
37 | - `build.gradle` (App Level)
38 | - `build.gradle` (Project Level)
39 |
40 | **Logs (Error Logs)**
41 | - Error Log
42 | - Debug Log
43 |
44 | **Additional context**
45 | Add any other context about the problem here.
46 |
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cometchat/chat-sdk-android/d98a17934e0567e5171d0f5177e399bda375a6b2/4.0.12/chat-sdk-android-4.0.12.aar
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.aar.md5:
--------------------------------------------------------------------------------
1 | 2a9bcac7a71afbc8d5cb3134c98da460
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.aar.sha1:
--------------------------------------------------------------------------------
1 | d764073e67f30789d662d938aafddd25de94c490
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.aar.sha256:
--------------------------------------------------------------------------------
1 | 3111ee635eb12971d733130629d976d81eef6b124afb2ed326f83cdde16b3842
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.aar.sha512:
--------------------------------------------------------------------------------
1 | cfe00b8dc6901228a31818ca8dc85b82bfe7b6cc6aa9c13d3782d68ea67f538e9639cc06a7addfa7a25bbcd38c7f44c5ab1f14915bcffdfa4214fe285178ddb5
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.pom:
--------------------------------------------------------------------------------
1 |
2 |
3 | 4.0.0
4 | com.cometchat
5 | chat-sdk-android
6 | 4.0.12
7 | aar
8 |
9 |
10 | android.arch.lifecycle
11 | extensions
12 | 1.1.1
13 |
14 |
15 | com.squareup.okhttp3
16 | okhttp
17 | 3.12.+
18 |
19 |
20 | android.arch.lifecycle
21 | common-java8
22 | 1.1.1
23 |
24 |
25 | android.arch.lifecycle
26 | extensions
27 | 1.1.1
28 |
29 |
30 | com.squareup.okhttp3
31 | okhttp
32 | 3.12.+
33 |
34 |
35 | android.arch.lifecycle
36 | common-java8
37 | 1.1.1
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.pom.md5:
--------------------------------------------------------------------------------
1 | c3cc9745d23798753586f8b7e52ee234
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.pom.sha1:
--------------------------------------------------------------------------------
1 | c28498526d509f2584fb9dfc7b1e5d6cebdac5d3
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.pom.sha256:
--------------------------------------------------------------------------------
1 | 7148ad7dae4b5a809a1d3f493d38a445d5b87ac43e7adf649e6bc42277f60ceb
--------------------------------------------------------------------------------
/4.0.12/chat-sdk-android-4.0.12.pom.sha512:
--------------------------------------------------------------------------------
1 | ac35f7a78a52075b9b7ad502c4b688144034265b6f4c0f59a3113afcb41ea58995d26476f6c2f6132f18a0e0618c9b36ea6b338c06ca2c71176a1cfcc59ab902
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | # CometChat SDK for Android
6 | The CometChat SDK is a robust toolkit that developers can utilize to swiftly incorporate a reliable and fully-featured chat functionality into an existing or new application. It removes the complexity of building a chat infrastructure from scratch, thus accelerating the development process and reducing time to market.
7 |
8 | ## Prerequisites
9 | - Android 5.0, API 21 and above
10 |
11 | ## Getting Started
12 | To set up Android SDK and utilize CometChat for your chat and calls functionality, you'll need to follow these steps:
13 | - Register at the [CometChat Dashboard](https://app.cometchat.com/) to create an account.
14 | - After registering, log into your CometChat account and create a new app. Once created, CometChat will generate an Auth Key and App ID for you. Keep these credentials secure as you'll need them later.
15 | - Check the [key concepts](https://cometchat.com/docs/android-chat-sdk/key-concepts) to understand the basic components of CometChat.
16 | - Refer to the [Integration Steps](https://cometchat.com/docs/android-chat-sdk/setup) in our documentation to integrate the SDK into your Android app.
17 |
18 | ## Help and Support
19 | For issues running the project or integrating with our SDK, consult our [documentation](https://www.cometchat.com/docs/android-chat-sdk/overview) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](https://app.cometchat.com/).
--------------------------------------------------------------------------------
/SECURITY.md:
--------------------------------------------------------------------------------
1 | # Security Policy
2 |
3 | This document outlines the Responsible Disclosure Program for CometChat Pro
4 |
5 | ## Responsible Disclosure Policy
6 |
7 | At CometChat we take security seriously and consider it a top priority. Since a
8 | public disclosure of a security vulnerability could put the entire
9 | community at risk, we require that potential vulnerabilities are kept
10 | confidential until they are confirmed and fixed. We appreciate your efforts in
11 | keeping CometChat Pro and its users safe by responsibly disclosing any security
12 | vulnerability. Rest assured we will make every effort to acknowledge your
13 | contributions.
14 |
15 | ## Reporting a vulnerability
16 |
17 | To report any security related issues, please communicate with the CometChat Pro security team by sending an email to security@cometchat.com
18 |
--------------------------------------------------------------------------------
/maven-metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | com.cometchat
4 | chat-sdk-android
5 |
6 | 4.0.12
7 | 4.0.12
8 |
9 | 4.0.12
10 |
11 | 20250522092634
12 |
13 |
14 |
--------------------------------------------------------------------------------
/maven-metadata.xml.md5:
--------------------------------------------------------------------------------
1 | 98172f69eabc2c4c391d41ac89be33b4
--------------------------------------------------------------------------------
/maven-metadata.xml.sha1:
--------------------------------------------------------------------------------
1 | 4f89b0ade82d28a952311f0cb53c82e35c5334ed
--------------------------------------------------------------------------------
/maven-metadata.xml.sha256:
--------------------------------------------------------------------------------
1 | b5b2ff60a4ad9e986b3263c88be984e01513e9b11e70f15a8299c1f29ff6cdd6
--------------------------------------------------------------------------------
/maven-metadata.xml.sha512:
--------------------------------------------------------------------------------
1 | a62117c6446e3c42ef18a446bfe766426871acd66204fd0fa823998d62c8364b76669660fcad4c6c0194de6373d86ae3c7b1854fc6b6084c1e00fface4bf7b0f
--------------------------------------------------------------------------------