mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Deletion button being disabled (#1403)
* used CDATA * Improvements in Notification Activity (#1374) * Improvements in Notification Activity * Update NotificationActivity.java * Share feature (#1338) * added share app feature in About * added share app feature in About * a small fix * Use custom tabs for nearby web views (#1347) * Localisation updates from https://translatewiki.net. * Fix for issue #1380 Improved Notification UI (#1387) * Links added to TextView about_upload_to in aboutActivity (#1326) * Added the link in about_upload_to textfield * Merge conflicts resolved * Removed the extra textView * Fix re-enabling delete button if the action is canceled. * Keep delete button enabled until a reason is given.
This commit is contained in:
parent
482b06ccf0
commit
9a3b6fc964
50 changed files with 488 additions and 76 deletions
|
|
@ -50,6 +50,7 @@
|
|||
<string name="categories_search_text_hint">This message is followed by a list of the categories.\n{{Identical|Search category}}</string>
|
||||
<string name="menu_save_categories">Hint text on menu item to save selected categories.\n{{Identical|Save}}</string>
|
||||
<string name="refresh_button">{{Identical|Refresh}}</string>
|
||||
<string name="display_list_button">{{Identical|List}}</string>
|
||||
<string name="multiple_uploads_title">{{Identical|Upload}}</string>
|
||||
<string name="categories_not_found">Message shown to the user when no category matching what they searched for was found. %1$s represents the category name</string>
|
||||
<string name="categories_skip_explanation">Text explaining to users why and how to add categories to images. Users can also tap this message to skip adding categories.</string>
|
||||
|
|
@ -114,5 +115,10 @@
|
|||
<string name="navigation_item_upload">{{Identical|Upload}}</string>
|
||||
<string name="navigation_item_nearby">{{Identical|Nearby}}</string>
|
||||
<string name="navigation_item_info">{{Identical|Tutorial}}</string>
|
||||
<string name="nominated_see_more">\'\'This message is empty, and it\'s probably invalid. See bug report: https://github.com/commons-app/apps-android-commons/issues/1333 .\'\'</string>
|
||||
<string name="about_rate_us">\'\'This message is empty, and it\'s probably invalid. See bug report: https://github.com/commons-app/apps-android-commons/issues/1333 .\'\'</string>
|
||||
<string name="about_translate">\'\'This message is empty, and it\'s probably invalid. See bug report: https://github.com/commons-app/apps-android-commons/issues/1333 .\'\'</string>
|
||||
<string name="about_translate_title">{{Identical|Language}}</string>
|
||||
<string name="about_translate_cancel">{{Identical|Cancel}}</string>
|
||||
<string name="retry">{{Identical|Retry}}</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue