diff --git a/build.gradle b/build.gradle index cd2a6df4d4..dc75b34846 100644 --- a/build.gradle +++ b/build.gradle @@ -44,6 +44,8 @@ allprojects { includeGroupByRegex 'com\\.github\\.chrisbanes' // PFLockScreen-Android includeGroupByRegex 'com\\.github\\.vector-im' + // DraggableView + includeGroupByRegex 'com\\.github\\.hyuwah' // Chat effects includeGroupByRegex 'com\\.github\\.jetradarmobile' diff --git a/changelog.d/3599.feature b/changelog.d/3599.feature new file mode 100644 index 0000000000..7f09477f9c --- /dev/null +++ b/changelog.d/3599.feature @@ -0,0 +1 @@ +New call designs \ No newline at end of file diff --git a/changelog.d/3754.feature b/changelog.d/3754.feature new file mode 100644 index 0000000000..e997ac370d --- /dev/null +++ b/changelog.d/3754.feature @@ -0,0 +1 @@ +M11.12 Spaces | Default to 'Home' in settings \ No newline at end of file diff --git a/library/ui-styles/src/main/res/values/colors.xml b/library/ui-styles/src/main/res/values/colors.xml index 9d5f15cbde..b58829bb81 100644 --- a/library/ui-styles/src/main/res/values/colors.xml +++ b/library/ui-styles/src/main/res/values/colors.xml @@ -28,6 +28,7 @@ @android:color/black + #0BAC7E #80000000 diff --git a/library/ui-styles/src/main/res/values/dimens.xml b/library/ui-styles/src/main/res/values/dimens.xml index 88338f799b..e2e50449ce 100644 --- a/library/ui-styles/src/main/res/values/dimens.xml +++ b/library/ui-styles/src/main/res/values/dimens.xml @@ -28,6 +28,10 @@ 20dp 4dp + 128dp + 88dp + 8dp + 76dp diff --git a/vector/build.gradle b/vector/build.gradle index bf98ab3d77..c1bf57ac57 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -409,6 +409,7 @@ dependencies { implementation "androidx.autofill:autofill:$autofill_version" implementation 'jp.wasabeef:glide-transformations:4.3.0' implementation 'com.github.vector-im:PFLockScreen-Android:1.0.0-beta12' + implementation 'com.github.hyuwah:DraggableView:1.0.0' implementation 'com.github.Armen101:AudioRecordView:1.0.5' // Custom Tab diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index df85e31208..5aec41e46f 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -271,7 +271,11 @@ android:name=".features.attachments.preview.AttachmentsPreviewActivity" android:theme="@style/Theme.Vector.Black.AttachmentsPreview" /> + +
+
+Copyright (c) 2018 Muhammad Wahyudin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+