Add message details menu button
Adds a "Properties" menu button in conversation, when one message is selected, which displays details about the message: - Type (SMS or MMS) - Sender phone number (or receiver if it is a sent message) - Used SIM - Date sent at - Date received at (if it is an incoming message) This closes #19
This commit is contained in:
parent
9942fb788a
commit
bdd506c96e
56 changed files with 530 additions and 29 deletions
|
|
@ -47,6 +47,13 @@
|
|||
<string name="schedule_send_warning">Ostavi telefon uključen i provjeri da ništa ne prekida rad aplikacije kada je u pozadini.</string>
|
||||
<string name="update_message">Ažuriraj poruku</string>
|
||||
<string name="send_now">Pošalji sada</string>
|
||||
<!-- Message details -->
|
||||
<string name="message_details">Pojedinosti poruke</string>
|
||||
<string name="message_details_sender">Šalje</string>
|
||||
<string name="message_details_receiver">Prima</string>
|
||||
<string name="message_details_type">Vrsta</string>
|
||||
<string name="message_details_sent_at">Poslano</string>
|
||||
<string name="message_details_received_at">Primljeno</string>
|
||||
<!-- Notifications -->
|
||||
<string name="channel_received_sms">Primljene SMS poruke</string>
|
||||
<string name="new_message">Nova poruka</string>
|
||||
|
|
@ -110,4 +117,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue