You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Had to make this class variable, to implement various onClicks, which access the media, also I fell why make separate variables when one can serve the purpose
130
139
privateMediamedia;
140
+
privateArrayList<String> reasonList;
141
+
131
142
132
143
@Override
133
144
publicvoidonSaveInstanceState(BundleoutState) {
@@ -160,6 +171,13 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
<stringname="log_collection_started">Log collection started. Please RESTART the app, perform action that you wish to log, and then tap \'Send log file\' again</string>
400
+
401
+
<stringname="deletion_reason_uploaded_by_mistake">I uploaded it by mistake</string>
402
+
<stringname="deletion_reason_publicly_visible">I did not know it would be publicly visible</string>
403
+
<stringname="deletion_reason_bad_for_my_privacy">I realized it is bad for my privacy</string>
404
+
<stringname="deletion_reason_no_longer_want_public">I changed my mind, I don\'t want it to be publicly visible anymore</string>
405
+
<stringname="deletion_reason_not_interesting">Sorry this picture is not interesting for an encyclopedia</string>
406
+
<stringname="uploaded_by_myself">Uploaded by myself on</string>
407
+
<stringname="used_by">,used in</string>
408
+
<stringname="articles">articles</string>
409
+
399
410
<stringname="no_uploads">Welcome to Commons!\n
400
411
Upload your first media by touching the camera or gallery icon above.</string>
0 commit comments