feature_board_view #28

Merged
norangebit merged 19 commits from feature_board_view into develop 2020-01-16 18:33:24 +00:00
Owner
No description provided.
norangebit requested changes 2020-01-16 17:27:51 +00:00
app/build.gradle Outdated
@ -69,6 +71,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
Owner

where this dependency has been used?

where this dependency has been used?
Author
Owner

this dependecies are not used, I delete them.

this dependecies are not used, I delete them.
@ -79,2 +82,4 @@
androidTestImplementation "androidx.arch.core:core-testing:$rootProject.androidxArchVersion"
androidTestImplementation "androidx.arch.core:core-testing:$rootProject.coreTestingVersion"
testImplementation 'org.mockito:mockito-core:2.19.0'
Owner

Where this dependency has been used?

Where this dependency has been used?
@ -0,0 +59,4 @@
Intent i = getIntent();
idBoard = i.getStringExtra("idBoard");
getListsButton = findViewById(R.id.getLists);
Owner

I think it would be better to group all these findViewById in one function to make the code more readable.

I think it would be better to group all these `findViewById` in one function to make the code more readable.
Author
Owner

ok, I review it

ok, I review it
norangebit approved these changes 2020-01-16 18:33:16 +00:00
norangebit closed this pull request 2020-01-16 18:33:24 +00:00
norangebit deleted branch feature_board_view 2020-01-16 18:33:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kanban/wedroid#28
No description provided.