Skip to content

Commit 6e6e1bc

Browse files
committed
feat(branding): replace ZeroClaw branding with PhoneClaw across app
1 parent d394d74 commit 6e6e1bc

244 files changed

Lines changed: 272 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
android:networkSecurityConfig="@xml/network_security_config"
2525
android:roundIcon="@mipmap/ic_launcher_round"
2626
android:supportsRtl="true"
27-
android:theme="@style/Theme.ZeroClaw">
27+
android:theme="@style/Theme.PhoneClaw">
2828

2929
<activity
3030
android:name=".MainActivity"
3131
android:exported="true"
3232
android:enableOnBackInvokedCallback="true"
3333
android:windowSoftInputMode="adjustNothing"
34-
android:theme="@style/Theme.ZeroClaw">
34+
android:theme="@style/Theme.PhoneClaw">
3535
<intent-filter>
3636
<action android:name="android.intent.action.MAIN" />
3737
<category android:name="android.intent.category.LAUNCHER" />

app/src/main/baseline-prof.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Baseline profile for ZeroClaw-Android
1+
# Baseline profile for PhoneClaw-Android
22
# Hand-written rules to hint ART ahead-of-time compilation for startup performance.
33
# Prefix legend:
44
# H = Hot method (frequently executed)

app/src/main/java/com/zeroclaw/android/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/
@@ -22,7 +22,7 @@ import com.zeroclaw.android.navigation.ZeroClawAppShell
2222
import com.zeroclaw.android.ui.theme.ZeroClawTheme
2323

2424
/**
25-
* Main entry point for the ZeroClaw Android application.
25+
* Main entry point for the PhoneClaw Android application.
2626
*
2727
* Sets up edge-to-edge display and delegates all UI to
2828
* [ZeroClawAppShell] which manages navigation, the adaptive

app/src/main/java/com/zeroclaw/android/ZeroClawApplication.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/
@@ -71,7 +71,7 @@ import okhttp3.ConnectionPool
7171
import okhttp3.OkHttpClient
7272

7373
/**
74-
* Application subclass that initialises the native ZeroClaw library and
74+
* Application subclass that initialises the native PhoneClaw library and
7575
* shared service components.
7676
*
7777
* The native library is loaded once during process creation so that every

app/src/main/java/com/zeroclaw/android/data/CredentialsJsonParser.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/

app/src/main/java/com/zeroclaw/android/data/OAuthTokenRefresher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/

app/src/main/java/com/zeroclaw/android/data/ProviderKeyValidator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/

app/src/main/java/com/zeroclaw/android/data/ProviderRegistry.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/
@@ -12,7 +12,7 @@ import com.zeroclaw.android.model.ProviderCategory
1212
import com.zeroclaw.android.model.ProviderInfo
1313

1414
/**
15-
* Kotlin-side registry of AI providers supported by ZeroClaw.
15+
* Kotlin-side registry of AI providers supported by PhoneClaw.
1616
*
1717
* Source of truth: `zeroclaw/src/providers/mod.rs` (factory function, lines 183-303).
1818
* This registry mirrors the upstream provider list so the UI can present structured

app/src/main/java/com/zeroclaw/android/data/SecurePrefsProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/

app/src/main/java/com/zeroclaw/android/data/channel/ChannelSetupSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2026 ZeroClaw Community
2+
* Copyright 2026 PhoneClaw Community
33
*
44
* Licensed under the MIT License. See LICENSE in the project root.
55
*/

0 commit comments

Comments
 (0)