Skip to content

delete outdated acceptance directory#882

Merged
jaredmixpanel merged 1 commit intomasterfrom
chore/delete-acceptance
Jan 17, 2026
Merged

delete outdated acceptance directory#882
jaredmixpanel merged 1 commit intomasterfrom
chore/delete-acceptance

Conversation

@jaredmixpanel
Copy link
Collaborator

This pull request removes all files and scripts related to the acceptance testing setup for the Android test application. The changes eliminate configuration files, build scripts, and sample resources, effectively cleaning up the repository by deleting the entire acceptance test application and its supporting infrastructure.

Removal of acceptance test application and related files:

  • Deleted all Android project configuration files, including AndroidManifest.xml, build.gradle, .classpath, .project, .settings/org.eclipse.jdt.core.prefs, proguard-project.txt, project.properties, settings.gradle, and lint.xml, which together defined the structure and build settings for the test application. [1] [2] [3] [4] [5] [6] [7] [8] [9]
  • Removed Gradle wrapper scripts (gradlew, gradlew.bat) that were used to build the test application. [1] [2]
  • Deleted resource files, including layouts, menus, string definitions, and styles, that provided the UI and appearance for the test app (res/layout/activity_main.xml, res/menu/activity_main.xml, res/values/strings.xml, res/values/styles.xml). [1] [2] [3] [4]
  • Removed .gitignore and other project-level files specific to the test application.

Removal of acceptance test scripts and documentation:

  • Deleted the main acceptance test runner script (run.sh), the HTTP server script (http_server.py), and the README file documenting the acceptance test setup and instructions. [1] [2] [3]

@jaredmixpanel jaredmixpanel merged commit 2637534 into master Jan 17, 2026
3 of 4 checks passed
@jaredmixpanel jaredmixpanel deleted the chore/delete-acceptance branch January 17, 2026 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant