-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat - Support resolving debug & release variant from Android Java project #173
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fa5103 - Browse repository at this point
Copy the full SHA 8fa5103View commit details -
Implemented AndroidSourceSet Retrieval
Changes: - Added Android Library Module to android-test project. - Added SourceSetUtils file with methods to check for android projects and retrieve source sets. - Added unit test to GradleApiConnectorTest for android-test project.
Configuration menu - View commit details
-
Copy full SHA for 8b2ac66 - Browse repository at this point
Copy the full SHA 8b2ac66View commit details -
Add C Directories and CompileClasspath properties to AndroidSourceSet…
… and implement retrieval in SourceSetUtils.
Configuration menu - View commit details
-
Copy full SHA for 335ae82 - Browse repository at this point
Copy the full SHA 335ae82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe5eda - Browse repository at this point
Copy the full SHA 2fe5edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbde86 - Browse repository at this point
Copy the full SHA bbbde86View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3f79a6 - Browse repository at this point
Copy the full SHA a3f79a6View commit details -
Refactored AndroidUtils to populate almost all the android build targ…
…et properties. Changes: - Added most of the android build target properties. - Addressed checkstyle warnings - Changed GradleSourceSet to store set of resource output directories instead of one directory. - Removed temporary android testing methods.
Configuration menu - View commit details
-
Copy full SHA for b2bb34d - Browse repository at this point
Copy the full SHA b2bb34dView commit details -
JavaDocs and Refactoring between AndroidUtils and SourceSetsModelBuilder
Changes: - Added JavaDocs to AndroidUtils - Added SourceSetUtils for common utility methods for SourceSets. - Removed common method declarations from AndroidUtils and SourceSetsModelBuilder into SourceSetUtils.
Configuration menu - View commit details
-
Copy full SHA for 43a4704 - Browse repository at this point
Copy the full SHA 43a4704View commit details -
Complete Android GradleSourceSet and ModelBuilder unit test.
Changes: - Removed unnecessary resource files from android-test project. - Completed AndroidModelBuilder unit test in GradleApiConnectorTest. - Suppressed and addressed minor warnings in DependencyCollector and SourceSetsModelBuilder. - Removed classloader approach for retrieving artifact components in AndroidDependencyCollector. - AndroidBuildVariant SourceSet now stores full task name for compileTask. - AndroidSDK Jar is also added to AndroidBuildVariant SourceSet compileClasspath.
Configuration menu - View commit details
-
Copy full SHA for 90a8abf - Browse repository at this point
Copy the full SHA 90a8abfView commit details
Commits on Aug 23, 2024
-
Refactored Android build target and added integration test.
Changes: - Fixed android test project. - Added integration test to verify presence of android sdk component jar. - Moved android sdk component and R file from classpath to module dependency of a build target.
Configuration menu - View commit details
-
Copy full SHA for 57a6c85 - Browse repository at this point
Copy the full SHA 57a6c85View commit details -
Changes: - Removed default proguard files from android-test project. - Added a utility function for invocation of methods with reflection in AndroidUtils.
Configuration menu - View commit details
-
Copy full SHA for e4cc0c2 - Browse repository at this point
Copy the full SHA e4cc0c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04ee668 - Browse repository at this point
Copy the full SHA 04ee668View commit details
Commits on Aug 26, 2024
-
Changes: - Added needed notes to Android tests. - Removed unnecessary support dependency from android-test library project.
Configuration menu - View commit details
-
Copy full SHA for 368e8e9 - Browse repository at this point
Copy the full SHA 368e8e9View commit details
Commits on Aug 27, 2024
-
Added language extension to the android build targets for the client.
Changes: - Moved supportedLanguageModelBuilders method from the ModelBuilder to AndroidUtils. - Added JavaLanguageExtension to the android build target extensions property.
Configuration menu - View commit details
-
Copy full SHA for e919bfd - Browse repository at this point
Copy the full SHA e919bfdView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f129e62 - Browse repository at this point
Copy the full SHA f129e62View commit details