Skip to content

Commit 3a4cbd3

Browse files
authored
Remove native implementation of the site brekage reporting screen (#5483)
Task/Issue URL: https://app.asana.com/0/488551667048375/1208540813186997/f ### Description This PR removes native implementation of the site breakage reporting screen, which is currently hidden by a feature flag. We migrated to the web version of that form for several months and don't intend to go back to using native one. ### Steps to test this PR #### Navigate to the screen through Privacy Dashboard - [x] Navigate to any website - [x] Tap shield icon in the toolbar - [x] Tap "Website not working?" - [x] Verify that you landed on site breakage report screen and can send the report #### Navigate to the screen through the options menu - [x] Navigate to any website - [x] Tap "Report Broken Site" in the options menu - [x] Verify that you landed on site breakage report screen and can send the report #### Navigate to the screen through the CTA shown on refreshing - [x] Navigate to any website - [x] Refresh 3 times in <20s - [x] Tap "Report Broken Site" on the CTA that appears - [x] Verify that you landed on site breakage report screen and can send the report ### No UI changes
1 parent 86b8444 commit 3a4cbd3

File tree

52 files changed

+18
-2641
lines changed

Some content is hidden

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

52 files changed

+18
-2641
lines changed

app/src/main/AndroidManifest.xml

-6
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,6 @@
348348
android:exported="false"
349349
android:label="@string/feedbackActivityTitle"
350350
android:windowSoftInputMode="adjustResize" />
351-
<activity
352-
android:name="com.duckduckgo.app.brokensite.BrokenSiteActivity"
353-
android:exported="false"
354-
android:label="@string/brokenSiteHeading"
355-
android:windowSoftInputMode="adjustResize"
356-
android:parentActivityName=".BrowserActivity" />
357351
<activity
358352
android:name="com.duckduckgo.app.survey.ui.SurveyActivity"
359353
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|navigation|keyboard"

app/src/main/java/com/duckduckgo/app/brokensite/AppBrokenSiteNav.kt

-35
This file was deleted.

app/src/main/java/com/duckduckgo/app/brokensite/BrokenSiteActivity.kt

-310
This file was deleted.

0 commit comments

Comments
 (0)