Skip to content

Commit

Permalink
yaxim -> Bruno name change for Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Oct 30, 2018
1 parent 5ec12ea commit c3fddea
Show file tree
Hide file tree
Showing 95 changed files with 592 additions and 592 deletions.
10 changes: 5 additions & 5 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:versionCode="52" android:versionName="@string/build_revision" package="org.yaxim.androidclient">
android:versionCode="52" android:versionName="@string/build_revision" package="org.yaxim.bruno">

<uses-sdk android:targetSdkVersion="17" android:minSdkVersion="7"
tools:overrideLibrary="me.leolin.shortcutbadger" />
Expand Down Expand Up @@ -109,8 +109,8 @@
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
<intent-filter>
<action android:name="org.yaxim.androidclient.ACTION_MESSAGE_HEARD" />
<action android:name="org.yaxim.androidclient.ACTION_MESSAGE_REPLY" />
<action android:name="org.yaxim.bruno.ACTION_MESSAGE_HEARD" />
<action android:name="org.yaxim.bruno.ACTION_MESSAGE_REPLY" />
</intent-filter>
</receiver>
<receiver android:name=".service.InstallReferrerReceiver"
Expand All @@ -123,10 +123,10 @@

<provider android:name=".data.ChatProvider"
android:exported="false"
android:authorities="org.yaxim.androidclient.provider.Chats" />
android:authorities="org.yaxim.bruno.provider.Chats" />
<provider android:name=".data.RosterProvider"
android:exported="false"
android:authorities="org.yaxim.androidclient.provider.Roster" />
android:authorities="org.yaxim.bruno.provider.Roster" />

<activity android:name="de.duenndns.ssl.MemorizingActivity" />

Expand Down
4 changes: 2 additions & 2 deletions res/layout/addrosteritemdialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
android:paddingBottom="20dp"
style="?attr/dialogTextColor"
/>
<org.yaxim.androidclient.widget.AutoCompleteJidEdit
<org.yaxim.bruno.widget.AutoCompleteJidEdit
android:id="@+id/AddContact_EditTextField"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand All @@ -49,7 +49,7 @@
android:hint="@string/addFriend_aliasHint"
style="@style/dialogEditText"
/>
<org.yaxim.androidclient.dialogs.GroupNameView
<org.yaxim.bruno.dialogs.GroupNameView
android:id="@+id/AddRosterItem_GroupName"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/firststartdialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
android:padding="2sp"
style="?attr/dialogTextColor"
/>
<org.yaxim.androidclient.widget.AutoCompleteJidEdit
<org.yaxim.bruno.widget.AutoCompleteJidEdit
android:id="@+id/StartupDialog_JID_EditTextField"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/moverosterentrytogroupview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
android:focusable="true"
style="?attr/dialogTextColor"
/>
<org.yaxim.androidclient.dialogs.GroupNameView
<org.yaxim.bruno.dialogs.GroupNameView
android:id="@+id/moverosterentrytogroupview_gv"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
Expand Down
2 changes: 1 addition & 1 deletion res/layout/muc_new_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_marginBottom="15dp"
android:visibility="gone"
/>
<org.yaxim.androidclient.widget.AutoCompleteJidEdit
<org.yaxim.bruno.widget.AutoCompleteJidEdit
android:id="@+id/muc_new_jid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down
22 changes: 11 additions & 11 deletions res/values-cs/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">yaxim</string>
<string name="app_name">Bruno</string>

<!-- Connection state -->
<string name="conn_title">yaxim: %s</string>
<string name="conn_title">Bruno: %s</string>
<string name="conn_connecting">Připojuji se k serveru...</string>
<string name="conn_disconnecting">Odpojuje se...</string>
<string name="conn_online">Připojen</string>
Expand All @@ -28,8 +28,8 @@
<string name="Global_JID_malformed">Ověřte adresu!</string>

