mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-11 06:51:53 +00:00
Bug fixes and provide conversation tooltips (#851)
* refactor: removing unused strings and changing session header dimensions * refactor: remove bodyTextView from LinkPreviewView.kt and changing header image colours * fix: path layout is aligned, global search input should always prompt soft input on open * fix: unread count and scroll to bottom button visibility properly taking into account adapter item count and RecyclerView.NO_POSITION fixes #848 * fix: crash on error toast for failing to share logs * feat: conversation tooltips in NewConversationButtonSetView.kt * fix: UI issue for conversation action bar cutting off lower than baseline characters fixes #839 * refactor (wip): replacing bindings with nullable types to try prevent mystery bug * refactor: use the nullable bindings for ConversationActivityV2.kt and remove inputBarHeightChanged * fix: remove recipient listener on destroy * build: add latest strings and increase build
This commit is contained in:
95
app/src/main/res/values-pa/strings.xml
Normal file
95
app/src/main/res/values-pa/strings.xml
Normal file
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- AbstractNotificationBuilder -->
|
||||
<!-- AlbumThumbnailView -->
|
||||
<!-- ApplicationPreferencesActivity -->
|
||||
<!-- DraftDatabase -->
|
||||
<!-- AttachmentManager -->
|
||||
<!-- AudioSlidePlayer -->
|
||||
<!-- BucketedThreadMedia -->
|
||||
<!-- CommunicationActions -->
|
||||
<!-- ContactsCursorLoader -->
|
||||
<!-- ConversationItem -->
|
||||
<!-- ConversationActivity -->
|
||||
<!-- ConversationFragment -->
|
||||
<!-- CreateProfileActivity -->
|
||||
<!-- CustomDefaultPreference -->
|
||||
<!-- DateUtils -->
|
||||
<!-- DeviceListItem -->
|
||||
<!-- DocumentView -->
|
||||
<!-- GiphyActivity -->
|
||||
<!-- GiphyFragmentPageAdapter -->
|
||||
<!-- CropImageActivity -->
|
||||
<!-- InputPanel -->
|
||||
<!-- LongMessageActivity -->
|
||||
<!-- MediaOverviewActivity -->
|
||||
<!-- NotificationMmsMessageRecord -->
|
||||
<!-- MediaPickerActivity -->
|
||||
<!-- MediaSendActivity -->
|
||||
<!-- MediaRepository -->
|
||||
<!-- MessageRecord -->
|
||||
<!-- ExpirationDialog -->
|
||||
<!-- PassphrasePromptActivity -->
|
||||
<!-- RecipientPreferencesActivity -->
|
||||
<!-- Slide -->
|
||||
<!-- SmsMessageRecord -->
|
||||
<!-- ThreadRecord -->
|
||||
<!-- UpdateApkReadyListener -->
|
||||
<!-- MessageDisplayHelper -->
|
||||
<!-- MmsMessageRecord -->
|
||||
<!-- MuteDialog -->
|
||||
<!-- KeyCachingService -->
|
||||
<!-- MediaPreviewActivity -->
|
||||
<!-- MessageNotifier -->
|
||||
<!-- Notification Channels -->
|
||||
<!-- QuickResponseService -->
|
||||
<!-- SaveAttachmentTask -->
|
||||
<!-- SearchToolbar -->
|
||||
<!-- ShortcutLauncherActivity -->
|
||||
<!-- SingleRecipientNotificationBuilder -->
|
||||
<!-- TransferControlView -->
|
||||
<!-- VideoPlayer -->
|
||||
<!-- attachment_type_selector -->
|
||||
<!-- contact_selection_group_activity -->
|
||||
<!-- conversation_activity -->
|
||||
<!-- conversation_input_panel -->
|
||||
<!-- conversation_item -->
|
||||
<!-- conversation_item_sent -->
|
||||
<!-- conversation_item_received -->
|
||||
<!-- audio_view -->
|
||||
<!-- open_group_invitation_view -->
|
||||
<!-- QuoteView -->
|
||||
<!-- conversation_fragment -->
|
||||
<!-- giphy_activity -->
|
||||
<!-- giphy_fragment -->
|
||||
<!-- load_more_header -->
|
||||
<!-- media_overview_activity -->
|
||||
<!-- message_recipients_list_item -->
|
||||
<!-- recipient_preferences -->
|
||||
<!-- message_details_header -->
|
||||
<!-- AndroidManifest.xml -->
|
||||
<!-- arrays.xml -->
|
||||
<!-- plurals.xml -->
|
||||
<!-- preferences.xml -->
|
||||
<!-- **************************************** -->
|
||||
<!-- menus -->
|
||||
<!-- **************************************** -->
|
||||
<!-- contact_selection_list -->
|
||||
<!-- conversation_context -->
|
||||
<!-- conversation_context_image -->
|
||||
<!-- conversation_expiring_off -->
|
||||
<!-- conversation_expiring_on -->
|
||||
<!-- conversation_muted -->
|
||||
<!-- conversation_unmuted -->
|
||||
<!-- conversation -->
|
||||
<!-- conversation_popup -->
|
||||
<!-- conversation_group_options -->
|
||||
<!-- media_preview -->
|
||||
<!-- media_overview -->
|
||||
<!-- media_preview_activity -->
|
||||
<!-- Trimmer -->
|
||||
<!-- transport_selection_list_item -->
|
||||
<!-- Conversation activity -->
|
||||
<!-- Session -->
|
||||
<!-- Next round of translation -->
|
||||
</resources>
|
||||
Reference in New Issue
Block a user