mirror of
https://github.com/quillpad/quillpad.git
synced 2025-12-28 05:13:46 +00:00
Version bump to 1.5.3
This commit is contained in:
parent
6683ed06c3
commit
296b5dee72
@ -25,7 +25,7 @@ max_line_length = 120
|
||||
# ij_wrap_on_typing = false
|
||||
|
||||
[*.xml]
|
||||
ij_continuation_indent_size = 4
|
||||
# ij_continuation_indent_size = 4
|
||||
ij_xml_align_attributes = true
|
||||
# ij_xml_align_text = false
|
||||
# ij_xml_attribute_wrap = normal
|
||||
@ -42,7 +42,7 @@ ij_xml_keep_blank_lines = 2
|
||||
# ij_xml_space_after_tag_name = false
|
||||
# ij_xml_space_around_equals_in_attribute = false
|
||||
# ij_xml_space_inside_empty_tag = true
|
||||
ij_xml_text_wrap = normal
|
||||
ij_xml_text_wrap = off
|
||||
# ij_xml_use_custom_settings = true
|
||||
|
||||
[{*.kt,*.kts}]
|
||||
|
||||
@ -18,8 +18,8 @@ android {
|
||||
applicationId = "io.github.quillpad"
|
||||
minSdk = 24
|
||||
targetSdk = 35
|
||||
versionCode = 44
|
||||
versionName = "1.5.2"
|
||||
versionCode = 45
|
||||
versionName = "1.5.3"
|
||||
|
||||
testInstrumentationRunner = "org.qosp.notes.TestRunner"
|
||||
|
||||
|
||||
@ -323,8 +323,6 @@
|
||||
<string name="what_is_new">ما الجديد؟</string>
|
||||
<string name="continue_next">متابعة</string>
|
||||
<string name="swipe_to_find_out_whats_new">اسحب لمعرفة ما الجديد</string>
|
||||
<string name="what_is_new_content" translatable="false">"ميزة مثيرة: يمكنك الآن حفظ الملاحظات كملفات في مجلد. يمكنك الوصول إلى هذه الميزة عن طريق اختيار المزامنة -> تخزين الملفات في الإعدادات."
|
||||
</string>
|
||||
|
||||
<plurals name="more_items">
|
||||
<item quantity="zero">+%d عناصر</item>
|
||||
|
||||
@ -324,7 +324,8 @@
|
||||
<string name="what_is_new">What\'s new?</string>
|
||||
<string name="continue_next">Continue</string>
|
||||
<string name="swipe_to_find_out_whats_new">Swipe through to find out what\'s new</string>
|
||||
<string name="what_is_new_content" translatable="false">New error reporting feature via email for better support
|
||||
<string name="what_is_new_content"
|
||||
translatable="false">"New Feature: Report errors and crashes via email\nFix: Deleting a file remotely re-creates the file on sync\n "
|
||||
</string>
|
||||
|
||||
<plurals name="more_items">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user