Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
977db671
Unverified
Commit
977db671
authored
Jun 14, 2018
by
divyanshu bhargava
Committed by
GitHub
Jun 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #25 from RocketChat/develop
merge
parents
d4d5cc75
38fc3787
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
build.gradle
app/build.gradle
+1
-1
fragment_chat_room.xml
app/src/main/res/layout/fragment_chat_room.xml
+1
-1
fragment_files.xml
app/src/main/res/layout/fragment_files.xml
+1
-1
fragment_member_bottom_sheet.xml
app/src/main/res/layout/fragment_member_bottom_sheet.xml
+1
-1
item_generic_attachment.xml
app/src/main/res/layout/item_generic_attachment.xml
+2
-2
item_message_reply.xml
app/src/main/res/layout/item_message_reply.xml
+2
-2
dependencies.gradle
dependencies.gradle
+1
-1
build.gradle
player/build.gradle
+1
-1
No files found.
app/build.gradle
View file @
977db671
...
...
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-android-extensions'
apply
plugin:
'kotlin-kapt'
android
{
compileSdkVersion
'android-P'
compileSdkVersion
versions
.
compileSdk
buildToolsVersion
versions
.
buildTools
defaultConfig
{
...
...
app/src/main/res/layout/fragment_chat_room.xml
View file @
977db671
...
...
@@ -64,7 +64,7 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_chat_title"
/>
<android
.support.constrain
t.Group
<android
x.constraintlayout.widge
t.Group
android:id=
"@+id/empty_chat_view"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/fragment_files.xml
View file @
977db671
...
...
@@ -64,7 +64,7 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/text_no_file"
/>
<android
.support.constrain
t.Group
<android
x.constraintlayout.widge
t.Group
android:id=
"@+id/group_no_file"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/fragment_member_bottom_sheet.xml
View file @
977db671
...
...
@@ -6,7 +6,7 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:paddingBottom=
"16dp"
app:layout_behavior=
"
android.support.design.widg
et.BottomSheetBehavior"
>
app:layout_behavior=
"
com.google.android.material.bottomshe
et.BottomSheetBehavior"
>
<com.facebook.drawee.view.SimpleDraweeView
android:id=
"@+id/image_bottom_sheet_avatar"
...
...
app/src/main/res/layout/item_generic_attachment.xml
View file @
977db671
<?xml version="1.0" encoding="utf-8"?>
<android
.support.constrain
t.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<android
x.constraintlayout.widge
t.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
...
...
@@ -71,4 +71,4 @@
app:layout_constraintStart_toEndOf=
"@+id/image_container"
tools:text=
"Ma 22, 2018 6:42 PM"
/>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/item_message_reply.xml
View file @
977db671
<?xml version="1.0" encoding="utf-8"?>
<android
.support.constrain
t.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<android
x.constraintlayout.widge
t.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/message_container"
android:layout_width=
"match_parent"
...
...
@@ -34,4 +34,4 @@
app:layout_constraintStart_toStartOf=
"@+id/button_message_reply"
app:layout_constraintTop_toBottomOf=
"@+id/button_message_reply"
/>
</android.support.constraint.ConstraintLayout>
\ No newline at end of file
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
dependencies.gradle
View file @
977db671
...
...
@@ -2,7 +2,7 @@ ext {
versions
=
[
java
:
JavaVersion
.
VERSION_1_8
,
compileSdk
:
28
,
targetSdk
:
2
7
,
targetSdk
:
2
8
,
buildTools
:
'28.0.0-rc2'
,
kotlin
:
'1.2.41'
,
coroutine
:
'0.22.5'
,
...
...
player/build.gradle
View file @
977db671
...
...
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply
plugin:
'kotlin-android-extensions'
android
{
compileSdkVersion
'android-P'
compileSdkVersion
versions
.
compileSdk
buildToolsVersion
versions
.
buildTools
defaultConfig
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment