You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Upgrade a few dependencies and update the codebase
Use fully qualified R classes Fix or ignore deprecation Update github actions and ensure JDK 17 is used Add group for paparazzi Fixes Lint issues Fix Jacoco configuration
This commit is contained in:
@ -19,7 +19,7 @@ android {
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
jvmTarget = versions.jvmTarget
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2024 New Vector Ltd
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package im.vector.lib.strings
|
||||
|
||||
typealias CommonStrings = R.string
|
||||
typealias CommonPlurals = R.plurals
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="notice_room_invite_no_invitee">دعوت %s</string>
|
||||
<string name="notice_room_invite">%1$s، %2$s را دعوت کرد</string>
|
||||
<string name="notice_room_invite_you">%1$s دعوتتان کرد</string>
|
||||
@ -2966,4 +2966,4 @@
|
||||
\n%s</string>
|
||||
<string name="create_room_unknown_users_dialog_submit">آغاز گپ به هر حال</string>
|
||||
<string name="invite_unknown_users_dialog_submit">دعوت به هر حال</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<resources>
|
||||
<string name="notice_room_invite_no_invitee">%s 的邀请</string>
|
||||
<string name="notice_room_invite">%1$s 邀请了 %2$s</string>
|
||||
<string name="notice_room_invite_you">%1$s 邀请了你</string>
|
||||
@ -2865,4 +2865,4 @@
|
||||
<string name="room_polls_wait_for_display">显示投票</string>
|
||||
<string name="rich_text_editor_quote">切换引用</string>
|
||||
<string name="rich_text_editor_numbered_list">切换有序列表</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user