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
6dd1ec6e
Commit
6dd1ec6e
authored
Sep 26, 2018
by
Filipe de Lima Brito
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes unused resources.
parent
7e52ba15
Changes
109
Show whitespace changes
Inline
Side-by-side
Showing
109 changed files
with
43 additions
and
1032 deletions
+43
-1032
AppLifecycleObserver.kt
...main/java/chat/rocket/android/app/AppLifecycleObserver.kt
+0
-5
ActionsListAdapter.kt
...hat/rocket/android/chatroom/adapter/ActionsListAdapter.kt
+1
-1
ChatRoomPresenter.kt
...rocket/android/chatroom/presentation/ChatRoomPresenter.kt
+1
-4
ChatRoomView.kt
...chat/rocket/android/chatroom/presentation/ChatRoomView.kt
+0
-1
ChatRoomFragment.kt
.../java/chat/rocket/android/chatroom/ui/ChatRoomFragment.kt
+0
-8
UiModelMapper.kt
...ava/chat/rocket/android/chatroom/uimodel/UiModelMapper.kt
+1
-1
ChatRoomSuggestionUiModel.kt
.../chatroom/uimodel/suggestion/ChatRoomSuggestionUiModel.kt
+1
-2
RoomUiModelMapper.kt
...hat/rocket/android/chatrooms/adapter/RoomUiModelMapper.kt
+0
-2
ChatRoomsFragmentModule.kt
...at/rocket/android/chatrooms/di/ChatRoomsFragmentModule.kt
+0
-1
FetchChatRoomsInteractor.kt
...cket/android/chatrooms/domain/FetchChatRoomsInteractor.kt
+0
-4
AppModule.kt
.../main/java/chat/rocket/android/dagger/module/AppModule.kt
+2
-3
ChatRoomDao.kt
app/src/main/java/chat/rocket/android/db/ChatRoomDao.kt
+0
-1
DatabaseManager.kt
app/src/main/java/chat/rocket/android/db/DatabaseManager.kt
+12
-1
UserDao.kt
app/src/main/java/chat/rocket/android/db/UserDao.kt
+0
-1
FavoriteMessagesFragmentModule.kt
...oid/favoritemessages/di/FavoriteMessagesFragmentModule.kt
+0
-4
PinnedMessagesFragment.kt
...ocket/android/pinnedmessages/ui/PinnedMessagesFragment.kt
+0
-1
GroupedPush.kt
app/src/main/java/chat/rocket/android/push/GroupedPush.kt
+0
-1
ConnectionManager.kt
...ocket/android/server/infraestructure/ConnectionManager.kt
+0
-1
ConnectionManagerFactory.kt
...ndroid/server/infraestructure/ConnectionManagerFactory.kt
+0
-1
HttpLoggingInterceptor.kt
...n/java/chat/rocket/android/util/HttpLoggingInterceptor.kt
+0
-2
DividerItemDecoration.kt
.../java/chat/rocket/android/widget/DividerItemDecoration.kt
+0
-1
rocket_chat_notification.xml
...main/res/drawable-anydpi-v21/rocket_chat_notification.xml
+0
-12
effect_ripple.xml
app/src/main/res/drawable/effect_ripple.xml
+0
-9
ic_add_white_24dp.xml
app/src/main/res/drawable/ic_add_white_24dp.xml
+0
-9
ic_fab_24dp.xml
app/src/main/res/drawable/ic_fab_24dp.xml
+0
-9
ic_help_black_24dp.xml
app/src/main/res/drawable/ic_help_black_24dp.xml
+0
-9
ic_lock_outline_black.xml
app/src/main/res/drawable/ic_lock_outline_black.xml
+0
-12
ic_lock_unread_12_dp.xml
app/src/main/res/drawable/ic_lock_unread_12_dp.xml
+0
-16
ic_meteor.xml
app/src/main/res/drawable/ic_meteor.xml
+0
-69
ic_share_black_24px.xml
app/src/main/res/drawable/ic_share_black_24px.xml
+0
-9
ic_twitter.xml
app/src/main/res/drawable/ic_twitter.xml
+0
-27
ic_user_status_black.xml
app/src/main/res/drawable/ic_user_status_black.xml
+0
-12
ic_username_black_20dp.xml
app/src/main/res/drawable/ic_username_black_20dp.xml
+0
-26
ic_wordpress.xml
app/src/main/res/drawable/ic_wordpress.xml
+0
-34
style_edit_text_authentication.xml
app/src/main/res/drawable/style_edit_text_authentication.xml
+0
-11
activity_add_members.xml
app/src/main/res/layout/activity_add_members.xml
+0
-82
activity_main.xml
app/src/main/res/layout/activity_main.xml
+0
-4
activity_web_view.xml
app/src/main/res/layout/activity_web_view.xml
+0
-2
app_bar.xml
app/src/main/res/layout/app_bar.xml
+0
-1
app_bar_chat_room.xml
app/src/main/res/layout/app_bar_chat_room.xml
+0
-2
app_bar_password.xml
app/src/main/res/layout/app_bar_password.xml
+0
-2
fragment_about.xml
app/src/main/res/layout/fragment_about.xml
+0
-1
fragment_admin_panel_web_view.xml
app/src/main/res/layout/fragment_admin_panel_web_view.xml
+0
-2
fragment_authentication_log_in.xml
app/src/main/res/layout/fragment_authentication_log_in.xml
+0
-4
fragment_authentication_login_options.xml
...main/res/layout/fragment_authentication_login_options.xml
+0
-3
fragment_authentication_on_boarding.xml
...c/main/res/layout/fragment_authentication_on_boarding.xml
+0
-2
fragment_authentication_register_username.xml
.../res/layout/fragment_authentication_register_username.xml
+0
-2
fragment_authentication_reset_password.xml
...ain/res/layout/fragment_authentication_reset_password.xml
+0
-2
fragment_authentication_server.xml
app/src/main/res/layout/fragment_authentication_server.xml
+0
-3
fragment_authentication_sign_up.xml
app/src/main/res/layout/fragment_authentication_sign_up.xml
+0
-2
fragment_authentication_two_fa.xml
app/src/main/res/layout/fragment_authentication_two_fa.xml
+0
-2
fragment_chat_room.xml
app/src/main/res/layout/fragment_chat_room.xml
+0
-8
fragment_chat_rooms.xml
app/src/main/res/layout/fragment_chat_rooms.xml
+0
-3
fragment_create_channel.xml
app/src/main/res/layout/fragment_create_channel.xml
+0
-7
fragment_favorite_messages.xml
app/src/main/res/layout/fragment_favorite_messages.xml
+0
-2
fragment_files.xml
app/src/main/res/layout/fragment_files.xml
+0
-3
fragment_member_bottom_sheet.xml
app/src/main/res/layout/fragment_member_bottom_sheet.xml
+0
-5
fragment_members.xml
app/src/main/res/layout/fragment_members.xml
+0
-1
fragment_mentions.xml
app/src/main/res/layout/fragment_mentions.xml
+0
-2
fragment_message_info.xml
app/src/main/res/layout/fragment_message_info.xml
+0
-2
fragment_password.xml
app/src/main/res/layout/fragment_password.xml
+0
-4
fragment_pinned_messages.xml
app/src/main/res/layout/fragment_pinned_messages.xml
+0
-2
fragment_preferences.xml
app/src/main/res/layout/fragment_preferences.xml
+0
-2
fragment_profile.xml
app/src/main/res/layout/fragment_profile.xml
+0
-6
fragment_settings.xml
app/src/main/res/layout/fragment_settings.xml
+0
-1
item_action_button.xml
app/src/main/res/layout/item_action_button.xml
+0
-2
item_actions_attachment.xml
app/src/main/res/layout/item_actions_attachment.xml
+0
-1
item_author_attachment.xml
app/src/main/res/layout/item_author_attachment.xml
+0
-1
item_change_status.xml
app/src/main/res/layout/item_change_status.xml
+0
-4
item_chatroom_header.xml
app/src/main/res/layout/item_chatroom_header.xml
+0
-1
item_color_attachment.xml
app/src/main/res/layout/item_color_attachment.xml
+0
-1
item_file_attachment.xml
app/src/main/res/layout/item_file_attachment.xml
+0
-1
item_generic_attachment.xml
app/src/main/res/layout/item_generic_attachment.xml
+0
-3
item_member.xml
app/src/main/res/layout/item_member.xml
+0
-1
item_message.xml
app/src/main/res/layout/item_message.xml
+0
-3
item_message_attachment.xml
app/src/main/res/layout/item_message_attachment.xml
+0
-1
item_message_reply.xml
app/src/main/res/layout/item_message_reply.xml
+0
-1
item_read_receipt.xml
app/src/main/res/layout/item_read_receipt.xml
+0
-1
layout_toolbar.xml
app/src/main/res/layout/layout_toolbar.xml
+0
-37
message_attachment.xml
app/src/main/res/layout/message_attachment.xml
+0
-5
message_attachment_options.xml
app/src/main/res/layout/message_attachment_options.xml
+0
-2
message_bottomsheet.xml
app/src/main/res/layout/message_bottomsheet.xml
+0
-1
message_composer.xml
app/src/main/res/layout/message_composer.xml
+0
-8
message_url_preview.xml
app/src/main/res/layout/message_url_preview.xml
+0
-1
nav_header.xml
app/src/main/res/layout/nav_header.xml
+0
-1
unread_messages_badge.xml
app/src/main/res/layout/unread_messages_badge.xml
+0
-1
update_avatar_options.xml
app/src/main/res/layout/update_avatar_options.xml
+0
-3
message_actions.xml
app/src/main/res/menu/message_actions.xml
+1
-2
strings.xml
app/src/main/res/values-de/strings.xml
+2
-47
strings.xml
app/src/main/res/values-es/strings.xml
+3
-47
strings.xml
app/src/main/res/values-fr/strings.xml
+2
-47
strings.xml
app/src/main/res/values-hi-rIN/strings.xml
+0
-47
strings.xml
app/src/main/res/values-ja/strings.xml
+11
-47
strings.xml
app/src/main/res/values-pt-rBR/strings.xml
+2
-47
strings.xml
app/src/main/res/values-ru-rRU/strings.xml
+2
-47
strings.xml
app/src/main/res/values-uk/strings.xml
+2
-47
colors.xml
app/src/main/res/values/colors.xml
+0
-7
dimens.xml
app/src/main/res/values/dimens.xml
+0
-7
strings.xml
app/src/main/res/values/strings.xml
+0
-49
styles.xml
app/src/main/res/values/styles.xml
+0
-7
activity_drawing.xml
draw/src/main/res/layout/activity_drawing.xml
+0
-7
color_palette_view.xml
draw/src/main/res/layout/color_palette_view.xml
+0
-7
emoji_category_layout.xml
emoji/src/main/res/layout/emoji_category_layout.xml
+0
-2
emoji_image_row_item.xml
emoji/src/main/res/layout/emoji_image_row_item.xml
+0
-1
emoji_picker_tab.xml
emoji/src/main/res/layout/emoji_picker_tab.xml
+0
-8
emoji_row_item.xml
emoji/src/main/res/layout/emoji_row_item.xml
+0
-1
colors.xml
emoji/src/main/res/values/colors.xml
+0
-1
dimens.xml
emoji/src/main/res/values/dimens.xml
+0
-2
activity_player.xml
player/src/main/res/layout/activity_player.xml
+0
-1
No files found.
app/src/main/java/chat/rocket/android/app/AppLifecycleObserver.kt
View file @
6dd1ec6e
...
...
@@ -3,15 +3,10 @@ package chat.rocket.android.app
import
androidx.lifecycle.Lifecycle
import
androidx.lifecycle.LifecycleObserver
import
androidx.lifecycle.OnLifecycleEvent
import
chat.rocket.android.server.domain.GetAccountInteractor
import
chat.rocket.android.server.domain.GetCurrentServerInteractor
import
chat.rocket.android.server.infraestructure.ConnectionManagerFactory
import
chat.rocket.android.server.infraestructure.RocketChatClientFactory
import
chat.rocket.common.RocketChatException
import
chat.rocket.common.model.UserStatus
import
chat.rocket.core.internal.realtime.setTemporaryStatus
import
kotlinx.coroutines.experimental.launch
import
timber.log.Timber
import
javax.inject.Inject
class
AppLifecycleObserver
@Inject
constructor
(
...
...
app/src/main/java/chat/rocket/android/chatroom/adapter/ActionsListAdapter.kt
View file @
6dd1ec6e
...
...
@@ -51,7 +51,7 @@ class ActionsListAdapter(actions: List<Action>, var actionAttachmentOnClickListe
action_button
.
isVisible
=
true
action_image_button
.
isVisible
=
false
this
.
action_button
.
setText
(
action
.
text
)
this
.
action_button
.
text
=
action
.
text
}
}
}
...
...
app/src/main/java/chat/rocket/android/chatroom/presentation/ChatRoomPresenter.kt
View file @
6dd1ec6e
...
...
@@ -34,7 +34,6 @@ import chat.rocket.android.server.domain.useRealName
import
chat.rocket.android.server.infraestructure.ConnectionManagerFactory
import
chat.rocket.android.server.infraestructure.state
import
chat.rocket.android.util.extension.compressImageAndGetByteArray
import
chat.rocket.android.util.extension.compressImageAndGetInputStream
import
chat.rocket.android.util.extension.launchUI
import
chat.rocket.android.util.extensions.avatarUrl
import
chat.rocket.android.util.retryIO
...
...
@@ -80,9 +79,7 @@ import kotlinx.coroutines.experimental.launch
import
kotlinx.coroutines.experimental.withContext
import
org.threeten.bp.Instant
import
timber.log.Timber
import
java.io.InputStream
import
java.util.*
import
java.util.zip.DeflaterInputStream
import
javax.inject.Inject
class
ChatRoomPresenter
@Inject
constructor
(
...
...
@@ -504,7 +501,7 @@ class ChatRoomPresenter @Inject constructor(
val
messages
=
retryIO
(
description
=
"history($chatRoomId, $roomType, $instant)"
)
{
client
.
history
(
chatRoomId
!!
,
roomType
,
count
=
50
,
chatRoomId
,
roomType
,
count
=
50
,
oldest
=
instant
)
}
...
...
app/src/main/java/chat/rocket/android/chatroom/presentation/ChatRoomView.kt
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@ import chat.rocket.android.chatroom.uimodel.suggestion.PeopleSuggestionUiModel
import
chat.rocket.android.core.behaviours.LoadingView
import
chat.rocket.android.core.behaviours.MessageView
import
chat.rocket.core.internal.realtime.socket.model.State
import
chat.rocket.core.model.ChatRoom
interface
ChatRoomView
:
LoadingView
,
MessageView
{
...
...
app/src/main/java/chat/rocket/android/chatroom/ui/ChatRoomFragment.kt
View file @
6dd1ec6e
...
...
@@ -9,10 +9,7 @@ import android.content.Intent
import
android.graphics.drawable.Drawable
import
android.os.Bundle
import
android.os.Handler
import
android.os.SystemClock
import
android.text.Spannable
import
android.text.SpannableStringBuilder
import
android.text.style.ImageSpan
import
android.view.KeyEvent
import
android.view.LayoutInflater
import
android.view.Menu
...
...
@@ -63,7 +60,6 @@ import chat.rocket.android.helper.ImageHelper
import
chat.rocket.android.helper.KeyboardHelper
import
chat.rocket.android.helper.MessageParser
import
chat.rocket.android.util.extension.asObservable
import
chat.rocket.android.util.extension.launchUI
import
chat.rocket.android.util.extensions.circularRevealOrUnreveal
import
chat.rocket.android.util.extensions.fadeIn
import
chat.rocket.android.util.extensions.fadeOut
...
...
@@ -76,8 +72,6 @@ import chat.rocket.android.util.extensions.ui
import
chat.rocket.common.model.RoomType
import
chat.rocket.common.model.roomTypeOf
import
chat.rocket.core.internal.realtime.socket.model.State
import
chat.rocket.core.model.ChatRoom
import
com.bumptech.glide.load.resource.gif.GifDrawable
import
dagger.android.support.AndroidSupportInjection
import
io.reactivex.Observable
import
io.reactivex.disposables.CompositeDisposable
...
...
@@ -86,8 +80,6 @@ import kotlinx.android.synthetic.main.fragment_chat_room.*
import
kotlinx.android.synthetic.main.message_attachment_options.*
import
kotlinx.android.synthetic.main.message_composer.*
import
kotlinx.android.synthetic.main.message_list.*
import
kotlinx.coroutines.experimental.android.UI
import
kotlinx.coroutines.experimental.launch
import
java.util.concurrent.TimeUnit
import
java.util.concurrent.atomic.AtomicInteger
import
javax.inject.Inject
...
...
app/src/main/java/chat/rocket/android/chatroom/uimodel/UiModelMapper.kt
View file @
6dd1ec6e
...
...
@@ -174,7 +174,7 @@ class UiModelMapper @Inject constructor(
broadcast
=
broadcast
?:
false
,
alert
=
alert
,
fullName
=
fullname
,
name
=
name
?:
""
,
name
=
name
,
favorite
=
favorite
?:
false
,
default
=
isDefault
?:
false
,
readonly
=
readonly
,
...
...
app/src/main/java/chat/rocket/android/chatroom/uimodel/suggestion/ChatRoomSuggestionUiModel.kt
View file @
6dd1ec6e
...
...
@@ -5,5 +5,4 @@ import chat.rocket.android.widget.autocompletion.model.SuggestionModel
class
ChatRoomSuggestionUiModel
(
text
:
String
,
val
fullName
:
String
,
val
name
:
String
,
searchList
:
List
<
String
>)
:
SuggestionModel
(
text
,
searchList
,
false
)
{
}
\ No newline at end of file
searchList
:
List
<
String
>)
:
SuggestionModel
(
text
,
searchList
,
false
)
\ No newline at end of file
app/src/main/java/chat/rocket/android/chatrooms/adapter/RoomUiModelMapper.kt
View file @
6dd1ec6e
...
...
@@ -8,8 +8,6 @@ import androidx.core.text.color
import
chat.rocket.android.R
import
chat.rocket.android.chatrooms.adapter.model.RoomUiModel
import
chat.rocket.android.db.model.ChatRoom
import
chat.rocket.android.infrastructure.LocalRepository
import
chat.rocket.android.infrastructure.checkIfMyself
import
chat.rocket.android.server.domain.GetCurrentUserInteractor
import
chat.rocket.android.server.domain.PublicSettings
import
chat.rocket.android.server.domain.showLastMessage
...
...
app/src/main/java/chat/rocket/android/chatrooms/di/ChatRoomsFragmentModule.kt
View file @
6dd1ec6e
...
...
@@ -10,7 +10,6 @@ import chat.rocket.android.dagger.scope.PerFragment
import
chat.rocket.android.db.ChatRoomDao
import
chat.rocket.android.db.DatabaseManager
import
chat.rocket.android.db.UserDao
import
chat.rocket.android.infrastructure.LocalRepository
import
chat.rocket.android.server.domain.GetCurrentUserInteractor
import
chat.rocket.android.server.domain.PublicSettings
import
chat.rocket.android.server.domain.SettingsRepository
...
...
app/src/main/java/chat/rocket/android/chatrooms/domain/FetchChatRoomsInteractor.kt
View file @
6dd1ec6e
package
chat.rocket.android.chatrooms.domain
import
chat.rocket.android.db.DatabaseManager
import
chat.rocket.android.db.model.ChatRoomEntity
import
chat.rocket.android.db.model.UserEntity
import
chat.rocket.android.util.retryIO
import
chat.rocket.core.RocketChatClient
import
chat.rocket.core.internal.rest.chatRooms
import
chat.rocket.core.model.ChatRoom
import
chat.rocket.core.model.userId
import
timber.log.Timber
class
FetchChatRoomsInteractor
(
...
...
app/src/main/java/chat/rocket/android/dagger/module/AppModule.kt
View file @
6dd1ec6e
...
...
@@ -9,7 +9,6 @@ import android.content.Context
import
android.content.SharedPreferences
import
chat.rocket.android.BuildConfig
import
chat.rocket.android.R
import
chat.rocket.android.analytics.Analytics
import
chat.rocket.android.analytics.AnalyticsManager
import
chat.rocket.android.analytics.AnswersAnalytics
import
chat.rocket.android.analytics.GoogleAnalyticsForFirebase
...
...
@@ -153,13 +152,13 @@ class AppModule {
@Provides
@Singleton
fun
provideSharedPreferences
(
context
:
Application
)
=
fun
provideSharedPreferences
(
context
:
Application
)
:
SharedPreferences
=
context
.
getSharedPreferences
(
"rocket.chat"
,
Context
.
MODE_PRIVATE
)
@Provides
@ForMessages
fun
provideMessagesSharedPreferences
(
context
:
Application
)
=
fun
provideMessagesSharedPreferences
(
context
:
Application
)
:
SharedPreferences
=
context
.
getSharedPreferences
(
"messages"
,
Context
.
MODE_PRIVATE
)
@Provides
...
...
app/src/main/java/chat/rocket/android/db/ChatRoomDao.kt
View file @
6dd1ec6e
...
...
@@ -9,7 +9,6 @@ import androidx.room.Transaction
import
androidx.room.Update
import
chat.rocket.android.db.model.ChatRoom
import
chat.rocket.android.db.model.ChatRoomEntity
import
chat.rocket.common.model.RoomType
@Dao
abstract
class
ChatRoomDao
:
BaseDao
<
ChatRoomEntity
>
{
...
...
app/src/main/java/chat/rocket/android/db/DatabaseManager.kt
View file @
6dd1ec6e
package
chat.rocket.android.db
import
android.app.Application
import
androidx.room.migration.Migration
import
chat.rocket.android.R
import
chat.rocket.android.db.model.BaseUserEntity
import
chat.rocket.android.db.model.ChatRoomEntity
...
...
@@ -26,6 +25,18 @@ import kotlinx.coroutines.experimental.newSingleThreadContext
import
kotlinx.coroutines.experimental.withContext
import
timber.log.Timber
import
java.util.HashSet
import
kotlin.collections.ArrayList
import
kotlin.collections.HashMap
import
kotlin.collections.LinkedHashMap
import
kotlin.collections.List
import
kotlin.collections.component1
import
kotlin.collections.component2
import
kotlin.collections.filterNot
import
kotlin.collections.forEach
import
kotlin.collections.isNotEmpty
import
kotlin.collections.map
import
kotlin.collections.set
import
kotlin.collections.toList
class
DatabaseManager
(
val
context
:
Application
,
val
serverUrl
:
String
)
{
...
...
app/src/main/java/chat/rocket/android/db/UserDao.kt
View file @
6dd1ec6e
package
chat.rocket.android.db
import
androidx.room.Dao
import
androidx.room.Insert
import
androidx.room.OnConflictStrategy
import
androidx.room.Query
import
androidx.room.Transaction
...
...
app/src/main/java/chat/rocket/android/favoritemessages/di/FavoriteMessagesFragmentModule.kt
View file @
6dd1ec6e
...
...
@@ -3,15 +3,11 @@ package chat.rocket.android.favoritemessages.di
import
androidx.lifecycle.LifecycleOwner
import
chat.rocket.android.core.lifecycle.CancelStrategy
import
chat.rocket.android.dagger.scope.PerFragment
import
chat.rocket.android.db.DatabaseManager
import
chat.rocket.android.db.DatabaseManagerFactory
import
chat.rocket.android.favoritemessages.presentation.FavoriteMessagesView
import
chat.rocket.android.favoritemessages.ui.FavoriteMessagesFragment
import
chat.rocket.android.server.domain.GetCurrentServerInteractor
import
dagger.Module
import
dagger.Provides
import
kotlinx.coroutines.experimental.Job
import
javax.inject.Named
@Module
class
FavoriteMessagesFragmentModule
{
...
...
app/src/main/java/chat/rocket/android/pinnedmessages/ui/PinnedMessagesFragment.kt
View file @
6dd1ec6e
...
...
@@ -18,7 +18,6 @@ import chat.rocket.android.chatroom.uimodel.BaseUiModel
import
chat.rocket.android.helper.EndlessRecyclerViewScrollListener
import
chat.rocket.android.pinnedmessages.presentation.PinnedMessagesPresenter
import
chat.rocket.android.pinnedmessages.presentation.PinnedMessagesView
import
chat.rocket.android.server.domain.AnalyticsTrackingInteractor
import
chat.rocket.android.util.extensions.inflate
import
chat.rocket.android.util.extensions.showToast
import
chat.rocket.android.util.extensions.ui
...
...
app/src/main/java/chat/rocket/android/push/GroupedPush.kt
View file @
6dd1ec6e
package
chat.rocket.android.push
import
java.util.concurrent.atomic.AtomicInteger
import
javax.inject.Singleton
typealias
TupleGroupIdMessageCount
=
Pair
<
Int
,
AtomicInteger
>
...
...
app/src/main/java/chat/rocket/android/server/infraestructure/ConnectionManager.kt
View file @
6dd1ec6e
...
...
@@ -32,7 +32,6 @@ import kotlinx.coroutines.experimental.selects.select
import
timber.log.Timber
import
java.util.concurrent.CopyOnWriteArrayList
import
kotlin.coroutines.experimental.CoroutineContext
import
kotlin.math.absoluteValue
class
ConnectionManager
(
internal
val
client
:
RocketChatClient
,
...
...
app/src/main/java/chat/rocket/android/server/infraestructure/ConnectionManagerFactory.kt
View file @
6dd1ec6e
package
chat.rocket.android.server.infraestructure
import
chat.rocket.android.db.DatabaseManagerFactory
import
chat.rocket.android.infrastructure.LocalRepository
import
timber.log.Timber
import
javax.inject.Inject
import
javax.inject.Singleton
...
...
app/src/main/java/chat/rocket/android/util/HttpLoggingInterceptor.kt
View file @
6dd1ec6e
...
...
@@ -7,8 +7,6 @@ import okhttp3.MediaType
import
okhttp3.OkHttpClient
import
okhttp3.Response
import
okhttp3.internal.http.HttpHeaders
import
okhttp3.internal.platform.Platform
import
okhttp3.internal.platform.Platform.INFO
import
okio.Buffer
import
okio.GzipSource
import
java.io.EOFException
...
...
app/src/main/java/chat/rocket/android/widget/DividerItemDecoration.kt
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@ package chat.rocket.android.widget
import
android.content.Context
import
android.graphics.Canvas
import
android.graphics.Rect
import
android.graphics.drawable.Drawable
import
android.view.View
import
androidx.annotation.DrawableRes
...
...
app/src/main/res/drawable-anydpi-v21/rocket_chat_notification.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportHeight=
"48.0"
android:viewportWidth=
"48.0"
>
<path
android:fillColor=
"#FFFFFFFF"
android:pathData=
"M44.99,23.47C44.99,21.42 44.38,19.45 43.16,17.62C42.07,15.97 40.54,14.52 38.62,13.29C34.91,10.92 30.03,9.62 24.88,9.62C23.16,9.62 21.47,9.77 19.82,10.05C18.8,9.1 17.61,8.24 16.35,7.57C9.6,4.3 4,7.49 4,7.49C4,7.49 9.21,11.76 8.36,15.49C6.03,17.8 4.77,20.58 4.77,23.47C4.77,23.48 4.77,23.49 4.77,23.5C4.77,23.51 4.77,23.51 4.77,23.52C4.77,26.42 6.03,29.2 8.36,31.5C9.21,35.24 4,39.5 4,39.5C4,39.5 9.6,42.69 16.35,39.43C17.61,38.75 18.8,37.89 19.82,36.94C21.47,37.23 23.16,37.37 24.88,37.37C30.03,37.37 34.91,36.07 38.62,33.7C40.54,32.48 42.07,31.02 43.16,29.38C44.38,27.55 44.99,25.58 44.99,23.53C44.99,23.52 44.99,23.51 44.99,23.5L44.99,23.47ZM24.88,12.53C34.41,12.53 42.14,17.45 42.14,23.52C42.14,29.6 34.41,34.52 24.88,34.52C22.76,34.52 20.73,34.28 18.85,33.83C16.94,36.12 12.74,39.31 8.67,38.28C9.99,36.86 11.96,34.45 11.54,30.5C9.09,28.6 7.63,26.17 7.63,23.52C7.63,17.45 15.35,12.53 24.88,12.53Z"
/>
<path
android:fillColor=
"#FFFFFFFF"
android:pathData=
"M24.88,26.17C26.15,26.17 27.17,25.14 27.17,23.88C27.17,22.61 26.15,21.59 24.88,21.59C23.62,21.59 22.59,22.61 22.59,23.88C22.59,25.14 23.62,26.17 24.88,26.17ZM32.85,26.17C34.12,26.17 35.14,25.14 35.14,23.88C35.14,22.61 34.12,21.59 32.85,21.59C31.59,21.59 30.56,22.61 30.56,23.88C30.56,25.14 31.59,26.17 32.85,26.17ZM16.91,26.17C18.18,26.17 19.2,25.14 19.2,23.88C19.2,22.62 18.18,21.59 16.91,21.59C15.65,21.59 14.62,22.62 14.62,23.88C14.62,25.14 15.65,26.17 16.91,26.17L16.91,26.17Z"
/>
</vector>
app/src/main/res/drawable/effect_ripple.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<ripple
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:color=
"@color/colorPrimary"
>
<item
android:id=
"@android:id/background"
android:drawable=
"@color/colorAccent"
/>
</ripple>
\ No newline at end of file
app/src/main/res/drawable/ic_add_white_24dp.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"@color/colorWhite"
android:pathData=
"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
/>
</vector>
app/src/main/res/drawable/ic_fab_24dp.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
/>
</vector>
app/src/main/res/drawable/ic_help_black_24dp.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:fillColor=
"#FF000000"
android:pathData=
"M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"
/>
</vector>
app/src/main/res/drawable/ic_lock_outline_black.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"13dp"
android:height=
"16dp"
android:viewportWidth=
"13.0"
android:viewportHeight=
"16.0"
>
<path
android:pathData=
"M6.095,12.19C6.933,12.19 7.619,11.505 7.619,10.667C7.619,9.829 6.933,9.143 6.095,9.143C5.257,9.143 4.571,9.829 4.571,10.667C4.571,11.505 5.257,12.19 6.095,12.19ZM10.667,5.333L9.905,5.333L9.905,3.81C9.905,1.707 8.198,0 6.095,0C3.992,0 2.286,1.707 2.286,3.81L2.286,5.333L1.524,5.333C0.686,5.333 0,6.019 0,6.857L0,14.476C0,15.314 0.686,16 1.524,16L10.667,16C11.505,16 12.19,15.314 12.19,14.476L12.19,6.857C12.19,6.019 11.505,5.333 10.667,5.333ZM3.733,3.81C3.733,2.507 4.792,1.448 6.095,1.448C7.398,1.448 8.457,2.507 8.457,3.81L8.457,5.333L3.733,5.333L3.733,3.81ZM10.667,14.476L1.524,14.476L1.524,6.857L10.667,6.857L10.667,14.476Z"
android:strokeColor=
"#00000000"
android:fillType=
"evenOdd"
android:fillColor=
"#000000"
android:strokeWidth=
"1"
/>
</vector>
app/src/main/res/drawable/ic_lock_unread_12_dp.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"12dp"
android:height=
"12dp"
android:viewportWidth=
"12"
android:viewportHeight=
"12"
>
<path
android:pathData=
"M1.5,5.5h9v6h-9z"
android:strokeWidth=
"1"
android:strokeColor=
"#DE000000"
android:fillType=
"evenOdd"
/>
<path
android:pathData=
"M2.5,5.5L9.5,5.5L9.5,4C9.5,2.067 7.933,0.5 6,0.5C4.067,0.5 2.5,2.067 2.5,4L2.5,5.5Z"
android:strokeWidth=
"1"
android:strokeColor=
"#DE000000"
android:fillType=
"evenOdd"
/>
</vector>
app/src/main/res/drawable/ic_meteor.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"290dp"
android:height=
"40dp"
android:viewportHeight=
"40.0"
android:viewportWidth=
"290.0"
>
<path
android:fillColor=
"#DC464F"
android:fillType=
"evenOdd"
android:pathData=
"M2,0L288,0A2,2 0,0 1,290 2L290,38A2,2 0,0 1,288 40L2,40A2,2 0,0 1,0 38L0,2A2,2 0,0 1,2 0z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"evenOdd"
android:pathData=
"M130.46,13.45L134.16,23.26L137.84,13.45L140.71,13.45L140.71,26.25L138.5,26.25L138.5,22.03L138.72,16.39L134.94,26.25L133.35,26.25L129.58,16.4L129.8,22.03L129.8,26.25L127.58,26.25L127.58,13.45L130.46,13.45ZM149.12,26.43C147.77,26.43 146.67,26 145.83,25.15C144.99,24.29 144.57,23.16 144.57,21.74L144.57,21.48C144.57,20.53 144.75,19.68 145.12,18.93C145.48,18.19 146,17.6 146.66,17.19C147.32,16.77 148.06,16.56 148.88,16.56C150.17,16.56 151.17,16.98 151.88,17.8C152.58,18.63 152.94,19.8 152.94,21.31L152.94,22.17L146.72,22.17C146.79,22.96 147.05,23.58 147.51,24.04C147.97,24.49 148.55,24.72 149.24,24.72C150.22,24.72 151.02,24.33 151.64,23.53L152.79,24.63C152.41,25.2 151.9,25.64 151.26,25.96C150.63,26.27 149.91,26.43 149.12,26.43ZM148.87,18.28C148.28,18.28 147.81,18.48 147.45,18.89C147.09,19.3 146.86,19.87 146.76,20.61L150.83,20.61L150.83,20.45C150.78,19.73 150.59,19.19 150.26,18.83C149.92,18.46 149.46,18.28 148.87,18.28ZM159.07,14.43L159.07,16.74L160.75,16.74L160.75,18.32L159.07,18.32L159.07,23.63C159.07,23.99 159.14,24.26 159.28,24.42C159.43,24.58 159.68,24.66 160.05,24.66C160.3,24.66 160.55,24.63 160.8,24.57L160.8,26.22C160.31,26.36 159.85,26.43 159.39,26.43C157.75,26.43 156.93,25.52 156.93,23.71L156.93,18.32L155.37,18.32L155.37,16.74L156.93,16.74L156.93,14.43L159.07,14.43ZM168.37,26.43C167.01,26.43 165.92,26 165.07,25.15C164.23,24.29 163.81,23.16 163.81,21.74L163.81,21.48C163.81,20.53 164,19.68 164.36,18.93C164.73,18.19 165.24,17.6 165.91,17.19C166.57,16.77 167.31,16.56 168.12,16.56C169.42,16.56 170.42,16.98 171.12,17.8C171.83,18.63 172.18,19.8 172.18,21.31L172.18,22.17L165.97,22.17C166.03,22.96 166.29,23.58 166.75,24.04C167.21,24.49 167.79,24.72 168.49,24.72C169.47,24.72 170.26,24.33 170.88,23.53L172.03,24.63C171.65,25.2 171.14,25.64 170.51,25.96C169.87,26.27 169.16,26.43 168.37,26.43ZM168.11,18.28C167.53,18.28 167.05,18.48 166.69,18.89C166.33,19.3 166.1,19.87 166,20.61L170.07,20.61L170.07,20.45C170.02,19.73 169.83,19.19 169.5,18.83C169.17,18.46 168.7,18.28 168.11,18.28ZM175.24,21.41C175.24,20.48 175.42,19.64 175.79,18.89C176.16,18.14 176.68,17.57 177.35,17.17C178.01,16.77 178.78,16.56 179.65,16.56C180.93,16.56 181.97,16.98 182.77,17.8C183.57,18.63 184.01,19.73 184.07,21.09L184.08,21.59C184.08,22.53 183.9,23.37 183.54,24.11C183.18,24.84 182.66,25.42 181.99,25.82C181.32,26.22 180.55,26.43 179.67,26.43C178.33,26.43 177.25,25.98 176.45,25.09C175.64,24.19 175.24,23 175.24,21.51L175.24,21.41ZM177.37,21.59C177.37,22.57 177.58,23.34 177.98,23.89C178.38,24.44 178.95,24.72 179.67,24.72C180.39,24.72 180.95,24.44 181.35,23.88C181.75,23.31 181.95,22.49 181.95,21.41C181.95,20.45 181.75,19.68 181.33,19.12C180.92,18.56 180.36,18.28 179.65,18.28C178.95,18.28 178.4,18.56 177.99,19.11C177.58,19.66 177.37,20.49 177.37,21.59ZM192.66,18.69C192.38,18.64 192.09,18.62 191.79,18.62C190.82,18.62 190.16,19 189.82,19.75L189.82,26.25L187.68,26.25L187.68,16.74L189.72,16.74L189.77,17.8C190.29,16.98 191,16.56 191.92,16.56C192.22,16.56 192.47,16.61 192.67,16.69L192.66,18.69Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M95.75,9.88L112.99,28.14C112.99,28.14 113.58,28.56 114.03,28.08C114.48,27.59 114.13,27.11 114.13,27.11L95.75,9.88L95.75,9.88Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M101.21,11.6L114.34,25.76C114.34,25.76 114.93,26.18 115.38,25.69C115.83,25.21 115.48,24.73 115.48,24.73L101.21,11.6L101.21,11.6Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M97.37,15.3L110.5,29.46C110.5,29.46 111.09,29.87 111.54,29.39C111.99,28.9 111.64,28.42 111.64,28.42L97.37,15.3L97.37,15.3Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M105.82,13.09L115,22.98C115,22.98 115.41,23.27 115.72,22.93C116.04,22.59 115.8,22.26 115.8,22.26L105.82,13.09L105.82,13.09Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M98.63,19.58L107.81,29.47C107.81,29.47 108.22,29.76 108.53,29.42C108.85,29.09 108.61,28.75 108.61,28.75L98.63,19.58L98.63,19.58Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M110.54,15.23L114.7,19.73C114.7,19.73 114.9,19.86 115.06,19.7C115.21,19.54 115.09,19.39 115.09,19.39L110.54,15.23L110.54,15.23Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M100.93,24.14L105.09,28.64C105.09,28.64 105.29,28.77 105.45,28.61C105.6,28.45 105.48,28.3 105.48,28.3L100.93,24.14L100.93,24.14Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_share_black_24px.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"24dp"
android:height=
"24dp"
android:viewportWidth=
"24.0"
android:viewportHeight=
"24.0"
>
<path
android:pathData=
"M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92 1.61,0 2.92,-1.31 2.92,-2.92s-1.31,-2.92 -2.92,-2.92z"
android:fillColor=
"@color/actionMenuColor"
/>
</vector>
app/src/main/res/drawable/ic_twitter.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"290dp"
android:height=
"40dp"
android:viewportHeight=
"40.0"
android:viewportWidth=
"290.0"
>
<path
android:fillColor=
"#00ACEE"
android:fillType=
"evenOdd"
android:pathData=
"M2,0L288,0A2,2 0,0 1,290 2L290,38A2,2 0,0 1,288 40L2,40A2,2 0,0 1,0 38L0,2A2,2 0,0 1,2 0z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"evenOdd"
android:pathData=
"M136.03,15.75L132.03,15.75L132.03,26.75L129.83,26.75L129.83,15.75L125.87,15.75L125.87,13.95L136.03,13.95L136.03,15.75ZM147.24,23.81L148.75,17.24L150.83,17.24L148.24,26.75L146.48,26.75L144.44,20.22L142.44,26.75L140.68,26.75L138.08,17.24L140.16,17.24L141.7,23.74L143.65,17.24L145.26,17.24L147.24,23.81ZM156.33,26.75L154.2,26.75L154.2,17.24L156.33,17.24L156.33,26.75ZM154.07,14.77C154.07,14.44 154.17,14.17 154.38,13.95C154.59,13.74 154.88,13.63 155.27,13.63C155.66,13.63 155.96,13.74 156.17,13.95C156.38,14.17 156.48,14.44 156.48,14.77C156.48,15.09 156.38,15.36 156.17,15.57C155.96,15.79 155.66,15.9 155.27,15.9C154.88,15.9 154.59,15.79 154.38,15.57C154.17,15.36 154.07,15.09 154.07,14.77ZM163.13,14.93L163.13,17.24L164.81,17.24L164.81,18.82L163.13,18.82L163.13,24.13C163.13,24.49 163.21,24.76 163.35,24.92C163.49,25.08 163.75,25.16 164.12,25.16C164.36,25.16 164.61,25.13 164.87,25.07L164.87,26.72C164.38,26.86 163.91,26.93 163.46,26.93C161.82,26.93 161,26.02 161,24.21L161,18.82L159.43,18.82L159.43,17.24L161,17.24L161,14.93L163.13,14.93ZM170.92,14.93L170.92,17.24L172.6,17.24L172.6,18.82L170.92,18.82L170.92,24.13C170.92,24.49 170.99,24.76 171.13,24.92C171.28,25.08 171.53,25.16 171.9,25.16C172.15,25.16 172.4,25.13 172.65,25.07L172.65,26.72C172.16,26.86 171.7,26.93 171.24,26.93C169.6,26.93 168.78,26.02 168.78,24.21L168.78,18.82L167.22,18.82L167.22,17.24L168.78,17.24L168.78,14.93L170.92,14.93ZM180.22,26.93C178.86,26.93 177.77,26.5 176.93,25.65C176.08,24.79 175.66,23.66 175.66,22.24L175.66,21.98C175.66,21.03 175.85,20.18 176.21,19.43C176.58,18.69 177.09,18.1 177.76,17.69C178.42,17.27 179.16,17.06 179.97,17.06C181.27,17.06 182.27,17.48 182.97,18.3C183.68,19.13 184.03,20.3 184.03,21.81L184.03,22.67L177.82,22.67C177.88,23.46 178.14,24.08 178.6,24.54C179.06,24.99 179.64,25.22 180.34,25.22C181.32,25.22 182.12,24.83 182.73,24.03L183.88,25.13C183.5,25.7 182.99,26.14 182.36,26.46C181.72,26.77 181.01,26.93 180.22,26.93ZM179.96,18.78C179.38,18.78 178.9,18.98 178.54,19.39C178.18,19.8 177.95,20.37 177.85,21.11L181.92,21.11L181.92,20.95C181.87,20.23 181.68,19.69 181.35,19.33C181.02,18.96 180.55,18.78 179.96,18.78ZM192.47,19.19C192.19,19.14 191.9,19.12 191.6,19.12C190.62,19.12 189.96,19.5 189.62,20.25L189.62,26.75L187.48,26.75L187.48,17.24L189.52,17.24L189.58,18.3C190.09,17.48 190.81,17.06 191.72,17.06C192.02,17.06 192.28,17.11 192.48,17.19L192.47,19.19Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
<path
android:fillColor=
"#FFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M114.55,14.09C113.85,14.41 113.1,14.62 112.31,14.71C113.11,14.23 113.73,13.46 114.02,12.55C113.27,13 112.43,13.32 111.54,13.5C110.83,12.74 109.81,12.26 108.69,12.26C106.53,12.26 104.78,14.01 104.78,16.17C104.78,16.48 104.82,16.78 104.88,17.06C101.63,16.9 98.75,15.34 96.83,12.98C96.49,13.55 96.3,14.23 96.3,14.94C96.3,16.3 96.99,17.49 98.04,18.19C97.4,18.17 96.79,18 96.27,17.7L96.27,17.75C96.27,19.65 97.61,21.23 99.4,21.58C99.07,21.67 98.73,21.72 98.37,21.72C98.12,21.72 97.87,21.7 97.64,21.65C98.13,23.2 99.58,24.33 101.29,24.36C99.95,25.41 98.26,26.03 96.43,26.03C96.12,26.03 95.81,26.01 95.5,25.98C97.23,27.09 99.28,27.74 101.49,27.74C108.68,27.74 112.61,21.78 112.61,16.62L112.6,16.11C113.36,15.57 114.03,14.88 114.55,14.09Z"
android:strokeColor=
"#00000000"
android:strokeWidth=
"1"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_user_status_black.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"10dp"
android:height=
"10dp"
android:viewportWidth=
"10.0"
android:viewportHeight=
"10.0"
>
<path
android:pathData=
"M5,5m-5,0a5,5 0,1 1,10 0a5,5 0,1 1,-10 0"
android:strokeColor=
"#00000000"
android:fillType=
"evenOdd"
android:fillColor=
"#000000"
android:strokeWidth=
"1"
/>
</vector>
app/src/main/res/drawable/ic_username_black_20dp.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"20dp"
android:height=
"20dp"
android:viewportWidth=
"20"
android:viewportHeight=
"20"
>
<path
android:fillType=
"evenOdd"
android:pathData=
"M0 0h20v20H0z"
/>
<path
android:fillType=
"evenOdd"
android:strokeColor=
"#2F343D"
android:strokeWidth=
"1.5"
android:pathData=
"M 10 7 C 11.6568542495 7 13 8.34314575051 13 10 C 13 11.6568542495 11.6568542495 13 10 13 C 8.34314575051 13 7 11.6568542495 7 10 C 7 8.34314575051 8.34314575051 7 10 7 Z"
/>
<path
android:fillType=
"evenOdd"
android:strokeColor=
"#2F343D"
android:strokeWidth=
"1.5"
android:pathData=
"M12.68 16.469A7 7 0 1 1 17 10v0.542"
/>
<path
android:fillType=
"evenOdd"
android:strokeColor=
"#2F343D"
android:strokeWidth=
"1.5"
android:pathData=
"M17 10.49c0 1.387-0.781 2.51-2 2.51-1.219 0-2-1.112-2-2.51V6"
/>
</vector>
\ No newline at end of file
app/src/main/res/drawable/ic_wordpress.xml
deleted
100644 → 0
View file @
7e52ba15
<vector
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:width=
"290dp"
android:height=
"40dp"
android:viewportWidth=
"290"
android:viewportHeight=
"40"
>
<path
android:fillColor=
"#428BBA"
android:fillType=
"evenOdd"
android:pathData=
"M2,0L288,0A2,2 0,0 1,290 2L290,38A2,2 0,0 1,288 40L2,40A2,2 0,0 1,0 38L0,2A2,2 0,0 1,2 0z"
android:strokeWidth=
"1"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#FFFFFFFF"
android:fillType=
"evenOdd"
android:pathData=
"M134.878,23.188L136.628,14.625L138.589,14.625L135.964,26L134.073,26L131.909,17.695L129.698,26L127.8,26L125.175,14.625L127.136,14.625L128.901,23.172L131.073,14.625L132.729,14.625L134.878,23.188ZM139.824,21.695C139.824,20.867 139.988,20.121 140.316,19.457C140.645,18.793 141.105,18.283 141.699,17.926C142.293,17.569 142.975,17.391 143.746,17.391C144.887,17.391 145.813,17.758 146.523,18.492C147.234,19.227 147.618,20.201 147.676,21.414L147.684,21.859C147.684,22.693 147.523,23.437 147.203,24.094C146.883,24.75 146.424,25.258 145.828,25.617C145.232,25.977 144.543,26.156 143.762,26.156C142.569,26.156 141.615,25.759 140.898,24.965C140.182,24.171 139.824,23.112 139.824,21.789L139.824,21.695ZM141.723,21.859C141.723,22.729 141.902,23.41 142.262,23.902C142.621,24.395 143.121,24.641 143.762,24.641C144.402,24.641 144.901,24.391 145.258,23.891C145.615,23.391 145.793,22.659 145.793,21.695C145.793,20.841 145.609,20.164 145.242,19.664C144.875,19.164 144.376,18.914 143.746,18.914C143.126,18.914 142.634,19.16 142.27,19.652C141.905,20.145 141.723,20.88 141.723,21.859ZM154.286,19.281C154.036,19.24 153.778,19.219 153.513,19.219C152.643,19.219 152.057,19.552 151.755,20.219L151.755,26L149.857,26L149.857,17.547L151.669,17.547L151.716,18.492C152.174,17.758 152.81,17.391 153.622,17.391C153.893,17.391 154.117,17.427 154.294,17.5L154.286,19.281ZM155.553,21.711C155.553,20.409 155.855,19.363 156.459,18.574C157.063,17.785 157.873,17.391 158.889,17.391C159.785,17.391 160.509,17.703 161.061,18.328L161.061,14L162.959,14L162.959,26L161.241,26L161.147,25.125C160.579,25.813 159.821,26.156 158.873,26.156C157.884,26.156 157.083,25.758 156.471,24.961C155.859,24.164 155.553,23.081 155.553,21.711ZM157.451,21.875C157.451,22.734 157.617,23.405 157.948,23.887C158.278,24.368 158.748,24.609 159.358,24.609C160.134,24.609 160.701,24.263 161.061,23.57L161.061,19.961C160.712,19.284 160.149,18.945 159.373,18.945C158.759,18.945 158.285,19.189 157.951,19.676C157.618,20.163 157.451,20.896 157.451,21.875ZM167.671,21.773L167.671,26L165.695,26L165.695,14.625L170.046,14.625C171.317,14.625 172.326,14.956 173.074,15.617C173.821,16.279 174.195,17.154 174.195,18.242C174.195,19.357 173.829,20.224 173.097,20.844C172.365,21.464 171.341,21.773 170.023,21.773L167.671,21.773ZM167.671,20.188L170.046,20.188C170.749,20.188 171.286,20.022 171.656,19.691C172.025,19.361 172.21,18.883 172.21,18.258C172.21,17.643 172.023,17.152 171.648,16.785C171.273,16.418 170.757,16.229 170.101,16.219L167.671,16.219L167.671,20.188ZM180.735,19.281C180.485,19.24 180.227,19.219 179.962,19.219C179.092,19.219 178.506,19.552 178.204,20.219L178.204,26L176.305,26L176.305,17.547L178.118,17.547L178.165,18.492C178.623,17.758 179.258,17.391 180.071,17.391C180.342,17.391 180.566,17.427 180.743,17.5L180.735,19.281ZM186.08,26.156C184.877,26.156 183.901,25.777 183.154,25.02C182.407,24.262 182.033,23.253 182.033,21.992L182.033,21.758C182.033,20.914 182.196,20.16 182.521,19.496C182.847,18.832 183.304,18.315 183.892,17.945C184.481,17.576 185.137,17.391 185.861,17.391C187.012,17.391 187.901,17.758 188.529,18.492C189.157,19.227 189.47,20.266 189.47,21.609L189.47,22.375L183.947,22.375C184.004,23.073 184.237,23.625 184.646,24.031C185.055,24.438 185.569,24.641 186.189,24.641C187.059,24.641 187.767,24.289 188.314,23.586L189.338,24.563C188.999,25.068 188.547,25.46 187.982,25.738C187.417,26.017 186.783,26.156 186.08,26.156ZM185.853,18.914C185.332,18.914 184.912,19.096 184.592,19.461C184.271,19.826 184.067,20.333 183.978,20.984L187.595,20.984L187.595,20.844C187.554,20.208 187.384,19.728 187.088,19.402C186.791,19.077 186.379,18.914 185.853,18.914ZM196.253,23.703C196.253,23.365 196.113,23.107 195.835,22.93C195.556,22.753 195.094,22.596 194.448,22.461C193.802,22.326 193.263,22.154 192.831,21.945C191.883,21.487 191.409,20.823 191.409,19.953C191.409,19.224 191.716,18.615 192.331,18.125C192.945,17.635 193.727,17.391 194.675,17.391C195.685,17.391 196.501,17.641 197.124,18.141C197.746,18.641 198.057,19.289 198.057,20.086L196.159,20.086C196.159,19.721 196.024,19.418 195.753,19.176C195.482,18.934 195.123,18.813 194.675,18.813C194.258,18.813 193.918,18.909 193.655,19.102C193.392,19.294 193.261,19.552 193.261,19.875C193.261,20.167 193.383,20.393 193.628,20.555C193.873,20.716 194.367,20.879 195.112,21.043C195.857,21.207 196.442,21.402 196.866,21.629C197.291,21.855 197.606,22.128 197.811,22.445C198.017,22.763 198.12,23.148 198.12,23.602C198.12,24.362 197.805,24.978 197.175,25.449C196.544,25.921 195.719,26.156 194.698,26.156C194.005,26.156 193.388,26.031 192.847,25.781C192.305,25.531 191.883,25.188 191.581,24.75C191.279,24.312 191.128,23.841 191.128,23.336L192.972,23.336C192.998,23.784 193.167,24.129 193.479,24.371C193.792,24.613 194.206,24.734 194.722,24.734C195.222,24.734 195.602,24.639 195.862,24.449C196.123,24.259 196.253,24.01 196.253,23.703ZM205.082,23.703C205.082,23.365 204.943,23.107 204.664,22.93C204.385,22.753 203.923,22.596 203.277,22.461C202.632,22.326 202.092,22.154 201.66,21.945C200.712,21.487 200.238,20.823 200.238,19.953C200.238,19.224 200.546,18.615 201.16,18.125C201.775,17.635 202.556,17.391 203.504,17.391C204.514,17.391 205.331,17.641 205.953,18.141C206.576,18.641 206.887,19.289 206.887,20.086L204.988,20.086C204.988,19.721 204.853,19.418 204.582,19.176C204.311,18.934 203.952,18.813 203.504,18.813C203.087,18.813 202.747,18.909 202.484,19.102C202.221,19.294 202.09,19.552 202.09,19.875C202.09,20.167 202.212,20.393 202.457,20.555C202.702,20.716 203.197,20.879 203.941,21.043C204.686,21.207 205.271,21.402 205.695,21.629C206.12,21.855 206.435,22.128 206.641,22.445C206.846,22.763 206.949,23.148 206.949,23.602C206.949,24.362 206.634,24.978 206.004,25.449C205.374,25.921 204.548,26.156 203.527,26.156C202.835,26.156 202.217,26.031 201.676,25.781C201.134,25.531 200.712,25.188 200.41,24.75C200.108,24.312 199.957,23.841 199.957,23.336L201.801,23.336C201.827,23.784 201.996,24.129 202.309,24.371C202.621,24.613 203.035,24.734 203.551,24.734C204.051,24.734 204.431,24.639 204.691,24.449C204.952,24.259 205.082,24.01 205.082,23.703Z"
android:strokeWidth=
"1"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#FFFFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M104.26,11C99.146,11 95,15.146 95,20.26C95,25.375 99.146,29.521 104.26,29.521C109.375,29.521 113.521,25.375 113.521,20.26C113.521,15.146 109.375,11 104.26,11M104.26,11.556C105.995,11.552 107.69,12.07 109.127,13.042C110.054,13.669 110.852,14.467 111.479,15.394C112.451,16.83 112.969,18.526 112.965,20.26C112.969,21.995 112.451,23.69 111.479,25.127C110.852,26.054 110.054,26.852 109.127,27.479C107.69,28.451 105.995,28.969 104.26,28.965C102.526,28.969 100.83,28.451 99.394,27.479C98.467,26.852 97.669,26.054 97.042,25.127C96.07,23.69 95.552,21.995 95.556,20.26C95.552,18.526 96.07,16.83 97.042,15.394C97.669,14.467 98.467,13.669 99.393,13.042C100.83,12.07 102.526,11.552 104.26,11.556"
android:strokeWidth=
"1"
android:strokeColor=
"#00000000"
/>
<path
android:fillColor=
"#FFFFFFFF"
android:fillType=
"nonZero"
android:pathData=
"M111.032,16.558C111.066,16.804 111.084,17.068 111.084,17.351C111.084,18.134 110.937,19.014 110.497,20.115L108.14,26.93C110.516,25.549 111.978,23.008 111.977,20.26C111.979,18.966 111.654,17.693 111.032,16.559L111.032,16.558ZM104.396,20.935L102.08,27.663C103.635,28.121 105.294,28.078 106.823,27.54C106.802,27.506 106.783,27.471 106.768,27.434L104.396,20.935ZM109.47,19.871C109.47,18.917 109.128,18.257 108.834,17.743C108.443,17.106 108.076,16.569 108.076,15.933C108.076,15.223 108.613,14.563 109.372,14.563C109.406,14.563 109.438,14.567 109.472,14.569C108.05,13.264 106.19,12.541 104.26,12.544C101.662,12.543 99.238,13.851 97.813,16.022C97.994,16.028 98.165,16.032 98.309,16.032C99.116,16.032 100.366,15.934 100.366,15.934C100.782,15.909 100.831,16.52 100.415,16.57C100.415,16.57 99.997,16.618 99.532,16.643L102.343,25.002L104.031,19.937L102.829,16.643C102.414,16.618 102.02,16.57 102.02,16.57C101.604,16.545 101.652,15.909 102.068,15.934C102.068,15.934 103.342,16.032 104.101,16.032C104.908,16.032 106.158,15.934 106.158,15.934C106.574,15.909 106.623,16.52 106.207,16.57C106.207,16.57 105.788,16.618 105.324,16.643L108.113,24.938L108.908,22.415C109.263,21.313 109.47,20.531 109.47,19.872L109.47,19.871ZM96.544,20.26C96.544,23.217 98.233,25.915 100.893,27.205L97.211,17.12C96.77,18.108 96.543,19.178 96.544,20.26Z"
android:strokeWidth=
"1"
android:strokeColor=
"#00000000"
/>
</vector>
app/src/main/res/drawable/style_edit_text_authentication.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<solid
android:color=
"@color/colorWhite"
/>
<corners
android:radius=
"2dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/layout/activity_add_members.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<include
android:id=
"@+id/toolbar_layout"
layout=
"@layout/layout_toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/layout_container"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/toolbar_layout"
>
<com.google.android.material.chip.ChipGroup
android:id=
"@+id/members_chips"
style=
"@style/Widget.MaterialComponents.Chip.Entry"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin=
"8dp"
android:visibility=
"gone"
app:chipSpacing=
"3dp"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
</com.google.android.material.chip.ChipGroup>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
app:indicatorColor=
"@color/colorPrimary"
app:indicatorName=
"BallPulseIndicator"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<EditText
android:id=
"@+id/text_search_member"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:backgroundTint=
"@android:color/transparent"
android:hint=
"@string/msg_search"
android:paddingStart=
"8dp"
android:paddingEnd=
"8dp"
android:paddingBottom=
"8dp"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/members_chips"
/>
<View
android:id=
"@+id/separator_1"
android:layout_width=
"match_parent"
android:layout_height=
"0.2dp"
android:background=
"@color/colorDividerMessageComposer"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/text_search_member"
/>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/recycler_view"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:scrollbars=
"vertical"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/separator_1"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_main.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.drawerlayout.widget.DrawerLayout
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:id=
"@+id/drawer_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:theme=
"@style/AppTheme"
...
...
@@ -24,19 +23,16 @@
</LinearLayout>
<FrameLayout
android:id=
"@+id/navigation_container"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_gravity=
"start"
>
<com.google.android.material.navigation.NavigationView
android:id=
"@+id/view_navigation"
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
app:headerLayout=
"@layout/nav_header"
/>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/accounts_list"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_marginTop=
"@dimen/nav_header_height"
...
...
app/src/main/res/layout/activity_web_view.xml
View file @
6dd1ec6e
...
...
@@ -11,13 +11,11 @@
layout=
"@layout/app_bar"
/>
<WebView
android:id=
"@+id/web_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_below=
"@+id/layout_app_bar"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
app/src/main/res/layout/app_bar.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
android:theme=
"@style/Theme.AppCompat.Light.NoActionBar"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
app:layout_scrollFlags=
"scroll|enterAlways"
...
...
app/src/main/res/layout/app_bar_chat_room.xml
View file @
6dd1ec6e
...
...
@@ -8,7 +8,6 @@
android:theme=
"@style/Theme.AppCompat.Light.NoActionBar"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
app:layout_scrollFlags=
"scroll|enterAlways"
...
...
@@ -17,7 +16,6 @@
app:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
<TextView
android:id=
"@+id/text_room_name"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:drawablePadding=
"@dimen/text_view_drawable_padding"
...
...
app/src/main/res/layout/app_bar_password.xml
View file @
6dd1ec6e
...
...
@@ -8,7 +8,6 @@
android:theme=
"@style/Theme.AppCompat.Light.NoActionBar"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"match_parent"
android:layout_height=
"?attr/actionBarSize"
app:layout_scrollFlags=
"scroll|enterAlways"
...
...
@@ -19,7 +18,6 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<TextView
android:id=
"@+id/text_change_password"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_alignParentStart=
"true"
...
...
app/src/main/res/layout/fragment_about.xml
View file @
6dd1ec6e
...
...
@@ -39,7 +39,6 @@
android:textAppearance=
"@style/TextAppearance.AppCompat.Medium"
/>
<TextView
android:id=
"@+id/text_build_number"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
tools:text=
"Build # 2000"
...
...
app/src/main/res/layout/fragment_admin_panel_web_view.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
tools:context=
".webview.adminpanel.ui.AdminPanelWebViewFragment"
>
<WebView
android:id=
"@+id/web_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
@@ -16,7 +15,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:indicatorColor=
"@color/colorBlack"
...
...
app/src/main/res/layout/fragment_authentication_log_in.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/constraint_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:padding=
"@dimen/screen_edge_left_and_right_margins"
...
...
@@ -28,7 +27,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_login"
/>
<ImageView
android:id=
"@+id/image_key"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"10dp"
...
...
@@ -63,7 +61,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_password"
/>
<Button
android:id=
"@+id/button_forgot_your_password"
style=
"?borderlessButtonStyle"
android:layout_width=
"wrap_content"
android:layout_height=
"48dp"
...
...
@@ -80,7 +77,6 @@
tools:visibility=
"visible"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_login_options.xml
View file @
6dd1ec6e
...
...
@@ -150,7 +150,6 @@
tools:visibility=
"visible"
/>
<Button
android:id=
"@+id/button_cas"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"10dp"
android:clickable=
"false"
...
...
@@ -218,7 +217,6 @@
tools:visibility=
"visible"
/>
<Button
android:id=
"@+id/button_create_an_account"
style=
"?borderlessButtonStyle"
android:layout_width=
"wrap_content"
android:layout_height=
"48dp"
...
...
@@ -235,7 +233,6 @@
tools:visibility=
"visible"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_on_boarding.xml
View file @
6dd1ec6e
...
...
@@ -130,7 +130,6 @@
</RelativeLayout>
<RelativeLayout
android:id=
"@+id/create_server_container"
android:layout_width=
"0dp"
android:layout_height=
"60dp"
android:layout_marginTop=
"10dp"
...
...
@@ -161,7 +160,6 @@
</RelativeLayout>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_register_username.xml
View file @
6dd1ec6e
...
...
@@ -27,7 +27,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_sign_in_to_your_server"
/>
<Button
android:id=
"@+id/button_use_this_username"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"20dp"
android:backgroundTint=
"@color/colorAuthenticationButtonDisabled"
...
...
@@ -38,7 +37,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_username"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_reset_password.xml
View file @
6dd1ec6e
...
...
@@ -27,7 +27,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_reset_password"
/>
<Button
android:id=
"@+id/button_reset_password"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"20dp"
android:backgroundTint=
"@color/colorAuthenticationButtonDisabled"
...
...
@@ -38,7 +37,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_email"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_server.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/constraint_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/colorWhite"
...
...
@@ -62,7 +61,6 @@
</RelativeLayout>
<Button
android:id=
"@+id/button_connect"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"20dp"
android:backgroundTint=
"@color/colorAuthenticationButtonDisabled"
...
...
@@ -73,7 +71,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/server_url_container"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_sign_up.xml
View file @
6dd1ec6e
...
...
@@ -67,7 +67,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_password"
/>
<Button
android:id=
"@+id/button_register"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"20dp"
android:backgroundTint=
"@color/colorAuthenticationButtonDisabled"
...
...
@@ -79,7 +78,6 @@
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_authentication_two_fa.xml
View file @
6dd1ec6e
...
...
@@ -25,7 +25,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_two_factor_authentication"
/>
<Button
android:id=
"@+id/button_confirm"
style=
"@style/Authentication.Button.Flat"
android:layout_marginTop=
"20dp"
android:backgroundTint=
"@color/colorAuthenticationButtonDisabled"
...
...
@@ -36,7 +35,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_two_factor_authentication_code"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
style=
"@style/Authentication.AVLoadingIndicatorView"
android:visibility=
"gone"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_chat_room.xml
View file @
6dd1ec6e
...
...
@@ -2,13 +2,11 @@
<androidx.constraintlayout.widget.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:id=
"@+id/root_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".chatroom.ui.ChatRoomFragment"
>
<FrameLayout
android:id=
"@+id/message_list_container"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
app:layout_constraintBottom_toTopOf=
"@id/text_typing_status"
...
...
@@ -17,7 +15,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_connection_status"
>
<include
android:id=
"@+id/layout_message_list"
layout=
"@layout/message_list"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
@@ -65,7 +62,6 @@
app:layout_constraintTop_toBottomOf=
"@id/text_chat_title"
/>
<androidx.constraintlayout.widget.Group
android:id=
"@+id/empty_chat_view"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -75,7 +71,6 @@
tools:visibility=
"visible"
/>
<chat.rocket.android.widget.autocompletion.ui.SuggestionsView
android:id=
"@+id/suggestions_view"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:background=
"@color/suggestion_background_color"
...
...
@@ -106,7 +101,6 @@
app:layout_constraintStart_toStartOf=
"parent"
/>
<View
android:id=
"@+id/view_dim"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:background=
"@color/colorDim"
...
...
@@ -117,7 +111,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<include
android:id=
"@+id/layout_message_attachment_options"
layout=
"@layout/message_attachment_options"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
...
...
@@ -146,7 +139,6 @@
tools:visibility=
"visible"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
app/src/main/res/layout/fragment_chat_rooms.xml
View file @
6dd1ec6e
...
...
@@ -13,7 +13,6 @@
android:layout_height=
"match_parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
@@ -22,7 +21,6 @@
app:indicatorName=
"BallPulseIndicator"
/>
<TextView
android:id=
"@+id/text_no_data_to_display"
style=
"@style/TextAppearance.AppCompat.Subhead"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -47,7 +45,6 @@
tools:visibility=
"visible"
/>
<TextView
android:id=
"@+id/text_no_result_found"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerHorizontal=
"true"
...
...
app/src/main/res/layout/fragment_create_channel.xml
View file @
6dd1ec6e
...
...
@@ -9,7 +9,6 @@
tools:context=
"createchannel.ui.CreateChannelFragment"
>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -42,7 +41,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_channel_type"
/>
<Switch
android:id=
"@+id/switch_channel_type"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"@+id/text_channel_type_description"
...
...
@@ -71,7 +69,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_read_only"
/>
<Switch
android:id=
"@+id/switch_read_only"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"@+id/text_read_only_description"
...
...
@@ -129,7 +126,6 @@
app:layout_constraintTop_toTopOf=
"@+id/image_invite_member"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/view_member_suggestion"
android:layout_width=
"0dp"
android:layout_height=
"100dp"
android:layout_marginStart=
"12dp"
...
...
@@ -153,7 +149,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_member_suggestion_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -165,7 +160,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/text_member_not_found"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/msg_member_not_found"
...
...
@@ -177,7 +171,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<com.google.android.material.chip.ChipGroup
android:id=
"@+id/chip_group_member"
style=
"@style/Widget.MaterialComponents.Chip.Entry"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/fragment_favorite_messages.xml
View file @
6dd1ec6e
...
...
@@ -17,7 +17,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
@@ -71,7 +70,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_no_favorite_messages"
/>
<androidx.constraintlayout.widget.Group
android:id=
"@+id/no_messages_view"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
app/src/main/res/layout/fragment_files.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/root_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".files.ui.FilesFragment"
>
...
...
@@ -18,7 +17,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -69,7 +67,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_no_file"
/>
<androidx.constraintlayout.widget.Group
android:id=
"@+id/group_no_file"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
...
...
app/src/main/res/layout/fragment_member_bottom_sheet.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/member_bottom_sheet"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:paddingBottom=
"16dp"
...
...
@@ -18,7 +17,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<LinearLayout
android:id=
"@+id/name_and_username_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/colorBackgroundMemberContainer"
...
...
@@ -30,7 +28,6 @@
app:layout_constraintLeft_toLeftOf=
"parent"
>
<TextView
android:id=
"@+id/text_bottom_sheet_member_name"
style=
"@style/TextAppearance.AppCompat.Title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -38,7 +35,6 @@
tools:text=
"Ronald Perkins"
/>
<TextView
android:id=
"@+id/text_bottom_sheet_member_username"
style=
"@style/Sender.Name.TextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -79,7 +75,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_member_email_address"
/>
<TextView
android:id=
"@+id/text_member_utc"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
...
...
app/src/main/res/layout/fragment_members.xml
View file @
6dd1ec6e
...
...
@@ -13,7 +13,6 @@
android:scrollbars=
"vertical"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
app/src/main/res/layout/fragment_mentions.xml
View file @
6dd1ec6e
...
...
@@ -17,7 +17,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -69,7 +68,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_no_mention"
/>
<androidx.constraintlayout.widget.Group
android:id=
"@+id/group_no_mention"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
app/src/main/res/layout/fragment_message_info.xml
View file @
6dd1ec6e
...
...
@@ -2,13 +2,11 @@
<androidx.constraintlayout.widget.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:id=
"@+id/root_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".chatinformation.ui.MessageInfoFragment"
>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
app/src/main/res/layout/fragment_password.xml
View file @
6dd1ec6e
...
...
@@ -17,7 +17,6 @@
android:layout_margin=
"16dp"
>
<EditText
android:id=
"@+id/text_new_password"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:hint=
"@string/msg_new_password"
...
...
@@ -26,7 +25,6 @@
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:id=
"@+id/layout_confirm_password"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:theme=
"@style/EditText.Password"
...
...
@@ -36,7 +34,6 @@
android:layout_margin=
"16dp"
>
<EditText
android:id=
"@+id/text_confirm_password"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:hint=
"@string/msg_confirm_password"
...
...
@@ -44,7 +41,6 @@
</com.google.android.material.textfield.TextInputLayout>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
tools:visibility=
"visible"
...
...
app/src/main/res/layout/fragment_pinned_messages.xml
View file @
6dd1ec6e
...
...
@@ -17,7 +17,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"48dp"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
@@ -73,7 +72,6 @@
app:layout_constraintTop_toBottomOf=
"@id/tv_pin_title"
/>
<androidx.constraintlayout.widget.Group
android:id=
"@+id/pin_view"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
app/src/main/res/layout/fragment_preferences.xml
View file @
6dd1ec6e
...
...
@@ -8,7 +8,6 @@
tools:context=
"preferences.ui.PreferencesFragment"
>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:visibility=
"gone"
...
...
@@ -41,7 +40,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/text_analytics_tracking"
/>
<Switch
android:id=
"@+id/switch_analytics_tracking"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:checked=
"true"
...
...
app/src/main/res/layout/fragment_profile.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<RelativeLayout
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:id=
"@+id/relative_layout"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:focusableInTouchMode=
"true"
...
...
@@ -13,7 +12,6 @@
android:layout_height=
"wrap_content"
>
<LinearLayout
android:id=
"@+id/profile_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:gravity=
"center"
...
...
@@ -22,7 +20,6 @@
tools:visibility=
"visible"
>
<include
android:id=
"@+id/layout_avatar_profile"
layout=
"@layout/avatar_profile"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -56,7 +53,6 @@
</ScrollView>
<com.wang.avi.AVLoadingIndicatorView
android:id=
"@+id/view_loading"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
...
...
@@ -64,14 +60,12 @@
app:indicatorName=
"BallPulseIndicator"
/>
<View
android:id=
"@+id/view_dim"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/colorDim"
android:visibility=
"gone"
/>
<include
android:id=
"@+id/layout_update_avatar_options"
layout=
"@layout/update_avatar_options"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/fragment_settings.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
tools:context=
".settings.ui.SettingsFragment"
>
<ListView
android:id=
"@+id/settings_list"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:entries=
"@array/settings_actions"
/>
...
...
app/src/main/res/layout/item_action_button.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
android:orientation=
"horizontal"
>
<com.google.android.material.button.MaterialButton
android:id=
"@+id/action_button"
style=
"@style/Widget.MaterialComponents.Button"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -16,7 +15,6 @@
android:textSize=
"12sp"
/>
<com.facebook.drawee.view.SimpleDraweeView
android:id=
"@+id/action_image_button"
android:layout_width=
"match_parent"
android:layout_height=
"75dp"
android:layout_marginBottom=
"10dp"
...
...
app/src/main/res/layout/item_actions_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/actions_attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_author_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/author_attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_change_status.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
android:showDividers=
"end"
>
<TextView
android:id=
"@+id/text_online"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"8dp"
...
...
@@ -20,7 +19,6 @@
android:background=
"?selectableItemBackground"
/>
<TextView
android:id=
"@+id/text_away"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"8dp"
...
...
@@ -33,7 +31,6 @@
android:background=
"?selectableItemBackground"
/>
<TextView
android:id=
"@+id/text_busy"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"8dp"
...
...
@@ -46,7 +43,6 @@
android:background=
"?selectableItemBackground"
/>
<TextView
android:id=
"@+id/text_invisible"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"8dp"
...
...
app/src/main/res/layout/item_chatroom_header.xml
View file @
6dd1ec6e
...
...
@@ -10,7 +10,6 @@
android:background="@color/darkGray" />-->
<TextView
android:id=
"@+id/text_chatroom_header"
style=
"@style/ChatRooms.Header"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/item_color_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/color_attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_file_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/file_attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_generic_attachment.xml
View file @
6dd1ec6e
...
...
@@ -20,14 +20,12 @@
app:layout_constraintTop_toTopOf=
"parent"
>
<com.facebook.drawee.view.SimpleDraweeView
android:id=
"@+id/image_file_thumbnail"
android:layout_width=
"80dp"
android:layout_height=
"70dp"
android:visibility=
"gone"
app:roundedCornerRadius=
"3dp"
/>
<ImageView
android:id=
"@+id/image_file_media_thumbnail"
android:layout_width=
"80dp"
android:layout_height=
"70dp"
android:visibility=
"gone"
/>
...
...
@@ -48,7 +46,6 @@
tools:text=
"File.mp3"
/>
<TextView
android:id=
"@+id/text_uploader"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"16dp"
...
...
app/src/main/res/layout/item_member.xml
View file @
6dd1ec6e
...
...
@@ -19,7 +19,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/text_member"
style=
"@style/Sender.Name.TextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/item_message.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/message_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
@@ -31,7 +30,6 @@
android:background=
"@color/colorDivider"
/>
<TextView
android:id=
"@+id/day"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"16dp"
...
...
@@ -140,7 +138,6 @@
tools:visibility=
"visible"
/>
<ImageView
android:id=
"@+id/read_receipt_view"
android:layout_width=
"24dp"
android:layout_height=
"24dp"
android:visibility=
"gone"
...
...
app/src/main/res/layout/item_message_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_message_reply.xml
View file @
6dd1ec6e
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.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"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/item_read_receipt.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
android:layout_marginTop=
"8dp"
>
<TextView
android:id=
"@+id/receipt_name"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
...
...
app/src/main/res/layout/layout_toolbar.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/toolbar_container"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<androidx.appcompat.widget.Toolbar
android:id=
"@+id/toolbar"
android:layout_width=
"0dp"
android:layout_height=
"@dimen/toolbar_height"
android:background=
"@color/colorPrimary"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_scrollFlags=
"scroll|enterAlways"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Light"
app:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
<TextView
android:id=
"@+id/toolbar_title"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:textColor=
"@color/colorLightTheme"
android:textSize=
"18sp"
/>
<TextView
android:id=
"@+id/toolbar_action_text"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"16dp"
android:gravity=
"end"
android:textSize=
"14sp"
/>
</androidx.appcompat.widget.Toolbar>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/message_attachment.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:fresco=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/attachment_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
@@ -12,20 +11,17 @@
<TextView
android:id=
"@+id/file_name"
style=
"@style/Message.TextView"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
tools:text=
"Filename.png"
/>
<TextView
android:id=
"@+id/file_description"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
tools:text=
"Some description"
/>
<com.facebook.drawee.view.SimpleDraweeView
android:id=
"@+id/image_attachment"
android:layout_width=
"match_parent"
android:layout_height=
"150dp"
android:visibility=
"visible"
...
...
@@ -48,7 +44,6 @@
</FrameLayout>
<TextView
android:id=
"@+id/file_text"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
tools:text=
"Some text"
/>
...
...
app/src/main/res/layout/message_attachment_options.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/button_files"
style=
"?android:attr/borderlessButtonStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
@@ -16,7 +15,6 @@
android:text=
"@string/action_files"
/>
<Button
android:id=
"@+id/button_drawing"
style=
"?android:attr/borderlessButtonStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/layout/message_bottomsheet.xml
View file @
6dd1ec6e
...
...
@@ -5,7 +5,6 @@
android:layout_height=
"match_parent"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/bottomsheet_recycler_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_marginStart=
"8dp"
...
...
app/src/main/res/layout/message_composer.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
android:orientation=
"vertical"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/composer"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
...
...
@@ -21,7 +20,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
android:id=
"@+id/text_room_is_read_only"
android:layout_width=
"0dp"
android:layout_height=
"45dp"
android:background=
"@color/colorWhite"
...
...
@@ -34,7 +32,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/divider"
/>
<Button
android:id=
"@+id/button_join_chat"
android:layout_width=
"match_parent"
android:layout_height=
"45dp"
android:background=
"@color/colorWhite"
...
...
@@ -46,7 +43,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/divider"
/>
<LinearLayout
android:id=
"@+id/input_container"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"10dp"
...
...
@@ -59,7 +55,6 @@
app:layout_constraintTop_toBottomOf=
"@+id/divider"
>
<ImageButton
android:id=
"@+id/button_add_reaction"
android:layout_width=
"32dp"
android:layout_height=
"32dp"
android:layout_gravity=
"bottom"
...
...
@@ -69,7 +64,6 @@
android:src=
"@drawable/ic_reaction_24dp"
/>
<chat.rocket.android.emoji.ComposerEditText
android:id=
"@+id/text_message"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
...
...
@@ -85,7 +79,6 @@
android:scrollbars=
"vertical"
/>
<ImageButton
android:id=
"@+id/button_show_attachment_options"
android:layout_width=
"32dp"
android:layout_height=
"32dp"
android:layout_gravity=
"bottom"
...
...
@@ -107,7 +100,6 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<FrameLayout
android:id=
"@+id/emoji_fragment_placeholder"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
...
...
app/src/main/res/layout/message_url_preview.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<androidx.constraintlayout.widget.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:id=
"@+id/url_preview_layout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"?android:attr/selectableItemBackground"
...
...
app/src/main/res/layout/nav_header.xml
View file @
6dd1ec6e
...
...
@@ -29,7 +29,6 @@
tools:src=
"@tools:sample/avatars"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/account_container"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"16dp"
...
...
app/src/main/res/layout/unread_messages_badge.xml
View file @
6dd1ec6e
...
...
@@ -5,7 +5,6 @@
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/text_total_unread_messages"
style=
"@style/TextAppearance.AppCompat.Caption"
android:layout_width=
"18dp"
android:layout_height=
"18dp"
...
...
app/src/main/res/layout/update_avatar_options.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/button_open_gallery"
style=
"?android:attr/borderlessButtonStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
@@ -16,7 +15,6 @@
android:text=
"@string/action_select_photo_from_gallery"
/>
<Button
android:id=
"@+id/button_take_photo"
style=
"?android:attr/borderlessButtonStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
@@ -26,7 +24,6 @@
android:text=
"@string/action_take_photo"
/>
<Button
android:id=
"@+id/button_reset_avatar"
style=
"?android:attr/borderlessButtonStyle"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
...
...
app/src/main/res/menu/message_actions.xml
View file @
6dd1ec6e
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:id=
"@+id/action_message_info"
...
...
app/src/main/res/values-de/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
Passwort zurücksetzen
</string>
<string
name=
"title_sign_up"
>
registrieren
</string>
<string
name=
"title_authentication"
>
Login Daten prüfen
</string>
<string
name=
"title_legal_terms"
>
Legal Terms
</string>
<string
name=
"title_chats"
>
Chats
</string>
<string
name=
"title_profile"
>
Profil
</string>
<string
name=
"title_members"
>
Benutzer (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
Preferences
</string>
<!-- TODO Add translation -->
<string
name=
"title_change_password"
>
Ändere Passwort
</string>
<string
name=
"title_admin_panel"
>
Admin panel
</string>
<!-- TODO Add translation -->
<string
name=
"title_password"
>
Ändere Passwort
</string>
<string
name=
"title_update_profile"
>
Update Profil
</string>
<string
name=
"title_about"
>
Über
</string>
<string
name=
"title_create_channel"
>
Erstelle Raum
</string>
...
...
@@ -28,7 +26,6 @@
<string
name=
"action_privacy_policy"
>
Datenschutz
</string>
<string
name=
"action_search"
>
Suche
</string>
<string
name=
"action_update"
>
Updaten
</string>
<string
name=
"action_settings"
>
Einstellungen
</string>
<string
name=
"action_create_channel"
>
Erstelle Raum
</string>
<string
name=
"action_create"
>
Erstelle
</string>
<string
name=
"action_logout"
>
Abmelden
</string>
...
...
@@ -67,14 +64,8 @@
<string
name=
"msg_password"
>
Passwort
</string>
<string
name=
"msg_name"
>
Name
</string>
<!-- TODO Add translation -->
<string
name=
"msg_email"
>
EMail
</string>
<!-- TODO Add translation -->
<string
name=
"msg_avatar_url"
>
Avatar URL
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Oder weiter mit einem Social Account
</string>
<string
name=
"msg_new_user"
>
Neuer Benutzer? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Passwort vergessen?
</string>
<string
name=
"msg_reset"
>
Zurücksetzen
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
E-Mail gesendet! Prüfe dein E-Mail Posteingang um dein Passwort zurückzusetzen.
</string>
<string
name=
"msg_invalid_email"
>
Bitte eine korrekte E-Mail Adresse eingeben
</string>
<string
name=
"msg_new_user_agreement"
>
Beim weitergehen akzeptieren Sie usere\n%1$s und %2$s
</string>
<string
name=
"msg_yesterday"
>
Gestern
</string>
<string
name=
"msg_today"
>
Heute
</string>
<string
name=
"msg_message"
>
Nachricht
</string>
...
...
@@ -82,25 +73,15 @@
<string
name=
"msg_invalid_2fa_code"
>
Falscher 2FA Code
</string>
<string
name=
"msg_invalid_file"
>
Falsche Datei
</string>
<string
name=
"msg_invalid_server_url"
>
Falsche Server URL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Login mit Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login mit Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Login mit Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Login mit Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Login mit Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Login mit Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login mit Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Login mit WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Sende Nachricht
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Zeige Anhang Optionen
</string>
<string
name=
"msg_you"
>
Du
</string>
<string
name=
"msg_unknown"
>
Unbekannt
</string>
<string
name=
"msg_email_address"
>
E-Mail Addresse
</string>
<string
name=
"msg_utc_offset"
>
UTC Offset
</string>
<string
name=
"msg_new_password"
>
Neues Passwort eingeben
</string>
<string
name=
"msg_confirm_password"
>
Bestätige neues Passwort
</string>
<string
name=
"msg_channel_name"
>
Raum Name
</string>
<string
name=
"msg_search"
>
Suche
</string>
<string
name=
"msg_unread_messages"
>
Ungelesene Nachrichten
</string>
<string
name=
"msg_preview_video"
>
Video
</string>
<string
name=
"msg_preview_audio"
>
Audio
</string>
...
...
@@ -140,8 +121,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privat
</string>
...
...
@@ -170,7 +151,6 @@
<string
name=
"message_user_removed_by"
>
Benutzer %1$s entfernt von %2$s
</string>
<string
name=
"message_user_left"
>
Hat den Raum verlassen.
</string>
<string
name=
"message_user_joined_channel"
>
Hat den Raum betreten.
</string>
<string
name=
"message_welcome"
>
Willkommen %s
</string>
<string
name=
"message_removed"
>
Nachricht entfernt
</string>
<string
name=
"message_pinned"
>
Nachricht angeheftet:
</string>
<string
name=
"message_muted"
>
Benutzer %1$s stumm geschaltet von %2$s
</string>
...
...
@@ -190,13 +170,11 @@
<string
name=
"action_msg_unpin"
>
Nachricht nicht mehr anheften
</string>
<string
name=
"action_msg_star"
>
Nachricht favorisieren
</string>
<string
name=
"action_msg_unstar"
>
Nachricht nicht mehr favorisieren
</string>
<string
name=
"action_msg_share"
>
Teilen
</string>
<string
name=
"action_title_editing"
>
Nachricht bearbeiten
</string>
<string
name=
"action_msg_add_reaction"
>
Reaktion hinzufügen
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
Bearbeiten nicht erlaubt
</string>
<string
name=
"permission_deleting_not_allowed"
>
Löschen nicht erlaubt
</string>
<string
name=
"permission_pinning_not_allowed"
>
Anheften nicht erlaubt
</string>
<string
name=
"permission_starring_not_allowed"
>
Favorisieren nicht erlaubt
</string>
...
...
@@ -247,27 +225,6 @@
<string
name=
"suggest_here_description"
>
Benachrichtige aktive Benutzer in diesem Raum
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Zeige ༼ つ ◕_◕ ༽つ vor deiner Nachricht
</string>
<string
name=
"Slash_LennyFace_Description"
>
Zeige ( ͡° ͜ʖ ͡°) nach deiner Nachricht
</string>
<string
name=
"Slash_Shrug_Description"
>
Zeige ¯\_(ツ)_/¯ nach deiner Nachricht
</string>
<string
name=
"Slash_Tableflip_Description"
>
Zeige (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Zeige ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Erstelle einen neuen Raum
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Zeige Tasterturkürzel
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Lade alle Benutzer von [#channel] in diesen Raum ein
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Lade alle Benutzer von diesem Raum in [#channel] ein
</string>
<string
name=
"Archive"
>
Archivieren
</string>
<string
name=
"Remove_someone_from_room"
>
Entferne jemanden vom Raum
</string>
<string
name=
"Leave_the_current_channel"
>
Verlasse diesen Raum
</string>
<string
name=
"Displays_action_text"
>
Zeige Aktions Text
</string>
<string
name=
"Direct_message_someone"
>
Schicke eine Direktnachricht an jemanden
</string>
<string
name=
"Mute_someone_in_room"
>
Schalte jemanden im Raum auf Stumm
</string>
<string
name=
"Unmute_someone_in_room"
>
Schalte jemanden im Raum nicht mehr auf Stumm
</string>
<string
name=
"Invite_user_to_join_channel"
>
Lade jemanden in diesen Raum ein
</string>
<string
name=
"Unarchive"
>
Dearchivieren
</string>
<string
name=
"Join_the_given_channel"
>
Trete diesem Raum bei
</string>
<string
name=
"Guggy_Command_Description"
>
Erstelle ein Gif, basierend auf den eingegebenen Text
</string>
<string
name=
"Slash_Topic_Description"
>
Setze Topic
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Keine letzten Emojis
</string>
...
...
@@ -279,7 +236,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
Alphabetisch
</string>
<string
name=
"dialog_sort_by_activity"
>
Aktivität
</string>
<string
name=
"dialog_group_by_type"
>
Räume nach Typ
</string>
<string
name=
"dialog_group_favourites"
>
Räume nach Favoriten
</string>
<string
name=
"dialog_button_done"
>
Done
</string>
<!-- TODO Add translation -->
<string
name=
"chatroom_header"
>
Kopf
</string>
...
...
@@ -291,7 +247,6 @@
<string
name=
"header_unknown"
>
Unbekannt
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Bearbeite geteilte Nachricht
</string>
<string
name=
"notif_action_reply_hint"
>
Antworten
</string>
<string
name=
"notif_error_sending"
>
Antworten fehlgeschlagen. Bitte versuchen Sie es noch einmal.
</string>
<string
name=
"notif_success_sending"
>
Nachricht gesendet nach %1$s!
</string>
...
...
app/src/main/res/values-es/strings.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
<string
name=
"title_reset_password"
>
Restablecer la contraseña
</string>
<string
name=
"title_sign_up"
>
Regístrate
</string>
<string
name=
"title_authentication"
>
Autenticación
</string>
<string
name=
"title_legal_terms"
>
Términos legales
</string>
<string
name=
"title_chats"
>
Chats
</string>
<string
name=
"title_profile"
>
Perfil
</string>
<string
name=
"title_members"
>
Miembros (%d)
</string>
...
...
@@ -14,7 +13,6 @@
<string
name=
"title_preferences"
>
Preferences
</string>
<!-- TODO Add translation -->
<string
name=
"title_change_password"
>
Cambia la contraseña
</string>
<string
name=
"title_admin_panel"
>
Admin panel
</string>
<!-- TODO Add translation -->
<string
name=
"title_password"
>
Cambia la contraseña
</string>
<string
name=
"title_update_profile"
>
Actualización del perfil
</string>
<string
name=
"title_about"
>
Acerca de
</string>
<string
name=
"title_create_channel"
>
Crear canal
</string>
...
...
@@ -27,7 +25,6 @@
<string
name=
"action_privacy_policy"
>
Política de Privacidad
</string>
<string
name=
"action_search"
>
Buscar
</string>
<string
name=
"action_update"
>
Actualizar
</string>
<string
name=
"action_settings"
>
Configuraciones
</string>
<string
name=
"action_create_channel"
>
Crear canal
</string>
<string
name=
"action_create"
>
Create
</string>
<string
name=
"action_logout"
>
Cerrar sesión
</string>
...
...
@@ -66,14 +63,8 @@
<string
name=
"msg_password"
>
Contraseña
</string>
<string
name=
"msg_name"
>
Nombre
</string>
<string
name=
"msg_email"
>
Correo electrónico
</string>
<string
name=
"msg_avatar_url"
>
URL del avatar
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
O continuar usando cuentas sociales
</string>
<string
name=
"msg_new_user"
>
Nuevo usuario? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Se te olvidó tu contraseña?
</string>
<string
name=
"msg_reset"
>
reiniciar
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
¡Email enviado! Verifique su bandeja de entrada para restablecer su contraseña.
</string>
<string
name=
"msg_invalid_email"
>
Por favor escriba un correo electrónico válido
</string>
<string
name=
"msg_new_user_agreement"
>
Al continuar estás aceptando nuestra\n%1$s y %2$s
</string>
<string
name=
"msg_yesterday"
>
Ayer
</string>
<string
name=
"msg_today"
>
Hoy
</string>
<string
name=
"msg_message"
>
Mensaje
</string>
...
...
@@ -81,19 +72,11 @@
<string
name=
"msg_invalid_2fa_code"
>
Código 2FA no válido
</string>
<string
name=
"msg_invalid_file"
>
Archivo inválido
</string>
<string
name=
"msg_invalid_server_url"
>
URL del servidor inválido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Inicia sesión usando Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Inicia sesión usando Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Inicia sesión usando Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Inicia sesión usando Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Inicia sesión usando Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Inicia sesión usando Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Inicia sesión usando Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Login using WordPress
</string>
<!-- TODO Translate-->
<!-- TODO Translate-->
<string
name=
"msg_content_description_send_message"
>
Enviar mensaje
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Mostrar opciones de archivo adjunto
</string>
<string
name=
"msg_you"
>
Tú
</string>
<string
name=
"msg_unknown"
>
Desconocido
</string>
<string
name=
"msg_email_address"
>
Dirección de correo electrónico
</string>
<string
name=
"msg_utc_offset"
>
Desplazamiento UTC
</string>
<string
name=
"msg_new_password"
>
Introduzca nueva contraseña
</string>
...
...
@@ -125,7 +108,6 @@
<string
name=
"msg_are_typing"
>
\u0020están escribiendo…
</string>
<string
name=
"msg_several_users_are_typing"
>
Varios usuarios están escribiendo…
</string>
<string
name=
"msg_channel_name"
>
Nombre del Canal
</string>
<string
name=
"msg_search"
>
Buscar
</string>
<string
name=
"msg_message_copied"
>
Mensaje copiado
</string>
<string
name=
"msg_delete_message"
>
Borrar mensaje
</string>
<string
name=
"msg_delete_description"
>
Seguro que quieres borrar este mensaje
</string>
...
...
@@ -140,8 +122,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privado
</string>
...
...
@@ -167,7 +149,6 @@
<string
name=
"message_user_removed_by"
>
Usuario %1$s eliminado por %2$s
</string>
<string
name=
"message_user_left"
>
Ha salido del canal.
</string>
<string
name=
"message_user_joined_channel"
>
Se ha unido al canal.
</string>
<string
name=
"message_welcome"
>
Bienvenido %s
</string>
<string
name=
"message_removed"
>
Mensaje eliminado
</string>
<string
name=
"message_pinned"
>
Fijado una mensaje:
</string>
<string
name=
"message_muted"
>
Usuario %1$s silenciado por %2$s
</string>
...
...
@@ -187,13 +168,11 @@
<string
name=
"action_msg_unpin"
>
Soltar mensaje
</string>
<string
name=
"action_msg_star"
>
Star mensaje
</string>
<string
name=
"action_msg_unstar"
>
Unstar mensaje
</string>
<string
name=
"action_msg_share"
>
Compartir
</string>
<string
name=
"action_title_editing"
>
Edición de mensaje
</string>
<string
name=
"action_msg_add_reaction"
>
Añadir una reacción
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
La edición no és permitida
</string>
<string
name=
"permission_deleting_not_allowed"
>
Eliminar no és permitido
</string>
<string
name=
"permission_pinning_not_allowed"
>
Fijar no és permitido
</string>
<!-- TODO Add translation -->
<string
name=
"permission_starring_not_allowed"
>
Starring is not allowed
</string>
...
...
@@ -245,27 +224,6 @@
<string
name=
"suggest_here_description"
>
Notificar usuarios activos en esta sala
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Muestra ༼ つ ◕_◕ ༽つ antes de su mensaje
</string>
<string
name=
"Slash_LennyFace_Description"
>
Mustra ( ͡° ͜ʖ ͡°) después de tu mensaje
</string>
<string
name=
"Slash_Shrug_Description"
>
Muestra ¯\_(ツ)_/¯ después de tu mensaje
</string>
<string
name=
"Slash_Tableflip_Description"
>
Muestra (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Muestra ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Crea un nuevo canal
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Mostrar la lista de atajos de teclado
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Invita a todos los usuarios de [#canal] a unirse a este canal
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Invita a todos los usuarios de este canal a unirse a [#canal]
</string>
<string
name=
"Archive"
>
Archivo
</string>
<string
name=
"Remove_someone_from_room"
>
Quita a alguien de la sala
</string>
<string
name=
"Leave_the_current_channel"
>
Deja el canal actual
</string>
<string
name=
"Displays_action_text"
>
Muestra texto de acción
</string>
<string
name=
"Direct_message_someone"
>
Mensaje directo a alguien
</string>
<string
name=
"Mute_someone_in_room"
>
Silenciar a alguien en la sala
</string>
<string
name=
"Unmute_someone_in_room"
>
Dejar de silenciar a alguien en la sala
</string>
<string
name=
"Invite_user_to_join_channel"
>
Invita a un usuario a unirse a este canal
</string>
<string
name=
"Unarchive"
>
Desarchivar
</string>
<string
name=
"Join_the_given_channel"
>
Únete al canal dado
</string>
<string
name=
"Guggy_Command_Description"
>
Genera un gif basado en el texto proporcionado
</string>
<string
name=
"Slash_Topic_Description"
>
Establecer tema
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Sin emojis recientes
</string>
...
...
@@ -277,7 +235,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
Alfabético
</string>
<string
name=
"dialog_sort_by_activity"
>
Actividad
</string>
<string
name=
"dialog_group_by_type"
>
Agrupar por tipo
</string>
<string
name=
"dialog_group_favourites"
>
Agrupar favoritos
</string>
<string
name=
"dialog_button_done"
>
Done
</string>
<!-- TODO Add translation -->
<string
name=
"chatroom_header"
>
Cabezazo
</string>
...
...
@@ -289,7 +246,6 @@
<string
name=
"header_unknown"
>
Desconocido
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Edita mensaje compartido
</string>
<string
name=
"notif_action_reply_hint"
>
RESPUESTA
</string>
<string
name=
"notif_error_sending"
>
La respuesta ha fallado. Inténtalo de nuevo.
</string>
<string
name=
"notif_success_sending"
>
Mensaje enviado a %1$s!
</string>
...
...
app/src/main/res/values-fr/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
Réinitialiser mot de passe
</string>
<string
name=
"title_sign_up"
>
S\'inscrire
</string>
<string
name=
"title_authentication"
>
Authentification
</string>
<string
name=
"title_legal_terms"
>
Termes juridiques
</string>
<string
name=
"title_chats"
>
Chats
</string>
<string
name=
"title_profile"
>
Profil
</string>
<string
name=
"title_members"
>
Membres (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
Préférences
</string>
<string
name=
"title_change_password"
>
Changer le mot de passe
</string>
<string
name=
"title_admin_panel"
>
Administration
</string>
<string
name=
"title_password"
>
Changer le mot de passe
</string>
<string
name=
"title_update_profile"
>
Mettre à jour le profil
</string>
<string
name=
"title_about"
>
À propos
</string>
<string
name=
"title_create_channel"
>
Créer salon
</string>
...
...
@@ -29,7 +27,6 @@
<string
name=
"action_privacy_policy"
>
Politique de confidentialité
</string>
<string
name=
"action_search"
>
Chercher
</string>
<string
name=
"action_update"
>
Mettre à jour
</string>
<string
name=
"action_settings"
>
Paramètres
</string>
<string
name=
"action_create_channel"
>
Créer salon
</string>
<string
name=
"action_create"
>
Créer
</string>
<string
name=
"action_logout"
>
Se déconnecter
</string>
...
...
@@ -68,14 +65,8 @@
<string
name=
"msg_password"
>
Mot de passe
</string>
<string
name=
"msg_name"
>
Prénom
</string>
<string
name=
"msg_email"
>
Email
</string>
<string
name=
"msg_avatar_url"
>
URL de l\'avatar
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Ou continuer en utilisant les comptes sociaux
</string>
<string
name=
"msg_new_user"
>
Nouvel utilisateur? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Mot de passe oublié ? %1$s
</string>
<string
name=
"msg_reset"
>
Réinitialiser
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Email envoyé ! Consultez votre boîte mail pour réinitialiser votre mot de passe.
</string>
<string
name=
"msg_invalid_email"
>
Veuillez entrer une adresse valide
</string>
<string
name=
"msg_new_user_agreement"
>
En procédant, vous acceptez notre\n%1$s et %2$s
</string>
<string
name=
"msg_yesterday"
>
Hier
</string>
<string
name=
"msg_today"
>
Aujourd\'hui
</string>
<string
name=
"msg_message"
>
Message
</string>
...
...
@@ -83,19 +74,10 @@
<string
name=
"msg_invalid_2fa_code"
>
Code 2FA non valide
</string>
<string
name=
"msg_invalid_file"
>
Fichier non valide
</string>
<string
name=
"msg_invalid_server_url"
>
URL de serveur non valide
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Connectez-vous en utilisant Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Connectez-vous en utilisant Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Connectez-vous en utilisant Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Connectez-vous en utilisant Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Connectez-vous en utilisant Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Connectez-vous en utilisant Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Connectez-vous en utilisant Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Connectez-vous en utilisant WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Envoyer message
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Afficher les options de fichiers
</string>
<string
name=
"msg_you"
>
Vous
</string>
<string
name=
"msg_unknown"
>
Inconnu
</string>
<string
name=
"msg_email_address"
>
Adresse e-mail
</string>
<string
name=
"msg_utc_offset"
>
Décalage UTC
</string>
<string
name=
"msg_new_password"
>
Entrez un nouveau mot de passe
</string>
...
...
@@ -128,7 +110,6 @@
<string
name=
"msg_several_users_are_typing"
>
Plusieurs utilisateurs écrivent…
</string>
<string
name=
"msg_no_search_found"
>
Aucun résultat trouvé
</string>
<string
name=
"msg_channel_name"
>
Nom du salon
</string>
<string
name=
"msg_search"
>
Rechercher
</string>
<string
name=
"msg_message_copied"
>
Message copié
</string>
<string
name=
"msg_upload_file"
>
Téléverser un fichier
</string>
<string
name=
"msg_file_description"
>
Description du fichier
</string>
...
...
@@ -145,8 +126,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privé
</string>
...
...
@@ -172,7 +153,6 @@
<string
name=
"message_user_removed_by"
>
Utilisateur %1$s retiré par %2$s
</string>
<string
name=
"message_user_left"
>
A quitté le salon.
</string>
<string
name=
"message_user_joined_channel"
>
A rejoint le salon.
</string>
<string
name=
"message_welcome"
>
Bienvenue %s
</string>
<string
name=
"message_removed"
>
Message supprimé
</string>
<string
name=
"message_pinned"
>
Message épinglé:
</string>
<string
name=
"message_muted"
>
Utilisateur %1$s mis en sourdine par %2$s
</string>
...
...
@@ -193,13 +173,11 @@
<string
name=
"action_msg_unpin"
>
Ne plus épingler message
</string>
<string
name=
"action_msg_star"
>
Ajouter aux Favoris
</string>
<string
name=
"action_msg_unstar"
>
Retirer des favoris
</string>
<string
name=
"action_msg_share"
>
Partager
</string>
<string
name=
"action_title_editing"
>
Modification du message
</string>
<string
name=
"action_msg_add_reaction"
>
Ajouter une réaction
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
L\'édition n\'est pas autorisée
</string>
<string
name=
"permission_deleting_not_allowed"
>
La suppression n\'est pas autorisée
</string>
<string
name=
"permission_pinning_not_allowed"
>
L\'épinglage n\'est pas autorisé
</string>
<string
name=
"permission_starring_not_allowed"
>
La mise en favori n\'est pas autorisée
</string>
...
...
@@ -250,27 +228,6 @@
<string
name=
"suggest_here_description"
>
Notifier les utilisateurs actifs dans ce salon
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Affiche ༼ つ ◕_◕ ༽つ avant votre message
</string>
<string
name=
"Slash_LennyFace_Description"
>
Affiche ( ͡° ͜ʖ ͡°) après votre message
</string>
<string
name=
"Slash_Shrug_Description"
>
Affiche ¯\_(ツ)_/¯ après votre message
</string>
<string
name=
"Slash_Tableflip_Description"
>
Affiche (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Affiche ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Créer un nouveau salon
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Afficher la liste des raccourcis clavier
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Inviter tous les utilisateurs de [#salle] à rejoindre ce salon
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Inviter tous les utilisateurs de ce salon à rejoindre [#salle]
</string>
<string
name=
"Archive"
>
Archiver
</string>
<string
name=
"Remove_someone_from_room"
>
Retirer quelqu\'un du salon
</string>
<string
name=
"Leave_the_current_channel"
>
Sortir du salon actuel
</string>
<string
name=
"Displays_action_text"
>
Affiche le texte d\'action
</string>
<string
name=
"Direct_message_someone"
>
Message direct avec quelqu\'un
</string>
<string
name=
"Mute_someone_in_room"
>
Mettre en sourdine une personne dans le salon
</string>
<string
name=
"Unmute_someone_in_room"
>
Retirer la sourdine d\'une personne dans le salon
</string>
<string
name=
"Invite_user_to_join_channel"
>
Inviter un utilisateur à rejoindre ce salon
</string>
<string
name=
"Unarchive"
>
Désarchiver
</string>
<string
name=
"Join_the_given_channel"
>
Rejoignez la salon fourni
</string>
<string
name=
"Guggy_Command_Description"
>
Génère un gif basé sur le texte fourni
</string>
<string
name=
"Slash_Topic_Description"
>
Définir le sujet
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Aucun emoji récent
</string>
...
...
@@ -282,7 +239,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
Alphabétique
</string>
<string
name=
"dialog_sort_by_activity"
>
Activité
</string>
<string
name=
"dialog_group_by_type"
>
Grouper par type
</string>
<string
name=
"dialog_group_favourites"
>
Grouper favoris
</string>
<string
name=
"dialog_button_done"
>
Ok
</string>
<string
name=
"chatroom_header"
>
Entête
</string>
...
...
@@ -294,7 +250,6 @@
<string
name=
"header_unknown"
>
Inconnu
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Modifier le message partagé
</string>
<string
name=
"notif_action_reply_hint"
>
RÉPONDRE
</string>
<string
name=
"notif_error_sending"
>
La réponse a échoué. Veuillez réessayer.
</string>
<string
name=
"notif_success_sending"
>
Message envoyé à %1$s!
</string>
...
...
app/src/main/res/values-hi-rIN/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
पासवर्ड रीसेट करें
</string>
<string
name=
"title_sign_up"
>
साइन अप करें
</string>
<string
name=
"title_authentication"
>
प्रमाणीकरण
</string>
<string
name=
"title_legal_terms"
>
कानूनी शर्तें
</string>
<string
name=
"title_chats"
>
चैट
</string>
<string
name=
"title_profile"
>
प्रोफाइल
</string>
<string
name=
"title_members"
>
सदस्य (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
प्राथमिकताएँ
</string>
<string
name=
"title_change_password"
>
पासवर्ड बदलें
</string>
<string
name=
"title_admin_panel"
>
एडमिन पैनल
</string>
<string
name=
"title_password"
>
पासवर्ड बदलें
</string>
<string
name=
"title_update_profile"
>
प्रोफ़ाइल अपडेट करें
</string>
<string
name=
"title_about"
>
परिचय
</string>
<string
name=
"title_create_channel"
>
चैनल बनाएं
</string>
...
...
@@ -28,7 +26,6 @@
<string
name=
"action_privacy_policy"
>
गोपनीयता नीति
</string>
<string
name=
"action_search"
>
खोजें
</string>
<string
name=
"action_update"
>
अद्यतन करें
</string>
<string
name=
"action_settings"
>
सेटिंग्स
</string>
<string
name=
"action_create_channel"
>
चैनल बनाएं
</string>
<string
name=
"action_create"
>
बनाएं
</string>
<string
name=
"action_logout"
>
लोग आउट करें
</string>
...
...
@@ -67,14 +64,8 @@
<string
name=
"msg_password"
>
पासवर्ड
</string>
<string
name=
"msg_name"
>
नाम
</string>
<string
name=
"msg_email"
>
ईमेल
</string>
<string
name=
"msg_avatar_url"
>
अवतार यूआरएल
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
या सामाजिक खाते का उपयोग करना जारी रखें
</string>
<string
name=
"msg_new_user"
>
नया उपयोगकर्ता? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
पासवर्ड भूल गए?
</string>
<string
name=
"msg_reset"
>
रीसेट करें
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
ईमेल गया गया है! अपना पासवर्ड रीसेट करने के लिए अपने इनबॉक्स की जांच करें।
</string>
<string
name=
"msg_invalid_email"
>
कृपया एक वैध ई-मेल टाइप करें
</string>
<string
name=
"msg_new_user_agreement"
>
आगे बढ़कर आप हमारे %1$s और %2$s से सहमत हो रहे हैं
</string>
<string
name=
"msg_yesterday"
>
कल
</string>
<string
name=
"msg_today"
>
आज
</string>
<string
name=
"msg_message"
>
संदेश
</string>
...
...
@@ -82,19 +73,10 @@
<string
name=
"msg_invalid_2fa_code"
>
अमान्य 2FA कोड
</string>
<string
name=
"msg_invalid_file"
>
अवैध फाइल
</string>
<string
name=
"msg_invalid_server_url"
>
अमान्य सर्वर यूआरL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Facebook द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Github द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Google द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Linkedin द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Meteor द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Twitter द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Gitlab द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
WordPress द्वारा लॉगिन करें
</string>
<string
name=
"msg_content_description_send_message"
>
मेसेज भेजें
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
अटैचमेंट विकल्प दिखाएं
</string>
<string
name=
"msg_you"
>
आप
</string>
<string
name=
"msg_unknown"
>
अनजान
</string>
<string
name=
"msg_email_address"
>
ई-मेल एड्रेस
</string>
<string
name=
"msg_utc_offset"
>
यूटीसी ऑफ़सेट
</string>
<string
name=
"msg_new_password"
>
नया पासवर्ड दर्ज करें
</string>
...
...
@@ -128,7 +110,6 @@
<string
name=
"msg_several_users_are_typing"
>
कई उपयोगकर्ता टाइप कर रहे हैं…
</string>
<string
name=
"msg_no_search_found"
>
कोई परिणाम नहीं मिला
</string>
<string
name=
"msg_channel_name"
>
चैनल का नाम
</string>
<string
name=
"msg_search"
>
खोजें
</string>
<string
name=
"msg_message_copied"
>
संदेश कॉपी किया गया
</string>
<string
name=
"msg_upload_file"
>
फाइल अपलोड करें
</string>
<string
name=
"msg_file_description"
>
फाइल विवरण
</string>
...
...
@@ -146,8 +127,6 @@
<string
name=
"msg_continue_with_linkedin"
><b>
Linkedin
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_gitlab"
><b>
GitLab
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_continue_with_wordpress"
><b>
WordPress
</b>
के साथ जारी रखें
</string>
<string
name=
"msg_two_factor_authentication"
>
दो तरीकों से प्रमाणीकरण
</string>
<string
name=
"msg__your_2fa_code"
>
आपका 2FA कोड क्या है?
</string>
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
प्राइवेट
</string>
...
...
@@ -173,7 +152,6 @@
<string
name=
"message_user_removed_by"
>
उपयोगकर्ता %1$s द्वारा %2$s को निकाला गया
</string>
<string
name=
"message_user_left"
>
ने चैनल को छोड़ दिया है
</string>
<string
name=
"message_user_joined_channel"
>
चैनल में शामिल हो गया है
</string>
<string
name=
"message_welcome"
>
%s का स्वागत करते हैं
</string>
<string
name=
"message_removed"
>
संदेश हटाया गया
</string>
<string
name=
"message_pinned"
>
एक संदेश पिन किया:
</string>
<string
name=
"message_muted"
>
उपयोगकर्ता %1$s %2$s द्वारा म्यूट किया गया
</string>
...
...
@@ -194,13 +172,11 @@
<string
name=
"action_msg_unpin"
>
संदेश को पिन से हटाएँ
</string>
<string
name=
"action_msg_star"
>
संदेश को स्टार करें
</string>
<string
name=
"action_msg_unstar"
>
सन्देश अतारांकित करें
</string>
<string
name=
"action_msg_share"
>
शेयर करें
</string>
<string
name=
"action_title_editing"
>
संपादन संदेश
</string>
<string
name=
"action_msg_add_reaction"
>
प्रतिक्रिया जोड़ें
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
संपादन की अनुमति नहीं है
</string>
<string
name=
"permission_deleting_not_allowed"
>
हटाने की अनुमति नहीं है
</string>
<string
name=
"permission_pinning_not_allowed"
>
पिनि करने की अनुमति नहीं है
</string>
<string
name=
"permission_starring_not_allowed"
>
तारांकित की अनुमति नहीं है
</string>
...
...
@@ -251,27 +227,6 @@
<string
name=
"suggest_here_description"
>
इस कमरे में सक्रिय उपयोगकर्ताओं को सूचित करना
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
आपके संदेश से पहले ༼ つ ◕_◕ ༽つ दिखाता है
</string>
<string
name=
"Slash_LennyFace_Description"
>
आपके संदेश के बाद ( ͡° ͜ʖ ͡°) दिखाता है
</string>
<string
name=
"Slash_Shrug_Description"
>
आपके संदेश के बाद ¯\_(ツ)_/¯ दिखाता है
</string>
<string
name=
"Slash_Tableflip_Description"
>
(╯°□°)╯︵ ┻━┻ दिखाता है
</string>
<string
name=
"Slash_TableUnflip_Description"
>
┬─┬ ノ( ゜-゜ノ) दिखाता है
</string>
<string
name=
"Create_A_New_Channel"
>
एक नया चैनल बनाएं
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
कीबोर्ड शॉर्टकट सूची दिखाएं
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
इस चैनल में शामिल होने के लिए [#channel] से सभी उपयोगकर्ताओं को आमंत्रित करें
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
[# चैनल] में शामिल होने के लिए सभी उपयोगकर्ताओं को इस चैनल पर आमंत्रित करें
</string>
<string
name=
"Archive"
>
संग्रहित करें
</string>
<string
name=
"Remove_someone_from_room"
>
रूम से किसी को निकालें
</string>
<string
name=
"Leave_the_current_channel"
>
मौजूदा चैनल को छोड़ दें
</string>
<string
name=
"Displays_action_text"
>
कार्रवाई पाठ प्रदर्शित करता है
</string>
<string
name=
"Direct_message_someone"
>
किसी को प्रत्यक्ष संदेश भेजें
</string>
<string
name=
"Mute_someone_in_room"
>
रूम में किसी को म्यूट करें
</string>
<string
name=
"Unmute_someone_in_room"
>
रूम में किसी को अनम्यूट करें
</string>
<string
name=
"Invite_user_to_join_channel"
>
इस चैनल में शामिल होने के लिए एक उपयोगकर्ता को आमंत्रित करें
</string>
<string
name=
"Unarchive"
>
असंग्रहित करें
</string>
<string
name=
"Join_the_given_channel"
>
दिए गए चैनल से जुड़ें
</string>
<string
name=
"Guggy_Command_Description"
>
दिए गए पाठ पर आधारित gif उत्पन्न करता
</string>
<string
name=
"Slash_Topic_Description"
>
विषय सेट करें
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
कोई नया इमोजी नहीं
</string>
...
...
@@ -283,7 +238,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
वर्णानुक्रम
</string>
<string
name=
"dialog_sort_by_activity"
>
गतिविधि
</string>
<string
name=
"dialog_group_by_type"
>
प्रकार के आधार पर समूह
</string>
<string
name=
"dialog_group_favourites"
>
पसंदीदा समूह
</string>
<string
name=
"dialog_button_done"
>
पूर्ण
</string>
<string
name=
"chatroom_header"
>
हैडर
</string>
...
...
@@ -295,7 +249,6 @@
<string
name=
"header_unknown"
>
अज्ञात
</string>
<!--Notifications-->
<string
name=
"share_label"
>
साझा संदेश संपादित करें
</string>
<string
name=
"notif_action_reply_hint"
>
जवाब
</string>
<string
name=
"notif_error_sending"
>
उत्तर विफल हुआ है। कृपया फिर से प्रयास करें।
</string>
<string
name=
"notif_success_sending"
>
संदेश भेजा गया %1$s!
</string>
...
...
app/src/main/res/values-ja/strings.xml
View file @
6dd1ec6e
...
...
@@ -9,7 +9,6 @@
<string
name=
"title_reset_password"
>
パスワードリセット
</string>
<string
name=
"title_sign_up"
>
サインアップ
</string>
<string
name=
"title_authentication"
>
認証
</string>
<string
name=
"title_legal_terms"
>
Legal Terms
</string>
<string
name=
"title_chats"
>
チャット
</string>
<string
name=
"title_profile"
>
プロフィール
</string>
<string
name=
"title_members"
>
メンバー (%d)
</string>
...
...
@@ -17,7 +16,6 @@
<string
name=
"title_preferences"
>
Preferences
</string>
<!-- TODO Add translation -->
<string
name=
"title_change_password"
>
Change Password
</string>
<!-- TODO Add translation -->
<string
name=
"title_admin_panel"
>
Admin panel
</string>
<!-- TODO Add translation -->
<string
name=
"title_password"
>
パスワードの変更
</string>
<string
name=
"title_update_profile"
>
プロフィールの更新
</string>
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
新しいチャネルを作成します
</string>
...
...
@@ -30,7 +28,6 @@
<string
name=
"action_privacy_policy"
>
プライバシーポリシー
</string>
<string
name=
"action_search"
>
検索
</string>
<string
name=
"action_update"
>
更新
</string>
<string
name=
"action_settings"
>
設定
</string>
<string
name=
"action_create_channel"
>
チャンネル作成
</string>
<string
name=
"action_create"
>
作ります
</string>
<string
name=
"action_logout"
>
ログアウト
</string>
...
...
@@ -69,14 +66,8 @@
<string
name=
"msg_password"
>
パスワード
</string>
<string
name=
"msg_name"
>
名前
</string>
<string
name=
"msg_email"
>
メール
</string>
<string
name=
"msg_avatar_url"
>
アバター URL
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
またはソーシャルアカウントを使用する
</string>
<string
name=
"msg_new_user"
>
新規ユーザー? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
パスワードをお忘れですか? %1$s
</string>
<string
name=
"msg_reset"
>
リセット
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
メールが送信されました! パスワードを変更するためには、受信ボックスを確認してください。
</string>
<string
name=
"msg_invalid_email"
>
有効なメールアドレスを入力してください
</string>
<string
name=
"msg_new_user_agreement"
>
サインアップすることで、\n%1$s と %2$s に同意したとみなします。
</string>
<string
name=
"msg_today"
>
Today
</string>
<!-- TODO Add translation -->
<string
name=
"msg_yesterday"
>
昨日
</string>
<string
name=
"msg_message"
>
メッセージ
</string>
...
...
@@ -84,25 +75,23 @@
<string
name=
"msg_invalid_2fa_code"
>
無効な 2FA コード
</string>
<string
name=
"msg_invalid_file"
>
無効なファイル
</string>
<string
name=
"msg_invalid_server_url"
>
無効なサーバー URL
</string>
<
string
name=
"msg_content_description_log_in_using_facebook"
>
Login using Facebook
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_github"
>
Login using Github
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_google"
>
Login using Google
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_linkedin"
>
Login using Linkedin
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_meteor"
>
Login using Meteor
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_twitter"
>
Login using Twitter
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_gitlab"
>
Login using Gitlab
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg_content_description_log_in_using_wordpress"
>
Login using WordPress
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<string
name=
"msg_content_description_send_message"
>
メッセージを送信
</string>
<!-- TODO Add translation -->
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
添付ファイルオプションを表示する
</string>
<string
name=
"msg_you"
>
あなた
</string>
<string
name=
"msg_unknown"
>
不明
</string>
<string
name=
"msg_email_address"
>
電子メールアドレス
</string>
<string
name=
"msg_utc_offset"
>
UTC offset
</string>
<string
name=
"msg_new_password"
>
新しいパスワード
</string>
<string
name=
"msg_confirm_password"
>
新しいパスワードの確認
</string>
<string
name=
"msg_channel_name"
>
チャンネル名
</string>
<string
name=
"msg_search"
>
検索
</string>
<string
name=
"msg_unread_messages"
>
未読メッセージ
</string>
<string
name=
"msg_preview_video"
>
ビデオ
</string>
<string
name=
"msg_preview_audio"
>
音声
</string>
...
...
@@ -145,8 +134,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
プライベート
</string>
...
...
@@ -175,7 +164,6 @@
<string
name=
"message_user_removed_by"
>
%1$s がユーザー %2$s を削除しました。
</string>
<string
name=
"message_user_left"
>
チャンネルを退去しました。
</string>
<string
name=
"message_user_joined_channel"
>
チャンネルへ参加しました。
</string>
<string
name=
"message_welcome"
>
ようこそ %s
</string>
<string
name=
"message_removed"
>
メッセージを削除しました。
</string>
<string
name=
"message_pinned"
>
メッセージをピン留めしました:
</string>
<string
name=
"message_muted"
>
%2$sでミュートされたユーザー %1$s
</string>
...
...
@@ -195,13 +183,11 @@
<string
name=
"action_msg_unpin"
>
ピン留を外す
</string>
<string
name=
"action_msg_star"
>
スターをつける
</string>
<string
name=
"action_msg_unstar"
>
スターを外す
</string>
<string
name=
"action_msg_share"
>
Share
</string>
<string
name=
"action_title_editing"
>
メッセージの編集
</string>
<string
name=
"action_msg_add_reaction"
>
リアクションする
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
編集は許可されていません
</string>
<string
name=
"permission_deleting_not_allowed"
>
削除は許可されていません
</string>
<string
name=
"permission_pinning_not_allowed"
>
ピン留めは許可されていません
</string>
<string
name=
"permission_starring_not_allowed"
>
閲覧は許可されていません
</string>
...
...
@@ -252,27 +238,6 @@
<string
name=
"suggest_here_description"
>
この部屋のアクティブユーザーに通知する
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
あなたのメッセージの前に表示(つ◕_◕)つ
</string>
<string
name=
"Slash_LennyFace_Description"
>
あなたのメッセージの後に表示(͡°͜ʖ͡°)
</string>
<string
name=
"Slash_Shrug_Description"
>
あなたのメッセージの後に表示¯\\ _(ツ)_ /¯
</string>
<string
name=
"Slash_Tableflip_Description"
>
表示(╯°□°)╯(┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
表示┬─┬ノ(゜ - ゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
新しいチャネルを作成します
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
キーボードショートカットリストを表示する
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
[#channel]のすべてのユーザーをこのチャンネルに招待する
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
このチャンネルのすべてのユーザーを[#channel]に招待する
</string>
<string
name=
"Archive"
>
アーカイブ
</string>
<string
name=
"Remove_someone_from_room"
>
誰かをルームから削除
</string>
<string
name=
"Leave_the_current_channel"
>
現在のチャンネルを残す
</string>
<string
name=
"Displays_action_text"
>
操作テキストを表示
</string>
<string
name=
"Direct_message_someone"
>
誰かへダイレクトメッセージ
</string>
<string
name=
"Mute_someone_in_room"
>
誰かをルームでミュートにする
</string>
<string
name=
"Unmute_someone_in_room"
>
誰かをルームでミュートを解除されました
</string>
<string
name=
"Invite_user_to_join_channel"
>
ユーザーをこのチャンネルへ招待します
</string>
<string
name=
"Unarchive"
>
アーカイブを解除
</string>
<string
name=
"Join_the_given_channel"
>
チャンネルへ参加する
</string>
<string
name=
"Guggy_Command_Description"
>
提供されたテキストに基づいてgifを生成する
</string>
<string
name=
"Slash_Topic_Description"
>
設定トピック
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
最近の絵文字はありません
</string>
...
...
@@ -284,7 +249,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
アルファベット順
</string>
<string
name=
"dialog_sort_by_activity"
>
アクティビティで並べ替える
</string>
<string
name=
"dialog_group_by_type"
>
グループ別
</string>
<string
name=
"dialog_group_favourites"
>
お気に入りのグループ
</string>
<string
name=
"chatroom_header"
>
ヘッダ
</string>
<string
name=
"dialog_button_done"
>
完了
</string>
...
...
@@ -297,7 +261,7 @@
<string
name=
"header_unknown"
>
不明
</string>
<!--Notifications-->
<
string
name=
"share_label"
>
Edit shared message
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<string
name=
"notif_action_reply_hint"
>
返信
</string>
<string
name=
"notif_error_sending"
>
送信に失敗しました。もう一度お試しください。
</string>
<string
name=
"notif_success_sending"
>
メッセージは %1$s に送信されました!
</string>
...
...
app/src/main/res/values-pt-rBR/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
Redefinir senha
</string>
<string
name=
"title_sign_up"
>
Inscreva-se
</string>
<string
name=
"title_authentication"
>
Autenticação
</string>
<string
name=
"title_legal_terms"
>
Termos Legais
</string>
<string
name=
"title_chats"
>
Chats
</string>
<string
name=
"title_profile"
>
Perfil
</string>
<string
name=
"title_members"
>
Membros (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
Preferencias
</string>
<string
name=
"title_change_password"
>
Alterar senha
</string>
<string
name=
"title_admin_panel"
>
Painel administrativo
</string>
<string
name=
"title_password"
>
Alterar senha
</string>
<string
name=
"title_update_profile"
>
Editar perfil
</string>
<string
name=
"title_about"
>
Sobre
</string>
<string
name=
"title_create_channel"
>
Criar chat
</string>
...
...
@@ -28,7 +26,6 @@
<string
name=
"action_privacy_policy"
>
Política de Privacidade
</string>
<string
name=
"action_search"
>
Pesquisar
</string>
<string
name=
"action_update"
>
Atualizar
</string>
<string
name=
"action_settings"
>
Configurações
</string>
<string
name=
"action_create_channel"
>
Criar chat
</string>
<string
name=
"action_create"
>
Criar
</string>
<string
name=
"action_logout"
>
Sair
</string>
...
...
@@ -67,14 +64,8 @@
<string
name=
"msg_password"
>
Senha
</string>
<string
name=
"msg_name"
>
nome
</string>
<string
name=
"msg_email"
>
email
</string>
<string
name=
"msg_avatar_url"
>
URL do avatar
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Ou continue através de contas sociais
</string>
<string
name=
"msg_new_user"
>
Novo usuário? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Esqueceu sua senha?
</string>
<string
name=
"msg_reset"
>
Redefinir
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Email enviado! Verifique sua caixa de entrada para redefinir sua senha.
</string>
<string
name=
"msg_invalid_email"
>
Por favor informe um e-mail válido
</string>
<string
name=
"msg_new_user_agreement"
>
Ao proceder você concorda com nossos %1$s e %2$s
</string>
<string
name=
"msg_yesterday"
>
Ontem
</string>
<string
name=
"msg_today"
>
Hoje
</string>
<string
name=
"msg_message"
>
Mensagem
</string>
...
...
@@ -82,19 +73,10 @@
<string
name=
"msg_invalid_2fa_code"
>
Código 2FA inválido
</string>
<string
name=
"msg_invalid_file"
>
Arquivo inválido
</string>
<string
name=
"msg_invalid_server_url"
>
URL de servidor inválido
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Fazer login através do Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Fazer login através do Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Fazer login através do Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Fazer login através do Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Fazer login através do Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Fazer login através do Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Fazer login através do Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Fazer login através do WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Enviar mensagem
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Mostrar mais opções de login
</string>
<string
name=
"msg_content_description_show_attachment_options"
>
Mostrar opções de anexo
</string>
<string
name=
"msg_you"
>
Você
</string>
<string
name=
"msg_unknown"
>
Desconhecido
</string>
<string
name=
"msg_email_address"
>
Endereço de e-mail
</string>
<string
name=
"msg_utc_offset"
>
Deslocamento de UTC
</string>
<string
name=
"msg_new_password"
>
Informe a nova senha
</string>
...
...
@@ -128,7 +110,6 @@
<string
name=
"msg_several_users_are_typing"
>
Vários usuários estão digitando…
</string>
<string
name=
"msg_no_search_found"
>
nenhum resultado encontrado
</string>
<string
name=
"msg_channel_name"
>
Nome do chat
</string>
<string
name=
"msg_search"
>
Buscar
</string>
<string
name=
"msg_message_copied"
>
Mensagem copiada
</string>
<string
name=
"msg_upload_file"
>
Subir arquivo
</string>
<string
name=
"msg_file_description"
>
Descrição do arquivo
</string>
...
...
@@ -145,8 +126,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Privado
</string>
...
...
@@ -172,7 +153,6 @@
<string
name=
"message_user_removed_by"
>
Usuário %1$s removido por %2$s
</string>
<string
name=
"message_user_left"
>
Saiu da sala
</string>
<string
name=
"message_user_joined_channel"
>
Entrou na sala
</string>
<string
name=
"message_welcome"
>
Bem-vindo, %s
</string>
<string
name=
"message_removed"
>
Mensagem removida
</string>
<string
name=
"message_pinned"
>
Pinou uma mensagem:
</string>
<string
name=
"message_muted"
>
Usuário %1$s entrou no modo mudo por %2$s
</string>
...
...
@@ -193,13 +173,11 @@
<string
name=
"action_msg_unpin"
>
Despinar mensagem
</string>
<string
name=
"action_msg_star"
>
Favoritar mensagem
</string>
<string
name=
"action_msg_unstar"
>
Desfavoritar messagem
</string>
<string
name=
"action_msg_share"
>
Compartilhar
</string>
<string
name=
"action_title_editing"
>
Editando mensagem
</string>
<string
name=
"action_msg_add_reaction"
>
Adicionar reação
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
Edição não permitida
</string>
<string
name=
"permission_deleting_not_allowed"
>
Remoção não permitida
</string>
<string
name=
"permission_pinning_not_allowed"
>
Pinagem não permitida
</string>
<string
name=
"permission_starring_not_allowed"
>
Favoritar não permitido
</string>
...
...
@@ -250,27 +228,6 @@
<string
name=
"suggest_here_description"
>
Notifica usuários ativos nesta sala
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Exibir ༼ つ ◕_◕ ༽つ antes de sua mensagem
</string>
<string
name=
"Slash_LennyFace_Description"
>
Exibir ( ͡° ͜ʖ ͡°) depois de sua mensagem
</string>
<string
name=
"Slash_Shrug_Description"
>
Exibir ¯\_(ツ)_/¯ depois de sua mensagem
</string>
<string
name=
"Slash_Tableflip_Description"
>
Exibir (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Exibir ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Criar um novo canal
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Exibir a lista de atalhos do teclado
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
do [#canal] para entrar neste
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Convidar todos os usuários deste canal para entrar no [#canal]
</string>
<string
name=
"Archive"
>
Arquivar
</string>
<string
name=
"Remove_someone_from_room"
>
Remover alguém do canal
</string>
<string
name=
"Leave_the_current_channel"
>
Sair do canal atual
</string>
<string
name=
"Displays_action_text"
>
Exibir texto de ação
</string>
<string
name=
"Direct_message_someone"
>
Enviar DM para alguém
</string>
<string
name=
"Mute_someone_in_room"
>
Ativar o modo mudo em alguém
</string>
<string
name=
"Unmute_someone_in_room"
>
Desativar o modo mudo em alguém na sala
</string>
<string
name=
"Invite_user_to_join_channel"
>
Convidar algum usuário para entrar neste canal
</string>
<string
name=
"Unarchive"
>
Desarquivar
</string>
<string
name=
"Join_the_given_channel"
>
Entrar no canal especificado
</string>
<string
name=
"Guggy_Command_Description"
>
Gera um gif baseado no texto dado
</string>
<string
name=
"Slash_Topic_Description"
>
Definir tópico
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Nenhum emoji recente
</string>
...
...
@@ -282,7 +239,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
Alfabeticamente
</string>
<string
name=
"dialog_sort_by_activity"
>
Atividade
</string>
<string
name=
"dialog_group_by_type"
>
Agrupar por tipo
</string>
<string
name=
"dialog_group_favourites"
>
Grupos favoritos
</string>
<string
name=
"dialog_button_done"
>
Done
</string>
<!-- TODO Add translation -->
<string
name=
"chatroom_header"
>
Cabeçalho
</string>
...
...
@@ -294,7 +250,6 @@
<string
name=
"header_unknown"
>
Desconhecido
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Editar mensagem compartilhada
</string>
<string
name=
"notif_action_reply_hint"
>
RESPONDER
</string>
<string
name=
"notif_error_sending"
>
Falha ao enviar a mensagem.
</string>
<string
name=
"notif_success_sending"
>
Mensagem enviada para %1$s!
</string>
...
...
app/src/main/res/values-ru-rRU/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
Сброс пароля
</string>
<string
name=
"title_sign_up"
>
Зарегистрироваться
</string>
<string
name=
"title_authentication"
>
Аутентификация
</string>
<string
name=
"title_legal_terms"
>
Юридические условия
</string>
<string
name=
"title_chats"
>
Чаты
</string>
<string
name=
"title_profile"
>
Профиль
</string>
<string
name=
"title_members"
>
Пользователи (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
Персональные
</string>
<string
name=
"title_change_password"
>
Изменить пароль
</string>
<string
name=
"title_admin_panel"
>
Панель админа
</string>
<string
name=
"title_password"
>
Изменить пароль
</string>
<string
name=
"title_update_profile"
>
Обновить профиль
</string>
<string
name=
"title_about"
>
О программе
</string>
<string
name=
"title_create_channel"
>
Создать новый канал
</string>
...
...
@@ -28,7 +26,6 @@
<string
name=
"action_privacy_policy"
>
Политика конфиденциальности
</string>
<string
name=
"action_search"
>
Поиск
</string>
<string
name=
"action_update"
>
Обновить
</string>
<string
name=
"action_settings"
>
Настройки
</string>
<string
name=
"action_create_channel"
>
Создать канал
</string>
<string
name=
"action_create"
>
Создать
</string>
<string
name=
"action_logout"
>
Выйти
</string>
...
...
@@ -67,14 +64,8 @@
<string
name=
"msg_password"
>
пароль
</string>
<string
name=
"msg_name"
>
Имя
</string>
<string
name=
"msg_email"
>
e-mail
</string>
<string
name=
"msg_avatar_url"
>
URL аватара
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Или продолжить, используя социальные учетные записи
</string>
<string
name=
"msg_new_user"
>
Новый пользователь? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Забыли пароль?
</string>
<string
name=
"msg_reset"
>
Сброс
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Письмо отправлено! Проверьте свой почтовый ящик, чтобы сбросить пароль.
</string>
<string
name=
"msg_invalid_email"
>
Введите действующий e-mail
</string>
<string
name=
"msg_new_user_agreement"
>
Продолжая, вы принимаете\n%1$s и %2$s
</string>
<string
name=
"msg_yesterday"
>
Вчера
</string>
<string
name=
"msg_today"
>
Сегодня
</string>
<string
name=
"msg_message"
>
Сообщение
</string>
...
...
@@ -82,19 +73,10 @@
<string
name=
"msg_invalid_2fa_code"
>
Неверный код 2FA
</string>
<string
name=
"msg_invalid_file"
>
Неверный файл
</string>
<string
name=
"msg_invalid_server_url"
>
Неверный URL-адрес сервера.
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Войти с помощью Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Войти с помощью Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Войти с помощью Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Войти с помощью Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Войти с помощью Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Войти с помощью Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Войти с помощью Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Войти с помощью WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Отправить сообщение
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Показать параметры вложения
</string>
<string
name=
"msg_you"
>
Вы
</string>
<string
name=
"msg_unknown"
>
Неизвестный
</string>
<string
name=
"msg_email_address"
>
E-mail адрес
</string>
<string
name=
"msg_utc_offset"
>
Смещение UTC
</string>
<string
name=
"msg_new_password"
>
Введите новый пароль
</string>
...
...
@@ -132,7 +114,6 @@
<string
name=
"msg_delete_message"
>
Удалить сообщение
</string>
<string
name=
"msg_delete_description"
>
Вы уверены, что хотите удалить это сообщение?
</string>
<string
name=
"msg_channel_name"
>
Название канала
</string>
<string
name=
"msg_search"
>
Поиск
</string>
<string
name=
"msg_welcome_to_rocket_chat"
>
Welcome to Rocket.Chat
</string>
<!-- TODO Add translation -->
<string
name=
"msg_team_communication"
>
Open Source Communication
</string>
<!-- TODO Add translation -->
<string
name=
"msg_login_with_email"
>
Login with
<b>
e-mail
</b></string>
<!-- TODO Add translation -->
...
...
@@ -143,8 +124,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Приватный
</string>
...
...
@@ -170,7 +151,6 @@
<string
name=
"message_user_removed_by"
>
Пользователь %1$s удален пользователем %2$s
</string>
<string
name=
"message_user_left"
>
Покинул канал.
</string>
<string
name=
"message_user_joined_channel"
>
Присоединился к каналу.
</string>
<string
name=
"message_welcome"
>
Привет, %s
</string>
<string
name=
"message_removed"
>
Сообщение удалено
</string>
<string
name=
"message_pinned"
>
Прикрепленное сообщение:
</string>
<string
name=
"message_muted"
>
Пользователь %2$s лишил %1$s дара речи
</string>
...
...
@@ -190,13 +170,11 @@
<string
name=
"action_msg_unpin"
>
Открепить сообщение
</string>
<string
name=
"action_msg_star"
>
В избранное
</string>
<string
name=
"action_msg_unstar"
>
Из избранного
</string>
<string
name=
"action_msg_share"
>
Поделиться
</string>
<string
name=
"action_title_editing"
>
Редактирование сообщения
</string>
<string
name=
"action_msg_add_reaction"
>
Отреагировать
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
Редактирование запрещено
</string>
<string
name=
"permission_deleting_not_allowed"
>
Удаление запрещено
</string>
<string
name=
"permission_pinning_not_allowed"
>
Нельзя закрепить
</string>
<string
name=
"permission_starring_not_allowed"
>
Нельзя отметить
</string>
...
...
@@ -247,27 +225,6 @@
<string
name=
"suggest_here_description"
>
Уведомить всех активных пользователей в этом чате
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Показывает ༼ つ ◕_◕ ༽つ перед вашим сообщением
</string>
<string
name=
"Slash_LennyFace_Description"
>
Показывает ( ͡° ͜ʖ ͡°) после вашего сообщения
</string>
<string
name=
"Slash_Shrug_Description"
>
Показывает ¯\_(ツ)_/¯ после вашего сообщения
</string>
<string
name=
"Slash_Tableflip_Description"
>
Показывает (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Показывает ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Создать новый канал
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Показать список горячих клавиш
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Пригласить всех пользователей из [#channel] присоединиться к этому каналу
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Пригласить всех пользователей присоединиться к [#channel]
</string>
<string
name=
"Archive"
>
Архивировать
</string>
<string
name=
"Remove_someone_from_room"
>
Удалить кого-либо с канала
</string>
<string
name=
"Leave_the_current_channel"
>
Покинуть текущий канал
</string>
<string
name=
"Displays_action_text"
>
Отображает текст действия
</string>
<string
name=
"Direct_message_someone"
>
Личное сообщение
</string>
<string
name=
"Mute_someone_in_room"
>
Заглушить кого-либо на канале
</string>
<string
name=
"Unmute_someone_in_room"
>
Отменить заглушивание кого-либо на канале
</string>
<string
name=
"Invite_user_to_join_channel"
>
Пригласить пользователя на канал
</string>
<string
name=
"Unarchive"
>
Разархивировать
</string>
<string
name=
"Join_the_given_channel"
>
Присоединиться к этому каналу
</string>
<string
name=
"Guggy_Command_Description"
>
Создает gif на основе предоставленного текста
</string>
<string
name=
"Slash_Topic_Description"
>
Задать тему
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Пусто
</string>
...
...
@@ -279,7 +236,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
По алфавиту
</string>
<string
name=
"dialog_sort_by_activity"
>
По активности
</string>
<string
name=
"dialog_group_by_type"
>
Группировать по типу
</string>
<string
name=
"dialog_group_favourites"
>
Группировать избранное
</string>
<string
name=
"dialog_button_done"
>
Ок
</string>
<string
name=
"chatroom_header"
>
Заголовок
</string>
...
...
@@ -291,7 +247,6 @@
<string
name=
"header_unknown"
>
Неизвестные
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Редактировать сообщение
</string>
<string
name=
"notif_action_reply_hint"
>
ОТВЕТИТЬ
</string>
<string
name=
"notif_error_sending"
>
Не удалось ответить. Пожалуйста, попробуйте еще раз.
</string>
<string
name=
"notif_success_sending"
>
Сообщение отправлено %1$s!
</string>
...
...
app/src/main/res/values-uk/strings.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
<string
name=
"title_reset_password"
>
Відновлення паролю
</string>
<string
name=
"title_sign_up"
>
Зареєструватися
</string>
<string
name=
"title_authentication"
>
Аутентифікація
</string>
<string
name=
"title_legal_terms"
>
Юридичні умови
</string>
<string
name=
"title_chats"
>
Чати
</string>
<string
name=
"title_profile"
>
Профіль
</string>
<string
name=
"title_members"
>
Користувачі (%d)
</string>
...
...
@@ -15,7 +14,6 @@
<string
name=
"title_preferences"
>
Персональні
</string>
<string
name=
"title_change_password"
>
Змінити пароль
</string>
<string
name=
"title_admin_panel"
>
Панель адміністратора
</string>
<string
name=
"title_password"
>
Змінити пароль
</string>
<string
name=
"title_update_profile"
>
Оновити профіль
</string>
<string
name=
"title_about"
>
"Про програму"
</string>
<string
name=
"title_create_channel"
>
Створити новий канал
</string>
...
...
@@ -28,7 +26,6 @@
<string
name=
"action_privacy_policy"
>
Політика конфіденційності
</string>
<string
name=
"action_search"
>
Пошук
</string>
<string
name=
"action_update"
>
Оновити
</string>
<string
name=
"action_settings"
>
Налаштування
</string>
<string
name=
"action_create_channel"
>
Створити канал
</string>
<string
name=
"action_create"
>
Створити
</string>
<string
name=
"action_logout"
>
Вийти
</string>
...
...
@@ -67,14 +64,8 @@
<string
name=
"msg_password"
>
пароль
</string>
<string
name=
"msg_name"
>
ім\'я
</string>
<string
name=
"msg_email"
>
e-mail
</string>
<string
name=
"msg_avatar_url"
>
URL аватара
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Або продовжити, за допомогою акаунта у соціальних мережах
</string>
<string
name=
"msg_new_user"
>
Новий користувач? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Забули пароль? %1$s
</string>
<string
name=
"msg_reset"
>
Скинути
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Лист було відправлено! Перевірте свою поштову скриньку, щоб скинути пароль.
</string>
<string
name=
"msg_invalid_email"
>
Введіть діючий e-mail
</string>
<string
name=
"msg_new_user_agreement"
>
Продовжуючи, ви погоджуєтеся з %1$s і %2$s
</string>
<string
name=
"msg_yesterday"
>
Вчора
</string>
<string
name=
"msg_today"
>
Сьогодні
</string>
<string
name=
"msg_message"
>
"Повідомлення "
</string>
...
...
@@ -82,19 +73,10 @@
<string
name=
"msg_invalid_2fa_code"
>
Неправильний код 2FA
</string>
<string
name=
"msg_invalid_file"
>
Неправильний файл
</string>
<string
name=
"msg_invalid_server_url"
>
Неправильний URL-адреса сервера.
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Увійти за допомогою Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Увійти за допомогою Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Увійти за допомогою Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Увійти за допомогою Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Увійти за допомогою Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Увійти за допомогою Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Увійти за допомогою Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Увійти за допомогою Wordpress
</string>
<string
name=
"msg_content_description_send_message"
>
Надіслати повідомлення
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<!-- TODO Translate-->
<string
name=
"msg_content_description_show_attachment_options"
>
Показати параметри долучення
</string>
<string
name=
"msg_you"
>
Ви
</string>
<string
name=
"msg_unknown"
>
Невідомий
</string>
<string
name=
"msg_email_address"
>
E-mail адреса
</string>
<string
name=
"msg_utc_offset"
>
UTC зсув
</string>
<string
name=
"msg_new_password"
>
Введіть новий пароль
</string>
...
...
@@ -125,7 +107,6 @@
<string
name=
"msg_several_users_are_typing"
>
Декілька користувачів друкують…
</string>
<string
name=
"msg_no_search_found"
>
Результатів не знайдено
</string>
<string
name=
"msg_channel_name"
>
Назва каналу
</string>
<string
name=
"msg_search"
>
Пошук
</string>
<string
name=
"msg_message_copied"
>
Повідомлення було скопійовано
</string>
<string
name=
"msg_upload_file"
>
Завантажити файл
</string>
<string
name=
"msg_file_description"
>
Опис файлу
</string>
...
...
@@ -142,8 +123,8 @@
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<!-- TODO Add translation -->
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<!-- TODO Add translation -->
<
string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<
!-- TODO Add translation -->
<
string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<
!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- TODO Add translation -->
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Приватний
</string>
...
...
@@ -169,7 +150,6 @@
<string
name=
"message_user_removed_by"
>
Користувач %2$s видалив користувача %1$s
</string>
<string
name=
"message_user_left"
>
Залишив канал.
</string>
<string
name=
"message_user_joined_channel"
>
Приєднався до каналу.
</string>
<string
name=
"message_welcome"
>
Привіт, %s
</string>
<string
name=
"message_removed"
>
"Повідомлення видалено "
</string>
<string
name=
"message_pinned"
>
Зафіксоване повідомлення:
</string>
<string
name=
"message_muted"
>
Користувач %2$s позбавив %1$s дару мови
</string>
...
...
@@ -189,13 +169,11 @@
<string
name=
"action_msg_unpin"
>
Відмінити фіксацію повідомлення
</string>
<string
name=
"action_msg_star"
>
До обраного
</string>
<string
name=
"action_msg_unstar"
>
Видалити з обраного
</string>
<string
name=
"action_msg_share"
>
Поділитися
</string>
<string
name=
"action_title_editing"
>
Редагування повідомлення
</string>
<string
name=
"action_msg_add_reaction"
>
Відреагувати
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
Редагування заборонено
</string>
<string
name=
"permission_deleting_not_allowed"
>
Видалення заборонено
</string>
<string
name=
"permission_pinning_not_allowed"
>
Неможливо зафіксувати
</string>
<string
name=
"permission_starring_not_allowed"
>
Неможливо додати до обраного
</string>
...
...
@@ -246,27 +224,6 @@
<string
name=
"suggest_here_description"
>
Повідомити всіх активних користувачів у цьому чаті
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Показує ༼ つ ◕_◕ ༽つ перед вашим повідомленням
</string>
<string
name=
"Slash_LennyFace_Description"
>
Показує ( ͡° ͜ʖ ͡°) після Вашого повідомлення
</string>
<string
name=
"Slash_Shrug_Description"
>
Показує ¯_(ツ)_/¯ після Вашого повідомлення
</string>
<string
name=
"Slash_Tableflip_Description"
>
Показує (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Показує ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Створити новий канал
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Показати список гарячих клавіш
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Запросити всіх користувачів з [#channel] приєднатися до цього каналу
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Запросити всіх користувачів приєднатися до [#channel]
</string>
<string
name=
"Archive"
>
Архівувати
</string>
<string
name=
"Remove_someone_from_room"
>
Видалити когось з каналу
</string>
<string
name=
"Leave_the_current_channel"
>
Покинути цей канал
</string>
<string
name=
"Direct_message_someone"
>
Особисте повідомлення
</string>
<string
name=
"Displays_action_text"
>
Відображає текст дії
</string>
<string
name=
"Mute_someone_in_room"
>
Позбавити користувача дару мови на каналі
</string>
<string
name=
"Unmute_someone_in_room"
>
Повернути користувачу дар мови на каналі
</string>
<string
name=
"Invite_user_to_join_channel"
>
Запросити користувача на канал
</string>
<string
name=
"Unarchive"
>
Розархівувати
</string>
<string
name=
"Join_the_given_channel"
>
Приєднатися до цього каналу
</string>
<string
name=
"Guggy_Command_Description"
>
Створює gif використовуючи наданий текст
</string>
<string
name=
"Slash_Topic_Description"
>
Встановити тему
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
Пусто
</string>
...
...
@@ -278,7 +235,6 @@
<string
name=
"dialog_sort_by_alphabet"
>
За алфавітом
</string>
<string
name=
"dialog_sort_by_activity"
>
За активністю
</string>
<string
name=
"dialog_group_by_type"
>
Групувати за типом
</string>
<string
name=
"dialog_group_favourites"
>
Групувати обране
</string>
<string
name=
"dialog_button_done"
>
Ок
</string>
<string
name=
"chatroom_header"
>
Заголовок
</string>
...
...
@@ -290,7 +246,6 @@
<string
name=
"header_unknown"
>
Невідомі
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Редагувати повідомлення
</string>
<string
name=
"notif_action_reply_hint"
>
ВІДПОВІСТИ
</string>
<string
name=
"notif_error_sending"
>
Не вдалося відповісти. Будь ласка, спробуйте ще раз.
</string>
<string
name=
"notif_success_sending"
>
Повідомлення надіслано %1$s!
</string>
...
...
app/src/main/res/values/colors.xml
View file @
6dd1ec6e
...
...
@@ -12,10 +12,6 @@
<color
name=
"colorSecondaryTextLight"
>
#FFC1C1C1
</color>
<!-- User status colors -->
<color
name=
"colorUserStatusOnline"
>
#2FE1A8
</color>
<color
name=
"colorUserStatusBusy"
>
#F33E5B
</color>
<color
name=
"colorUserStatusAway"
>
#FDD236
</color>
<color
name=
"colorUserStatusOffline"
>
#d9d9d9
</color>
<!-- Normal colors -->
<color
name=
"colorWhite"
>
#FFFFFFFF
</color>
...
...
@@ -28,7 +24,6 @@
<color
name=
"colorAuthenticationChevronAndExpandIcon"
>
#FFCBCED1
</color>
<color
name=
"colorAuthenticationSecondaryText"
>
#FF9EA2A8
</color>
<color
name=
"darkGray"
>
#FFa0a0a0
</color>
<color
name=
"actionMenuColor"
>
#FF727272
</color>
<color
name=
"whitesmoke"
>
#FFf1f1f1
</color>
...
...
@@ -44,8 +39,6 @@
<color
name=
"colorBackgroundMemberContainer"
>
#4D000000
</color>
<color
name=
"translucent_white"
>
#70F1F1F1
</color>
<color
name=
"colorEmojiIcon"
>
#FF767676
</color>
<color
name=
"quoteBar"
>
#A0A0A0
</color>
...
...
app/src/main/res/values/dimens.xml
View file @
6dd1ec6e
...
...
@@ -16,8 +16,6 @@
<dimen
name=
"text_view_drawable_padding"
>
8dp
</dimen>
<dimen
name=
"fab_elevation"
>
6dp
</dimen>
<dimen
name=
"divider_item_decorator_bound_start"
>
72dp
</dimen>
<dimen
name=
"divider_item_decorator_bound_end"
>
0dp
</dimen>
...
...
@@ -29,17 +27,12 @@
<dimen
name=
"chat_item_top_and_bottom_padding"
>
12dp
</dimen>
<!-- Emoji -->
<dimen
name=
"picker_padding_bottom"
>
16dp
</dimen>
<dimen
name=
"supposed_keyboard_height"
>
252dp
</dimen>
<dimen
name=
"picker_popup_height"
>
250dp
</dimen>
<dimen
name=
"picker_popup_width"
>
300dp
</dimen>
<dimen
name=
"emoji_size"
>
22dp
</dimen>
<!--Toolbar-->
<dimen
name=
"toolbar_height"
>
56dp
</dimen>
<!-- Message -->
<dimen
name=
"padding_quote"
>
8dp
</dimen>
<dimen
name=
"padding_mention"
>
4dp
</dimen>
<dimen
name=
"radius_mention"
>
6dp
</dimen>
...
...
app/src/main/res/values/strings.xml
View file @
6dd1ec6e
...
...
@@ -19,7 +19,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"title_reset_password"
>
Reset password
</string>
<string
name=
"title_sign_up"
>
Sign up
</string>
<string
name=
"title_authentication"
>
Authentication
</string>
<string
name=
"title_legal_terms"
>
Legal Terms
</string>
<string
name=
"title_chats"
>
Chats
</string>
<string
name=
"title_profile"
>
Profile
</string>
<string
name=
"title_members"
>
Members (%d)
</string>
...
...
@@ -27,7 +26,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"title_preferences"
>
Preferences
</string>
<string
name=
"title_change_password"
>
Change Password
</string>
<string
name=
"title_admin_panel"
>
Admin panel
</string>
<string
name=
"title_password"
>
Change Password
</string>
<string
name=
"title_update_profile"
>
Update profile
</string>
<string
name=
"title_about"
>
About
</string>
<string
name=
"title_create_channel"
>
Create Channel
</string>
...
...
@@ -40,7 +38,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"action_privacy_policy"
>
Privacy Policy
</string>
<string
name=
"action_search"
>
Search
</string>
<string
name=
"action_update"
>
Update
</string>
<string
name=
"action_settings"
>
Settings
</string>
<string
name=
"action_create_channel"
>
Create channel
</string>
<string
name=
"action_create"
>
Create
</string>
<string
name=
"action_logout"
>
Logout
</string>
...
...
@@ -79,14 +76,8 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_password"
>
Password
</string>
<string
name=
"msg_name"
>
Name
</string>
<string
name=
"msg_email"
>
Email
</string>
<string
name=
"msg_avatar_url"
>
avatar URL
</string>
<string
name=
"msg_or_continue_using_social_accounts"
>
Or continue using social accounts
</string>
<string
name=
"msg_new_user"
>
New user? %1$s
</string>
<string
name=
"msg_forgot__your_password"
>
Forgot your password?
</string>
<string
name=
"msg_reset"
>
Reset
</string>
<string
name=
"msg_check_your_email_to_reset_your_password"
>
Email sent! Check your inbox to reset your password.
</string>
<string
name=
"msg_invalid_email"
>
Please type a valid e-mail
</string>
<string
name=
"msg_new_user_agreement"
>
By proceeding you are agreeing to our\n%1$s and %2$s
</string>
<string
name=
"msg_more_than_ninety_nine_unread_messages"
translatable=
"false"
>
99+
</string>
<string
name=
"msg_yesterday"
>
Yesterday
</string>
<string
name=
"msg_today"
>
Today
</string>
...
...
@@ -95,25 +86,15 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_invalid_2fa_code"
>
Invalid 2FA Code
</string>
<string
name=
"msg_invalid_file"
>
Invalid file
</string>
<string
name=
"msg_invalid_server_url"
>
Invalid server URL
</string>
<string
name=
"msg_content_description_log_in_using_facebook"
>
Login using Facebook
</string>
<string
name=
"msg_content_description_log_in_using_github"
>
Login using Github
</string>
<string
name=
"msg_content_description_log_in_using_google"
>
Login using Google
</string>
<string
name=
"msg_content_description_log_in_using_linkedin"
>
Login using Linkedin
</string>
<string
name=
"msg_content_description_log_in_using_meteor"
>
Login using Meteor
</string>
<string
name=
"msg_content_description_log_in_using_twitter"
>
Login using Twitter
</string>
<string
name=
"msg_content_description_log_in_using_gitlab"
>
Login using Gitlab
</string>
<string
name=
"msg_content_description_log_in_using_wordpress"
>
Login using WordPress
</string>
<string
name=
"msg_content_description_send_message"
>
Send message
</string>
<string
name=
"msg_content_description_show_more_login_options"
>
Show more login options
</string>
<string
name=
"msg_content_description_show_attachment_options"
>
Show attachment options
</string>
<string
name=
"msg_you"
>
You
</string>
<string
name=
"msg_unknown"
>
Unknown
</string>
<string
name=
"msg_email_address"
>
E-mail address
</string>
<string
name=
"msg_utc_offset"
>
UTC offset
</string>
<string
name=
"msg_new_password"
>
Enter New Password
</string>
<string
name=
"msg_confirm_password"
>
Confirm New Password
</string>
<string
name=
"msg_channel_name"
>
Channel name
</string>
<string
name=
"msg_search"
>
Search
</string>
<string
name=
"msg_unread_messages"
>
Unread messages
</string>
<string
name=
"msg_preview_video"
>
Video
</string>
<string
name=
"msg_preview_audio"
>
Audio
</string>
...
...
@@ -157,8 +138,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"msg_continue_with_linkedin"
>
Continue with
<b>
Linkedin
</b></string>
<string
name=
"msg_continue_with_gitlab"
>
Continue with
<b>
GitLab
</b></string>
<string
name=
"msg_continue_with_wordpress"
>
Continue with
<b>
WordPress
</b></string>
<string
name=
"msg_two_factor_authentication"
>
Two-factor Authentication
</string>
<string
name=
"msg__your_2fa_code"
>
What’s your 2FA code?
</string>
<!-- Create channel messages -->
<string
name=
"msg_private_channel"
>
Private
</string>
...
...
@@ -187,7 +166,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"message_user_removed_by"
>
User %1$s removed by %2$s
</string>
<string
name=
"message_user_left"
>
Has left the channel.
</string>
<string
name=
"message_user_joined_channel"
>
Has joined the channel.
</string>
<string
name=
"message_welcome"
>
Welcome %s
</string>
<string
name=
"message_removed"
>
Message removed
</string>
<string
name=
"message_pinned"
>
Pinned a message:
</string>
<string
name=
"message_muted"
>
User %1$s muted by %2$s
</string>
...
...
@@ -207,13 +185,11 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"action_msg_unpin"
>
Unpin Message
</string>
<string
name=
"action_msg_star"
>
Star Message
</string>
<string
name=
"action_msg_unstar"
>
Unstar Message
</string>
<string
name=
"action_msg_share"
>
Share
</string>
<string
name=
"action_title_editing"
>
Editing Message
</string>
<string
name=
"action_msg_add_reaction"
>
Add reaction
</string>
<!-- Permission messages -->
<string
name=
"permission_editing_not_allowed"
>
Editing is not allowed
</string>
<string
name=
"permission_deleting_not_allowed"
>
Deleting is not allowed
</string>
<string
name=
"permission_pinning_not_allowed"
>
Pinning is not allowed
</string>
<string
name=
"permission_starring_not_allowed"
>
Starring is not allowed
</string>
...
...
@@ -264,27 +240,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"suggest_here_description"
>
Notify active users in this room
</string>
<!-- Slash Commands -->
<string
name=
"Slash_Gimme_Description"
>
Displays ༼ つ ◕_◕ ༽つ before your message
</string>
<string
name=
"Slash_LennyFace_Description"
>
Displays ( ͡° ͜ʖ ͡°) after your message
</string>
<string
name=
"Slash_Shrug_Description"
>
Displays ¯\_(ツ)_/¯ after your message
</string>
<string
name=
"Slash_Tableflip_Description"
>
Displays (╯°□°)╯︵ ┻━┻
</string>
<string
name=
"Slash_TableUnflip_Description"
>
Displays ┬─┬ ノ( ゜-゜ノ)
</string>
<string
name=
"Create_A_New_Channel"
>
Create a new channel
</string>
<string
name=
"Show_the_keyboard_shortcut_list"
>
Show the keyboard shortcut list
</string>
<string
name=
"Invite_user_to_join_channel_all_from"
>
Invite all users from [#channel] to join this channel
</string>
<string
name=
"Invite_user_to_join_channel_all_to"
>
Invite all users from this channel to join [#channel]
</string>
<string
name=
"Archive"
>
Archive
</string>
<string
name=
"Remove_someone_from_room"
>
Remove someone from the room
</string>
<string
name=
"Leave_the_current_channel"
>
Leave the current channel
</string>
<string
name=
"Displays_action_text"
>
Displays action text
</string>
<string
name=
"Direct_message_someone"
>
Direct message someone
</string>
<string
name=
"Mute_someone_in_room"
>
Mute someone in the room
</string>
<string
name=
"Unmute_someone_in_room"
>
Unmute someone in the room
</string>
<string
name=
"Invite_user_to_join_channel"
>
Invite one user to join this channel
</string>
<string
name=
"Unarchive"
>
Unarchive
</string>
<string
name=
"Join_the_given_channel"
>
Join the given channel
</string>
<string
name=
"Guggy_Command_Description"
>
Generates a gif based upon the provided text
</string>
<string
name=
"Slash_Topic_Description"
>
Set topic
</string>
<!-- Emoji message-->
<string
name=
"msg_no_recent_emoji"
>
No recent emojis
</string>
...
...
@@ -296,7 +251,6 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"dialog_sort_by_alphabet"
>
Alphabetical
</string>
<string
name=
"dialog_sort_by_activity"
>
Activity
</string>
<string
name=
"dialog_group_by_type"
>
Group by type
</string>
<string
name=
"dialog_group_favourites"
>
Group favourites
</string>
<string
name=
"dialog_button_done"
>
Done
</string>
<string
name=
"chatroom_header"
>
Header
</string>
...
...
@@ -308,15 +262,12 @@ https://github.com/RocketChat/java-code-styles/blob/master/CODING_STYLE.md#strin
<string
name=
"header_unknown"
>
Unknown
</string>
<!--Notifications-->
<string
name=
"share_label"
>
Edit shared message
</string>
<string
name=
"notif_action_reply_hint"
>
REPLY
</string>
<string
name=
"notif_error_sending"
>
Reply has failed. Please try again.
</string>
<string
name=
"notif_success_sending"
>
Message sent to %1$s!
</string>
<string
name=
"read_by"
>
Read by
</string>
<string
name=
"message_information_title"
>
Message information
</string>
<string
name=
"foss"
tools:ignore=
"MissingTranslation"
>
(FOSS)
</string>
<!-- Community Server-->
</resources>
\ No newline at end of file
app/src/main/res/values/styles.xml
View file @
6dd1ec6e
...
...
@@ -101,13 +101,6 @@
<item
name=
"colorControlActivated"
>
@color/colorPrimaryDark
</item>
</style>
<style
name=
"AuthenticationLabel"
parent=
"TextAppearance.AppCompat.Medium"
>
<item
name=
"android:layout_width"
>
wrap_content
</item>
<item
name=
"android:layout_height"
>
50dp
</item>
<item
name=
"android:layout_marginStart"
>
@dimen/screen_edge_left_and_right_margins
</item>
<item
name=
"android:paddingStart"
>
@dimen/edit_text_margin
</item>
</style>
<style
name=
"ChatRoom.SearchView"
parent=
"Widget.AppCompat.SearchView"
>
<item
name=
"queryHint"
>
@string/title_search_message
</item>
<item
name=
"searchIcon"
>
@drawable/ic_search_white_24dp
</item>
...
...
draw/src/main/res/layout/activity_drawing.xml
View file @
6dd1ec6e
...
...
@@ -7,7 +7,6 @@
tools:context=
".main.ui.DrawingActivity"
>
<chat.rocket.android.draw.widget.CustomDrawView
android:id=
"@+id/custom_draw_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_white"
...
...
@@ -17,7 +16,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<ImageView
android:id=
"@+id/image_close_drawing"
android:layout_width=
"56dp"
android:layout_height=
"56dp"
android:background=
"@color/color_white"
...
...
@@ -29,7 +27,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<ImageView
android:id=
"@+id/image_send_drawing"
android:layout_width=
"56dp"
android:layout_height=
"56dp"
android:background=
"@color/color_white"
...
...
@@ -41,7 +38,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/draw_tools"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@color/color_white"
...
...
@@ -125,7 +121,6 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<SeekBar
android:id=
"@+id/seekBar_width"
android:layout_width=
"0dp"
android:layout_height=
"56dp"
android:paddingStart=
"16dp"
...
...
@@ -138,7 +133,6 @@
app:layout_constraintTop_toBottomOf=
"@id/image_draw_eraser"
/>
<SeekBar
android:id=
"@+id/seekBar_opacity"
android:layout_width=
"0dp"
android:layout_height=
"56dp"
android:paddingStart=
"16dp"
...
...
@@ -151,7 +145,6 @@
app:layout_constraintTop_toBottomOf=
"@id/image_draw_eraser"
/>
<include
android:id=
"@+id/draw_color_palette"
layout=
"@layout/color_palette_view"
android:layout_width=
"0dp"
android:layout_height=
"56dp"
...
...
draw/src/main/res/layout/color_palette_view.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
android:orientation=
"horizontal"
>
<ImageView
android:id=
"@+id/image_color_black"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_black"
...
...
@@ -18,7 +17,6 @@
android:scaleX=
"1.5"
/>
<ImageView
android:id=
"@+id/image_color_red"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_red"
...
...
@@ -28,7 +26,6 @@
android:paddingEnd=
"12dp"
/>
<ImageView
android:id=
"@+id/image_color_yellow"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_yellow"
...
...
@@ -38,7 +35,6 @@
android:paddingEnd=
"12dp"
/>
<ImageView
android:id=
"@+id/image_color_green"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_green"
...
...
@@ -48,7 +44,6 @@
android:paddingEnd=
"12dp"
/>
<ImageView
android:id=
"@+id/image_color_blue"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_blue"
...
...
@@ -58,7 +53,6 @@
android:paddingEnd=
"12dp"
/>
<ImageView
android:id=
"@+id/image_color_pink"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_pink"
...
...
@@ -68,7 +62,6 @@
android:paddingEnd=
"12dp"
/>
<ImageView
android:id=
"@+id/image_color_brown"
android:layout_width=
"48dp"
android:layout_height=
"match_parent"
android:src=
"@drawable/circle_brown"
...
...
emoji/src/main/res/layout/emoji_category_layout.xml
View file @
6dd1ec6e
...
...
@@ -4,12 +4,10 @@
android:layout_height=
"wrap_content"
>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/emoji_recycler_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
<TextView
android:id=
"@+id/text_no_recent_emoji"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
...
...
emoji/src/main/res/layout/emoji_image_row_item.xml
View file @
6dd1ec6e
...
...
@@ -6,7 +6,6 @@
android:layout_gravity=
"center"
>
<ImageView
android:id=
"@+id/emoji_image_view"
android:layout_width=
"32dp"
android:layout_height=
"32dp"
android:layout_gravity=
"center"
...
...
emoji/src/main/res/layout/emoji_picker_tab.xml
deleted
100644 → 0
View file @
7e52ba15
<?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:id=
"@+id/image_category"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:background=
"@color/whitesmoke"
android:gravity=
"center"
/>
\ No newline at end of file
emoji/src/main/res/layout/emoji_row_item.xml
View file @
6dd1ec6e
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/emoji_view"
android:layout_width=
"48dp"
android:layout_height=
"48dp"
android:foreground=
"?selectableItemBackground"
...
...
emoji/src/main/res/values/colors.xml
View file @
6dd1ec6e
...
...
@@ -2,7 +2,6 @@
<resources>
<color
name=
"colorWhite"
>
#FFFFFFFF
</color>
<color
name=
"darkGray"
>
#FFa0a0a0
</color>
<color
name=
"whitesmoke"
>
#FFf1f1f1
</color>
<color
name=
"colorEmojiIcon"
>
#FF767676
</color>
...
...
emoji/src/main/res/values/dimens.xml
View file @
6dd1ec6e
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Emoji -->
<dimen
name=
"picker_padding_bottom"
>
16dp
</dimen>
<dimen
name=
"supposed_keyboard_height"
>
252dp
</dimen>
<dimen
name=
"picker_popup_height"
>
250dp
</dimen>
<dimen
name=
"picker_popup_width"
>
300dp
</dimen>
<dimen
name=
"custom_emoji_large"
>
32dp
</dimen>
<dimen
name=
"custom_emoji_small"
>
22dp
</dimen>
</resources>
player/src/main/res/layout/activity_player.xml
View file @
6dd1ec6e
...
...
@@ -4,7 +4,6 @@
android:layout_height=
"match_parent"
>
<com.google.android.exoplayer2.ui.SimpleExoPlayerView
android:id=
"@+id/player_view"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
...
...
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