aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-09-18 21:00:00 +0200
committerChristian Schneppe <christian@pix-art.de>2017-09-18 21:00:00 +0200
commitc0c9ce588ec60f09d0199c53a1229b722e9fa910 (patch)
treeca5dd4eb15889600ec67d0aa05ce7e445401c086 /src/main/res
parente582b79207817a7e49db71f5b1d03df6b0e7c8d1 (diff)
show permanent notification while transcoding video
Diffstat (limited to '')
-rw-r--r--src/main/res/drawable-hdpi/ic_hourglass_empty_white_24dp.pngbin0 -> 159 bytes
-rw-r--r--src/main/res/drawable-mdpi/ic_hourglass_empty_white_24dp.pngbin0 -> 135 bytes
-rw-r--r--src/main/res/drawable-xhdpi/ic_hourglass_empty_white_24dp.pngbin0 -> 174 bytes
-rw-r--r--src/main/res/drawable-xxhdpi/ic_hourglass_empty_white_24dp.pngbin0 -> 255 bytes
-rw-r--r--src/main/res/drawable-xxxhdpi/ic_hourglass_empty_white_24dp.pngbin0 -> 273 bytes
-rw-r--r--src/main/res/values-de/strings.xml2
-rw-r--r--src/main/res/values/strings.xml2
7 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/drawable-hdpi/ic_hourglass_empty_white_24dp.png b/src/main/res/drawable-hdpi/ic_hourglass_empty_white_24dp.png
new file mode 100644
index 000000000..5b8b6841d
--- /dev/null
+++ b/src/main/res/drawable-hdpi/ic_hourglass_empty_white_24dp.png
Binary files differ
diff --git a/src/main/res/drawable-mdpi/ic_hourglass_empty_white_24dp.png b/src/main/res/drawable-mdpi/ic_hourglass_empty_white_24dp.png
new file mode 100644
index 000000000..616df098d
--- /dev/null
+++ b/src/main/res/drawable-mdpi/ic_hourglass_empty_white_24dp.png
Binary files differ
diff --git a/src/main/res/drawable-xhdpi/ic_hourglass_empty_white_24dp.png b/src/main/res/drawable-xhdpi/ic_hourglass_empty_white_24dp.png
new file mode 100644
index 000000000..35b7eef2a
--- /dev/null
+++ b/src/main/res/drawable-xhdpi/ic_hourglass_empty_white_24dp.png
Binary files differ
diff --git a/src/main/res/drawable-xxhdpi/ic_hourglass_empty_white_24dp.png b/src/main/res/drawable-xxhdpi/ic_hourglass_empty_white_24dp.png
new file mode 100644
index 000000000..8f67bc62b
--- /dev/null
+++ b/src/main/res/drawable-xxhdpi/ic_hourglass_empty_white_24dp.png
Binary files differ
diff --git a/src/main/res/drawable-xxxhdpi/ic_hourglass_empty_white_24dp.png b/src/main/res/drawable-xxxhdpi/ic_hourglass_empty_white_24dp.png
new file mode 100644
index 000000000..b0bda2606
--- /dev/null
+++ b/src/main/res/drawable-xxxhdpi/ic_hourglass_empty_white_24dp.png
Binary files differ
diff --git a/src/main/res/values-de/strings.xml b/src/main/res/values-de/strings.xml
index 7e593dd12..986a31c60 100644
--- a/src/main/res/values-de/strings.xml
+++ b/src/main/res/values-de/strings.xml
@@ -669,7 +669,7 @@
<string name="show_inactive_devices">Zeige inaktive Geräte</string>
<string name="distrust_omemo_key">Gerät misstrauen</string>
<string name="distrust_omemo_key_text">Bist du sicher, dass du die Verifizierung dieses Gerätes misstrauen möchtest? Dieses Gerät und Nachrichten von dem Gerät werden als unverifiziert markiert.</string>
- <string name="transcoding_video_progress">Video wird komprimiert (%s%%)</string>
+ <string name="transcoding_video">Video wird komprimiert</string>
<string name="encrypting_message">Nachricht wird verschlüsselt</string>
<string name="pref_automatically_delete_messages">Nachrichten automatisch löschen</string>
<string name="pref_automatically_delete_messages_description">Nachrichten von diesel Gerät nach dem eingestellten Zeitfenster automatisch löschen.</string>
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3fb0c39e2..86502dac1 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -729,7 +729,7 @@
<string name="hide_inactive_devices">Hide inactive devices</string>
<string name="reply">Reply</string>
<string name="encrypting_message">Encrypting message</string>
- <string name="transcoding_video_progress">Compressing video (%s%%)</string>
+ <string name="transcoding_video">Compressing video</string>
<string name="pref_automatically_delete_messages_description">Automatically delete messages from this device that are older than the configured time frame.</string>
<string name="pref_automatically_delete_messages">Automatic message deletion</string>
<string name="not_fetching_history_retention_period">Not fetching messages due to local retention period.</string>