diff --git a/SMSdroid/src/main/java/de/ub0r/android/smsdroid/ConversationListActivity.java b/SMSdroid/src/main/java/de/ub0r/android/smsdroid/ConversationListActivity.java index a1b281c..bc75c7b 100644 --- a/SMSdroid/src/main/java/de/ub0r/android/smsdroid/ConversationListActivity.java +++ b/SMSdroid/src/main/java/de/ub0r/android/smsdroid/ConversationListActivity.java @@ -507,6 +507,7 @@ private void setBatchSelectionModeOn() { batchSelectionMode = true; // TODO Some visual indication that the mode is on (apart from the selected threads, // as no threads may be selected, and still the mode is on). + // (https://github.com/JanisE/smsdroid/issues/3) } private void setBatchSelectionModeOff() { @@ -515,7 +516,7 @@ private void setBatchSelectionModeOff() { batchSelectionMode = false; if (! batchSelectionBeingProcessed) { - // TODO Update the view (see removeThreadFromSelection). + // TODO Update the view (see removeThreadFromSelection). (https://github.com/JanisE/smsdroid/issues/4) selectedThreads.clear(); } // Else: "selectedThreads" are managed by the deletion process. @@ -699,7 +700,7 @@ public void run() { } }, 0); - // FIXME The stuff below does not work. + // FIXME The stuff below does not work. (https://github.com/JanisE/smsdroid/issues/2) // if (selectedThreads.size() > 0) { // String contentUri = getCommonContentUriPart(selectedThreads.iterator().next()); // String threadIdCondition = "";