Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rosuH/EasyWatermark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.5
Choose a base ref
...
head repository: rosuH/EasyWatermark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.6
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 29, 2024

  1. ci: update environment variables for Gradle in workflow files

    Added environment variables to `pr_pre_check.yml`, `publish.yml`, and `release.yml` to optimize Gradle performance by setting JVM and Kotlin daemon options for better memory management and build efficiency.
    
    > GENERATE BY https://aicommit.app
    rosuH committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    744f548 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. refactor(build): remove dynamic version calculation from build script.

    …#31 (#353)
    
    Removed functions in build.gradle.kts that dynamically calculate versionCode and versionName. Set static values for versionCode and versionName directly. Updated release.yml to retrieve versionName from build.gradle.kts instead of gradle.properties.
    
    > GENERATE BY https://aicommit.app
    rosuH authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    1c2e9e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. bump target sdk version to 35 (#357)

    * fix(bitmap): handle null config in getBytesInPixel by providing default ARGB_8888
    
    Also update SDK and versioning to target and support Android SDK 35
    
    > GENERATE BY https://aicommit.app
    
    * build: upgrade Gradle wrapper to 8.9 and AGP to 8.7.0
    
    > GENERATE BY https://aicommit.app
    rosuH authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    5adda54 View commit details
    Browse the repository at this point in the history
  2. chore(ci): update gradle setup action to v4 in workflows (#359)

    * fix(bitmap): handle null config in getBytesInPixel by providing default ARGB_8888
    
    Also update SDK and versioning to target and support Android SDK 35
    
    > GENERATE BY https://aicommit.app
    
    * build: upgrade Gradle wrapper to 8.9 and AGP to 8.7.0
    
    > GENERATE BY https://aicommit.app
    
    * chore(ci): update gradle setup action to v4 in workflows
    
    > GENERATE BY https://aicommit.app
    rosuH authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    7e4aad2 View commit details
    Browse the repository at this point in the history
Loading