Skip to content

Harshit comm #20

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

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ae55ca7
Clear implementations for branch "coroutines_course_empty"
LukasLechnerDev Jun 10, 2020
337291f
Delete playground examples for branch "coroutines_course_empty"
LukasLechnerDev Jun 10, 2020
8eb10b3
Remove dispatcher from constructor of CalculationInBackgroundViewMode…
LukasLechnerDev Jul 15, 2020
421ca3d
Prepare exercise#4
LukasLechnerDev Jul 21, 2020
a226736
Remove code in AndroidVersionRepository.kt
LukasLechnerDev Aug 4, 2020
685623e
Remove button in UseCase#13
LukasLechnerDev Sep 2, 2020
80d077c
Remove tests for branch "coroutines_course_empty"
LukasLechnerDev Sep 30, 2020
8f64ca5
Remove playground examples for branch "coroutines_course_empty"
LukasLechnerDev Sep 30, 2020
6cf22a4
Clear implementations of first three exercises for coroutines course
LukasLechnerDev Jun 10, 2020
84af33e
Prepare exercise#4
LukasLechnerDev Jul 21, 2020
ba94943
Prepare exercise 5 in branch "coroutines_course_empty_exercises"
LukasLechnerDev Sep 30, 2020
d92b95f
Make project compile on M1 macs
LukasLechnerDev May 10, 2022
6d639ac
Make project compile on M1 macs
LukasLechnerDev May 10, 2022
42caf2b
Remove non-functional button
LukasLechnerDev May 12, 2022
9bf67f7
Fix VariableAmountOfNetworkRequestsViewModelTest.kt
LukasLechnerDev May 12, 2022
51544b0
Use mavenCentral instead of jcenter
LukasLechnerDev May 12, 2022
97daa3e
Use mavenCentral instead of jcenter
LukasLechnerDev May 12, 2022
30d3efb
Remove deprecated kotlin-android-extensions plugin
LukasLechnerDev May 12, 2022
b4316d4
Remove deprecated kotlin-android-extensions plugin
LukasLechnerDev May 12, 2022
96ea46c
Merge branch 'master' into coroutines_course_empty_exercises
LukasLechnerDev Aug 31, 2022
9cff268
Use correct dispatcher rule in test exercise
LukasLechnerDev Aug 31, 2022
b86aee9
Merge branch 'master' into coroutines_course_empty
LukasLechnerDev Aug 31, 2022
0585908
Merge branch 'master' into coroutines_course_empty_exercises
LukasLechnerDev Nov 9, 2022
81b89b9
Remove code for flow exercise about 'Intermediate operators'
LukasLechnerDev Nov 9, 2022
6ce7192
Remove code for flow exercise about 'Flow Exception Handling'
LukasLechnerDev Nov 9, 2022
de43f47
Remove code for flow exercise about 'Performing network requests conc…
LukasLechnerDev Nov 9, 2022
c12c10b
Merge branch 'coroutines_course_empty_exercises' into coroutines_cour…
LukasLechnerDev Nov 9, 2022
b93b180
Remove code for flow use cases, tests and playground files
LukasLechnerDev Nov 9, 2022
1dcebc5
Merge branch 'master' into coroutines_course_empty
LukasLechnerDev Jan 11, 2023
1aa1fdd
Delete playground files for course_empty branch
LukasLechnerDev Jan 11, 2023
8d98c29
Merge remote-tracking branch 'origin/master' into coroutines_course_e…
LukasLechnerDev Sep 2, 2023
e4d3e85
libs version update to support latest android studio
parmeshtoyou Sep 28, 2024
00293fa
review comment addressed by reverting added code
parmeshtoyou Oct 25, 2024
2d36b1d
Update build_and_test.yml
parmeshtoyou Oct 26, 2024
fd7602e
Merge pull request #18 from parmeshtoyou/library_version_updates
LukasLechnerDev Nov 8, 2024
172d186
Merge branch 'master' into coroutines_course_empty
LukasLechnerREWE Nov 8, 2024
359475e
aaa
shit-gaming Jan 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: ./gradlew test

- name: Build Project
run: ./gradlew assemble
run: ./gradlew assemble
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading