Show notifications when messages are received. Dev task #30.
BIN
briar-android/res/drawable-hdpi/message_notification_icon.png
Normal file
|
After Width: | Height: | Size: 366 B |
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
BIN
briar-android/res/drawable-ldpi/message_notification_icon.png
Normal file
|
After Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 125 B |
BIN
briar-android/res/drawable-mdpi/message_notification_icon.png
Normal file
|
After Width: | Height: | Size: 175 B |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 132 B |
BIN
briar-android/res/drawable-xhdpi/message_notification_icon.png
Normal file
|
After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Briar</string>
|
||||
<string name="notification_title">Briar is running</string>
|
||||
<string name="notification_text">Touch to show the home screen.</string>
|
||||
<string name="ongoing_notification_title">Briar is running</string>
|
||||
<string name="ongoing_notification_text">Touch to show the home screen.</string>
|
||||
<string name="setup_title">Briar Setup</string>
|
||||
<string name="choose_nickname">Choose your nickname:</string>
|
||||
<string name="choose_password">Choose your password:</string>
|
||||
@@ -91,4 +91,8 @@
|
||||
<string name="message_sent_toast">Message sent</string>
|
||||
<string name="post_sent_toast">Post sent</string>
|
||||
<string name="not_implemented_toast">Not implemented yet!</string>
|
||||
<string name="private_message_notification_title">New private message</string>
|
||||
<string name="private_message_notification_text">Touch to show.</string>
|
||||
<string name="group_post_notification_title">New forum post</string>
|
||||
<string name="group_post_notification_text">Touch to show.</string>
|
||||
</resources>
|
||||