refactor: renomear package me.capcom.smsgateway → pt.whatsms.gateway
Build AAB — WhatSMS Gateway / build (push) Failing after 34s

- namespace, applicationId, todos os ficheiros .kt/.xml/.gradle actualizados
- directório me/capcom/smsgateway/ → pt/whatsms/gateway/
- zero referências a capcom no código fonte
This commit is contained in:
2026-04-24 18:28:08 +01:00
parent 1cb31d1615
commit 5c5b35f9e2
213 changed files with 822 additions and 822 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
android:name="me.capcom.smsgateway.ui.LogsFragment"
android:name="pt.whatsms.gateway.ui.LogsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="0dp"
+4 -4
View File
@@ -2,19 +2,19 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
android:icon="@drawable/ic_cloud_server"
app:fragment="me.capcom.smsgateway.ui.settings.WhatSmsServerSettingsFragment"
app:fragment="pt.whatsms.gateway.ui.settings.WhatSmsServerSettingsFragment"
app:summary="@string/url_e_credenciais_etc"
app:title="@string/whatsms_server_dotdotdot" />
<Preference
android:icon="@drawable/ic_messages"
app:fragment="me.capcom.smsgateway.ui.settings.MessagesSettingsFragment"
app:fragment="pt.whatsms.gateway.ui.settings.MessagesSettingsFragment"
app:title="@string/messages"
app:summary="@string/delays_limits_etc" />
<Preference
android:icon="@drawable/ic_webhook"
app:fragment="me.capcom.smsgateway.ui.settings.WebhooksSettingsFragment"
app:fragment="pt.whatsms.gateway.ui.settings.WebhooksSettingsFragment"
app:summary="@string/retries_signing_etc"
app:title="@string/webhooks_dotdotdot" />
@@ -37,7 +37,7 @@
<PreferenceCategory app:title="@string/logs">
<Preference
app:fragment="me.capcom.smsgateway.ui.LogsListFragment"
app:fragment="pt.whatsms.gateway.ui.LogsListFragment"
app:summary="@string/list_of_last_50_log_entries"
app:title="@string/view" />
<EditTextPreference
@@ -24,7 +24,7 @@
</PreferenceCategory>
<Preference
android:icon="@drawable/ic_webhooks_list"
app:fragment="me.capcom.smsgateway.ui.settings.WebhooksListFragment"
app:fragment="pt.whatsms.gateway.ui.settings.WebhooksListFragment"
app:summary="@string/webhook_list_summary"
app:title="@string/webhook_list_title" />
</androidx.preference.PreferenceScreen>