Skip to content

Commit 10529a2

Browse files
committed
Updates to the .gitignore
Cleaned up AndroidManifest files which allowed me to delete the String.xml files. (Added copyright block where needed) Renamed and added runConfigurations for testing. Added test suite for the answers_provider. (100% coverage) Converted answers_provider to use constructor dependency injection. Add robolectric, assertj-core, to aid in testing. Bumped build tools version to latest stable. Added test methods to analyticskit to reach 100% coverage.
1 parent de11242 commit 10529a2

Some content is hidden

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

53 files changed

+2525
-754
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ proguard/
3333

3434
# Android Studio captures folder
3535
captures/
36+
37+
# Idea project items
38+
.idea/libraries
39+
.idea/workspace.xml
40+
.idea/modules.xml

.idea/codeStyleSettings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/support_annotations_23_2_0.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Unit_Tests.xml renamed to .idea/runConfigurations/Unit_Tests___Analytics_Kit.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Unit_Tests___Answers_Provider.xml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)