Skip to content
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
wants to merge 58 commits into from
Closed

moved .kotlin into gitignore #2715

wants to merge 58 commits into from

Conversation

Nagarjuna0033
Copy link
Contributor

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 anything

  • If you have multiple commits please combine them into one commit by squashing them.

AvneetSingh2001 and others added 30 commits August 14, 2024 12:12
* 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
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.
niyajali and others added 28 commits September 6, 2024 23:35
Attempt#2 - 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
@Nagarjuna0033 Nagarjuna0033 deleted the moving-folder-to-gitignore branch December 3, 2024 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants