delete outdated acceptance directory#882
Merged
jaredmixpanel merged 1 commit intomasterfrom Jan 17, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
AndroidManifest.xml,build.gradle,.classpath,.project,.settings/org.eclipse.jdt.core.prefs,proguard-project.txt,project.properties,settings.gradle, andlint.xml, which together defined the structure and build settings for the test application. [1] [2] [3] [4] [5] [6] [7] [8] [9]gradlew,gradlew.bat) that were used to build the test application. [1] [2]res/layout/activity_main.xml,res/menu/activity_main.xml,res/values/strings.xml,res/values/styles.xml). [1] [2] [3] [4].gitignoreand other project-level files specific to the test application.Removal of acceptance test scripts and documentation:
run.sh), the HTTP server script (http_server.py), and the README file documenting the acceptance test setup and instructions. [1] [2] [3]