Danish Jamal

Results 20 issues of Danish Jamal

Description - Datatable endpoints migrated to sdk - SavingsAccounts endpoints migrated - `createSavingsAccount`, `getClientSavingsAccountTemplateByProduct` and `getGroupSavingsAccountTemplateByProduct`, still uses older definition and it works fine. The sdk models doesn't meet the...

**Summary:** This issue focuses on converting the DataManager classes to Kotlin. Since their is ongoing migration of APIs to SDK, it would be easier to convert the language to Kotlin...

Fixes #1854 Search data manager is not migrated to Kotlin, due to `SearchPresenterTest` failure. The reason for the failure of test is because mockito version 1 was not capable of...

Fixes #1854 Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `MifosStyle.xml` style template to your code in Android Studio. -...

Fixes #1854 This PR includes dependency version update for mockito, `'org.mockito:mockito-core:1.10.19'` >> `testImplementation 'org.mockito:mockito-core:3.10.0'`. Since older version of mockito doesn't support mocking the closed class and by default all Kotlin...

Fixes #1854 Description Migrated the SurveyDataManager.java to Kotlin. Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `MifosStyle.xml` style template to...

Fixes #1559 ## Screenshot Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `MifosStyle.xml` style template to your code in Android...

Fixes #1643 Please make sure these boxes are checked before submitting your pull request - thanks! - [x] Apply the `MifosStyle.xml` style template to your code in Android Studio. -...

Fixes #1572 **Changes** Pressing back on the `Clients/Groups/Centers` section redirect back to `Dashboard` instead of showing the toast and exiting the app Please make sure these boxes are checked before...

Fixes #1584 **Changes** 1. Implemented `NetworkChangeReceiver` broadcast receiver. 2. Registered the receiver in `DashboardActivity`. 3. Override `onNewIntent` method to toggle the app state from offline to online and vice versa....