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: cedricp/ecutweaker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3
Choose a base ref
...
head repository: cedricp/ecutweaker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4
Choose a head ref
  • 13 commits
  • 21 files changed
  • 2 contributors

Commits on Dec 24, 2024

  1. Configuration menu
    Copy the full SHA
    f9b98df View commit details
    Browse the repository at this point in the history
  2. format

    Furtif committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    0f34b8a View commit details
    Browse the repository at this point in the history
  3. add reload dialog

    Furtif committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    824a157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4993bbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9564d3 View commit details
    Browse the repository at this point in the history
  6. remove not more needed //todo

    Furtif committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    70e6b86 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. Merge pull request #22 from cedricp/sdk34_fix

    Sdk34 fix
    Furtif authored Jan 1, 2025
    Configuration menu
    Copy the full SHA
    b26091d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. update to sdk 15 (android 15)

    Furtif committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    7b33cc1 View commit details
    Browse the repository at this point in the history
  2. Implement WakeLock to prevent screen from going to sleep

    - Added PowerManager.WakeLock to keep the screen on during the activity's lifecycle.
    - Used `acquire()` to prevent the screen from going to sleep when the activity is active.
    - Released the WakeLock in `onDestroy()` to ensure the device isn't kept awake unnecessarily when the activity is destroyed.
    - Added `WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON` for additional screen wake prevention.
    Furtif committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6241103 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69eaf74 View commit details
    Browse the repository at this point in the history
  4. reformat global code

    Furtif committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    3f75f71 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #25 from cedricp/sdk_35

    update to sdk 15 (android 15)
    Furtif authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    cdbe559 View commit details
    Browse the repository at this point in the history
  6. bumUp Version

    Furtif committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    cd7bc3b View commit details
    Browse the repository at this point in the history
Loading