<!-- FirstStartUpDialog -->
<string name="StartupDialog_Title">Vítejte v klientu yaxim!</string>
<string name="StartupDialog_Summary">Před použitím je potřeba yaxim nakonfigurovat. Prosím zadejte své Jabber ID a heslo.</string>
<string name="StartupDialog_Title">Vítejte v klientu Bruno!</string>
<string name="StartupDialog_Summary">Před použitím je potřeba Bruno nakonfigurovat. Prosím zadejte své Jabber ID a heslo.</string>
<string name="StartupDialog_pwHint">Zadejte heslo</string>
<string name="StartupDialog_pwshowHint">Show password</string>
<string name="StartupDialog_Username_title">Jabber ID:</string>
Expand All @@ -46,9 +46,9 @@
<!-- Notifications -->
<string name="notification_message">Zpráva od %s</string>
<string name="notification_anonymous_message">Přijata nová zpráva</string>
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {yaxim Chat}" -->
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {Bruno Chat}" -->
<string name="notification_muc_message">%1$s in %2$s</string>
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {yaxim Chat}" -->
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {Bruno Chat}" -->
<!--string name="notification_muc_pm">Message from %1$s in %2$s</string-->
<!-- notification button: direct reply (make SHORT string) -->
<string name="notification_reply">Reply</string>
Expand Down Expand Up @@ -88,7 +88,7 @@
<string name="showOffline_title">Zobrazení odpojených kontaktů</string>
<string name="enableGroups_summ">Uspořádat kontakty podle jejich skupin</string>
<string name="enableGroups_title">Zobrazovat skupiny kontaktů</string>
<string name="foregroundService_summ">Uchovávat yaxim v paměti pro zajištění stálého připojení (foreground service)</string>
<string name="foregroundService_summ">Uchovávat Bruno v paměti pro zajištění stálého připojení (foreground service)</string>
<string name="foregroundService_title">Ikona ve stavové liště</string>

<string name="preftitle_debug">Ladění</string>
Expand Down Expand Up @@ -134,7 +134,7 @@
<string name="Menu_Status">Stav</string>
<string name="Menu_connect">Připojit</string>
<string name="Menu_disconnect">Odpojit</string>
<string name="Menu_about">O aplikaci yaxim</string>
<string name="Menu_about">O aplikaci Bruno</string>
<string name="Menu_muc">Add group chat</string>
<string name="Menu_mark_all_as_read">Mark all as read</string>
<string name="Menu_send_invitation">Create invitation</string>
Expand Down Expand Up @@ -184,9 +184,9 @@

<!-- accountprefs -->
<string name="account_resource_title">Zdroj</string>
<string name="account_resource_summ">Výchozí: yaxim</string>
<string name="account_resource_summ">Výchozí: Bruno</string>
<string name="account_resource_dialog_title">Zadejte zdroj:</string>
<string name="account_resource_hint">yaxim</string>
<string name="account_resource_hint">Bruno</string>
<string name="account_prio_title">Priorita:</string>
<string name="account_prio_summ">Výchozí: 0 (povolené hodnoty: -128 až 127)</string>
<string name="account_prio_error">Povolené hodnoty: -128 .. 127</string>
Expand Down Expand Up @@ -241,7 +241,7 @@
-->

<!-- About Dialog -->
<string name="AboutDialog_title">O aplikaci yaxim</string>
<string name="AboutDialog_title">O aplikaci Bruno</string>
<string name="AboutDialog_DevelopersTitle">Vývojáři</string>
<string name="AboutDialog_DevelopersText">Contact</string>
<string name="AboutDialog_LicenceTitle">Licence</string>
Expand Down
20 changes: 10 additions & 10 deletions res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">yaxim</string>
<string name="app_name">Bruno</string>

<!-- Connection state -->
<string name="conn_title">yaxim: %s</string>
<string name="conn_title">Bruno: %s</string>
<string name="conn_connecting">Verbinde mit Server…</string>
<string name="conn_disconnecting">Verbindung wird getrennt…</string>
<string name="conn_online">Online</string>
Expand All @@ -24,8 +24,8 @@
<string name="Global_JID_malformed">Adressformat überprüfen!</string>

