-
Notifications
You must be signed in to change notification settings - Fork 721
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
moved .kotlin into gitignore #2715
Closed
Nagarjuna0033
wants to merge
58
commits into
openMF:development
from
Nagarjuna0033:moving-folder-to-gitignore
Closed
moved .kotlin into gitignore #2715
Nagarjuna0033
wants to merge
58
commits into
openMF:development
from
Nagarjuna0033:moving-folder-to-gitignore
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Refactor - [:core:common] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-56](https://mifosforge.jira.com/browse/MM-56) * feat: add getTodayFormatted function Added a new function `getTodayFormatted` to `DateHelper.kt` which returns today's date in " dd-MM-yyyy" format. * Refactor - [:core:common] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-56](https://mifosforge.jira.com/browse/MM-56)
* Refactor - [:core:data] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-57](https://mifosforge.jira.com/browse/MM-57) * Refactor - [:core:data] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-58](https://mifosforge.jira.com/browse/MM-58) * Refactor - [:core:logs] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-59](https://mifosforge.jira.com/browse/MM-59)
* Refactor - [:core:model] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-60](https://mifosforge.jira.com/browse/MM-60) * Refactor - [:core:network] Apply & Fix Ktlint & Detekt Rules Jira tasks - [MM-61](https://mifosforge.jira.com/browse/MM-61) * Refactor - Applied & Fixed Ktlint & Detekt Rules in Core Module Jira tasks - [MM-62](https://mifosforge.jira.com/browse/MM-62)
* Apply & Fix Detekt, Ktlint Rules in Account Module Jira Tasks - [MM-64](https://mifosforge.jira.com/browse/MM-64) * Refactor- [:feature:auth] Apply & Fix Detekt, Ktlint Rules Jira Tasks - [MM-65](https://mifosforge.jira.com/browse/MM-65) * Refactor- [:feature:beneficiary] Apply & Fix Detekt, Ktlint Rules Jira Tasks - [MM-66](https://mifosforge.jira.com/browse/MM-66)
* Refactor- [:feature:settings] Apply & Fix Detekt, Ktlint Rules Jira Tasks - [MM-77](https://mifosforge.jira.com/browse/MM-77) * filed build issue
koin modules added and dependencies updated Koin initialized for AndroidMain and IOSMain AndroidMain and IOSMain implemented
…Rules (#2690) Jira Tasks - [MM-78](https://mifosforge.jira.com/browse/MM-78)
Jira Tasks - [MM-82](https://mifosforge.jira.com/browse/MM-82)
This commit introduces several GitHub Actions workflows to automate the release process: - **Production Deploy:** Triggered by a released GitHub release, this workflow promotes the beta track to production on Google Play. - **Tag Weekly Release:** Scheduled to run weekly, this workflow tags a final release and triggers the `onPush.yml` workflow for beta deployment. - **Bump our Calendar Version:** Scheduled to run monthly, this workflow bumps the calendar version. - **On Push:** Triggered by pushes to the master branch, this workflow builds the app, creates a GitHub pre-release, and deploys to Play Store internal track. It also promotes to beta if the `beta` input is set to true. Additionally, this commit includes changes to support the release automation: - Adds `reckon` plugin for version management. - Adds `fastlane` for Play Store and Amazon Appstore deployment. - Adds GitHub Actions to generate release notes and version numbers. - Updates `build.gradle.kts` to use environment variables for signing configurations and version ing. - Adds a mock `google-services.json` for testing. - Updates `.gitignore` to exclude sensitive files. This automation will streamline the release process and ensure consistent versioning and deployment.
This commit updates the workflows to build the androidApp module instead of the mifospay module. The following changes were made: - Updated the `onPush.yml` workflow to build and archive the `androidApp` module. - Updated the `inflate-secrets` action to use the `androidApp` module. - Updated the `AppFile` to use the correct package name and credentials file.
This commit updates the workflows to build the androidApp module instead of the mifospay module. The following changes were made: - Updated the `onPush.yml` workflow to build and archive the `androidApp` module. - Updated the `inflate-secrets` action to use the `androidApp` module. - Updated the `AppFile` to use the correct package name and credentials file.
Fixed Build Error
Attempt#2 - Fixing Workflow Error
Attempt#3 - Fixing Workflow Error
Attempt#4 - Fixing Release Workflow Error
Attempt#5 - Fixing Release Workflow Error
Attempt#6 - Fixing Release Workflow Error
Attempt#7 - Fixing Release Workflow Error
Resolved an issue where the login screen background did not change when dark mode was enabled. Now the background adapts correctly to the system theme, ensuring consistency in both light and dark modes.
* feat: Fixed Release Build * Generated DependencyGuard Baseline * Updated DependencyGuard Baseline * Updated DependencyGuard Baseline
Fixed Release Workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #MM-84
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Apply the
AndroidStyle.xml
style template to your code in Android Studio.Run the unit tests with
./gradlew check
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.