AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/MultiplePartitionsActivity.java (3 lines): - line 36: * TODO list - line 67: // TODO: add a checkbox to switch between text / date instead - line 75: // TODO: display type in a header or proper status widget CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/ImageKeyboard.java (3 lines): - line 117: // TODO: Use revokeUriPermission to revoke as needed. - line 159: // TODO: Come up with a way to work around this bug.... - line 191: // TODO: Avoid file I/O in the main thread. AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/AbstractCustomVirtualView.java (2 lines): - line 249: + (type == AUTOFILL_TYPE_DATE ? date : text) // TODO: use DateFormat for date - line 286: // TODO: Must checked trimmed length because input fields use 8 empty spaces to AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/AbstractMultipleStepsActivity.java (2 lines): - line 45: * TODO list - line 166: input.setWidth(500); // TODO: proper size AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/UsernameOnlyActivity.java (1 line): - line 33: * TODO list AutofillFramework/Application/src/main/java/com/example/android/autofill/app/antipatterns/PasswordOnlyActivity.java (1 line): - line 32: * TODO list AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/ManualActivity.java (1 line): - line 228: // TODO: update heuristics in data source; something like: AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/widget/NavigationItem.java (1 line): - line 61: // TODO: Remove BuildCompat.isAtLeastP() check when API 28 is finalized.