SYMBOL INDEX (1574 symbols across 149 files) FILE: app/dbgenout/com/nononsenseapps/notepad/database/DBItem.java class DBItem (line 8) | public abstract class DBItem { method DBItem (line 11) | public DBItem() {} method DBItem (line 13) | public DBItem(final Cursor cursor) {} method getContent (line 15) | public abstract ContentValues getContent(); method getTableName (line 17) | public abstract String getTableName(); method getId (line 19) | public abstract long getId(); method setId (line 21) | public abstract void setId(final long id); method getFields (line 23) | public abstract String[] getFields(); method getUri (line 25) | public Uri getUri() { method getBaseUri (line 29) | public Uri getBaseUri() { method notifyProvider (line 35) | public void notifyProvider(final Context context) { FILE: app/dbgenout/com/nononsenseapps/notepad/database/DatabaseHandler.java class DatabaseHandler (line 15) | public class DatabaseHandler extends SQLiteOpenHelper { method getInstance (line 27) | public synchronized static DatabaseHandler getInstance(Context context) { method DatabaseHandler (line 33) | public DatabaseHandler(Context context) { method onOpen (line 39) | @Override method onCreate (line 55) | @Override method onUpgrade (line 68) | @Override method putItem (line 76) | public synchronized boolean putItem(final DBItem item) { method deleteItem (line 106) | public synchronized int deleteItem(DBItem item) { method gettaskviewItemCursor (line 119) | public synchronized Cursor gettaskviewItemCursor(final long id) { method gettaskviewItem (line 127) | public synchronized taskviewItem gettaskviewItem(final long id) { method getAlltaskviewItemsCursor (line 140) | public synchronized Cursor getAlltaskviewItemsCursor(final String sele... method getAlltaskviewItems (line 151) | public synchronized List getAlltaskviewItems(final Strin... FILE: app/dbgenout/com/nononsenseapps/notepad/database/DatabaseTriggers.java class DatabaseTriggers (line 5) | public class DatabaseTriggers { method create (line 11) | public static void create(final SQLiteDatabase db) { method createTemp (line 19) | public static void createTemp(final SQLiteDatabase db) { FILE: app/dbgenout/com/nononsenseapps/notepad/database/DatabaseViews.java class DatabaseViews (line 5) | public class DatabaseViews { method create (line 11) | public static void create(final SQLiteDatabase db) { method createTemp (line 19) | public static void createTemp(final SQLiteDatabase db) { FILE: app/dbgenout/com/nononsenseapps/notepad/database/ItemProvider.java class ItemProvider (line 9) | public class ItemProvider extends ContentProvider { method onCreate (line 20) | @Override method delete (line 26) | @Override method insert (line 77) | @Override method update (line 83) | @Override method getType (line 90) | @Override method query (line 103) | @Override FILE: app/dbgenout/com/nononsenseapps/notepad/database/taskviewItem.java class taskviewItem (line 11) | public class taskviewItem extends DBItem { method URI (line 14) | public static Uri URI() { method addMatcherUris (line 41) | public static void addMatcherUris(UriMatcher sURIMatcher) { method taskviewItem (line 49) | public taskviewItem() { method taskviewItem (line 53) | public taskviewItem(final Cursor cursor) { method getContent (line 64) | public ContentValues getContent() { method getTableName (line 88) | public String getTableName() { method getFields (line 92) | public String[] getFields() { method getId (line 96) | public long getId() { method setId (line 100) | public void setId(final long id) { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/BaseTestClass.java class BaseTestClass (line 28) | public class BaseTestClass { method getStringResource (line 52) | public String getStringResource(int resourceId) { method clearAppData (line 56) | @After method giveNotifyPermission (line 69) | private void giveNotifyPermission() { method launchAndWait (line 93) | @Before FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/EspressoHelper.java class EspressoHelper (line 33) | public class EspressoHelper { method waitUi (line 40) | public static void waitUi() { method openDrawer (line 48) | public static void openDrawer() { method createNoteWithName (line 58) | public static void createNoteWithName(String noteName) { method createNotes (line 70) | public static void createNotes(String[] noteNames) { method createTaskList (line 81) | public static void createTaskList(String taskListName) { method onViewWithIdInDialog (line 109) | public static ViewInteraction onViewWithIdInDialog(@IdRes int viewId) { method isInTabletMode (line 116) | public static boolean isInTabletMode() { method navigateUp (line 125) | public static void navigateUp() { method exitPrefsActivity (line 139) | public static void exitPrefsActivity() { method isShowCaseOverlayVisible (line 168) | private static Boolean isShowCaseOverlayVisible() { method hideShowCaseViewIfShown (line 185) | public static void hideShowCaseViewIfShown() { method rotateScreenAndWait (line 205) | public static void rotateScreenAndWait() { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddBigNumberOfNotesScrollDownAndDeleteOne.java class TestAddBigNumberOfNotesScrollDownAndDeleteOne (line 30) | @LargeTest method doesNotHaveViewWithText (line 46) | private static ViewAssertion doesNotHaveViewWithText(final String text) { method testAddBigNumberOfNotesScrollDownAndDeleteOne (line 63) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddNewNoteShouldShowNameInNotesScreen.java class TestAddNewNoteShouldShowNameInNotesScreen (line 14) | @LargeTest method initStrings (line 19) | @Before method testAddNewNoteShouldShowNameInNotesScreen (line 24) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddNewNoteWithDueDateCheckDateIsVisible.java class TestAddNewNoteWithDueDateCheckDateIsVisible (line 18) | @LargeTest method initStrings (line 23) | @Before method testAddNewNoteWithDueDateCheckDateIsVisible (line 29) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddNewNoteWithReminderDateAndTime.java class TestAddNewNoteWithReminderDateAndTime (line 17) | @LargeTest method initStrings (line 22) | @Before method testAddNewNoteWithReminderDateAndTime (line 27) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddNoteToTaskList.java class TestAddNoteToTaskList (line 17) | @LargeTest method initStrings (line 22) | @Before method testAddNoteToTaskList (line 28) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddNotesAndRotateScreen.java class TestAddNotesAndRotateScreen (line 18) | @LargeTest method initStrings (line 23) | @Before method testAddNotesAndRotateScreen (line 31) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddTaskListAndRotateScreen.java class TestAddTaskListAndRotateScreen (line 18) | @LargeTest method initStrings (line 23) | @Before method testAddTaskListAndRotateScreen (line 28) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddTaskListCheckItIsAddedToDrawer.java class TestAddTaskListCheckItIsAddedToDrawer (line 15) | @LargeTest method initStrings (line 20) | @Before method testAddTaskListCheckItIsAddedToDrawer (line 25) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestAddTaskListsScrollNavigationDrawer.java class TestAddTaskListsScrollNavigationDrawer (line 23) | @LargeTest method testAddTaskListsScrollNavigationDrawer (line 30) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestCompletedTasksAreCleared.java class TestCompletedTasksAreCleared (line 26) | @LargeTest method initStrings (line 31) | @Before method testCompletedTasksAreCleared (line 39) | @Test method clickCheckBoxAt (line 67) | private void clickCheckBoxAt(int position) { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestCreateNoteAndDeleteIt.java class TestCreateNoteAndDeleteIt (line 19) | @LargeTest method initStrings (line 24) | @Before method testCreateNoteAndDeleteIt (line 29) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestCreateTaskListAndDeleteIt.java class TestCreateTaskListAndDeleteIt (line 21) | @LargeTest method initStrings (line 26) | @Before method testCreateTaskListAndDeleteIt (line 31) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestPasswords.java class TestPasswords (line 20) | public class TestPasswords extends BaseTestClass { method testAddNoteLockWithPassword (line 31) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/espresso_tests/TestSaveLoadJsonBackup.java class TestSaveLoadJsonBackup (line 32) | @LargeTest method createResponseIntent (line 42) | private static Instrumentation.ActivityResult createResponseIntent() { method testSaveLoadBackup (line 61) | @Test method clickCheckBoxAt (line 135) | private void clickCheckBoxAt(int position) { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DBFreshTest.java class DBFreshTest (line 17) | public class DBFreshTest extends TestCase { method setUp (line 23) | @Override method tearDown (line 29) | @Override method testFreshInstall (line 34) | @SmallTest FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DBProviderMovementTest.java class DBProviderMovementTest (line 24) | public class DBProviderMovementTest extends TestCase { method setUp (line 29) | @Override method tearDown (line 38) | @Override method assertUriReturnsResult (line 47) | private void assertUriReturnsResult(final Uri uri, final String[] fiel... method assertUriReturnsResult (line 51) | private void assertUriReturnsResult(final Uri uri, final String[] fields, method assertCursorGood (line 60) | private Cursor assertCursorGood(final Cursor c) { method assertTasksCountIs (line 67) | private void assertTasksCountIs(final long listId, final int count) { method assertTaskLeftRightAreSequential (line 71) | private void assertTaskLeftRightAreSequential(final long listId) { method insertList (line 121) | private TaskList insertList() { method deleteList (line 132) | private void deleteList(final TaskList tl) { method insertTasks (line 136) | private ArrayList insertTasks(final long listId, final int numbe... method getTasks (line 156) | private ArrayList getTasks(final long listId) { method getTask (line 170) | private Task getTask(final long id) { method getDeletedTask (line 183) | private ArrayList getDeletedTask(final String title) { method deleteTasks (line 197) | private void deleteTasks(final ArrayList tasks) { method deleteTask (line 203) | private void deleteTask(Task t) { method moveTasksToList (line 208) | private void moveTasksToList(final TaskList tl, final Task... ts) { method moveAndAssert (line 228) | private ArrayList moveAndAssert(final TaskList tl, final int fro... method testDeleteList (line 295) | public void testDeleteList() { method testInsertAndRemoveTasks (line 318) | public void testInsertAndRemoveTasks() { method testInsertTaskInWrongList (line 327) | public void testInsertTaskInWrongList() { method testInvalidPos (line 350) | public void testInvalidPos() { method testMoveTask (line 383) | public void testMoveTask() { method testMoveTaskToList (line 422) | public void testMoveTaskToList() { method testTaskContent (line 629) | public void testTaskContent() { method testDeleteTrigger (line 639) | public void testDeleteTrigger() { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DBProviderTest.java class DBProviderTest (line 25) | public class DBProviderTest extends TestCase { method setUp (line 30) | @Override method assertUriReturnsResult (line 41) | private void assertUriReturnsResult(final Uri uri, final String[] fiel... method assertUriReturnsResult (line 45) | private void assertUriReturnsResult(final Uri uri, final String[] fiel... method getNewList (line 66) | private TaskList getNewList() { method insertSomeTasks (line 73) | private ArrayList insertSomeTasks(final TaskList list, final int... method testTaskListURIs (line 87) | @MediumTest method testTaskURIs (line 95) | @MediumTest FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DBUpgradeTest.java class DBUpgradeTest (line 21) | public class DBUpgradeTest extends TestCase { method setUp (line 33) | @Override method tearDown (line 39) | @Override method createTables (line 44) | private void createTables(final SQLiteDatabase legacyDB) { method initializeDB (line 123) | private void initializeDB(final SQLiteDatabase legacyDB) { method testExistingUpgrade (line 249) | @MediumTest FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DaoTaskTest.java class DaoTaskTest (line 11) | public class DaoTaskTest extends TestCase { method copyValsFromTo (line 13) | private void copyValsFromTo(final Task task1, final Task task2) { method testTask (line 20) | @MediumTest FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DashClockSettingsTest.java class DashClockSettingsTest (line 31) | public class DashClockSettingsTest { method testLoadOK (line 39) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/DateTimeTest.java class DateTimeTest (line 12) | public class DateTimeTest extends TestCase { method setUp (line 14) | @Override method tearDown (line 19) | @Override method test_setAsCompleted (line 24) | @SmallTest FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/FragmentTaskDetailTest.java class FragmentTaskDetailTest (line 15) | public class FragmentTaskDetailTest extends BaseTestClass { method testFragmentLoaded (line 17) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/FragmentTaskListsTest.java class FragmentTaskListsTest (line 19) | public class FragmentTaskListsTest { method testSanity (line 27) | @Test method testFragmentLoaded (line 34) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/FragmentTaskListsViewPagerTest.java class FragmentTaskListsViewPagerTest (line 14) | public class FragmentTaskListsViewPagerTest { method testSanity (line 22) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/Helper.java class Helper (line 19) | public class Helper { method getATask (line 21) | private static Task getATask(final Context context) { method getATaskList (line 31) | private static TaskList getATaskList(final Context context) { method takeScreenshot (line 46) | public static void takeScreenshot(String fileName) { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/OrgSyncTest.java class OrgSyncTest (line 39) | public class OrgSyncTest { method getTheContext (line 48) | private static Context getTheContext() { method setUp (line 55) | @Before method tearDown (line 70) | @After method getTaskLists (line 86) | public ArrayList getTaskLists() { method getTasks (line 100) | public ArrayList getTasks(final long listid) { method getRemoteTaskLists (line 116) | public ArrayList getRemoteTaskLists() { method getRemoteTasks (line 132) | public ArrayList getRemoteTasks() { method testPass (line 148) | @Test method testTester (line 154) | @Test method testFreshSimple (line 166) | @Test method syncAndAssertNothingChanged (line 220) | public void syncAndAssertNothingChanged(final int taskCount) { method testNothingNew (line 260) | @Test method testDuplicateName (line 277) | @Test method testRenamedList (line 320) | @Test method testDeletedList (line 365) | @Test method testMoveOne (line 415) | @Test method testMoveMany (line 486) | @Test method testMoveManyAmongMany (line 568) | @Test method testFilenameWithSlash (line 692) | @Test method testContentStability (line 717) | @Test class TestSynchronizer (line 792) | static class TestSynchronizer extends SDSynchronizer { method TestSynchronizer (line 796) | public TestSynchronizer(Context context) { method isConfigured (line 800) | @Override method getServiceName (line 809) | @Override method getAccountName (line 814) | @Override method putRemoteFile (line 824) | @Override method getPutRemoteCount (line 830) | public int getPutRemoteCount() { method setPutRemoteCount (line 834) | public void setPutRemoteCount(final int putRemoteCount) { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/ProviderHelperTest.java class ProviderHelperTest (line 26) | public class ProviderHelperTest { method testGetRelativePath (line 28) | @Test method testFirstPart (line 40) | @Test method testRestPart (line 49) | @Test method testMatchPath (line 59) | @Test method testJoin (line 101) | @Test FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/RFCDateTest.java class RFCDateTest (line 11) | public class RFCDateTest extends TestCase { method test_asRFC3339ZuluDate (line 46) | public void test_asRFC3339ZuluDate() { method testParseRFCDateBackAndForth (line 51) | public void testParseRFCDateBackAndForth() { FILE: app/src/androidTest/java/com/nononsenseapps/notepad/test/StorageTest.java class StorageTest (line 14) | public class StorageTest extends TestCase { method testIfExternalStorageIsAvailable (line 16) | public void testIfExternalStorageIsAvailable() { FILE: app/src/main/java/com/google/android/apps/dashclock/ui/DragGripView.java class DragGripView (line 31) | public class DragGripView extends View { method DragGripView (line 49) | public DragGripView(Context context) { method DragGripView (line 53) | public DragGripView(Context context, AttributeSet attrs) { method DragGripView (line 57) | public DragGripView(Context context, AttributeSet attrs, int defStyle) { method onMeasure (line 74) | @Override method onDraw (line 86) | @Override method onSizeChanged (line 125) | @Override FILE: app/src/main/java/com/nononsenseapps/helpers/ActivityHelper.java class ActivityHelper (line 37) | public final class ActivityHelper { method ActivityHelper (line 43) | private ActivityHelper() {} method getUserLocale (line 48) | public static Locale getUserLocale(Context context) { method setSelectedLanguage (line 69) | public static void setSelectedLanguage(@NonNull AppCompatActivity cont... FILE: app/src/main/java/com/nononsenseapps/helpers/DocumentFileHelper.java class DocumentFileHelper (line 28) | public final class DocumentFileHelper { method isWritableFolder (line 35) | public static boolean isWritableFolder(DocumentFile docDir) { method doWithFileDescriptorFor (line 45) | private static boolean doWithFileDescriptorFor(@NonNull DocumentFile t... method write (line 73) | public static boolean write(String content, DocumentFile destination, ... method createBackupJsonFile (line 94) | public static DocumentFile createBackupJsonFile(Context context) { method getSelectedBackupJsonFile (line 117) | @Nullable FILE: app/src/main/java/com/nononsenseapps/helpers/FileHelper.java class FileHelper (line 19) | public final class FileHelper { method writeStringToFile (line 27) | @Deprecated method getUserSelectedOrgDir (line 57) | public static String getUserSelectedOrgDir(@NonNull Context ctx) { method tryDeleteFile (line 79) | public static boolean tryDeleteFile(@NonNull File toDelete, @NonNull C... FILE: app/src/main/java/com/nononsenseapps/helpers/FilePickerHelper.java class FilePickerHelper (line 23) | public final class FilePickerHelper { method showFolderPickerActivity (line 37) | public static void showFolderPickerActivity(PreferenceFragmentCompat p... method onUriPicked (line 65) | public static void onUriPicked(Intent fromActivityResult, Context cont... FILE: app/src/main/java/com/nononsenseapps/helpers/ListHelper.java class ListHelper (line 34) | public final class ListHelper { method getAViewList (line 41) | public static long getAViewList(final Context context, final long temp... method getARealList (line 70) | public static long getARealList(final Context context, final long temp... method getAShowList (line 129) | public static long getAShowList(final Context context, final long temp... FILE: app/src/main/java/com/nononsenseapps/helpers/NnnLogger.java class NnnLogger (line 27) | public final class NnnLogger { method exception (line 32) | public static void exception(@NonNull Exception e) { method error (line 47) | public static void error(@NonNull Class caller, @NonNull String... method warning (line 63) | public static void warning(@NonNull Class caller, @NonNull Obje... method debug (line 79) | public static void debug(@NonNull Class caller, @NonNull Object... FILE: app/src/main/java/com/nononsenseapps/helpers/NotificationHelper.java class NotificationHelper (line 58) | public final class NotificationHelper extends BroadcastReceiver { method onReceive (line 78) | @Override method getSnoozedReminderNewTimeMillis (line 148) | public static long getSnoozedReminderNewTimeMillis() { method createNotificationChannel (line 167) | @TargetApi(Build.VERSION_CODES.O) method clearNotification (line 186) | public static void clearNotification(@NonNull final Context context, method notifyPast (line 203) | private static void notifyPast(Context context) { method getNotificationBuilder (line 280) | private static NotificationCompat.Builder getNotificationBuilder(final... method makeUnique (line 308) | private static void makeUnique(final Context context, method getLatestOccurence (line 327) | private static List ... method getDuplicates (line 343) | private static List ... method notifyBigText (line 362) | private static void notifyBigText(final Context context, method areNotificationsVisible (line 441) | public static boolean areNotificationsVisible(@NonNull NotificationMan... method getLatestTime (line 453) | private static long getLatestTime( method scheduleNext (line 470) | private static void scheduleNext(Context context) { method useExactReminders (line 526) | private static boolean useExactReminders(Context context, AlarmManager... method getTimeForAlarm (line 547) | private static long getTimeForAlarm(com.nononsenseapps.notepad.databas... method schedule (line 558) | public static void schedule(final Context context) { method updateNotification (line 567) | private static void updateNotification(final Context context, method cancelNotification (line 591) | public static void cancelNotification(final Context context, method cancelNotification (line 601) | public static void cancelNotification(final Context context, final Uri... method cancelNotification (line 609) | public static void cancelNotification(final Context context, final int... method getRelatedLists (line 619) | private static Collection getRelatedLists( method getSubList (line 633) | private static List ... FILE: app/src/main/java/com/nononsenseapps/helpers/PermissionsHelper.java class PermissionsHelper (line 29) | public final class PermissionsHelper { method hasPermissions (line 42) | public static boolean hasPermissions(@NonNull Context context, String.... method permissionsGranted (line 58) | public static boolean permissionsGranted(@NonNull String[] permissions, method allGranted (line 63) | private static boolean allGranted(int[] items) { FILE: app/src/main/java/com/nononsenseapps/helpers/PreferencesHelper.java class PreferencesHelper (line 34) | public final class PreferencesHelper { method Prefs (line 36) | private static SharedPreferences Prefs(@NonNull Context context) { method shouldUseExactAlarms (line 40) | public static boolean shouldUseExactAlarms(@NonNull Context context) { method isSdSyncEnabled (line 45) | public static boolean isSdSyncEnabled(@NonNull Context context) { method disableSdCardSync (line 52) | public static void disableSdCardSync(@NonNull Context context) { method isSincEnabledAtAll (line 61) | public static boolean isSincEnabledAtAll(@NonNull Context context) { method getStr (line 66) | private static String getStr(@NonNull Context c, int id) { method setSortingDue (line 70) | public static void setSortingDue(@NonNull Context context) { method setSortingManual (line 77) | public static void setSortingManual(@NonNull Context context) { method setSortingAlphabetic (line 84) | public static void setSortingAlphabetic(Context context) { method put (line 92) | private static void put(@NonNull Context context, @NonNull String key,... method put (line 96) | public static void put(@NonNull Context context, @NonNull String key, ... method isPasswordSet (line 103) | public static boolean isPasswordSet(@NonNull Context context) { method areAnimationsEnabled (line 111) | public static boolean areAnimationsEnabled(@NonNull Context context) { FILE: app/src/main/java/com/nononsenseapps/helpers/RFC3339Date.java class RFC3339Date (line 28) | public final class RFC3339Date { method parseRFC3339Date (line 32) | public static java.util.Date parseRFC3339Date(String datestring) { method combineDateAndTime (line 91) | public static Long combineDateAndTime(final String datestring, final L... method asRFC3339 (line 125) | public static String asRFC3339(final Long time) { method asRFC3339ZuluDate (line 135) | public static String asRFC3339ZuluDate(final Long time) { method asRFC3339 (line 152) | private static String asRFC3339(final java.util.Date date) { FILE: app/src/main/java/com/nononsenseapps/helpers/SyncStatusMonitor.java class SyncStatusMonitor (line 33) | public final class SyncStatusMonitor extends BroadcastReceiver { method startMonitoring (line 41) | public void startMonitoring(AppCompatActivity activity, OnSyncStartSto... method stopMonitoring (line 67) | public void stopMonitoring() { method onReceive (line 80) | @Override method tellUser (line 113) | private void tellUser(Context context, int result) { type OnSyncStartStopListener (line 128) | public interface OnSyncStartStopListener { method onSyncStartStop (line 132) | void onSyncStartStop(final boolean ongoing); FILE: app/src/main/java/com/nononsenseapps/helpers/ThemeHelper.java class ThemeHelper (line 18) | public final class ThemeHelper { method ThemeHelper (line 21) | private ThemeHelper() {} method getThemeAccentColor (line 29) | @ColorInt method setTheme (line 40) | public static void setTheme(@NonNull AppCompatActivity activity) { FILE: app/src/main/java/com/nononsenseapps/helpers/TimeFormatter.java class TimeFormatter (line 37) | public final class TimeFormatter { method getLocale (line 41) | public static Locale getLocale(final String lang) { method getLocalDateString (line 56) | public static String getLocalDateString(final Context context, final S... method getLocalDateString (line 65) | public static String getLocalDateString(final Context context, method getLocalDateStringLong (line 77) | public static String getLocalDateStringLong(final Context context, method getLocalDateOnlyStringLong (line 82) | public static String getLocalDateOnlyStringLong(final Context context,... method getLocalTimeOnlyString (line 86) | public static String getLocalTimeOnlyString(final Context context, fin... method getLocalDateStringShort (line 105) | public static String getLocalDateStringShort(final Context context, method withSuitableTime (line 114) | private static String withSuitableTime(final Context context, final St... method withSuitableDateOnly (line 127) | private static String withSuitableDateOnly(final Context context, method getLocalFormatter (line 135) | private static SimpleDateFormat getLocalFormatter(final Context context, method getLocalCalendar (line 154) | public static GregorianCalendar getLocalCalendar(final Context context) { method getLocalFormatterLong (line 164) | public static SimpleDateFormat getLocalFormatterLong(final Context con... method getDateFormatter (line 178) | public static SimpleDateFormat getDateFormatter(final Context context) { method getLocalFormatterLongDateOnly (line 186) | public static SimpleDateFormat getLocalFormatterLongDateOnly(final Con... method getLocalFormatterShort (line 203) | public static SimpleDateFormat getLocalFormatterShort(final Context co... method getLocalFormatterShortDateOnly (line 218) | public static SimpleDateFormat getLocalFormatterShortDateOnly(final Co... method getLocalFormatterMicro (line 231) | public static SimpleDateFormat getLocalFormatterMicro(final Context co... method getLocalFormatterWeekday (line 243) | public static SimpleDateFormat getLocalFormatterWeekday(final Context ... method getLocalFormatterWeekdayShort (line 254) | public static SimpleDateFormat getLocalFormatterWeekdayShort(final Con... method getHowManyDaysInTheNextMonth (line 265) | public static int getHowManyDaysInTheNextMonth() { method getHowManyDaysUntilFirstOfNextMonth (line 275) | public static int getHowManyDaysUntilFirstOfNextMonth() { method getHowManyDaysInNextYear (line 285) | public static int getHowManyDaysInNextYear() { method getHowManyDaysUntilFirstOfNextYear (line 294) | public static int getHowManyDaysUntilFirstOfNextYear() { FILE: app/src/main/java/com/nononsenseapps/helpers/UpdateNotifier.java class UpdateNotifier (line 40) | public final class UpdateNotifier { method notifyChangeNote (line 45) | public static void notifyChangeNote(Context context) { method notifyChangeNote (line 55) | public static void notifyChangeNote(Context context, Uri uri) { method notifyChangeList (line 63) | public static void notifyChangeList(Context context) { method notifyChangeList (line 73) | public static void notifyChangeList(Context context, Uri uri) { method notifyChange (line 84) | private static void notifyChange(Context context, Uri uri) { method updateWidgets (line 101) | public static void updateWidgets(Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/NnnApp.java class NnnApp (line 16) | public class NnnApp extends Application { method onCreate (line 23) | @Override method enableStrictModeAnalysis (line 36) | @RequiresApi(api = Build.VERSION_CODES.P) FILE: app/src/main/java/com/nononsenseapps/notepad/NotePadBroadcastReceiver.java class NotePadBroadcastReceiver (line 33) | public class NotePadBroadcastReceiver extends BroadcastReceiver { method onReceive (line 41) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/activities/ActivitySearch.java class ActivitySearch (line 37) | public class ActivitySearch extends AppCompatActivity { method onCreate (line 46) | @Override method getFragment (line 65) | protected Fragment getFragment() { method loadContent (line 72) | void loadContent() { method onNewIntent (line 79) | @Override method handleIntent (line 86) | void handleIntent(Intent intent) { method onOptionsItemSelected (line 113) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/activities/ActivitySearchDeleted.java class ActivitySearchDeleted (line 25) | public class ActivitySearchDeleted extends ActivitySearch { method getFragment (line 27) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/activities/ActivityTaskHistory.java class ActivityTaskHistory (line 40) | public class ActivityTaskHistory extends AppCompatActivity { method onCreate (line 55) | @Override method loadActionBarLayout (line 94) | void loadActionBarLayout() { method onStart (line 128) | @Override method onSeekBarChanged (line 161) | void onSeekBarChanged(int progress) { method setSeekBarProperties (line 177) | void setSeekBarProperties() { method onCreateOptionsMenu (line 187) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/activities/main/ActivityMain.java class ActivityMain (line 95) | @EActivity(R.layout.activity_main) method restoreSavedInstanceState_ (line 170) | private void restoreSavedInstanceState_(Bundle savedInstanceState) { method onPostCreate (line 182) | @Override method onCreateOptionsMenu (line 189) | @Override method onPrepareOptionsMenu (line 201) | @Override method onOptionsItemSelected (line 212) | @Override method finish (line 278) | @Override method openList (line 291) | void openList(final long id) { method handleSyncRequest (line 318) | private void handleSyncRequest() { method onConfigurationChanged (line 359) | @Override method onCreate (line 365) | @Override method onDestroy (line 441) | @Override method newOnBackPressed (line 453) | void newOnBackPressed() { method onPause (line 482) | @Override method onNewIntent (line 495) | @Override method onResume (line 504) | @Override method restartAndRefresh (line 524) | private void restartAndRefresh() { method loadFragments (line 534) | @UiThread(propagation = Propagation.REUSE) method setHomeAsDrawer (line 651) | void setHomeAsDrawer(final boolean value) { method loadContent (line 658) | @AfterViews method loadLeftDrawer (line 667) | protected void loadLeftDrawer() { method onFragmentInteraction (line 865) | @Override method addTaskInList (line 892) | @Override method closeFragment (line 922) | @Override method simulateBack (line 941) | private void simulateBack() { method childItemsVisible (line 951) | @Override method onSharedPreferenceChanged (line 956) | @Override method addSwipeRefreshLayoutToList (line 977) | public void addSwipeRefreshLayoutToList(SwipeRefreshLayout newSwpRefLa... method setRefreshOfAllSwipeLayoutsTo (line 1005) | private void setRefreshOfAllSwipeLayoutsTo(boolean newState) { method onSyncStartStop (line 1011) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/activities/main/ActivityMainHelper.java class ActivityMainHelper (line 17) | class ActivityMainHelper { method getListId (line 24) | static long getListId(final Intent intent) { method getNoteShareText (line 58) | static String getNoteShareText(final Intent intent) { method getNoteId (line 85) | static long getNoteId(@NonNull final Intent intent) { method isNoteIntent (line 109) | static boolean isNoteIntent(final Intent intent) { method getListIdToShow (line 134) | static long getListIdToShow(final Intent intent, Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/activities/main/DrawerCursorLoader.java class DrawerCursorLoader (line 23) | class DrawerCursorLoader implements LoaderManager.LoaderCallbacks { method DrawerCursorLoader (line 41) | public DrawerCursorLoader(ActivityMain drawerHost, ArrayList initDummyData() { method getType (line 84) | @Override method delete (line 95) | @Override method insert (line 102) | @Override method query (line 131) | @Override method setNotificationUri (line 170) | protected void setNotificationUri(Cursor c, Uri uri) { method getNestedList (line 183) | private List getNestedList(String path) { method getNestedItem (line 204) | private DummyItem getNestedItem(String path) { method getNestedItem (line 215) | private DummyItem getNestedItem(String path, boolean popItem) { method update (line 236) | @Override method moveDummyItem (line 273) | private void moveDummyItem(String path, String previous, String parent) { method notifyOnChange (line 299) | protected void notifyOnChange(@NonNull Uri uri) { class DummyItem (line 309) | private static class DummyItem { method DummyItem (line 319) | public DummyItem(@NonNull String path, @NonNull String title) { method DummyItem (line 324) | public DummyItem(@NonNull String path, @NonNull String title, long b... method DummyItem (line 330) | public DummyItem(@NonNull String path, @NonNull ContentValues values) { method asRow (line 337) | public Object[] asRow() { method getTitle (line 342) | public String getTitle() { method setTitle (line 346) | public void setTitle(@NonNull String title) { method getTypemask (line 350) | public long getTypemask() { method setTypemask (line 354) | public void setTypemask(long typemask) { method getDescription (line 358) | public String getDescription() { method setDescription (line 362) | public void setDescription(@Nullable String description) { method getStatus (line 366) | public String getStatus() { method setStatus (line 370) | public void setStatus(@Nullable String status) { method getDue (line 374) | public String getDue() { method setDue (line 378) | public void setDue(@Nullable String due) { method isDeleted (line 382) | public boolean isDeleted() { method setDeleted (line 386) | public void setDeleted(boolean deleted) { method getPath (line 390) | public String getPath() { method setPath (line 394) | public void setPath(String path) { method update (line 398) | public void update(ContentValues values) { FILE: app/src/main/java/com/nononsenseapps/notepad/android/provider/ProviderHelper.java class ProviderHelper (line 32) | public final class ProviderHelper { method getListUri (line 50) | public static Uri getListUri(@NonNull Uri base, @NonNull String relati... method getDetailsUri (line 64) | @NonNull method getBase (line 77) | public static Uri getBase(@NonNull Uri uri) { method getRelativePath (line 88) | @NonNull method getRelativePath (line 93) | @NonNull method firstPart (line 110) | @NonNull method restPart (line 131) | @NonNull method matchUri (line 143) | public static int matchUri(@NonNull Uri uri) { method matchPath (line 155) | public static int matchPath(@Nullable String path) { method join (line 197) | @NonNull FILE: app/src/main/java/com/nononsenseapps/notepad/android/provider/ProviderManager.java class ProviderManager (line 35) | public final class ProviderManager { method ProviderManager (line 43) | public ProviderManager(@NonNull Context context) { method getAvailableProviders (line 50) | @NonNull method getConfiguredProviders (line 77) | @NonNull method providerHasValidMetadata (line 101) | public boolean providerHasValidMetadata(@NonNull Bundle metadata) { method providerRequiresConfig (line 118) | public boolean providerRequiresConfig(@NonNull Bundle metadata) { class Provider (line 123) | public static final class Provider { method Provider (line 136) | public Provider(@NonNull PackageManager pm, @NonNull ProviderInfo pr... method getAuthority (line 150) | @NonNull method getUriBase (line 155) | @NonNull method getUriList (line 160) | @NonNull method getUriDetails (line 165) | @NonNull method getLabel (line 170) | @NonNull method getIcon (line 175) | public int getIcon() { FILE: app/src/main/java/com/nononsenseapps/notepad/android/provider/TextFileProvider.java class TextFileProvider (line 40) | public class TextFileProvider extends ContentProvider { method TextFileProvider (line 74) | public TextFileProvider() { method delete (line 77) | @Override method getType (line 83) | @Override method insert (line 90) | @Override method onCreate (line 96) | @Override method query (line 121) | @Override method update (line 158) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/dashclock/DashclockPrefActivity.java class DashclockPrefActivity (line 31) | public class DashclockPrefActivity extends AppCompatActivity { method onCreate (line 33) | public void onCreate(Bundle savedInstanceState) { method onOptionsItemSelected (line 46) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/dashclock/DashclockPrefsFragment.java class DashclockPrefsFragment (line 40) | public class DashclockPrefsFragment extends PreferenceFragmentCompat { method onCreatePreferences (line 70) | @Override method bindPreferenceSummaryToValue (line 95) | private static void bindPreferenceSummaryToValue(Preference preference) { method setEntries (line 111) | private static void setEntries(Context context, ListPreference listSpi... FILE: app/src/main/java/com/nononsenseapps/notepad/dashclock/TasksExtension.java class TasksExtension (line 38) | public class TasksExtension extends DashClockExtension { method toA (line 53) | private String[] toA(final String... args) { method appendTo (line 57) | private String[] appendTo(final String[] array, final String... items) { method onInitialize (line 63) | @Override method onUpdateData (line 70) | @Override method removeOverdue (line 137) | @SuppressWarnings("unchecked") method getBody (line 146) | private String getBody(final ArrayList notes, final boolean show... method getNotesFromDB (line 175) | private ArrayList getNotesFromDB(final long list, final String u... method getHeader (line 204) | private String getHeader(final long list) { method getUpperQueryLimitWhere (line 225) | private String getUpperQueryLimitWhere(final String upperLimit) { method getUpperQueryLimitWhereArgs (line 233) | private String[] getUpperQueryLimitWhereArgs(final String[] whereArgs,... FILE: app/src/main/java/com/nononsenseapps/notepad/database/DAO.java class DAO (line 33) | public abstract class DAO { method whereIdIs (line 40) | public static String whereIdIs(final String orgWhere) { method whereIdArg (line 51) | public String[] whereIdArg() { method whereIdArg (line 55) | public static String[] whereIdArg(final long _id) { method whereIdArg (line 62) | public static String[] whereIdArg(final long _id, method prefixArray (line 71) | public static String[] prefixArray(final String prefix, final String[]... method joinArrays (line 79) | public static String[] joinArrays(final String[]... arrays) { method arrayToCommaString (line 95) | public static String arrayToCommaString(final long... array) { method arrayToCommaString (line 105) | public static String arrayToCommaString(final String... array) { method arrayToCommaString (line 112) | public static String arrayToCommaString(final String prefix, method arrayToCommaString (line 131) | protected static String arrayToCommaString(final String pfx, method asEmptyCommaStringExcept (line 153) | protected static String asEmptyCommaStringExcept(final String[] asColu... method asEmptyCommaStringExcept (line 177) | protected static String asEmptyCommaStringExcept(final String[] asColu... method getUri (line 201) | public Uri getUri() { method getBaseUri (line 205) | public Uri getBaseUri() { method update (line 213) | public synchronized boolean update(final Context context, final SQLite... method insert (line 240) | public synchronized Uri insert(final Context context, final SQLiteData... method remove (line 269) | public synchronized int remove(final Context context, method notifyProviderOnChange (line 281) | public static void notifyProviderOnChange(final Context context, method notifyProviderOnChange (line 290) | protected void notifyProviderOnChange(final Context context) { method setId (line 294) | public void setId(final Uri uri) { method beforeInsert (line 298) | protected void beforeInsert(final Context context, final SQLiteDatabas... method afterInsert (line 300) | protected void afterInsert(final Context context, final SQLiteDatabase... method DAO (line 302) | protected DAO() {} method getContent (line 304) | public abstract ContentValues getContent(); method getTableName (line 306) | protected abstract String getTableName(); method getContentType (line 308) | public abstract String getContentType(); method save (line 314) | public abstract int save(final Context context); method delete (line 321) | public int delete(final Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/database/DatabaseHandler.java class DatabaseHandler (line 38) | public class DatabaseHandler extends SQLiteOpenHelper { method getInstance (line 42) | public static DatabaseHandler getInstance(final Context context) { method DatabaseHandler (line 58) | private DatabaseHandler(Context context) { method DatabaseHandler (line 65) | public DatabaseHandler(Context context, String testPrefix) { method onOpen (line 72) | @Override method onCreate (line 84) | @Override method getLegacyLists (line 125) | public static Cursor getLegacyLists(final SQLiteDatabase legacyDB) { method getLegacyNotes (line 139) | public static Cursor getLegacyNotes(final SQLiteDatabase legacyDB) { method getLegacyNotifications (line 160) | public static Cursor getLegacyNotifications(final SQLiteDatabase legac... method initializedDB (line 166) | private void initializedDB(final SQLiteDatabase db) throws SQLiteExcep... method onUpgrade (line 327) | @Override method resetDatabase (line 376) | public static void resetDatabase(Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/database/LegacyDBHelper.java class LegacyDBHelper (line 43) | public class LegacyDBHelper extends SQLiteOpenHelper { method LegacyDBHelper (line 48) | public LegacyDBHelper(Context context) { method LegacyDBHelper (line 52) | public LegacyDBHelper(Context context, String testPrefix) { method onCreate (line 57) | @Override method onUpgrade (line 62) | public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersio... class NotePad (line 209) | public static final class NotePad { method NotePad (line 213) | private NotePad() { class Notes (line 219) | public static final class Notes implements BaseColumns { method Notes (line 222) | private Notes() { class Lists (line 414) | public static final class Lists implements BaseColumns { method Lists (line 417) | private Lists() { class GTasks (line 552) | public static final class GTasks implements BaseColumns { method GTasks (line 555) | private GTasks() { class GTaskLists (line 671) | public static final class GTaskLists implements BaseColumns { method GTaskLists (line 674) | private GTaskLists() { class Notifications (line 790) | public static final class Notifications implements BaseColumns { method Notifications (line 793) | private Notifications() { method convertLegacyColumns (line 895) | public static String[] convertLegacyColumns(final String[] legacyCols) { method convertLegacyTaskValues (line 929) | public static Object[] convertLegacyTaskValues(final Cursor cursor) { FILE: app/src/main/java/com/nononsenseapps/notepad/database/MyContentProvider.java class MyContentProvider (line 40) | public class MyContentProvider extends ContentProvider { method MyContentProvider (line 60) | public MyContentProvider() { method getType (line 63) | @Override method onCreate (line 107) | @Override method insert (line 112) | @Override method update (line 151) | @Override method safeDeleteItem (line 272) | synchronized private int safeDeleteItem(final SQLiteDatabase db, method delete (line 293) | @Override method query (line 362) | @Override method sanitize (line 656) | private String[] sanitize(final String... args) { FILE: app/src/main/java/com/nononsenseapps/notepad/database/Notification.java class Notification (line 49) | public class Notification extends DAO { method addMatcherUris (line 88) | public static void addMatcherUris(UriMatcher sURIMatcher) { method getUri (line 96) | public static Uri getUri(final long id) { class Columns (line 100) | public static class Columns implements BaseColumns { method Columns (line 102) | private Columns() {} class ColumnsWithTask (line 117) | public static class ColumnsWithTask extends Columns { method ColumnsWithTask (line 119) | private ColumnsWithTask() {} method Notification (line 219) | public Notification(final long taskID) { method Notification (line 223) | public Notification(final Cursor c) { method Notification (line 247) | public Notification(final Uri uri, final ContentValues values) { method Notification (line 251) | public Notification(final long id, final ContentValues values) { method fromUri (line 261) | @Nullable method Notification (line 276) | public Notification(final JSONObject json) throws JSONException { method Notification (line 295) | public Notification(final ContentValues values) { method getContent (line 306) | @Override method getTableName (line 322) | @Override method getContentType (line 327) | @Override method getLocalDateTimeText (line 335) | public CharSequence getLocalDateTimeText(final Context context) { method getLocalTimeText (line 342) | public CharSequence getLocalTimeText(final Context context) { method getLocalDateText (line 349) | public CharSequence getLocalDateText(final Context context) { method save (line 357) | @Override method insert (line 380) | private int insert(final Context context) { method save (line 393) | public void save(final Context context, final boolean schedule) { method delete (line 409) | @Override method saveInBackground (line 416) | public void saveInBackground(final Context context, final boolean sche... method removeWithTaskIds (line 424) | public static void removeWithTaskIds(final Context context, final Long... method removeWithTaskIdsSynced (line 438) | public static void removeWithTaskIdsSynced(final Context context, fina... method deleteOrReschedule (line 467) | public static void deleteOrReschedule(final Context context, final Uri... method getNotificationsOfTask (line 482) | public static List getNotificationsOfTask(final Context ... method getNotificationsWithTime (line 492) | public static List getNotificationsWithTime(final Contex... method getNotificationsWithTasks (line 501) | public static List getNotificationsWithTasks(final Conte... method setTime (line 523) | public static void setTime(final Context context, final Uri uri, final... method setTimeForListAndBefore (line 535) | public static void setTimeForListAndBefore(final Context context, fina... method repeatsOn (line 569) | public boolean repeatsOn(final int calendarDay) { method deleteOrReschedule (line 588) | public void deleteOrReschedule(final Context context) { method getRepeatAsText (line 640) | public String getRepeatAsText(final Context context) { method isRepeating (line 669) | public boolean isRepeating() { method belongsToNoteInListOfTasks (line 681) | @Nullable FILE: app/src/main/java/com/nononsenseapps/notepad/database/RemoteTask.java class RemoteTask (line 30) | public class RemoteTask extends DAO { method addMatcherUris (line 45) | public static void addMatcherUris(UriMatcher sURIMatcher) { method getUri (line 52) | public static Uri getUri(final long id) { class Columns (line 56) | public static class Columns implements BaseColumns { method Columns (line 58) | private Columns() { method isDeleted (line 147) | public boolean isDeleted() { method setDeleted (line 151) | public void setDeleted(final boolean deleted) { method RemoteTask (line 158) | public RemoteTask() { method RemoteTask (line 165) | public RemoteTask(final Long dbid, final Long listdbid, method RemoteTask (line 174) | public RemoteTask(final Cursor c) { method RemoteTask (line 191) | public RemoteTask(final Uri uri, final ContentValues values) { method RemoteTask (line 195) | public RemoteTask(final long id, final ContentValues values) { method RemoteTask (line 200) | public RemoteTask(final JSONObject json) throws JSONException { method RemoteTask (line 225) | public RemoteTask(final ContentValues values) { method getContent (line 240) | @Override method getTableName (line 260) | @Override method getContentType (line 265) | @Override method save (line 270) | @Override method getTaskWithRemoteClause (line 291) | public String getTaskWithRemoteClause() { method getTaskWithRemoteArgs (line 299) | public String[] getTaskWithRemoteArgs() { method getTaskWithoutRemoteClause (line 309) | public static String getTaskWithoutRemoteClause() { method getTaskWithoutRemoteArgs (line 317) | public static String[] getTaskWithoutRemoteArgs(final long listdbid, FILE: app/src/main/java/com/nononsenseapps/notepad/database/RemoteTaskList.java class RemoteTaskList (line 30) | public class RemoteTaskList extends DAO { method addMatcherUris (line 45) | public static void addMatcherUris(UriMatcher sURIMatcher) { method getUri (line 52) | public static Uri getUri(final long id) { class Columns (line 56) | public static class Columns implements BaseColumns { method Columns (line 58) | private Columns() { method RemoteTaskList (line 112) | public RemoteTaskList() { method RemoteTaskList (line 119) | public RemoteTaskList(final Long dbid, final String remoteId, final Lo... method RemoteTaskList (line 127) | public RemoteTaskList(final Cursor c) { method RemoteTaskList (line 143) | public RemoteTaskList(final Uri uri, final ContentValues values) { method RemoteTaskList (line 147) | public RemoteTaskList(final long id, final ContentValues values) { method RemoteTaskList (line 152) | public RemoteTaskList(final JSONObject json) throws JSONException { method RemoteTaskList (line 175) | public RemoteTaskList(final ContentValues values) { method isDeleted (line 189) | public boolean isDeleted() { method setDeleted (line 193) | public void setDeleted(final boolean deleted) { method getContent (line 197) | @Override method getTableName (line 216) | @Override method getContentType (line 221) | @Override method save (line 226) | @Override method save (line 243) | public int save(final Context context, final long updateTime) { method getTaskListWithRemoteClause (line 253) | public String getTaskListWithRemoteClause() { method getTaskListWithRemoteArgs (line 261) | public String[] getTaskListWithRemoteArgs() { method getTaskListWithoutRemoteClause (line 271) | public static String getTaskListWithoutRemoteClause() { method getTaskListWithoutRemoteArgs (line 278) | public String[] getTaskListWithoutRemoteArgs() { FILE: app/src/main/java/com/nononsenseapps/notepad/database/Task.java class Task (line 50) | public class Task extends DAO { method getSECTION_DATE_VIEW_NAME (line 65) | public static String getSECTION_DATE_VIEW_NAME(final String listId) { method TODAY_PLUS (line 86) | public static String TODAY_PLUS(final int offset) { method getUri (line 111) | public static Uri getUri(final long id) { method addMatcherUris (line 135) | public static void addMatcherUris(UriMatcher sURIMatcher) { method getMoveItemLeftUri (line 201) | private Uri getMoveItemLeftUri() { method getMoveItemRightUri (line 208) | private Uri getMoveItemRightUri() { class Columns (line 219) | public static class Columns implements BaseColumns { method Columns (line 221) | private Columns() {} method CREATE_SECTIONED_DATE_VIEW (line 403) | public static String CREATE_SECTIONED_DATE_VIEW(final String listId) { method Task (line 577) | public Task() {} method resetForInsertion (line 582) | public void resetForInsertion() { method setAsCompletedForLegacy (line 593) | public void setAsCompletedForLegacy() { method setText (line 603) | public void setText(@NonNull final String text) { method getText (line 621) | public String getText() { method Task (line 635) | public Task(final Cursor c) { method Task (line 651) | public Task(final long id, final ContentValues values) { method Task (line 656) | public Task(final Uri uri, final ContentValues values) { method Task (line 660) | public Task(final ContentValues values) { method Task (line 682) | public Task(final JSONObject json) throws JSONException { method getMoveValues (line 707) | public ContentValues getMoveValues(final long targetPos) { method getContent (line 719) | @Override method equals (line 743) | @Override method save (line 766) | public int save(final Context context, final long updated) { method save (line 789) | @Override method setCompleted (line 802) | public static void setCompleted(final Context context, final boolean c... method setCompletedSynced (line 811) | public static void setCompletedSynced(final Context context, final boo... method moveTo (line 830) | public int moveTo(final ContentResolver resolver, final Task targetTas... method getTableName (line 845) | @Override method countVals (line 855) | static String countVals(final String col, final String ver) { method posUniqueConstraint (line 863) | static String posUniqueConstraint(final String ver, final String msg) { method getSQLMoveItemLeft (line 919) | public String getSQLMoveItemLeft(final ContentValues values) { method getSQLMoveItemRight (line 926) | public String getSQLMoveItemRight(final ContentValues values) { method getSQLMoveItem (line 960) | private String getSQLMoveItem(final String edgeCol, final Long edgeVal) { method getContentType (line 1067) | @Override method getHeaderNameForListSortedByDate (line 1089) | public static String getHeaderNameForListSortedByDate(String input, lo... method isCompleted (line 1125) | public boolean isCompleted() { method byId (line 1133) | public static Task byId(long id, Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/database/TaskList.java class TaskList (line 34) | public class TaskList extends DAO { method getUri (line 45) | public static Uri getUri(final long id) { method addMatcherUris (line 63) | public static void addMatcherUris(UriMatcher sURIMatcher) { class Columns (line 82) | public static class Columns implements BaseColumns { method Columns (line 84) | private Columns() {} method TaskList (line 137) | public TaskList() {} method TaskList (line 139) | public TaskList(final Cursor c) { method TaskList (line 147) | public TaskList(final Uri uri, final ContentValues values) { method TaskList (line 151) | public TaskList(final long id, final ContentValues values) { method TaskList (line 156) | public TaskList(final JSONObject json) throws JSONException { method TaskList (line 167) | public TaskList(final ContentValues values) { method getContent (line 174) | public ContentValues getContent() { method getTableName (line 184) | @Override method getContentType (line 189) | @Override method save (line 194) | @Override method save (line 202) | public int save(final Context context, final long updateTime) { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogConfirmBase.java class DialogConfirmBase (line 30) | public abstract class DialogConfirmBase extends DialogFragment { type DialogConfirmedListener (line 32) | public interface DialogConfirmedListener { method onConfirm (line 33) | void onConfirm(); method setListener (line 38) | public void setListener(final DialogConfirmedListener l) { method DialogConfirmBase (line 42) | public DialogConfirmBase() {} method onCreateDialog (line 44) | @NonNull method getTitle (line 55) | public abstract int getTitle(); method getMessage (line 57) | public abstract int getMessage(); method onOKClick (line 59) | public abstract void onOKClick(); FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogConfirmBaseV11.java class DialogConfirmBaseV11 (line 30) | public abstract class DialogConfirmBaseV11 extends DialogFragment { type DialogConfirmedListener (line 32) | public interface DialogConfirmedListener { method onConfirm (line 33) | void onConfirm(); method setListener (line 38) | public void setListener(final DialogConfirmedListener l) { method onCreateDialog (line 42) | @NonNull method getTitle (line 53) | public abstract int getTitle(); method getMessage (line 55) | public abstract CharSequence getMessage(); method onOKClick (line 57) | public abstract void onOKClick(); FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogDeleteCompletedTasks.java class DialogDeleteCompletedTasks (line 31) | public class DialogDeleteCompletedTasks extends DialogDeleteTask { method showDialog (line 33) | public static void showDialog(final FragmentManager fm, final long lis... method getMessage (line 43) | @Override method onOKClick (line 48) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogDeleteList.java class DialogDeleteList (line 28) | public class DialogDeleteList extends DialogConfirmBase { method showDialog (line 33) | public static void showDialog(final FragmentManager fm, final long lis... method getTitle (line 43) | @Override method getMessage (line 48) | @Override method onOKClick (line 53) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogDeleteTask.java class DialogDeleteTask (line 28) | public class DialogDeleteTask extends DialogConfirmBase { method showDialog (line 33) | public static void showDialog(final FragmentManager fm, final long tas... method getTitle (line 43) | @Override method getMessage (line 48) | @Override method onOKClick (line 53) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogEditList.java class DialogEditList (line 44) | public class DialogEditList extends DialogFragment { type EditListDialogListener (line 46) | public interface EditListDialogListener { method onFinishEditDialog (line 47) | void onFinishEditDialog(long id); method onCreateView (line 61) | @Nullable method onViewCreated (line 69) | @Override method onDestroyView (line 91) | @Override method getInstance (line 100) | public static DialogEditList getInstance() { method getInstance (line 109) | public static DialogEditList getInstance(final long listid) { method DialogEditList (line 117) | protected DialogEditList() {} method setListener (line 119) | public void setListener(final EditListDialogListener listener) { method setup (line 123) | void setup() { method fillViews (line 173) | @UiThread method deleteClicked (line 189) | void deleteClicked() { method okClicked (line 195) | void okClicked() { method getSortValue (line 242) | String getSortValue() { method selectSortKey (line 259) | void selectSortKey() { method getListTypeValue (line 275) | String getListTypeValue() { method selectListTypeKey (line 288) | void selectListTypeKey() { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogExportBackup.java class DialogExportBackup (line 28) | public class DialogExportBackup extends DialogConfirmBaseV11 { method showDialog (line 32) | public static void showDialog(final FragmentManager fm, method getTitle (line 41) | @Override method getMessage (line 46) | @Override method onOKClick (line 55) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogMoveToList.java class DialogMoveToList (line 50) | public class DialogMoveToList extends DialogFragment { method onCreateView (line 63) | @Nullable method onViewCreated (line 71) | @Override method onDestroyView (line 79) | @Override method getInstance (line 85) | public static DialogMoveToList getInstance(final Long... tasks) { method getInstance (line 94) | public static DialogMoveToList getInstance(final long... taskIds) { method DialogMoveToList (line 102) | public DialogMoveToList() {} method setup (line 104) | void setup() { method moveItems (line 156) | void moveItems(final long toListId, final long[] taskIds) { method okClicked (line 168) | void okClicked() { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogPassword.java class DialogPassword (line 38) | public class DialogPassword extends DialogFragment { type PasswordConfirmedListener (line 42) | public interface PasswordConfirmedListener { method onPasswordConfirmed (line 43) | void onPasswordConfirmed(); method setListener (line 46) | public void setListener(final PasswordConfirmedListener listener) { method onCreateView (line 55) | @Nullable method onViewCreated (line 72) | @Override method onDestroyView (line 80) | @Override method showField (line 86) | public void showField() { method confirm (line 97) | void confirm() { method checkPassword (line 113) | private void checkPassword(final String enteredPassword, final String ... method setPassword (line 130) | private void setPassword(final String pass1, final String pass2) { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogPasswordV11.java class DialogPasswordV11 (line 45) | public class DialogPasswordV11 extends DialogFragment { method setListener (line 52) | public void setListener(final PasswordConfirmedListener listener) { method onCreateView (line 61) | @Nullable method onViewCreated (line 70) | @Override method onDestroyView (line 77) | @Override method confirm (line 83) | void confirm() { method checkPassword (line 95) | private void checkPassword(String enteredPassword, String currentPassw... FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogRestore.java class DialogRestore (line 40) | public class DialogRestore extends DialogFragment { type OnListSelectedListener (line 42) | public interface OnListSelectedListener { method onListSelected (line 43) | void onListSelected(long listId); method onCreateView (line 53) | @Nullable method onViewCreated (line 61) | @Override method onDestroyView (line 69) | @Override method getInstance (line 78) | public static DialogRestore getInstance() { method DialogRestore (line 84) | public DialogRestore() {} method setListener (line 86) | public void setListener(final OnListSelectedListener listener) { method setup (line 91) | void setup() { method okClicked (line 128) | void okClicked() { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/DialogRestoreBackup.java class DialogRestoreBackup (line 31) | public class DialogRestoreBackup extends DialogConfirmBaseV11 { method showDialog (line 35) | public static void showDialog(final FragmentManager fm, method getTitle (line 43) | @Override method getMessage (line 48) | @Override method onOKClick (line 61) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/FragmentSearch.java class FragmentSearch (line 55) | public class FragmentSearch extends Fragment { method onCreateView (line 67) | @Nullable method onViewCreated (line 75) | @Override method onDestroyView (line 81) | @Override method getInstance (line 87) | public static FragmentSearch getInstance(final String initialQuery) { method onCreate (line 95) | @Override method onCreateOptionsMenu (line 107) | @Override method setupAdapter (line 146) | void setupAdapter() { method doSearch (line 177) | protected void doSearch(final String query) { method getSearchUri (line 188) | protected Uri getSearchUri() { method getFields (line 195) | protected String[] getFields() { method getSortOrder (line 202) | protected String getSortOrder() { method getAdapter (line 209) | protected SimpleCursorAdapter getAdapter() { method getOnItemClickListener (line 226) | protected OnItemClickListener getOnItemClickListener() { method getViewBinder (line 234) | protected ViewBinder getViewBinder() { FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/FragmentSearchDeleted.java class FragmentSearchDeleted (line 54) | public class FragmentSearchDeleted extends FragmentSearch { method onViewCreated (line 56) | @Override method getInstance (line 62) | public static FragmentSearchDeleted getInstance(final String initialQu... method FragmentSearchDeleted (line 70) | private FragmentSearchDeleted() {} method setSelection (line 72) | void setSelection() { method getSearchUri (line 202) | @Override method getFields (line 207) | @Override method getSortOrder (line 212) | @Override method getOnItemClickListener (line 217) | @Override method getAdapter (line 222) | @Override method getViewBinder (line 235) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/TaskDetailFragment.java class TaskDetailFragment (line 107) | @EFragment method onCreateLoader (line 115) | @Override method onLoadFinished (line 136) | @Override method onLoaderReset (line 197) | @Override method getInstance (line 282) | public static TaskDetailFragment_ getInstance(final Uri itemUri) { method getInstance (line 289) | public static TaskDetailFragment_ getInstance(final long itemId) { method getInstance (line 300) | public static TaskDetailFragment_ getInstance(String text, final long ... method TaskDetailFragment (line 313) | public TaskDetailFragment() { method onCreate (line 319) | @Override method onCreateView (line 363) | @Override method onActivityCreated (line 374) | @Override method showcaseEditor (line 442) | boolean showcaseEditor() { method setListeners (line 460) | @AfterViews method onDateClick (line 484) | @Click(resName = "dueDateBox") method onDateSet (line 510) | private void onDateSet(DatePicker dialog, int year, int monthOfYear, i... method setDueText (line 538) | private void setDueText() { method onDueRemoveClick (line 549) | @Click(resName = "dueCancelButton") method onAddReminder (line 559) | @Click(resName = "notificationAdd") method isLocked (line 594) | public boolean isLocked() { method fillUIFromTask (line 609) | @UiThread(propagation = Propagation.REUSE) method setFieldStatus (line 653) | void setFieldStatus() { method hideTaskParts (line 667) | void hideTaskParts(final TaskList list) { method onCreateOptionsMenu (line 680) | @Override method getShareIntent (line 691) | @Nullable method onOptionsItemSelected (line 710) | @Override method onPrepareOptionsMenu (line 782) | @Override method onActivityResult (line 810) | @Override method deleteAndClose (line 821) | private void deleteAndClose() { method saveTask (line 844) | private void saveTask() { method fixIntent (line 866) | void fixIntent() { method isThereContent (line 888) | boolean isThereContent() { method onPause (line 897) | @Override method onStop (line 911) | @Override method onAttach (line 925) | @Override method onDetach (line 937) | @Override method addNotification (line 959) | @UiThread(propagation = Propagation.REUSE) method onResume (line 979) | @Override method onTimeTravel (line 990) | public void onTimeTravel(Intent data) { method getTimePickerDialog (line 1007) | public TimePickerDialog getTimePickerDialog(Calendar localTime, FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/TaskListFragment.java class TaskListFragment (line 85) | @EFragment(R.layout.fragment_task_list) method getInstance (line 140) | public static TaskListFragment_ getInstance(final long listId) { method TaskListFragment (line 148) | public TaskListFragment() { method onCreate (line 152) | @Override method onActivityCreated (line 303) | @Override method whereOverDue (line 426) | public static String whereOverDue() { method andWhereOverdue (line 430) | public static String andWhereOverdue() { method whereToday (line 434) | public static String whereToday() { method andWhereToday (line 439) | public static String andWhereToday() { method whereWeek (line 443) | public static String whereWeek() { method andWhereWeek (line 448) | public static String andWhereWeek() { method setupPullToRefresh (line 452) | @AfterViews method loadList (line 463) | @AfterViews method onCreateOptionsMenu (line 716) | @Override method onPrepareOptionsMenu (line 721) | @Override method onOptionsItemSelected (line 734) | @Override method onSaveInstanceState (line 768) | @Override method onDestroy (line 773) | @Override method onAttach (line 779) | @Override method onDetach (line 794) | @Override class SimpleSectionsAdapter (line 802) | static class SimpleSectionsAdapter extends SimpleDragSortCursorAdapter { method SimpleSectionsAdapter (line 812) | public SimpleSectionsAdapter(Context context, int layout, method getViewLayout (line 821) | int getViewLayout(final int position) { method remove (line 829) | @Override method drop (line 836) | @Override method setDropListener (line 844) | public void setDropListener(DropListener dropListener) { method setRemoveListener (line 848) | public void setRemoveListener(RemoveListener removeListener) { method getViewTypeCount (line 852) | @Override method getItemViewType (line 857) | @Override method getView (line 875) | @Override method setPrefsOnView (line 888) | private void setPrefsOnView(final TitleNoteTextView view) { method onSharedPreferenceChanged (line 907) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/fragments/TaskListViewPagerFragment.java class TaskListViewPagerFragment (line 69) | @EFragment(R.layout.fragment_tasklist_viewpager) method getInstance (line 116) | public static TaskListViewPagerFragment getInstance() { method getInstance (line 120) | public static TaskListViewPagerFragment getInstance(final long startLi... method TaskListViewPagerFragment (line 128) | public TaskListViewPagerFragment() { method getSectionsPagerAdapter (line 132) | public SectionsPagerAdapter getSectionsPagerAdapter() { method onResume (line 136) | @Override method onCreate (line 142) | @Override method onActivityCreated (line 163) | @Override method setAdapter (line 204) | @AfterViews method onCreateOptionsMenu (line 216) | @Override method onPrepareOptionsMenu (line 247) | @Override method onOptionsItemSelected (line 263) | @Override method onFinishEditDialog (line 278) | @Override method openList (line 283) | @Override method onSaveInstanceState (line 303) | @Override method onDestroy (line 315) | @Override class SectionsPagerAdapter (line 325) | public class SectionsPagerAdapter extends FragmentPagerAdapter { method SectionsPagerAdapter (line 333) | public SectionsPagerAdapter(final FragmentManager fm, method destroy (line 372) | public void destroy() { method getItem (line 383) | @NonNull method getItemId (line 391) | @Override method getCount (line 403) | @Override method getPageTitle (line 411) | @Override method getItemPosition (line 452) | @Override method getItemPosition (line 462) | public int getItemPosition(final long listId) { FILE: app/src/main/java/com/nononsenseapps/notepad/interfaces/ListOpener.java type ListOpener (line 9) | public interface ListOpener { method openList (line 10) | void openList(final long id); FILE: app/src/main/java/com/nononsenseapps/notepad/interfaces/MenuStateController.java type MenuStateController (line 23) | public interface MenuStateController { method childItemsVisible (line 29) | boolean childItemsVisible(); FILE: app/src/main/java/com/nononsenseapps/notepad/interfaces/OnFragmentInteractionListener.java type OnFragmentInteractionListener (line 13) | public interface OnFragmentInteractionListener { method onFragmentInteraction (line 15) | void onFragmentInteraction(final Uri uri, final long listId, final Vie... method addTaskInList (line 17) | void addTaskInList(final String text, final long listId); method closeFragment (line 19) | void closeFragment(final Fragment fragment); FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/AboutPrefs.java class AboutPrefs (line 33) | public class AboutPrefs extends Fragment { method onCreateView (line 40) | @Override method onViewCreated (line 47) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/AppearancePrefs.java class AppearancePrefs (line 38) | public class AppearancePrefs extends PreferenceFragmentCompat { method onCreatePreferences (line 52) | @Override method initializeRestartingPrefWithKey (line 86) | private void initializeRestartingPrefWithKey(String prefKey) { method setDateEntries (line 104) | private void setDateEntries(ListPreference prefDate, int array) { method setLangEntries (line 121) | private static void setLangEntries(ListPreference prefLang, Context co... FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/BackupPrefs.java class BackupPrefs (line 45) | public class BackupPrefs extends PreferenceFragmentCompat { method onCreatePreferences (line 59) | @Override method onUriDirPrefChange (line 95) | private static void onUriDirPrefChange(Preference directoryUriPreferen... method getSelectedBackupDirUri (line 107) | @Nullable method onActivityResult (line 115) | @Override method runBackupOrRestore (line 132) | private void runBackupOrRestore(boolean isRestoring) { method asyncTask_doInBackground (line 163) | private static int asyncTask_doInBackground(boolean isRestoring, JSONB... method asyncTask_onPostExecute (line 185) | private static void asyncTask_onPostExecute(@NonNull Context mContext, FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/Constants.java class Constants (line 6) | public final class Constants { FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/IndexPrefs.java class IndexPrefs (line 14) | public class IndexPrefs extends PreferenceFragmentCompat { method onCreatePreferences (line 16) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/ListPrefs.java class ListPrefs (line 34) | public class ListPrefs extends PreferenceFragmentCompat { method onCreatePreferences (line 36) | @Override method setEntries (line 91) | private void setEntries(ListPreference listSpinner) { FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/NotificationPrefs.java class NotificationPrefs (line 51) | public class NotificationPrefs extends PreferenceFragmentCompat { method onCreatePreferences (line 55) | @Override method onPreferenceTreeClick (line 83) | @Override method onActivityResult (line 163) | @Override method updateRingtonePrefSummary (line 199) | private static void updateRingtonePrefSummary(Preference theRingtonePr... method onResume (line 225) | @Override method openNotificationSettings (line 252) | private static void openNotificationSettings(Context context) { method showHibernationPageIfNeeded (line 279) | static void showHibernationPageIfNeeded(@NonNull PreferenceFragmentCom... FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/PasswordPrefs.java class PasswordPrefs (line 38) | public class PasswordPrefs extends Fragment { method onCreateView (line 49) | @Nullable method onViewCreated (line 59) | @Override method applyPassword (line 66) | private void applyPassword() { method clearPassword (line 98) | private void clearPassword() { method showPasswordDialog (line 116) | private void showPasswordDialog(final String newPassword) { FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/PrefsActivity.java class PrefsActivity (line 43) | public class PrefsActivity extends AppCompatActivity implements method onCreate (line 48) | @Override method onPreferenceStartFragment (line 106) | @Override method onDestroy (line 142) | @Override method onOptionsItemSelected (line 152) | @Override method bindSummaryToValue (line 197) | public static void bindSummaryToValue(Preference preference) { FILE: app/src/main/java/com/nononsenseapps/notepad/prefs/SyncPrefs.java class SyncPrefs (line 41) | public class SyncPrefs extends PreferenceFragmentCompat method onCreatePreferences (line 54) | @Override method onDestroy (line 82) | @Override method onSharedPreferenceChanged (line 99) | public void onSharedPreferenceChanged(SharedPreferences prefs, String ... method onActivityResult (line 124) | @Override method afterGettingAuthToken (line 144) | private void afterGettingAuthToken(AccountManagerFuture future... FILE: app/src/main/java/com/nononsenseapps/notepad/sync/SyncAdapter.java class SyncAdapter (line 23) | public final class SyncAdapter { method SyncAdapter (line 25) | private SyncAdapter() {} FILE: app/src/main/java/com/nononsenseapps/notepad/sync/files/JSONBackup.java class JSONBackup (line 46) | public class JSONBackup { method JSONBackup (line 55) | public JSONBackup(final Context context) { method getTaskLists (line 60) | private List getTaskLists() { method getRemotesOf (line 78) | private List getRemotesOf(final TaskList list) { method getTasksIn (line 97) | private List getTasksIn(final TaskList list) { method getRemotesOf (line 116) | private List getRemotesOf(final Task task) { method getRemindersFor (line 137) | private List getRemindersFor(final Task task) { method getJSONBackup (line 158) | private JSONObject getJSONBackup() throws JSONException { method addAllContentToJSON (line 176) | private void addAllContentToJSON(final ContentValues content, method getJSONRemotesFor (line 183) | private JSONArray getJSONRemotesFor(final TaskList list) method getJSONTasksFor (line 196) | private JSONArray getJSONTasksFor(final TaskList list) throws JSONExce... method getJSONRemotesFor (line 213) | private JSONArray getJSONRemotesFor(final Task task) throws JSONExcept... method getJSONRemindersFor (line 225) | private JSONArray getJSONRemindersFor(final Task task) throws JSONExce... method writeBackup (line 241) | public void writeBackup() throws JSONException, IOException, SecurityE... method restoreBackup (line 264) | public void restoreBackup() throws SecurityException, JSONException, I... method clearDatabase (line 292) | private void clearDatabase() { method readBackup (line 303) | private JSONObject readBackup() throws JSONException, IOException, Sec... method restoreRemotes (line 323) | private void restoreRemotes(final TaskList tasklist, method restoreTasks (line 335) | private void restoreTasks(final TaskList list, final JSONArray tasksar... method restoreRemotes (line 355) | private void restoreRemotes(final Task task, final JSONArray jsonArray) method restoreReminders (line 367) | private void restoreReminders(final Task task, final JSONArray jsonArray) FILE: app/src/main/java/com/nononsenseapps/notepad/sync/googleapi/GoogleTask.java class GoogleTask (line 24) | public class GoogleTask extends RemoteTask { method GoogleTask (line 53) | public GoogleTask(final Task dbTask, final String accountName) { method fillFrom (line 62) | public void fillFrom(final Task dbTask) { method equals (line 77) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/sync/googleapi/GoogleTaskList.java class GoogleTaskList (line 23) | public class GoogleTaskList extends RemoteTaskList { method GoogleTaskList (line 28) | public GoogleTaskList(final TaskList dbList, final String accountName) { method GoogleTaskList (line 36) | public GoogleTaskList(final Long dbid, final String remoteId, final Lo... method equals (line 45) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/BackgroundSyncScheduler.java class BackgroundSyncScheduler (line 31) | public class BackgroundSyncScheduler extends BroadcastReceiver { method BackgroundSyncScheduler (line 36) | public BackgroundSyncScheduler() {} method onReceive (line 38) | @Override method scheduleSync (line 55) | public static void scheduleSync(final Context context) { FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/DBSyncBase.java class DBSyncBase (line 48) | public abstract class DBSyncBase implements SynchronizerInterface { method DBSyncBase (line 53) | public DBSyncBase(final Context context) { method getNodesAndDBEntries (line 68) | protected List>> getNodesAndDBEnt... method getNodes (line 109) | private HashMap getNodes(final OrgFile file) { method addNodeToMap (line 122) | private void addNodeToMap(final OrgNode node, method getValidRemoteTasks (line 137) | private HashMap getValidRemoteTasks(final TaskList l... method getInvalidRemoteTasks (line 162) | private List getInvalidRemoteTasks(final TaskList list) { method getTasks (line 182) | private HashMap getTasks(final TaskList list) { method getFilesAndDBEntries (line 201) | protected List>> getFiles... method getRemoteTaskLists (line 285) | private HashMap getRemoteTaskLists() { method getLists (line 304) | private HashMap getLists() { method replaceNotifications (line 321) | protected void replaceNotifications(final Task task, final OrgNode nod... method wasRenamed (line 333) | protected boolean wasRenamed(final TaskList list, final OrgFile file) { method renameFile (line 345) | protected void renameFile(final TaskList list, method deleteRemoteTasksIn (line 359) | private void deleteRemoteTasksIn(final long listdbid) { method deleteLocal (line 374) | protected void deleteLocal(final TaskList list, final RemoteTaskList d... method deleteLocal (line 395) | protected void deleteLocal(final Task task, final RemoteTask dbEntry) { FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/Monitor.java type Monitor (line 23) | public interface Monitor { method startMonitor (line 28) | void startMonitor(final OrgSyncService.SyncHandler handler); method pauseMonitor (line 33) | void pauseMonitor(); method terminate (line 38) | void terminate(); FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/OrgConverter.java class OrgConverter (line 44) | public class OrgConverter { method generateId (line 64) | public static String generateId() { method toListFromFile (line 81) | public static void toListFromFile(final TaskList list, final OrgFile f... method getListTypeFromMeta (line 92) | public static String getListTypeFromMeta(final OrgFile file) { method getListSortingFromMeta (line 104) | public static String getListSortingFromMeta(final OrgFile file) { method toRemoteFromFile (line 117) | public static void toRemoteFromFile(final RemoteTaskList entry, method toTaskFromNode (line 128) | public static void toTaskFromNode(final Task task, final OrgNode node) { method toNodeFromTask (line 146) | public static void toNodeFromTask(final Task task, final OrgNode node) { method setNotifications (line 155) | private static void setNotifications(final OrgNode node, final List getSynchronizers() { method onCreate (line 117) | @Override method onStartCommand (line 132) | @Override method pause (line 147) | private void pause() { method onDestroy (line 154) | @Override method onBind (line 162) | @Override class SyncHandler (line 168) | public final class SyncHandler extends Handler { method SyncHandler (line 173) | public SyncHandler(Looper looper) { method onMonitorChange (line 177) | public void onMonitorChange() { method handleMessage (line 195) | @Override class DBWatcher (line 266) | private final class DBWatcher extends ContentObserver implements Monit... method DBWatcher (line 271) | public DBWatcher(SyncHandler handler) { method deliverSelfNotifications (line 276) | public boolean deliverSelfNotifications() { method onChange (line 280) | @Override method onChange (line 285) | @Override method startMonitor (line 290) | @Override method pauseMonitor (line 299) | @Override method terminate (line 304) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/RemoteTaskListFile.java class RemoteTaskListFile (line 22) | public class RemoteTaskListFile { method getSorting (line 24) | public static String getSorting(final RemoteTaskList remote) { method getListType (line 28) | public static String getListType(final RemoteTaskList remote) { method setSorting (line 32) | public static void setSorting(final RemoteTaskList remote, final Strin... method setListType (line 36) | public static void setListType(final RemoteTaskList remote, final Stri... FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/RemoteTaskNode.java class RemoteTaskNode (line 22) | public class RemoteTaskNode { method getTitle (line 24) | public static String getTitle(final RemoteTask remote) { method getBody (line 28) | public static String getBody(final RemoteTask remote) { method getDueTime (line 32) | public static String getDueTime(final RemoteTask remote) { method getTodo (line 36) | public static String getTodo(final RemoteTask remote) { method setTitle (line 40) | public static void setTitle(final RemoteTask remote, final String titl... method setBody (line 44) | public static void setBody(final RemoteTask remote, final String body) { method setDueTime (line 48) | public static void setDueTime(final RemoteTask remote, final String s) { method setTodo (line 52) | public static void setTodo(final RemoteTask remote, final String s) { FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/SDSynchronizer.java class SDSynchronizer (line 48) | public class SDSynchronizer extends Synchronizer implements Synchronizer... method SDSynchronizer (line 62) | public SDSynchronizer(Context context) { method getAccountName (line 82) | @Override method getServiceName (line 90) | @Override method isConfigured (line 100) | @Override method getNewFile (line 122) | @Override method putRemoteFile (line 149) | @Override method deleteRemoteFile (line 178) | @Override method renameRemoteFile (line 191) | @Override method getRemoteFile (line 206) | @Override method getRemoteFilenames (line 223) | @SuppressLint("DefaultLocale") method postSynchronize (line 242) | @Override method getMonitor (line 247) | @Override class FileWatcher (line 252) | public static class FileWatcher extends FileObserver implements Monitor { method FileWatcher (line 257) | public FileWatcher(String path) { method onEvent (line 264) | @Override method startMonitor (line 271) | @Override method pauseMonitor (line 277) | @Override method terminate (line 283) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/Synchronizer.java class Synchronizer (line 38) | public abstract class Synchronizer extends DBSyncBase implements Synchro... method Synchronizer (line 45) | public Synchronizer(Context context) { method fullSync (line 52) | public void fullSync() throws IOException, ParseException { method merge (line 166) | private int merge(final TaskList list, final RemoteTaskList dbEntry, f... method mergeSorting (line 175) | private int mergeSorting(final TaskList list, final RemoteTaskList dbE... method mergeListType (line 197) | private int mergeListType(final TaskList list, final RemoteTaskList db... method syncTasks (line 219) | private boolean syncTasks(final Context context, final TaskList list, ... method deleteNode (line 319) | private void deleteNode(final OrgNode node) { method merge (line 341) | protected int merge(final Task task, final RemoteTask remote, final Or... method mergeTodo (line 359) | private int mergeTodo(final Task task, final RemoteTask remote, final ... method mergeTimestamps (line 385) | private int mergeTimestamps(final Task task, final RemoteTask remote, ... method mergeBodies (line 408) | private int mergeBodies(final Task task, final RemoteTask remote, fina... method mergeTitles (line 436) | private int mergeTitles(final Task task, final RemoteTask remote, fina... FILE: app/src/main/java/com/nononsenseapps/notepad/sync/orgsync/SynchronizerInterface.java type SynchronizerInterface (line 30) | public interface SynchronizerInterface { method getServiceName (line 36) | String getServiceName(); method getAccountName (line 41) | String getAccountName(); method isConfigured (line 48) | boolean isConfigured(); method getNewFile (line 60) | OrgFile getNewFile(final String desiredName) throws IOException, Illeg... method putRemoteFile (line 67) | void putRemoteFile(final OrgFile orgFile) throws IOException; method deleteRemoteFile (line 74) | void deleteRemoteFile(final OrgFile orgFile) throws IOException; method renameRemoteFile (line 82) | void renameRemoteFile(final String oldName, final OrgFile orgFile) thr... method getRemoteFile (line 89) | BufferedReader getRemoteFile(final String filename) throws IOException; method getRemoteFilenames (line 94) | HashSet getRemoteFilenames() throws IOException; method fullSync (line 99) | void fullSync() throws IOException, ParseException; method postSynchronize (line 104) | void postSynchronize(); method getMonitor (line 109) | Monitor getMonitor(); FILE: app/src/main/java/com/nononsenseapps/notepad/widget/list/ListWidgetConfig.java class ListWidgetConfig (line 65) | public class ListWidgetConfig extends AppCompatActivity { method onCreate (line 118) | @Override method setupPreview (line 145) | void setupPreview() { method reloadTasks (line 362) | void reloadTasks() { method setupActionBar (line 366) | void setupActionBar() { method setupConfig (line 401) | void setupConfig() { method getListPositionOf (line 592) | private static int getListPositionOf(final Adapter adapter, final long... method getSpinnerPositionOf (line 604) | private static int getSpinnerPositionOf(final Adapter adapter, final S... method getArrayPositionOf (line 616) | private static int getArrayPositionOf(final String[] array, final Stri... method updateBG (line 628) | void updateBG(final int color) { method updateTheme (line 634) | void updateTheme(final int theme, final WidgetPrefs widgetPrefs) { method getHomescreenBackgroundColor (line 661) | public static int getHomescreenBackgroundColor(final int opacity) { method getHomescreenBackgroundColor (line 675) | public static int getHomescreenBackgroundColor(final int opacity, fina... class SimpleWidgetPreviewAdapter (line 682) | static class SimpleWidgetPreviewAdapter extends SimpleCursorAdapter { method SimpleWidgetPreviewAdapter (line 689) | public SimpleWidgetPreviewAdapter(Context context, int layout, int h... method getViewLayout (line 697) | int getViewLayout(final int position) { method getViewTypeCount (line 705) | @Override method getItemViewType (line 710) | @Override method getView (line 721) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/widget/list/ListWidgetProvider.java class ListWidgetProvider (line 45) | public class ListWidgetProvider extends AppWidgetProvider { method ListWidgetProvider (line 57) | public ListWidgetProvider() {} method onReceive (line 63) | @Override method onEnabled (line 102) | @Override method onDeleted (line 114) | @Override method onUpdate (line 125) | @Override method buildRemoteViews (line 142) | public static RemoteViews buildRemoteViews(final Context context, method getThePendingIntentForActivity (line 262) | @SuppressLint("UnspecifiedImmutableFlag") method getThePendingIntentForBroadcast (line 280) | @SuppressLint("UnspecifiedImmutableFlag") FILE: app/src/main/java/com/nononsenseapps/notepad/widget/list/ListWidgetService.java class ListWidgetService (line 43) | public class ListWidgetService extends RemoteViewsService { method onGetViewFactory (line 45) | @Override class ListRemoteViewsFactory (line 53) | static class ListRemoteViewsFactory implements RemoteViewsService.Remo... method ListRemoteViewsFactory (line 66) | public ListRemoteViewsFactory(Context context, Intent intent) { method onCreate (line 72) | @Override method onDestroy (line 75) | @Override method getCount (line 81) | @Override method getViewAt (line 87) | @Override method getLoadingView (line 242) | @Override method getViewTypeCount (line 247) | @Override method getItemId (line 252) | @Override method hasStableIds (line 257) | @Override method onDataSetChanged (line 262) | @Override FILE: app/src/main/java/com/nononsenseapps/notepad/widget/list/WidgetPrefs.java class WidgetPrefs (line 26) | public class WidgetPrefs { method delete (line 36) | public static void delete(final Context context, final int widgetId) { method WidgetPrefs (line 46) | public WidgetPrefs(final Context context, final int widgetId) { method keyWrap (line 51) | public String keyWrap(final String originalKey) { method keyWrap (line 55) | public static String keyWrap(final String originalKey, final int widge... method isPresent (line 59) | public boolean isPresent() { method setPresent (line 66) | public void setPresent() { method putBoolean (line 70) | public boolean putBoolean(String key, boolean value) { method getBoolean (line 81) | public boolean getBoolean(String key, boolean defValue) { method putString (line 92) | public void putString(String key, String value) { method getString (line 101) | public String getString(String key, String defValue) { method getInt (line 112) | public int getInt(String key, int defValue) { method putInt (line 123) | public void putInt(String key, int value) { method putLong (line 132) | public void putLong(String key, long value) { method getLong (line 141) | public long getLong(String key, long defValue) { FILE: app/src/main/java/com/nononsenseapps/notepad/widget/shortcut/ShortcutConfig.java class ShortcutConfig (line 39) | public class ShortcutConfig extends AppCompatActivity { method onCreate (line 46) | @Override method getBitmapFromDrawable (line 65) | @NonNull method onOK (line 77) | void onOK() { method setListEntries (line 168) | private void setListEntries(final Spinner listSpinner) { FILE: app/src/main/java/com/nononsenseapps/ui/DateView.java class DateView (line 37) | public class DateView extends AppCompatTextView { method DateView (line 45) | public DateView(Context context) { method DateView (line 54) | public DateView(Context context, AttributeSet attrs) { method DateView (line 65) | public DateView(Context context, AttributeSet attrs, int defStyle) { method setTimeText (line 71) | public void setTimeText(final long time) { method toDate (line 75) | public static CharSequence toDate(String format, long msecs) { FILE: app/src/main/java/com/nononsenseapps/ui/DelegateFrame.java class DelegateFrame (line 52) | public class DelegateFrame extends RelativeLayout implements OnClickList... method DelegateFrame (line 60) | public DelegateFrame(Context context) { method DelegateFrame (line 64) | public DelegateFrame(Context context, AttributeSet attrs) { method DelegateFrame (line 68) | public DelegateFrame(Context context, AttributeSet attrs, int defStyle) { method onClick (line 80) | @Override FILE: app/src/main/java/com/nononsenseapps/ui/ExtraTypesCursorAdapter.java class ExtraTypesCursorAdapter (line 32) | public class ExtraTypesCursorAdapter extends ExtrasCursorAdapter { method ExtraTypesCursorAdapter (line 45) | public ExtraTypesCursorAdapter(Context context, int layout, Cursor c, method countTypes (line 54) | private int countTypes() { method getViewTypeCount (line 64) | @Override method getItemViewType (line 69) | @Override method getItemLayout (line 78) | @Override method setExtraText (line 88) | @Override method setExtraData (line 107) | public void setExtraData(ArrayList> extras) { FILE: app/src/main/java/com/nononsenseapps/ui/ExtrasCursorAdapter.java class ExtrasCursorAdapter (line 36) | public class ExtrasCursorAdapter extends ResourceCursorAdapter { method ExtrasCursorAdapter (line 57) | public ExtrasCursorAdapter(Context context, int layout, Cursor c, method ExtrasCursorAdapter (line 76) | public ExtrasCursorAdapter(Context context, int layout, Cursor c, method bindView (line 90) | @Override method setViewHolder (line 108) | private ViewHolder setViewHolder(View view) { method swapCursor (line 119) | @Override method getView (line 125) | @Override method setExtraText (line 149) | protected void setExtraText(final ViewHolder viewHolder, final int pos... method getDropDownView (line 155) | @Override method getItemLayout (line 176) | protected int getItemLayout(final int position) { method getItemId (line 180) | @Override method getItem (line 192) | @Override method getCount (line 201) | @Override method getExtraItem (line 212) | public CharSequence getExtraItem(int realPos) { class ViewHolder (line 219) | static class ViewHolder { FILE: app/src/main/java/com/nononsenseapps/ui/GreyableToggleButton.java class GreyableToggleButton (line 34) | public class GreyableToggleButton extends AppCompatToggleButton { method GreyableToggleButton (line 43) | public GreyableToggleButton(Context context, AttributeSet attrs) { method getTextColorPrimary (line 52) | private static ColorStateList getTextColorPrimary(Context context) { method setChecked (line 60) | @Override FILE: app/src/main/java/com/nononsenseapps/ui/NoteCheckBox.java class NoteCheckBox (line 29) | public class NoteCheckBox extends AppCompatCheckBox { method NoteCheckBox (line 32) | public NoteCheckBox(Context context) { method NoteCheckBox (line 36) | public NoteCheckBox(Context context, AttributeSet attrs) { method NoteCheckBox (line 40) | public NoteCheckBox(Context context, AttributeSet attrs, int defStyle) { method getNoteId (line 44) | public long getNoteId() { method setNoteId (line 48) | public void setNoteId(long noteId) { FILE: app/src/main/java/com/nononsenseapps/ui/NotificationItemHelper.java class NotificationItemHelper (line 42) | public final class NotificationItemHelper { method getDateString (line 44) | private static String getDateString(final Context context, final long ... method switchToTime (line 48) | private static void switchToTime(final View nv) { method showViews (line 58) | private static void showViews(final View... views) { method setTime (line 64) | private static void setTime(final Context context, final Notification ... method setup (line 86) | public static void setup(final TaskDetailFragment fragment, FILE: app/src/main/java/com/nononsenseapps/ui/ShowcaseHelper.java class ShowcaseHelper (line 19) | public final class ShowcaseHelper { method showForOverflowMenu (line 26) | public static void showForOverflowMenu(@NonNull FragmentActivity activ... method finishConfiguringAndShow (line 50) | private static void finishConfiguringAndShow(TapTarget target, Fragmen... FILE: app/src/main/java/com/nononsenseapps/ui/StyledEditText.java class StyledEditText (line 46) | public class StyledEditText extends AppCompatEditText { method StyledEditText (line 57) | public StyledEditText(Context context, AttributeSet attrs) { method setTitleRelativeLarger (line 111) | public void setTitleRelativeLarger(final boolean larger) { method setTitleFontFamily (line 119) | public void setTitleFontFamily(final int family) { method setTitleFontStyle (line 131) | public void setTitleFontStyle(final int style) { method setBodyFontFamily (line 142) | public void setBodyFontFamily(final int family) { method setTheTextSize (line 154) | public void setTheTextSize(final int size) { method setLinkify (line 171) | public void setLinkify(final boolean clickable) { method spannify (line 175) | private void spannify(final Spannable s) { method onTouchEvent (line 207) | @SuppressLint("ClickableViewAccessibility") FILE: app/src/main/java/com/nononsenseapps/ui/TitleNoteTextView.java class TitleNoteTextView (line 51) | public class TitleNoteTextView extends AppCompatTextView { method TitleNoteTextView (line 68) | public TitleNoteTextView(Context context, AttributeSet attrs) { method getStyledText (line 115) | public static CharSequence getStyledText(final String title, method getStyledText (line 136) | public static CharSequence getStyledText(final String text, method setTitleFontFamily (line 168) | public void setTitleFontFamily(final int family) { method setTitleFontStyle (line 185) | public void setTitleFontStyle(final int style) { method setBodyFontFamily (line 201) | public void setBodyFontFamily(final int family) { method useSecondaryColor (line 215) | public void useSecondaryColor(final boolean useSecondary) { method getStyledText (line 225) | public String getStyledText() { method setStyledText (line 229) | public void setStyledText(final String styledText) { method onTouchEvent (line 283) | @SuppressLint("ClickableViewAccessibility") method onClickableSpanClicked (line 342) | private void onClickableSpanClicked(ClickableSpan cs) { method getTextRest (line 366) | public String getTextRest() { method setTextRest (line 370) | public void setTextRest(final String rest) { method getTextTitle (line 382) | public String getTextTitle() { method setTextTitle (line 386) | public void setTextTitle(final String title) { method setLinkify (line 399) | public void setLinkify(final boolean clickable) { method setTheTextSize (line 406) | public void setTheTextSize(final int size) { FILE: app/src/main/java/com/nononsenseapps/ui/ViewsHelper.java class ViewsHelper (line 23) | public final class ViewsHelper { method convertDip2Pixels (line 28) | public static int convertDip2Pixels(Context context, int dip) { FILE: app/src/main/java/com/nononsenseapps/ui/WeekDaysView.java class WeekDaysView (line 38) | public class WeekDaysView extends LinearLayout { type onCheckedDaysChangeListener (line 40) | public interface onCheckedDaysChangeListener { method onChange (line 47) | boolean onChange(long checkedDays); method WeekDaysView (line 74) | public WeekDaysView(Context context, AttributeSet attrs) { method initializeToggleButton (line 126) | void initializeToggleButton(final String text, final GreyableToggleBut... method getCheckedDays (line 133) | public long getCheckedDays() { method setCheckedDays (line 147) | public void setCheckedDays(long checkedDays) { method onDayButtonClicked (line 164) | private void onDayButtonClicked(View v) { method setOnCheckedDaysChangedListener (line 181) | public void setOnCheckedDaysChangedListener(onCheckedDaysChangeListene... FILE: contract/src/main/java/com/nononsenseapps/notepad/providercontract/ProviderBase.java class ProviderBase (line 27) | public abstract class ProviderBase extends ContentProvider { method getAuthority (line 31) | protected abstract String getAuthority(); method ProviderBase (line 33) | public ProviderBase() { method addContractUrisToMatcher (line 40) | private void addContractUrisToMatcher(@NonNull final UriMatcher uriMat... method query (line 44) | @Override method querySubItemsId (line 69) | protected abstract Cursor querySubItemsId(Uri uri, String[] projection... method querySubItems (line 72) | protected abstract Cursor querySubItems(Uri uri, String[] projection, ... method queryItemsId (line 75) | protected abstract Cursor queryItemsId(Uri uri, String[] projection, S... method queryItems (line 78) | protected abstract Cursor queryItems(Uri uri, String[] projection, Str... method queryAccountsId (line 81) | protected abstract Cursor queryAccountsId(Uri uri, String[] projection... method queryAccounts (line 84) | protected abstract Cursor queryAccounts(Uri uri, String[] projection, ... method queryFeatures (line 87) | protected abstract Cursor queryFeatures(Uri uri, String[] projection, ... method getType (line 90) | @Override method insert (line 95) | @Override method insertSubItem (line 111) | protected abstract Uri insertSubItem(Uri uri, ContentValues values); method insertItem (line 113) | protected abstract Uri insertItem(Uri uri, ContentValues values); method insertAccount (line 115) | protected abstract Uri insertAccount(Uri uri, ContentValues values); method delete (line 117) | @Override method deleteSubItemId (line 139) | protected abstract int deleteSubItemId(Uri uri, String selection, Stri... method deleteSubItem (line 141) | protected abstract int deleteSubItem(Uri uri, String selection, String... method deleteItemId (line 143) | protected abstract int deleteItemId(Uri uri, String selection, String[... method deleteItem (line 145) | protected abstract int deleteItem(Uri uri, String selection, String[] ... method deleteAccountsId (line 147) | protected abstract int deleteAccountsId(Uri uri, String selection, Str... method deleteAccounts (line 149) | protected abstract int deleteAccounts(Uri uri, String selection, Strin... method update (line 151) | @Override method moveSubItemId (line 178) | protected abstract int moveSubItemId(Uri uri, String selection, String... method updateSubItemId (line 180) | protected abstract int updateSubItemId(Uri uri, String selection, Stri... method updateSubItem (line 182) | protected abstract int updateSubItem(Uri uri, String selection, String... method moveItemId (line 184) | protected abstract int moveItemId(Uri uri, String selection, String[] ... method updateItemId (line 186) | protected abstract int updateItemId(Uri uri, String selection, String[... method updateItem (line 188) | protected abstract int updateItem(Uri uri, String selection, String[] ... method updateAccountsId (line 190) | protected abstract int updateAccountsId(Uri uri, String selection, Str... method updateAccounts (line 192) | protected abstract int updateAccounts(Uri uri, String selection, Strin... FILE: contract/src/main/java/com/nononsenseapps/notepad/providercontract/ProviderContract.java class ProviderContract (line 30) | public class ProviderContract { method getTypeMask (line 78) | public static long getTypeMask(@TypeMask long... bitvalues) { method isType (line 93) | public static boolean isType(long bitmask, @TypeMask long type) { FILE: contract/src/main/java/com/nononsenseapps/notepad/providercontract/UriContract.java class UriContract (line 10) | public class UriContract { method addUrisToMatcher (line 25) | public static void addUrisToMatcher(@NonNull final UriMatcher uriMatcher, FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/DragSortController.java class DragSortController (line 22) | public class DragSortController extends SimpleFloatViewManager implement... method DragSortController (line 92) | public DragSortController(DragSortListView dslv) { method DragSortController (line 96) | public DragSortController(DragSortListView dslv, int dragHandleId, int... method DragSortController (line 100) | public DragSortController(DragSortListView dslv, int dragHandleId, int... method DragSortController (line 111) | public DragSortController(DragSortListView dslv, int dragHandleId, int... method getDragInitMode (line 127) | public int getDragInitMode() { method setDragInitMode (line 137) | public void setDragInitMode(int mode) { method setSortEnabled (line 148) | public void setSortEnabled(boolean enabled) { method isSortEnabled (line 152) | public boolean isSortEnabled() { method setRemoveMode (line 161) | public void setRemoveMode(int mode) { method getRemoveMode (line 165) | public int getRemoveMode() { method setRemoveEnabled (line 172) | public void setRemoveEnabled(boolean enabled) { method isRemoveEnabled (line 176) | public boolean isRemoveEnabled() { method setDragHandleId (line 186) | public void setDragHandleId(int id) { method setFlingHandleId (line 196) | public void setFlingHandleId(int id) { method setClickRemoveId (line 206) | public void setClickRemoveId(int id) { method startDrag (line 220) | public boolean startDrag(int position, int deltaX, int deltaY) { method onTouch (line 236) | @Override method onDragFloatView (line 273) | @Override method startDragPosition (line 293) | public int startDragPosition(MotionEvent ev) { method startFlingPosition (line 297) | public int startFlingPosition(MotionEvent ev) { method dragHandleHitPosition (line 310) | public int dragHandleHitPosition(MotionEvent ev) { method flingHandleHitPosition (line 314) | public int flingHandleHitPosition(MotionEvent ev) { method viewIdHitPosition (line 318) | public int viewIdHitPosition(MotionEvent ev, int id) { method onDown (line 356) | @Override method onScroll (line 375) | @Override method onLongPress (line 409) | @Override method onFling (line 419) | @Override method onSingleTapUp (line 425) | @Override method onShowPress (line 436) | @Override method isDragging (line 441) | public boolean isDragging() { method onFling (line 447) | @Override FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/DragSortCursorAdapter.java class DragSortCursorAdapter (line 29) | public abstract class DragSortCursorAdapter extends CursorAdapter implem... method DragSortCursorAdapter (line 40) | @Deprecated method DragSortCursorAdapter (line 45) | public DragSortCursorAdapter(Context context, Cursor c, boolean autoRe... method DragSortCursorAdapter (line 49) | public DragSortCursorAdapter(Context context, Cursor c, int flags) { method swapCursor (line 58) | @Override method changeCursor (line 70) | @Override method reset (line 79) | public void reset() { method resetMappings (line 84) | private void resetMappings() { method getItem (line 89) | @Override method getItemId (line 94) | @Override method getDropDownView (line 99) | @Override method getView (line 104) | @Override method drop (line 116) | @Override method remove (line 144) | @Override method drag (line 165) | @Override method cleanMapping (line 173) | private void cleanMapping() { method getCount (line 188) | @Override method getCursorPosition (line 201) | public int getCursorPosition(int position) { method getCursorPositions (line 209) | public ArrayList getCursorPositions() { method getListPosition (line 227) | public int getListPosition(int cursorPosition) { FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/DragSortItemView.java class DragSortItemView (line 26) | public class DragSortItemView extends ViewGroup { method DragSortItemView (line 30) | public DragSortItemView(Context context) { method setGravity (line 41) | public void setGravity(int gravity) { method getGravity (line 45) | public int getGravity() { method onLayout (line 49) | @Override method onMeasure (line 67) | @Override FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/DragSortItemViewCheckable.java class DragSortItemViewCheckable (line 27) | public class DragSortItemViewCheckable extends DragSortItemView implemen... method DragSortItemViewCheckable (line 29) | public DragSortItemViewCheckable(Context context) { method isChecked (line 33) | @Override method setChecked (line 42) | @Override method toggle (line 49) | @Override FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/DragSortListView.java class DragSortListView (line 58) | public class DragSortListView extends ListView implements OnTouchListener { method getSpeed (line 270) | @Override method DragSortListView (line 444) | public DragSortListView(Context context, AttributeSet attrs) { method setOnTouchListener (line 574) | @Override method onTouch (line 579) | @Override method setFloatAlpha (line 594) | public void setFloatAlpha(float alpha) { method getFloatAlpha (line 598) | public float getFloatAlpha() { method setMaxScrollSpeed (line 608) | public void setMaxScrollSpeed(float max) { method setAdapter (line 621) | @Override method getInputAdapter (line 650) | public ListAdapter getInputAdapter() { class AdapterWrapper (line 658) | private class AdapterWrapper extends BaseAdapter { method AdapterWrapper (line 661) | public AdapterWrapper(ListAdapter adapter) { method getAdapter (line 676) | public ListAdapter getAdapter() { method getItemId (line 680) | @Override method getItem (line 685) | @Override method getCount (line 690) | @Override method areAllItemsEnabled (line 695) | @Override method isEnabled (line 700) | @Override method getItemViewType (line 705) | @Override method getViewTypeCount (line 710) | @Override method hasStableIds (line 715) | @Override method isEmpty (line 720) | @Override method getView (line 726) | @Override method drawDivider (line 766) | private void drawDivider(int expPosition, Canvas canvas) { method dispatchDraw (line 802) | @Override method getItemHeight (line 849) | private int getItemHeight(int position) { method printPosData (line 862) | private void printPosData() { class HeightCache (line 867) | private class HeightCache { method HeightCache (line 873) | public HeightCache(int size) { method add (line 882) | public void add(int position, int height) { method get (line 899) | public int get(int position) { method clear (line 903) | public void clear() { method getShuffleEdge (line 929) | private int getShuffleEdge(int position, int top) { method updatePositions (line 988) | private boolean updatePositions() { method onDraw (line 1137) | @Override class SmoothAnimator (line 1146) | private class SmoothAnimator implements Runnable { method SmoothAnimator (line 1156) | public SmoothAnimator(float smoothness, int duration) { method transform (line 1164) | public float transform(float frac) { method start (line 1174) | public void start() { method cancel (line 1181) | public void cancel() { method onStart (line 1185) | public void onStart() { method onUpdate (line 1189) | public void onUpdate(float frac, float smoothFrac) { method onStop (line 1193) | public void onStop() { method run (line 1197) | @Override class LiftAnimator (line 1218) | private class LiftAnimator extends SmoothAnimator { method LiftAnimator (line 1223) | public LiftAnimator(float smoothness, int duration) { method onStart (line 1227) | @Override method onUpdate (line 1233) | @Override class DropAnimator (line 1249) | private class DropAnimator extends SmoothAnimator { method DropAnimator (line 1256) | public DropAnimator(float smoothness, int duration) { method onStart (line 1260) | @Override method getTargetY (line 1269) | private int getTargetY() { method onUpdate (line 1292) | @Override method onStop (line 1306) | @Override class RemoveAnimator (line 1316) | private class RemoveAnimator extends SmoothAnimator { method RemoveAnimator (line 1329) | public RemoveAnimator(float smoothness, int duration) { method onStart (line 1333) | @Override method onUpdate (line 1359) | @Override method onStop (line 1409) | @Override method removeItem (line 1415) | public void removeItem(int which) { method removeItem (line 1428) | public void removeItem(int which, float velocityX) { method moveItem (line 1474) | public void moveItem(int from, int to) { method cancelDrag (line 1487) | public void cancelDrag() { method clearPositions (line 1502) | private void clearPositions() { method dropFloatView (line 1509) | private void dropFloatView() { method doRemoveItem (line 1533) | private void doRemoveItem() { method doRemoveItem (line 1540) | private void doRemoveItem(int which) { method adjustOnReorder (line 1563) | private void adjustOnReorder() { method stopDrag (line 1589) | public boolean stopDrag(boolean remove) { method stopDragWithVelocity (line 1594) | public boolean stopDragWithVelocity(boolean remove, float velocityX) { method stopDrag (line 1600) | public boolean stopDrag(boolean remove, float velocityX) { method onTouchEvent (line 1625) | @Override method doActionUpOrCancel (line 1677) | private void doActionUpOrCancel() { method saveTouchCoords (line 1688) | private void saveTouchCoords(MotionEvent ev) { method listViewIntercepted (line 1704) | public boolean listViewIntercepted() { method onInterceptTouchEvent (line 1710) | @Override method setDragScrollStart (line 1770) | public void setDragScrollStart(float heightFraction) { method setDragScrollStarts (line 1783) | public void setDragScrollStarts(float upperFrac, float lowerFrac) { method continueDrag (line 1801) | private void continueDrag(int x, int y) { method updateScrollStarts (line 1846) | private void updateScrollStarts() { method onSizeChanged (line 1861) | @Override method adjustAllItems (line 1867) | private void adjustAllItems() { method adjustItem (line 1882) | private void adjustItem(int position) { method adjustItem (line 1894) | private void adjustItem(int position, View v, boolean invalidChildHeig... method getChildHeight (line 1933) | private int getChildHeight(int position) { method getChildHeight (line 1984) | private int getChildHeight(int position, View item, boolean invalidChi... method calcItemHeight (line 2014) | private int calcItemHeight(int position, View item, boolean invalidChi... method calcItemHeight (line 2018) | private int calcItemHeight(int position, int childHeight) { method requestLayout (line 2057) | @Override method adjustScroll (line 2064) | private int adjustScroll(int movePos, View moveItem, int oldFirstExpPo... method measureItem (line 2107) | private void measureItem(View item) { method measureFloatView (line 2124) | private void measureFloatView() { method onMeasure (line 2132) | @Override method layoutChildren (line 2145) | @Override method onDragTouchEvent (line 2161) | protected boolean onDragTouchEvent(MotionEvent ev) { method invalidateFloatView (line 2189) | private void invalidateFloatView() { method startDrag (line 2215) | public boolean startDrag(int position, int dragFlags, int deltaX, int ... method startDrag (line 2251) | public boolean startDrag(int position, View floatView, int dragFlags, ... method doDragFloatView (line 2314) | private void doDragFloatView(boolean forceInvalidate) { method doDragFloatView (line 2325) | private void doDragFloatView(int movePos, View moveItem, boolean force... method updateFloatView (line 2355) | private void updateFloatView() { method destroyFloatView (line 2416) | private void destroyFloatView() { type FloatViewManager (line 2434) | public interface FloatViewManager { method onCreateFloatView (line 2449) | public View onCreateFloatView(int position); method onDragFloatView (line 2466) | public void onDragFloatView(View floatView, Point location, Point to... method onDestroyFloatView (line 2476) | public void onDestroyFloatView(View floatView); method setFloatViewManager (line 2479) | public void setFloatViewManager(FloatViewManager manager) { method setDragListener (line 2483) | public void setDragListener(DragListener l) { method setDragEnabled (line 2497) | public void setDragEnabled(boolean enabled) { method isDragEnabled (line 2501) | public boolean isDragEnabled() { method setDropListener (line 2517) | public void setDropListener(DropListener l) { method setRemoveListener (line 2531) | public void setRemoveListener(RemoveListener l) { type DragListener (line 2535) | public interface DragListener { method drag (line 2536) | public void drag(int from, int to); type DropListener (line 2547) | public interface DropListener { method drop (line 2548) | public void drop(int from, int to); type RemoveListener (line 2558) | public interface RemoveListener { method remove (line 2559) | public void remove(int which); type DragSortListener (line 2562) | public interface DragSortListener extends DropListener, DragListener, ... method setDragSortListener (line 2565) | public void setDragSortListener(DragSortListener l) { method setDragScrollProfile (line 2578) | public void setDragScrollProfile(DragScrollProfile ssp) { method moveCheckState (line 2610) | public void moveCheckState(int from, int to) { method removeCheckState (line 2682) | public void removeCheckState(int position) { method buildRunList (line 2703) | private static int buildRunList(SparseBooleanArray cip, int rangeStart, method rotate (line 2752) | private static int rotate(int value, int offset, int lowerBound, int u... method findFirstSetIndex (line 2764) | private static int findFirstSetIndex(SparseBooleanArray sba, int range... method insertionIndexForKey (line 2774) | private static int insertionIndexForKey(SparseBooleanArray sba, int ke... type DragScrollProfile (line 2795) | public interface DragScrollProfile { method getSpeed (line 2806) | float getSpeed(float w, long t); class DragScroller (line 2809) | private class DragScroller implements Runnable { method isScrolling (line 2832) | public boolean isScrolling() { method getScrollDir (line 2836) | public int getScrollDir() { method DragScroller (line 2840) | public DragScroller() { method startScrolling (line 2843) | public void startScrolling(int dir) { method stopScrolling (line 2855) | public void stopScrolling(boolean now) { method run (line 2866) | @Override class DragSortTracker (line 2957) | private class DragSortTracker { method DragSortTracker (line 2967) | public DragSortTracker() { method startTracking (line 2983) | public void startTracking() { method appendState (line 2989) | public void appendState() { method flush (line 3043) | public void flush() { method stopTracking (line 3068) | public void stopTracking() { FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/ResourceDragSortCursorAdapter.java class ResourceDragSortCursorAdapter (line 34) | public abstract class ResourceDragSortCursorAdapter extends DragSortCurs... method ResourceDragSortCursorAdapter (line 53) | @Deprecated method ResourceDragSortCursorAdapter (line 76) | public ResourceDragSortCursorAdapter(Context context, int layout, Curs... method ResourceDragSortCursorAdapter (line 93) | public ResourceDragSortCursorAdapter(Context context, int layout, Curs... method newView (line 105) | @Override method newDropDownView (line 110) | @Override method setViewResource (line 120) | public void setViewResource(int layout) { method setDropDownViewResource (line 129) | public void setDropDownViewResource(int dropDownLayout) { FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/SimpleDragSortCursorAdapter.java class SimpleDragSortCursorAdapter (line 52) | public class SimpleDragSortCursorAdapter extends ResourceDragSortCursorA... method SimpleDragSortCursorAdapter (line 80) | @Deprecated method SimpleDragSortCursorAdapter (line 106) | public SimpleDragSortCursorAdapter(Context context, int layout, method bindView (line 137) | @Override method getViewBinder (line 178) | public ViewBinder getViewBinder() { method setViewBinder (line 190) | public void setViewBinder(ViewBinder viewBinder) { method setViewImage (line 209) | public void setViewImage(ImageView v, String value) { method setViewText (line 228) | public void setViewText(TextView v, String text) { method getStringConversionColumn (line 242) | public int getStringConversionColumn() { method setStringConversionColumn (line 259) | public void setStringConversionColumn(int stringConversionColumn) { method getCursorToStringConverter (line 274) | public CursorToStringConverter getCursorToStringConverter() { method setCursorToStringConverter (line 289) | public void setCursorToStringConverter(CursorToStringConverter cursorT... method convertToString (line 303) | @Override method findColumns (line 321) | private void findColumns(Cursor c, String[] from) { method swapCursor (line 336) | @Override method changeCursorAndColumns (line 356) | public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { type ViewBinder (line 379) | public static interface ViewBinder { method setViewValue (line 392) | boolean setViewValue(View view, Cursor cursor, int columnIndex); type CursorToStringConverter (line 401) | public static interface CursorToStringConverter { method convertToString (line 409) | CharSequence convertToString(Cursor cursor); FILE: external/drag-sort-listview/src/com/mobeta/android/dslv/SimpleFloatViewManager.java class SimpleFloatViewManager (line 17) | public class SimpleFloatViewManager implements DragSortListView.FloatVie... method SimpleFloatViewManager (line 27) | public SimpleFloatViewManager(ListView lv) { method setBackgroundColor (line 31) | public void setBackgroundColor(int color) { method onCreateFloatView (line 39) | @Override method onDragFloatView (line 105) | @Override method onDestroyFloatView (line 114) | @Override