diff --git a/build.gradle b/build.gradle index 437740c02c77225f88c0e47194a6438b53b39bbe..65949f4af9367756e7c0605c8d4c5e35e3bde3d1 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,6 @@ dependencies { implementation 'de.measite.minidns:minidns-hla:0.2.4' implementation 'me.leolin:ShortcutBadger:1.1.22@aar' implementation 'org.whispersystems:signal-protocol-android:2.6.2' - implementation 'com.makeramen:roundedimageview:2.3.0' implementation "com.wefika:flowlayout:0.4.1" //noinspection GradleDependency implementation 'com.otaliastudios:transcoder:0.9.1' diff --git a/src/cheogram/res/values/styles.xml b/src/cheogram/res/values/styles.xml new file mode 100644 index 0000000000000000000000000000000000000000..cc798d3b6b48d5fdeec67c250c0fefc6f8e98ded --- /dev/null +++ b/src/cheogram/res/values/styles.xml @@ -0,0 +1,13 @@ + + + + + + + diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 3457b68bb5311044d55c9ea709666046584f4f2f..2a0a0f71958e68d0161b22444a82ba2ff0f396ff 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -10,13 +10,13 @@ android:paddingBottom="8dp" android:paddingTop="8dp"> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - \ No newline at end of file + diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 4fd8dc3c3e06e91080680a2bce1d99498c7ea527..c973bd0c9f763d49059fc5f967f79e11130055cc 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -38,14 +38,14 @@ android:layout_height="wrap_content" android:padding="@dimen/card_padding_regular"> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml index 418a3f23919a24028066e47414e255f4e0813e0d..3898ef049cc4b16024fe2fe8b7e17364ebe9381a 100644 --- a/src/main/res/layout/activity_muc_details.xml +++ b/src/main/res/layout/activity_muc_details.xml @@ -42,12 +42,12 @@ android:layout_height="wrap_content" android:layout_marginBottom="32dp"> - diff --git a/src/main/res/layout/activity_rtp_session.xml b/src/main/res/layout/activity_rtp_session.xml index 3d67d6727ce6d1f8f7d98a71da594a8fc98e7972..e90fc50f7c788200226730dcbbfd04384906b605 100644 --- a/src/main/res/layout/activity_rtp_session.xml +++ b/src/main/res/layout/activity_rtp_session.xml @@ -99,12 +99,12 @@ android:layout_alignParentBottom="true" android:visibility="gone" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.IncomingCall" /> diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index 088f3243df119749741766af738452c3c6f4bb3f..279dd6f944b21b3e41435a57ddff255271fae02e 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -8,13 +8,13 @@ android:background="?selectableItemBackground" android:padding="@dimen/list_padding"> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - \ No newline at end of file + diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 892e279f14b42ca27bcd425d62978198b55cf580..d3a7d70aafaca46993dc05dde511ea9dbdd54e40 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -19,13 +19,13 @@ android:orientation="horizontal" android:padding="8dp"> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - \ No newline at end of file + diff --git a/src/main/res/layout/search_result_item.xml b/src/main/res/layout/search_result_item.xml index c006dabd8e049cb090d86ebe8b637259a518c7db..ee6b463a8ef2c5e19a8734d0e1eef2998ef0fad1 100644 --- a/src/main/res/layout/search_result_item.xml +++ b/src/main/res/layout/search_result_item.xml @@ -9,13 +9,13 @@ android:background="?selectableItemBackground" android:padding="@dimen/list_padding"> - + app:shapeAppearance="@style/ShapeAppearanceOverlay.Photo" /> - \ No newline at end of file + diff --git a/src/main/res/values/about.xml b/src/main/res/values/about.xml index d6e064d579889dbfcdb8f480e88a50e7f0b69c32..2f5add4e383a3bcbb905edea471e11e684d42263 100644 --- a/src/main/res/values/about.xml +++ b/src/main/res/values/about.xml @@ -55,7 +55,6 @@ \n\nhttps://github.com/google/material-design-icons\n(CC BY 4.0) \n\nhttps://github.com/leolin310148/ShortcutBadger\n(Apache License, Version 2.0) \n\nhttps://github.com/WhisperSystems/libaxolotl-java\n(GPLv3) - \n\nhttps://github.com/vinc3m1/RoundedImageView\n(Apache License, Version 2.0) \n\nhttps://github.com/jdamcd/android-crop\n(Apache License, Version 2.0) \n\nhttps://github.com/zxing/zxing\n(Apache License, Version 2.0) \n\nhttps://github.com/osmdroid/osmdroid\n(Apache License, Version 2.0)