From 70cbcc3f3978e81fd7195ad79878bc24c4791863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Elmeris?= Date: Sat, 22 Apr 2017 14:41:55 +0300 Subject: [PATCH] Issue references for TODOs (issues #2, #3, #4). --- .../de/ub0r/android/smsdroid/ConversationListActivity.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = "";