Skip to content

Commit 9f6c2da

Browse files
committed
Add some TODOs; Remove unused files
1 parent 6e94813 commit 9f6c2da

File tree

4 files changed

+2
-97
lines changed

4 files changed

+2
-97
lines changed

app/src/main/java/net/imp1/catchup/MainActivity.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class MainActivity :
8080
}
8181

8282
private fun setup() {
83+
// TODO: Load contact group from somewhere
8384
contacts = getContactDetails()
8485

8586
// <remove>
@@ -128,6 +129,7 @@ class MainActivity :
128129
openFileOutput(CONTACT_INFO_FILENAME, MODE_PRIVATE)?.use {
129130
it.write(list.toString(4).toByteArray(Charsets.UTF_8))
130131
}
132+
// TODO: Save contact group somewhere
131133
}
132134

133135
@Throws(FileNotFoundException::class)

app/src/main/res/layout/activity_edit_contact_method.xml

Lines changed: 0 additions & 67 deletions
This file was deleted.

app/src/main/res/layout/fragment_contact_time_picker.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/src/main/res/menu/contact_menu.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)