Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
27e56d3
Bump wordpress-rs to 1288-fbca03e9 for combined conversations support
adalpari May 28, 2026
6c45525
Add unified support conversations screen
adalpari May 28, 2026
c05f6d6
Branch unified support reply UX by conversation type
adalpari Jun 4, 2026
b776b82
Match Ask the Bots behavior for unified bot conversations
adalpari Jun 4, 2026
aedb265
Add HE-style list with status, + button, and new bot chat creation
adalpari Jun 4, 2026
6ef48a3
Render HE conversations like the Ask the HE screen in unified detail
adalpari Jun 4, 2026
178aef8
Bump wordpress-rs to 1376-7d42af3 for unified reply attachments
adalpari Jun 5, 2026
5c837b9
Enable screenshots and app logs in unified reply form
adalpari Jun 5, 2026
b7246fb
Send encrypted app log ids with unified conversation replies
adalpari Jun 5, 2026
3b83bc3
Match Ask the Bots new-chat UX and brand bot entries as Oddie bot
adalpari Jun 5, 2026
f6c3bcb
Replace Ask the Bots and Ask the HE sections with single Get help entry
adalpari Jun 5, 2026
a14657a
Clean up unified support code after consolidation
adalpari Jun 5, 2026
33ee92b
Bump wordpress-rs to 1288-85a8554
adalpari Jun 5, 2026
17f4b48
Fix review findings in unified support conversations
adalpari Jun 5, 2026
93f4786
Merge remote-tracking branch 'origin/trunk' into update/wordpress-rs-…
adalpari Jun 5, 2026
97f7aa8
Fix detekt and lint issues in unified support code
adalpari Jun 5, 2026
6031d65
Add tests for UnifiedSupportViewModel and EncryptedAppLogsUploader
adalpari Jun 5, 2026
a0690d6
Update support bot ID to jetpack-workflow-chat_mobile_support
adalpari Jun 8, 2026
d0da3ed
Harden unified support: scroll, send guard, video cache, attachment r…
adalpari Jun 8, 2026
fe454c4
Use mutableFloatStateOf for typing-dot alpha to avoid autoboxing
adalpari Jun 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions WordPress/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,6 @@
android:theme="@style/WordPress.NoActionBar"
android:label="@string/subscribers"/>

<activity android:name="org.wordpress.android.support.aibot.ui.AIBotSupportActivity"
android:theme="@style/WordPress.NoActionBar"
android:label="@string/ai_bot_conversations_title"
android:windowSoftInputMode="adjustResize"/>

<activity android:name="org.wordpress.android.support.main.ui.SupportActivity"
android:theme="@style/WordPress.NoActionBar"
android:label="@string/support_screen_title"/>
Expand All @@ -488,9 +483,9 @@
android:theme="@style/WordPress.NoActionBar"
android:label="@string/support_screen_application_logs_title"/>

<activity android:name="org.wordpress.android.support.he.ui.HESupportActivity"
<activity android:name="org.wordpress.android.support.unified.ui.UnifiedSupportActivity"
android:theme="@style/WordPress.NoActionBar"
android:label="@string/support_screen_title"
android:label="@string/unified_support_conversations_title"
android:windowSoftInputMode="adjustResize"/>

<!-- Deep Linking Activity -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading