Commit Graph

11 Commits

Author SHA1 Message Date
Yogesh Choudhary Paliyal
ab66306c1a Add Baseline Profile Module (#928)
* feat: add baseline profile

* feat: minor changes

* Update generate-baseline-profile.yml

* Update generate-baseline-profile.yml

* Cleanup and generate baseline profile

* feat(build): Add workflow to generate baseline profile

* Install GMD image for baseline profile generation
* Accept Android licenses
* Generate baseline profile for free release variant
* Upload generated baseline profiles as artifact

* Fix gmd source

* feat: Disable 64-bit requirement for Pixel 6 API 34

The 64-bit requirement has been disabled for the "pixel6Api34" managed virtual device.

* feat: Configure and run baseline profile generation

*   Cleared the default managed devices in `baselineprofile/build.gradle.kts` and explicitly added "pixel6Api34".
* Configured the GitHub Actions workflow `generate-baseline-profile.yml` to setup the managed device pixel6Api34.
* Configured the workflow to build all build type and flavor permutations.
* Added the option to show kernel logging and use "swiftshader_indirect" for GPU in the tests.

* Refactor: Update baseline profile setup task

*   Changed the Gradle task from `:benchmarks:pixel6Api34Setup` to `:baselineprofile:pixel6Api34Setup` in the GitHub Actions workflow for setting up the baseline profile generation.

* CI: Comment out GMD image installation in baseline profile generation workflow

The GMD image installation step in the `generate-baseline-profile.yml` workflow has been commented out.

* feat: Add Baseline Profile generation

*   The Baseline Profile generation is added in the project
*   Update baselineprofile module to use connected devices for test execution.
*   Create a new shell script `generateBaselineProfile.sh` to install app and baseline profile and pull file to `baseline-prof.txt`
*   Modify `generate-baseline-profile.yml` github workflow to generate profile on device using `reactivecircus/android-emulator-runner` action
*   Fix the package name to `com.yogeshpaliyal.keypass` in `BaselineProfileGenerator.kt` to pull the data.

* CI: Update Baseline Profile device to Nexus 6

* Changed the device profile used for Baseline Profile generation from Pixel 6 to Nexus 6 in the GitHub Actions workflow.
2025-03-31 17:16:20 +05:30
Yogesh Choudhary Paliyal
e0a3b7a104 feat: Crash Fix for invalid secret key (#888) 2024-06-16 17:51:35 +05:30
Yogesh Choudhary Paliyal
8d655e6ca4 Kotlin bump (#851)
* feat: enable lint error

* feat: Kotlin Bump

* feat: kotlin compose compatibility upgrade
2024-05-19 14:41:59 +05:30
Yogesh Choudhary Paliyal
6f8f5d05bc AGP bump to v8 (#647) 2023-07-30 15:00:38 +05:30
Yogesh Choudhary Paliyal
31bbd1dfa7 kmp migration started: shared module added (#530)
* kmp migration started: shared module added

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore

* Drop files from .gitignore
2023-05-10 20:31:37 +05:30
Yogesh Choudhary Paliyal
9fef76a3f4 Migration from gradle groovy to kotlin kts (#525)
* versions improvements

* improvements

* remove navigatio  plugin

* migrated gradle files from grovvy to kts
2023-05-10 14:43:22 +05:30
Yogesh Choudhary Paliyal
078ff5fe0e AGP version bump (#358)
* version bump

* minor improvements
2023-03-04 15:54:31 +05:30
Yogesh Choudhary Paliyal
da161f577b Enable R8 (#357)
* Update build.gradle

* Update gradle.properties
2023-02-28 18:54:16 +05:30
Yogesh Choudhary Paliyal
05027aafd6 Bump to v1.4.2
Update jvm
2022-01-11 21:10:33 +05:30
Yogesh Choudhary Paliyal
b0a4a5b514 Format Improve 2022-01-11 20:44:03 +05:30
Yogesh Paliyal
36caa3a5d1 initial commit 2021-01-31 22:06:02 +05:30