Commit Graph

40 Commits

Author SHA1 Message Date
Rajan Maurya
ee2f78bd77
Feature interbank Transfer (#1941) 2025-11-22 12:33:23 -05:00
Nagarjuna
9a127fd724
feat(beneficiary): Add beneficiary list screen (#1934) 2025-09-17 14:23:32 -04:00
JILAKARA REVANTH KUMAR
b218d3fa33
fix: Handle No Accounts in Home and Serializable Error in Transactions (#1938) 2025-09-16 17:43:37 +05:30
JILAKARA REVANTH KUMAR
96056b41d8
fix: Send Money Flow Fixes (#1933) 2025-09-11 22:53:47 +05:30
Nagarjuna
df7be3d35c
feat: Comment out features not using self API (#1928) 2025-09-09 06:00:53 -04:00
Hekmatullah
4ccb071d7d
refactor(core-network): integrate core-base/network to core/network (#1898) 2025-08-04 10:39:36 +01:00
Hekmatullah
a97853fd62
chore(build-logic): add missing dependencies to version catalog and complete build logic setup (#1894) 2025-07-29 21:20:16 +05:30
Biplab Dutta
e79a439924
fix(feature:standing-instruction): fix SI and create SI screen stuck at loading (#1890)
Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>
2025-07-24 18:38:57 +05:30
Hekmatullah
44bfb4e33c
[MW-207] Fix iOS Navigation & Crash Issues, Add TransferDate Serializer, Improve Beneficiary & Home Screen Behavior (#1878) 2025-07-09 23:29:00 +05:30
Hekmatullah
7535f16137
Fix TransferDetail deserialization error by updating transferDate type to String (#1875) 2025-06-28 22:48:02 +05:30
Hekmatullah
df938aba4e
[MW-225] feat(auth): Implement full Sign In & Sign Up flow with validation (#1872) 2025-06-19 15:09:26 +05:30
Biplab Dutta
8cb46abcf6
docs: Update module dependency graphs (#1844) 2025-01-23 11:56:04 -05:00
Sk Niyaj Ali
6320f20e66
chore(docs): Updated module graph (#1840)
* chore: Update web dependencies

Updated the following dependencies:
- Upgraded `enhanced-resolve` from 5.17.0 to 5.18.0
- Upgraded `karma` from 6.4.3 to 6.4.4
- Upgraded `kotlin-web-helpers` to 2.0.0
- Upgraded `mocha` from 10.7.0 to 10.7.3
- Upgraded `webpack` from 5.93.0 to 5.94.0
- Upgraded `ws` from 8.5.0 to 8.18.0

Removed the following dependencies:
- `@types/eslint`
- `@types/eslint-scope`

Also, updated the multi-platform build and publish workflow to use `niyajali/mifos-mobile-github-actions` instead of `openMF/mifos-mobile-github-actions`.

* ci: Update GitHub Actions workflow

This commit updates the GitHub Actions workflows to:

- Remove the pull request trigger from the `build-and-deploy-site` workflow. The workflow will now only be triggered manually or on a schedule.
- Add `build_ios` as an input to the `multi-platform-build-and-publish` workflow to control whether the iOS app should be built.
- Remove unused inputs from the `multi-platform-build-and-publish` workflow, including `publish_desktop` and `publish_web`.

* docs: Add module graphs for all modules

This commit adds module graphs to the README files of all modules, providing a visual representation of the dependencies between them.

The graphs are generated using Mermaid.js and show the relationships between modules, making it easier to understand the overall structure of the project.
2024-12-30 18:04:31 +05:30
Sk Niyaj Ali
3782fd0d6f
Merge kmm-impl into dev (#1813)
* Feat: KMP Library Setup (#1766)

* Migrating from hilt to koin (This) (#1764)

* Migrating from hilt to koin

* Fixed Instance creation error

* refactor: Removed Hilt and migrated to Koin

This commit removes Hilt and migrates the project to Koin for dependency injection.

The following
 changes were made:

- Removed the `AndroidHiltConventionPlugin`.
- Added the `AndroidKoinConventionPlugin`.
- Updated dependencies to use Koin.
- Updated KSP configuration for Koin.
- Updated feature modules to use Koin.
- Updated common modules to use Koin
.
- Removed Hilt annotations and replaced them with Koin annotations.
- Updated ViewModels to use Koin for dependency injection.
- Updated modules to use Koin for dependency injection.

* Formatted Dependencies

* migrating from hilt to koin clean up commit

* Revert "migrating from hilt to koin clean up commit"

This reverts commit bb63058e49.

---------

Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>

* Feat: KMP Library Setup

---------

Co-authored-by: Nagarjuna <99315689+Nagarjuna0033@users.noreply.github.com>

* Feat: [:core:model] - Migrated to KMM (#1770)

* Feat: [:core:common] KMP Migration (#1768)

* Feat: [:core:common] KMP Migration

* Updated Usage Declaration

* Feat: [:core:datastore] - Migrated to KMP (#1769)

* Feat: [:core:network] - Migrated to KMP (#1772)

* Feat: [:core:network] - Migrated to KMP

* Feat: [:core:data] - Migrated to KMP Library

* Feat: [:core:designsystem] - Migrated to KMP with CMP Library (#1774)

* Feat: [:core:ui] - Migrated to KMP with CMP Library (#1775)

* Feat: [:feature:auth] - Migrated to Kotlin Multiplatform (#1782)

* Feat: [:feature:auth] - Migrated to Kotlin Multiplatform

* Added Support For Web

* Feat: Migrated Passcode Module to KMP (#1783)

* Feat: Migrated Home Module to KMP (#1784)

* Feat: Migrated Edit Password Module to KMP (#1787)

* Feat: Migrated FAQ module to kmp (#1786)

* Feat: Migrated Settings Module to KMP (#1785)

* Feat: Migrated Profile Module to KMP (#1788)

* Feat: Migrated History Module to KMP (#1790)

* Feat: Migrated Payments Module to KMP (#1791)

* Feat: Migrated Finance Module to KMP (#1792)

* Feat: Migrated Accounts Module to KMP (#1793)

* Feat: Migrated Accounts Module to KMP

* Updated README.md

* Update README.md

* Feat: Migrated Invoices Module to KMP (#1794)

* Feat: Migrated KYC Module to KMP (#1798)

* Migrated Notification Module to KMP (#1799)

* Feat: Migrated KYC Module to KMP

* Feat: Migrated Notification Module to KMP

* Feat: Migrated Saved Card Module to KMP (#1800)

* Feat: Migrated Receipt Module to KMP (#1801)

* fix: Ios Build (#1802)

* Feat: Migrated SI Module to KMP (#1803)

* Feat: Migrated Request Money Module to KMP (#1807)

* Feat: Migrated Send Money Module to KMP (#1808)

* Feat: Migrated Make Transfer Module to KMP (#1809)

* Feat: Migrated QR Module to KMP (#1810)

* Feat: Migrated UPI Setup Module to KMP (#1811)

* Feat: Final Clean-up For KMP (#1812)

* Feat: Final Cleanup For KMP

* Update README.md

* Update EditPassword README.md

* Update FAQ README.md

* Update Finance README.md

* Update History README.md

* Update Home README.md

* Update Invoice README.md

* Update KYC README.md

* Update Make Transfer README.md

* Update Notification README.md

* Update Payments README.md

* Update Profile README.md

* Update Saved Card README.md

* Update Send Money README.md

* Update Settings README.md

* Update SI README.md

* Migrating from hilt to koin (This) (#1764)

* Migrating from hilt to koin

* Fixed Instance creation error

* refactor: Removed Hilt and migrated to Koin

This commit removes Hilt and migrates the project to Koin for dependency injection.

The following
 changes were made:

- Removed the `AndroidHiltConventionPlugin`.
- Added the `AndroidKoinConventionPlugin`.
- Updated dependencies to use Koin.
- Updated KSP configuration for Koin.
- Updated feature modules to use Koin.
- Updated common modules to use Koin
.
- Removed Hilt annotations and replaced them with Koin annotations.
- Updated ViewModels to use Koin for dependency injection.
- Updated modules to use Koin for dependency injection.

* Formatted Dependencies

* migrating from hilt to koin clean up commit

* Revert "migrating from hilt to koin clean up commit"

This reverts commit bb63058e49.

---------

Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>

* Profile UI redesign  (#1767)

* Refactor Profile UI

* Fixed Build Issue

* Profile UI Bug Fix & Improvement

* added placeholder for  when uri is null

cleanup

fix spotless test failure

* Fix - CI Build Issue

---------

Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>

* refactor: Redesign payment screen (#1773)

* refactor: Redesign payment screen

* resolved detekt error

* refactor : changed current theme instead of using NewUi

* resolved spotless errors

* refactor: Redesign finance screen (#1777)

* refactor: Redesign payment screen

* resolved detekt error

* refactor : changed current theme instead of using NewUi

* resolved spotless errors

* refactor: Redesign finance screen UI

* resolved spotless errors

* resolved conflicts

* changed structure of accounts screen

* refactor padding values in finance screen

* fix: dark theme colors (#1789)

* fix: dark theme colors

* fixed edit icon tint

* Fix invoice api (#1797)

* Redesign requeset screen UI

* fix MissingKoinDefinitionException

* removed comments and fixed share qr code bug

* fix: Invoice APIs

* update readme file (#1804)

* update readme file

* update readme file

* update readme file with how to contribute

* Add branch policy (#1805)

* update readme file

* update readme file

* update readme file with how to contribute

* update readme file with how to contribute

* update readme file with branch Policy

---------

Co-authored-by: Rajan Maurya <therajanmaurya@users.noreply.github.com>

* Migrating from hilt to koin (This) (#1764)

* Migrating from hilt to koin

* Fixed Instance creation error

* refactor: Removed Hilt and migrated to Koin

This commit removes Hilt and migrates the project to Koin for dependency injection.

The following
 changes were made:

- Removed the `AndroidHiltConventionPlugin`.
- Added the `AndroidKoinConventionPlugin`.
- Updated dependencies to use Koin.
- Updated KSP configuration for Koin.
- Updated feature modules to use Koin.
- Updated common modules to use Koin
.
- Removed Hilt annotations and replaced them with Koin annotations.
- Updated ViewModels to use Koin for dependency injection.
- Updated modules to use Koin for dependency injection.

* Formatted Dependencies

* migrating from hilt to koin clean up commit

* Revert "migrating from hilt to koin clean up commit"

This reverts commit bb63058e49.

---------

Co-authored-by: Sk Niyaj Ali <niyaj639@gmail.com>

* Merge kmm-impl to dev

---------

Co-authored-by: Nagarjuna <99315689+Nagarjuna0033@users.noreply.github.com>
Co-authored-by: Rajan Maurya <therajanmaurya@users.noreply.github.com>
Co-authored-by: Pronay Sarker <pronaycoding@gmail.com>
Co-authored-by: kapmaurya <152150716+kapmaurya@users.noreply.github.com>
2024-11-06 10:22:46 -05:00
Nagarjuna
28f9bd5446
Fix invoice api (#1797)
* Redesign requeset screen UI

* fix MissingKoinDefinitionException

* removed comments and fixed share qr code bug

* fix: Invoice APIs
2024-10-25 13:17:59 -04:00
Sk Niyaj Ali
2451ba540e
Configured Git Hooks & Migrated to Convention Plugin (#1759)
* Configured Git Hooks & Migrated to Convention Plugin

* Renamed branch name

* updated proguard-rules.pro
2024-09-04 12:37:34 -04:00
Pratyush Singh
7089ebcb3c
getSavingsWithAssociations in SavingsAccountService migrated to ktor (#1757) 2024-09-04 05:14:31 -04:00
Pratyush Singh
af3384ddeb
feat: Ktor implementation for auth service (#1755)
* deps for ktor

* first iteration of Ktor auth service

* login service completed

* ktor interceptor to manage headers & tokems

* removed serialization deps from network module

* initialized User model with default values

* refactored code to pass spotless check

* revert def values in user model
2024-09-03 08:49:39 -04:00
Sk Niyaj Ali
2a6dafec5c
Migrated To Kotlin 2.0 (#1751)
* Migrated To Kotlin 2.0

* Workflow CI Update
2024-08-24 12:42:44 -04:00
Sk Niyaj Ali
7233ff843e
Refactor - [:core:mifospay] Applied Spotless & Detekt Compose Rules (#1748) 2024-08-16 11:11:28 -04:00
Sk Niyaj Ali
6f87da5869
Refactor: dependencies to version catalog and remove unused files (#1717) 2024-08-08 08:23:43 -04:00
Sk Niyaj Ali
bac1001012
Fixed Build & Detekt Errors (#1715) 2024-07-31 12:25:30 -04:00
Aditya Kumdale
826e199aff
cleaned bank package (#1695) 2024-07-05 12:07:22 -04:00
Rajan Maurya
65779bcc54 fix: generate README and dep graph 2024-05-20 13:30:11 -04:00
Rajan Maurya
1d7e571d60 refactor: package name to org.mifospay 2024-04-17 01:33:08 -04:00
Rajan Maurya
0e46c9e1d4 fix: refactor and fix LinkBankAccount 2024-04-14 09:37:59 -04:00
Rajan Maurya
50f7032274 fix: migrate bottom navigation bar to jetpack compose and navigation compose. 2024-03-24 17:34:02 -04:00
Rajan Maurya
41eadbbf91 fix: authentication 2024-03-21 23:48:01 -04:00
Rajan Maurya
aa3ce7d255 feat: migrate sign up to jetpack compose and java to kotlin 2024-03-10 16:06:18 -04:00
Rajan Maurya
231f46855b feat: migrate MobileVerificationActivity into jetpack compose 2024-03-01 09:22:52 -05:00
Rajan Maurya
dcdbc91aed fix: model clean up 2024-02-28 23:04:28 -05:00
niranjannlc
db15451a43 removed the empty constructor 2024-02-28 22:41:44 -05:00
niranjannlc
73e0e497a0 change in account and account mapper 2024-02-28 22:41:44 -05:00
niranjannlc
e9263aeffa added parcelize anotation in remaining class 2024-02-28 22:41:44 -05:00
niranjannlc
e53a441af2 convert core model java class into kotilin data class 2024-02-28 22:41:44 -05:00
Pratyush Singh
bdec63fc7d fix #1539: checkstyle in data module & jobs for network, model module 2024-02-18 09:14:31 -05:00
Rajan Maurya
4967bb0ff8 fix: moved models data to model module 2024-02-17 10:44:11 -05:00
Rajan Maurya
f8d5e06810 fix: moved models partially from data to model module 2024-02-17 10:44:11 -05:00
Rajan Maurya
60b39dc5d6 fix: remove unused test directory 2024-02-17 10:44:11 -05:00
Rajan Maurya
b8173140dd fix: Add network and model module 2024-02-17 10:44:11 -05:00