<!-- FirstStartUpDialog -->
<string name="StartupDialog_Title">Willkommen bei yaxim!</string>
<string name="StartupDialog_Summary">Sie müssen yaxim zuerst konfigurieren. Bitte Ihre Jabber-ID und Ihr Passwort eingeben.</string>
<string name="StartupDialog_Title">Willkommen bei Bruno!</string>
<string name="StartupDialog_Summary">Sie müssen Bruno zuerst konfigurieren. Bitte Ihre Jabber-ID und Ihr Passwort eingeben.</string>
<string name="StartupDialog_pwHint">Passwort eingeben</string>
<string name="StartupDialog_pwshowHint">Passwort anzeigen</string>
<string name="StartupDialog_Username_title">Jabber-ID:</string>
Expand All @@ -42,9 +42,9 @@
<!-- Notifications -->
<string name="notification_message">Mitteilung von %s</string>
<string name="notification_anonymous_message">Mitteilung empfangen</string>
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {yaxim Chat}" -->
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {Bruno Chat}" -->
<string name="notification_muc_message">%1$s in %2$s</string>
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {yaxim Chat}" -->
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {Bruno Chat}" -->
<!--string name="notification_muc_pm">Message from %1$s in %2$s</string-->
<!-- notification button: direct reply (make SHORT string) -->
<string name="notification_reply">Antworten</string>
Expand Down Expand Up @@ -130,7 +130,7 @@
<string name="Menu_Status">Status</string>
<string name="Menu_connect">Verbinden</string>
<string name="Menu_disconnect">Trennen</string>
<string name="Menu_about">Über yaxim</string>
<string name="Menu_about">Über Bruno</string>
<string name="Menu_muc">Gruppenchat hinzufügen</string>
<string name="Menu_mark_all_as_read">Alle als gelesen markieren</string>
<string name="Menu_send_invitation">Einladung erzeugen</string>
Expand Down Expand Up @@ -180,9 +180,9 @@

<!-- accountprefs -->
<string name="account_resource_title">Client-Ressource</string>
<string name="account_resource_summ">Vorgabe: yaxim</string>
<string name="account_resource_summ">Vorgabe: Bruno</string>
<string name="account_resource_dialog_title">Quelle eingeben:</string>
<string name="account_resource_hint">yaxim</string>
<string name="account_resource_hint">Bruno</string>
<string name="account_prio_title">Client-Priorität</string>
<string name="account_prio_summ">Vorgabe: 0 (erlaubt: -128 .. 127)</string>
<string name="account_prio_error">Erlaubte Werte: -128 .. 127</string>
Expand Down Expand Up @@ -237,7 +237,7 @@
-->

<!-- About Dialog -->
<string name="AboutDialog_title">Über yaxim</string>
<string name="AboutDialog_title">Über Bruno</string>
<string name="AboutDialog_DevelopersTitle">Entwickler</string>
<string name="AboutDialog_DevelopersText">Kontakt</string>
<string name="AboutDialog_LicenceTitle">Lizenzierung</string>
Expand Down
22 changes: 11 additions & 11 deletions res/values-el/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">yaxim</string>
<string name="app_name">Bruno</string>

<!-- Connection state -->
<string name="conn_title">yaxim: %s</string>
<string name="conn_title">Bruno: %s</string>
<string name="conn_connecting">Σύνδεση στο server…</string>
<string name="conn_disconnecting">Disconnecting…</string>
<string name="conn_online">Συνδεδεμένος</string>
Expand All @@ -28,8 +28,8 @@
<string name="Global_JID_malformed">Check address format!</string>

