Skip to content
Merged

V2 #22

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .idea/codeStyles/Project.xml
100644 → 100755
Empty file.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ To run our open source app with CometChat Pro v1, follow these steps:

- To send location message Add your google API Key in `google_maps_api.xml`




## Run the Sample App


Expand Down
Empty file modified ScreenShots/gif_1.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ScreenShots/gif_2.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ScreenShots/gif_3.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ScreenShots/gif_4.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ScreenShots/guide.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified ScreenShots/help.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.application'


apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 28
defaultConfig {
Expand Down
15 changes: 10 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
tools:ignore="GoogleAppIndexingWarning"
tools:replace="android:allowBackup,android:appComponentFactory">
<activity android:name=".Activity.MessageInfoActivity"></activity>
<!-- <provider -->
<!-- android:name="com.google.firebase.provider.FirebaseInitProvider" -->
<!-- android:authorities="${applicationId}.firebaseinitprovider" -->
<!-- tools:node="remove" -->
<!-- /> -->

<activity android:name=".Activity.BlockedUserListActivity" />
<activity
android:name=".Activity.CometChatActivity"
Expand Down Expand Up @@ -67,6 +63,15 @@
<activity android:name=".Activity.CallActivity" />
<activity android:name=".Activity.SelectUserActivity"
android:parentActivityName=".Activity.GroupDetailActivity"/>

<service
android:name=".Helper.MyFirebaseMessagingService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>

</application>
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-feature
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public void onError(CometChatException e) {

});



createNotificationChannel();
}
private void createNotificationChannel() {
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified app/src/main/res/drawable/ic_edit_black_24dp.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/ic_info_outline.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/ic_person_add_black_24dp.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/drawable/ic_search_black_24dp.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/acitivity_messageinfo.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/activity_blockeduser_list.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/activity_select_user.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/custom_notification.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/layout/receipts_view.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/menu/add_member.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/menu/blockedlist_menu.xml
100644 → 100755
Empty file.
Empty file modified app/src/main/res/menu/menu_group_list.xml
100644 → 100755
Empty file.