1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1380 Settings | Fix | Copy device id to clipboard (#64)

This commit is contained in:
Evgenii Kozlov 2023-06-13 19:05:00 +02:00 committed by uburoiubu
parent 35c7faf028
commit a99fd4ed82
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
2 changed files with 2 additions and 1 deletions

View file

@ -137,6 +137,7 @@ class AboutAppFragment : BaseBottomSheetComposeFragment() {
getBuildNumber(),
vm.libraryVersion.value,
vm.accountId.value,
vm.deviceId.value,
vm.analyticsId.value
)
)

View file

@ -53,7 +53,7 @@
<string name="about_privacy_policy_link">https://anytype.io/privacy_policy.html</string>
<string name="about_meta_info">App version: %1$s\nBuild number: %2$d\nLibrary version: %3$s\nAccount\u00A0ID:\u00A0%4$s\nDevice\u00A0ID:\u00A0%5$s\nAnalytics\u00A0ID:\u00A0%6$s</string>
<string name="about_meta_info_for_copy">Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nAnalytics\u00A0ID:\u00A0%7$s</string>
<string name="about_meta_info_for_copy">Device: %1$s\nAndroid version: %2$d\nApp version: %3$s\nBuild number: %4$d\nLibrary version: %5$s\nAccount\u00A0ID:\u00A0%6$s\nDevice\u00A0ID:\u00A0%7$s\nAnalytics\u00A0ID:\u00A0%8$s</string>
<string name="space_name">Space name</string>
<string name="personal_space">Personal Space</string>
<string name="you_can_store">You can store up to %1$s of your files on our encrypted backup node for free. If you reach the limit, files will be stored only locally.</string>