Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6835ea3 authored by Unpublished's avatar Unpublished Committed by Marten Gajda
Browse files

remove unused code (#795)

parent d317be3e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@ android:
    - tools
    - platform-tools
    - tools
    - build-tools-26.0.2
    - build-tools-27.0.1
    - build-tools-28.0.3
    - android-24
    - android-26
+0 −1
Original line number Diff line number Diff line
COMPILE_SDK_VERSION=26
BUILD_TOOLS_VERSION=27.0.1
MIN_SDK_VERSION=15
TARGET_SDK_VERSION=26
VERSION_OVERRIDE=0
+0 −5
Original line number Diff line number Diff line
@@ -55,10 +55,6 @@ import org.dmfs.tasks.utils.BaseActivity;
 */
public class ManageListActivity extends BaseActivity implements OnClickListener, InputTextListener, android.content.DialogInterface.OnClickListener, ColorPickerDialogFragment.ColorDialogResultListener
{
    /**
     * Action to call the ColorPicker activity.
     */
    public static final String ACTION_PICK_COLOR = "org.openintents.action.PICK_COLOR";
    /**
     * Account, that is assigned to the task list.
     */
@@ -67,7 +63,6 @@ public class ManageListActivity extends BaseActivity implements OnClickListener,
     * Intent filter category to handle local lists only.
     */
    public static final String CATEGORY_LOCAL = "org.dmfs.intent.category.LOCAL";
    private static final int REQUEST_CODE_COLOR_PICKER = 4465;
    private static final int NO_COLOR = -1;

    private static final int[] MATERIAL_COLORS_PRIMARY = new int[] {
+0 −1
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ public final class NotifyAction implements TaskAction
        String dateString;
        if (time.isAllDay())
        {
            DateTime today = DateTime.today();
            dateString = DateUtils.getRelativeTimeSpanString(time.getTimestamp(), DateTime.today().getTimestamp(), DateUtils.DAY_IN_MILLIS).toString();
        }
        else