<!-- FirstStartUpDialog -->
<string name="StartupDialog_Title">Καλωσορίσατε στο yaxim!</string>
<string name="StartupDialog_Summary">Πρέπει να ρυθμίσετε πρώτα το yaxim για να μπορέσετε να το χρησιμοποιήσετε. Παρακαλώ το εισάγετε το Jabber ID και τον κωδικό σας.</string>
<string name="StartupDialog_Title">Καλωσορίσατε στο Bruno!</string>
<string name="StartupDialog_Summary">Πρέπει να ρυθμίσετε πρώτα το Bruno για να μπορέσετε να το χρησιμοποιήσετε. Παρακαλώ το εισάγετε το Jabber ID και τον κωδικό σας.</string>
<string name="StartupDialog_pwHint">Εισάγετε κωδικό</string>
<string name="StartupDialog_pwshowHint">Show password</string>
<string name="StartupDialog_Username_title">Jabber ID:</string>
Expand All @@ -46,9 +46,9 @@
<!-- Notifications -->
<string name="notification_message">Message from %s</string>
<string name="notification_anonymous_message">Message received</string>
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {yaxim Chat}" -->
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {Bruno Chat}" -->
<string name="notification_muc_message">%1$s in %2$s</string>
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {yaxim Chat}" -->
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {Bruno Chat}" -->
<!--string name="notification_muc_pm">Message from %1$s in %2$s</string-->
<!-- notification button: direct reply (make SHORT string) -->
<string name="notification_reply">Reply</string>
Expand Down Expand Up @@ -88,7 +88,7 @@
<string name="showOffline_title">Εμφάνιση επαφών εκτός σύνδεσης</string>
<string name="enableGroups_summ">Arrange your contacts by their groups</string>
<string name="enableGroups_title">Show contact groups</string>
<string name="foregroundService_summ">Keep yaxim in memory to ensure always-on connection (foreground service)</string>
<string name="foregroundService_summ">Keep Bruno in memory to ensure always-on connection (foreground service)</string>
<string name="foregroundService_title">Statusbar icon</string>

<string name="preftitle_debug">Debugging</string>
Expand Down Expand Up @@ -134,7 +134,7 @@
<string name="Menu_Status">Κατάσταση</string>
<string name="Menu_connect">Σύνδεση</string>
<string name="Menu_disconnect">Αποσύνδεση</string>
<string name="Menu_about">περί yaxim</string>
<string name="Menu_about">περί Bruno</string>
<string name="Menu_muc">Add group chat</string>
<string name="Menu_mark_all_as_read">Mark all as read</string>
<string name="Menu_send_invitation">Create invitation</string>
Expand Down Expand Up @@ -184,9 +184,9 @@

<!-- accountprefs -->
<string name="account_resource_title">Client Resource</string>
<string name="account_resource_summ">Default: yaxim</string>
<string name="account_resource_summ">Default: Bruno</string>
<string name="account_resource_dialog_title">Εισάγετε το resource:</string>
<string name="account_resource_hint">yaxim</string>
<string name="account_resource_hint">Bruno</string>
<string name="account_prio_title">Προτεραιότητά του Client</string>
<string name="account_prio_summ">Default: 0 (allowed: -128 .. 127)</string>
<string name="account_prio_error">Allowed values: -128 .. 127</string>
Expand Down Expand Up @@ -241,7 +241,7 @@
-->

<!-- About Dialog -->
<string name="AboutDialog_title">περί yaxim</string>
<string name="AboutDialog_title">περί Bruno</string>
<string name="AboutDialog_DevelopersTitle">Προγραμματιστές</string>
<string name="AboutDialog_DevelopersText">Contact</string>
<string name="AboutDialog_LicenceTitle">Αδειοδότηση</string>
Expand Down
22 changes: 11 additions & 11 deletions res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">yaxim</string>
<string name="app_name">Bruno</string>

<!-- Connection state -->
<string name="conn_title">yaxim: %s</string>
<string name="conn_title">Bruno: %s</string>
<string name="conn_connecting">Conectándose al servidor…</string>
<string name="conn_disconnecting">Desconectando...</string>
<string name="conn_online">En línea</string>
Expand All @@ -24,8 +24,8 @@
<string name="Global_JID_malformed">Verifique el formato de la dirección!</string>

