-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[improvements] Code improvements to facilitate the increase of code c…
…overage (#135) * [improvements] Migrated code to Kotlin to improve it * [improvements] Migrated code to Kotlin to improve it * [fix] Fix compile errors * [fix] Improved DeviceUtils code * [fix] Fixed nullability of context * [feature] More code cleanup * [fix] Fix annotations on firebase analytics * [fix] Fixed unit tests * [fix] Fixed unit tests * [fix] Fixed unit tests * [fix] Cleared warnings, fixed unit tests * [fix] Improved WeakRunnable code * [fix] Fixed unit tests * [fix] Cleared warnings * [fix] Cleared warnings * [fix] Cleared warnings * [fix] Cleared warnings * [fix] Fix compile errors * [fix] Fixed unit tests * [fix] Fixed unit tests * [fix] Cleaned up code * [fix] Fixed unit tests * [fix] Attempt at fixing robolectric * [docs] README cleanup * [improvements] Post code cleanup test fixes * revert to using EnvironmentProvider.application as the new ApplicationProvider was not playing nice with Powermock * add MockitoHelper to deal with non-nullable values in argument matchers * add includeAndroidResources to gradle.properites according to Robolectric migration docs * [fix] Code fixs accordings to code review (indentation mainly) * [fix] Code fixs accordings to code review (indentation mainly) * [fix] Code fixs accordings to code review (indentation mainly) * [fix] Code fixs accordings to code review (indentation mainly) * [fix] Fix missing unit tests * [fix] Fix missing unit tests * [fix] Attempt to fix sonarqube * [ci/cd] Updated build tools / sdk version * [ci/cd] Updated sonarqube versions * [ci/cd] Updated gradle and sonarqube vars * [ci/cd] Updated jacoco version and added workaround to fix gradle/gradle#5184 * [ci/cd] Updated to openjdk13 * [ci/cd] Removed jacocoTestReport config * [ci/cd] Updated to openjdk12 * [ci/cd] Updated to openjdk11 * [ci/cd] changed to oracle jdk 11 * [ci/cd] Removed jdk * [fix] FIxed unit tests (FileProvider mocks) * [fix] Code cleanup * [fix] Fixed unit tests & code cleanup * [fix] Fixed unit tests * [fix] Fixed sonarqube path * [fix] Fixed sonarqube path Co-authored-by: Maja Trzebiatowska <maja.trzebiatowska@mindera.com>
- Loading branch information
1 parent
d3fe0d1
commit 8c3b416
Showing
88 changed files
with
4,290 additions
and
5,296 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
155 changes: 0 additions & 155 deletions
155
base/src/main/java/com/mindera/skeletoid/analytics/Analytics.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.