From 592c28dc5bf5f0501ca5581ccca056bdc3340584 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:35:59 +0000 Subject: [PATCH 1/6] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 330e1df..a888743 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/code docker: - - image: circleci/android:api-28-alpha + - image: circleci/android:api-29-alpha environment: - JVM_OPTS: -Xmx3200m steps: From c1551d3ff79df3f79c3a15c3f4079911e1efe7f5 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:37:01 +0000 Subject: [PATCH 2/6] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a888743..0681047 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,8 +3,9 @@ jobs: build: working_directory: ~/code docker: - - image: circleci/android:api-29-alpha + - image: circleci/android:api-28-alpha environment: + - CIRCLE_COMPARE_URL: https://github.com/hmalik144/SquareGithubRepo/compare/d44aa77b0a5382f4365ded4068397857333b48e7...9aa146df2b9eaa36e6e942cec657abf3100eba20 - JVM_OPTS: -Xmx3200m steps: - checkout From fe064a2b954b476cf026daa00f9a78706394c0d1 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:40:12 +0000 Subject: [PATCH 3/6] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0681047..ea4eb7d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/code docker: - - image: circleci/android:api-28-alpha + - image: circleci/android:api-29-alpha environment: - CIRCLE_COMPARE_URL: https://github.com/hmalik144/SquareGithubRepo/compare/d44aa77b0a5382f4365ded4068397857333b48e7...9aa146df2b9eaa36e6e942cec657abf3100eba20 - JVM_OPTS: -Xmx3200m From 21ff7833d02513d178b63e1b2fc258b95e69e252 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:42:30 +0000 Subject: [PATCH 4/6] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea4eb7d..b62c1eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: working_directory: ~/code docker: - - image: circleci/android:api-29-alpha + - image: circleci/android:api-29 environment: - CIRCLE_COMPARE_URL: https://github.com/hmalik144/SquareGithubRepo/compare/d44aa77b0a5382f4365ded4068397857333b48e7...9aa146df2b9eaa36e6e942cec657abf3100eba20 - JVM_OPTS: -Xmx3200m From 799299bdce689a4fd5dc01d497cbcbacd2dcb178 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:52:50 +0000 Subject: [PATCH 5/6] Update README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b1ab9b..0f72101 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,25 @@ Permissions : Internet - Open repo on click - Display language of repo (if available) -## Espresso UI tests +## Architectural Pattern + +MVVM - Model View Viewmodel + +## Jetpack + +* [AndroidX](https://developer.android.com/jetpack) + +## Unit tests ### Test case one - - Testing listview population + - Testing of room database queries ### Test case two - - Testing filter list in searchview - - Testing sort feature from menu + - Testing Repository ## Built With -* [RxJava](https://github.com/ReactiveX/RxJava) - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. +* [Kodein](https://github.com/Kodein-Framework/Kodein-DI) * [Retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc ## Authors From 274245ed024d9088012c75cb8da410664cdfce13 Mon Sep 17 00:00:00 2001 From: hmalik144 Date: Fri, 24 Jan 2020 18:53:38 +0000 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f72101..5b2c3f8 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ MVVM - Model View Viewmodel ## Built With -* [Kodein](https://github.com/Kodein-Framework/Kodein-DI) +* [Kodein](https://github.com/Kodein-Framework/Kodein-DI) - Painless Kotlin Dependency Injection * [Retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc ## Authors