<!-- FirstStartUpDialog -->
<string name="StartupDialog_Title">¡Bienvenido/a a yaxim!</string>
<string name="StartupDialog_Summary">Necesita configurar yaxim antes de usarlo. Por favor escriba su identidad de Jabber y su contaseña.</string>
<string name="StartupDialog_Title">¡Bienvenido/a a Bruno!</string>
<string name="StartupDialog_Summary">Necesita configurar Bruno antes de usarlo. Por favor escriba su identidad de Jabber y su contaseña.</string>
<string name="StartupDialog_pwHint">Escribe la contraseña</string>
<string name="StartupDialog_pwshowHint">Contraseña</string>
<string name="StartupDialog_Username_title">Identidad Jabber:</string>
Expand All @@ -42,9 +42,9 @@
<!-- Notifications -->
<string name="notification_message">Mensaje de %s</string>
<string name="notification_anonymous_message">Mensaje recibido</string>
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {yaxim Chat}" -->
<!-- Group Chat notification, %1$s is the user name, %2$s is the room, e.g. "{Ge0rG} in {Bruno Chat}" -->
<string name="notification_muc_message">%1$s en %2$s</string>
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {yaxim Chat}" -->
<!-- Group Group Chat private message notification, %1$s is the user name, %2$s is the room, e.g. "Message from {Ge0rG} in {Bruno Chat}" -->
<!--string name="notification_muc_pm">Message from %1$s in %2$s</string-->
<!-- notification button: direct reply (make SHORT string) -->
<string name="notification_reply">Responder</string>
Expand Down Expand Up @@ -84,7 +84,7 @@
<string name="showOffline_title">Mostrar contactos desconectados</string>
<string name="enableGroups_summ">Organizar sus contactos por grupo</string>
<string name="enableGroups_title">Mostrar grupos de contactos</string>
<string name="foregroundService_summ">Mantener yaxim en memoria para asegurar conexiones persistentes (servicio en primer plano)</string>
<string name="foregroundService_summ">Mantener Bruno en memoria para asegurar conexiones persistentes (servicio en primer plano)</string>
<string name="foregroundService_title">Icono de barra de estado</string>

<string name="preftitle_debug">Depuración</string>
Expand Down Expand Up @@ -130,7 +130,7 @@
<string name="Menu_Status">Estado</string>
<string name="Menu_connect">Conectar</string>
<string name="Menu_disconnect">Desconectar</string>
<string name="Menu_about">Acerca de yaxim</string>
<string name="Menu_about">Acerca de Bruno</string>
<string name="Menu_muc">Añadir chat en grupo</string>
<string name="Menu_mark_all_as_read">Marcar todos como leídos</string>
<string name="Menu_send_invitation">Crear invitación</string>
Expand Down Expand Up @@ -180,9 +180,9 @@

<!-- accountprefs -->
<string name="account_resource_title">Recurso del cliente</string>
<string name="account_resource_summ">Standard : yaxim</string>
<string name="account_resource_summ">Standard : Bruno</string>
<string name="account_resource_dialog_title">Escriba su recurso:</string>
<string name="account_resource_hint">yaxim</string>
<string name="account_resource_hint">Bruno</string>
<string name="account_prio_title">Prioridad del cliente</string>
<string name="account_prio_summ">Predefinido: 0 (permitido: -128 a 127)</string>
<string name="account_prio_error">Valores permitidos: -128 a 127</string>
Expand Down Expand Up @@ -237,7 +237,7 @@
-->

<!-- About Dialog -->
<string name="AboutDialog_title">Acerca de yaxim</string>
<string name="AboutDialog_title">Acerca de Bruno</string>
<string name="AboutDialog_DevelopersTitle">Desarrolladores</string>
<string name="AboutDialog_DevelopersText">Contacto</string>
<string name="AboutDialog_LicenceTitle">Licencia</string>
Expand Down
Loading

0 comments on commit c3fddea

Please sign in to comment.