Add schedule send message creation ui
Move android-smsmms logic into a separate file
This commit is contained in:
parent
acefd0c0f4
commit
7624174cad
16 changed files with 485 additions and 60 deletions
|
|
@ -34,6 +34,8 @@ private const val PATH = "com.simplemobiletools.smsmessenger.action."
|
|||
const val MARK_AS_READ = PATH + "mark_as_read"
|
||||
const val REPLY = PATH + "reply"
|
||||
|
||||
const val DATE_FORMAT_PATTERN = "dd MMM, YYYY"
|
||||
|
||||
// view types for the thread list view
|
||||
const val THREAD_DATE_TIME = 1
|
||||
const val THREAD_RECEIVED_MESSAGE = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue