Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9c37c36
Updating compose and kotlin dependencies 🚀
Jul 9, 2024
899fd75
Merge pull request #74 from MathRoda/update-deps
MathRoda Jul 30, 2024
b916b17
Migrating from Dagger Hilt to Koin has been done successfully 🚀✅
Aug 5, 2024
eeb97bd
🤣
Aug 5, 2024
fa451ab
Merge pull request #75 from MathRoda/feature/migrate-hilt-koin
MathRoda Aug 5, 2024
dcba2f1
Migrating from Retrofit to Ktor 🚀
Aug 6, 2024
fb0a4f2
Merge pull request #76 from MathRoda/feature/retrofit-ktor
MathRoda Aug 6, 2024
e57f601
Migrating MPAndroidChart to chart library that supports kmp 🚀
Aug 12, 2024
3c4d7dd
Merge pull request #77 from MathRoda/feature/kmp-chart
MathRoda Aug 12, 2024
e24f985
migrating feature modules to parent module 🚀
Aug 13, 2024
81c2a04
Migrating from androidx compose navigation to Voyager to support KMP 🤯
Aug 15, 2024
48f4ee8
Migrating viewModels to Voyager ScreenModel support KMP 🤯
Aug 18, 2024
48f13ae
Merge pull request #78 from MathRoda/feature/navigation-to-voyager
MathRoda Aug 18, 2024
b9db2d6
Migrating all data and domain modules to kmm libraries 🚀
Aug 29, 2024
1e0d0b4
Integrating Konnectivity library for real time internet state update …
Aug 30, 2024
569e295
Importing the Charts library to dashcoin
Sep 1, 2024
e4b333d
Pushing all changes together
Sep 14, 2024
66a07ea
Successfully building both IOS and Android 🤖
Sep 15, 2024
46eea71
Dashcoin Launches Successfully on IOS 🚀
Sep 17, 2024
b73aeb3
Fixing the major issues after migration and preparing for merge to ma…
Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
.externalNativeBuild
.cxx
local.properties
/core-network/src/main/java/com/mathroda/network/API.kt
6 changes: 6 additions & 0 deletions .idea/artifacts/core_datasource_jvm.xml

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

18 changes: 18 additions & 0 deletions .idea/deploymentTargetSelector.xml

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

42 changes: 28 additions & 14 deletions .idea/gradle.xml

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

3 changes: 3 additions & 0 deletions .idea/inspectionProfiles/Project_Default.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/kotlinc.xml

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

10 changes: 10 additions & 0 deletions .idea/migrations.xml

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

1 change: 1 addition & 0 deletions .idea/misc.xml

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

Loading