ComposeActivity improvements (#548)
* do not add media urls to status text * add scrolling to content * add arrow icon and animation to replying-to toggle * remove unnecessary compose_button_colors.xml * improve toot button * improve bottom bar, add bottom sheet for compose options, dedicated cw button * fix crash on Android < API 21 * move media picking from dialog to bottom sheet * add small style tootbutton * fix colors/button background for light theme * add icons to media chose bottom sheet * improve hide media button, delete unused styles * fix crash on dev build when taking photo * consolidate drawables * consolidate strings and ids, add tooltips to buttons * allow media only toots * change error message to show max size of upload correctly * fix button color * add emoji * code cleanup * Merge branch 'master' into compose_activity_refactoring # Conflicts: # app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java * fix hidden snackbar * improve hint text color * add SendTootService * fix timeline refreshing * toot saving and error handling for sendtootservice * restructure some code * convert EditTextTyped to Kotlin * fixed pick media button disabled color * force sensitive media when content warning is shown * add db cache for emojis & fix tests * reorder buttons to match mastodon web * add possibility to cancel sending of toot * correctly delete sent toots * refresh SavedTootActivity after toot was sent * remove unused resources * correct params for toot saving in SendTootService * consolidate strings * bugfix * remove unused resources * fix notifications on old android for SendTootService * fix crash
This commit is contained in:
parent
8a23f034f0
commit
27eefbf65a
79 changed files with 1815 additions and 1234 deletions
|
@ -71,7 +71,6 @@
|
|||
<string name="action_send">تبويق</string>
|
||||
<string name="action_send_public">بوّق</string>
|
||||
<string name="action_retry">إعادة المحاولة</string>
|
||||
<string name="action_hide_text">اخفي النص وراء تحذير</string>
|
||||
<string name="action_close">إغلاق</string>
|
||||
<string name="action_view_profile">الملف الشخصي</string>
|
||||
<string name="action_view_preferences">التفضيلات</string>
|
||||
|
@ -81,14 +80,13 @@
|
|||
<string name="action_view_follow_requests">طلبات المتابعة</string>
|
||||
<string name="action_view_media">وسائط</string>
|
||||
<string name="action_open_in_web">إفتح في متصفح</string>
|
||||
<string name="action_photo_pick">إضافة وسائط</string>
|
||||
<string name="action_add_media">إضافة وسائط</string>
|
||||
<string name="action_photo_take">أخذ صورة</string>
|
||||
<string name="action_share">شارك</string>
|
||||
<string name="action_mute">أكتم</string>
|
||||
<string name="action_unmute">إلغاء الكتم</string>
|
||||
<string name="action_mention">أذكر</string>
|
||||
<string name="action_hide_media">إخفاء الوسائط</string>
|
||||
<string name="action_compose_options">خيارات</string>
|
||||
<string name="action_open_drawer">إفتح الدرج</string>
|
||||
<string name="action_save">إحفظ</string>
|
||||
<string name="action_edit_profile">تعديل الملف الشخصي</string>
|
||||
|
@ -105,7 +103,6 @@
|
|||
<string name="send_status_link_to">شارك رابط التبويق على ...</string>
|
||||
<string name="send_status_content_to">شارك التبويق على …</string>
|
||||
|
||||
<string name="confirmation_send">بَوِّق</string>
|
||||
<string name="confirmation_reported">تم الإرسال !</string>
|
||||
<string name="confirmation_unblocked">تم فك الحجب عن الحساب</string>
|
||||
<string name="confirmation_unmuted">تم فك الكتم عن الحساب</string>
|
||||
|
@ -131,7 +128,6 @@
|
|||
<string name="dialog_download_image">تنزيل</string>
|
||||
<string name="dialog_message_follow_request">طلب المتابعة معلق : في إنتظار الرد</string>
|
||||
<string name="dialog_unfollow_warning">هل تود إلغاء متابعة هذا الحساب ؟</string>
|
||||
<string name="dialog_reply_not_found">تعذرت عملية إرسال هذا المنشور. إنّ المنشور الذي تود الرد عليه غير متوفر. هل تود حذف نص الرد ؟</string>
|
||||
|
||||
<string name="visibility_public">عمومي : ينشر على الخيوط العمومية</string>
|
||||
<string name="visibility_unlisted">غير مدرج : لا يُعرَض على الخيوط العمومية</string>
|
||||
|
@ -244,7 +240,6 @@
|
|||
<string name="state_follow_requested">طلب متابعة</string>
|
||||
|
||||
<string name="no_content">ليس هناك محتوى</string>
|
||||
<string name="action_save_one_toot">تم حفظ التبويق !</string>
|
||||
|
||||
<!--These are for timestamps on statuses. For example: "16s" or "2d"-->
|
||||
<string name="abbreviated_in_years">في %dy</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue