Prepare for 0.3 release
This commit is contained in:
parent
f5d1435182
commit
9838d56794
|
@ -34,7 +34,7 @@ public class Dino.CallState : Object {
|
||||||
this.call = call;
|
this.call = call;
|
||||||
this.stream_interactor = stream_interactor;
|
this.stream_interactor = stream_interactor;
|
||||||
|
|
||||||
if (call.direction == Call.DIRECTION_OUTGOING && call.state != Call.State.OTHER_DEVICE && call.ourpart.equals(call.account.full_jid)) {
|
if (call.direction == Call.DIRECTION_OUTGOING && call.state != Call.State.OTHER_DEVICE) {
|
||||||
accepted = true;
|
accepted = true;
|
||||||
|
|
||||||
Timeout.add_seconds(30, () => {
|
Timeout.add_seconds(30, () => {
|
||||||
|
|
|
@ -140,14 +140,14 @@
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image height="950" width="1600">https://dino.im/img/appdata/main.png</image>
|
<image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image>
|
<image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
|
||||||
<image height="1188" width="2018">https://dino.im/img/appdata/contact_details.png</image>
|
|
||||||
</screenshot>
|
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<translation type="gettext">dino</translation>
|
<translation type="gettext">dino</translation>
|
||||||
<developer_name>Dino Development Team</developer_name>
|
<developer_name>Dino Development Team</developer_name>
|
||||||
|
|
|
@ -13,14 +13,14 @@
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image height="950" width="1600">https://dino.im/img/appdata/main.png</image>
|
<image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image>
|
||||||
|
</screenshot>
|
||||||
|
<screenshot>
|
||||||
|
<image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image>
|
<image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
|
||||||
<image height="1088" width="2018">https://dino.im/img/appdata/contact_details.png</image>
|
|
||||||
</screenshot>
|
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<translation type="gettext">dino</translation>
|
<translation type="gettext">dino</translation>
|
||||||
<developer_name>Dino Development Team</developer_name>
|
<developer_name>Dino Development Team</developer_name>
|
||||||
|
|
|
@ -274,6 +274,7 @@ public class Dino.Ui.Application : Gtk.Application, Dino.Application {
|
||||||
if (version != null && !version.contains("git")) {
|
if (version != null && !version.contains("git")) {
|
||||||
switch (version.substring(0, 3)) {
|
switch (version.substring(0, 3)) {
|
||||||
case "0.2": version = @"$version - <span font_style='italic'>Mexican Caribbean Coral Reefs</span>"; break;
|
case "0.2": version = @"$version - <span font_style='italic'>Mexican Caribbean Coral Reefs</span>"; break;
|
||||||
|
case "0.3": version = @"$version - <span font_style='italic'>Theikenmeer</span>"; break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Gtk.AboutDialog dialog = new Gtk.AboutDialog();
|
Gtk.AboutDialog dialog = new Gtk.AboutDialog();
|
||||||
|
|
Loading…
Reference in a new issue