这是indexloc提供的服务,不要输入任何密码
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: termux/termux-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.52.0
Choose a base ref
...
head repository: termux/termux-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.53.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 25, 2025

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

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    8431c4a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    40abe78 View commit details
    Browse the repository at this point in the history
  2. Fixed: Fix NullPointerException in BatteryStatusAPI while convert…

    …ing a `null` `Integer` to an `int` for `batteryCurrentNow` and also do not output `null` values
    
    ```
    java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference
        at com.termux.api.apis.BatteryStatusAPI$1.writeJson(SourceFile:138)
        at com.termux.api.util.ResultReturner$ResultJsonWriter.writeResult(SourceFile:169)
        at com.termux.api.util.ResultReturner.lambda$returnData$0(SourceFile:271)
        at com.termux.api.util.ResultReturner.$r8$lambda$RFR2zSHu5FsJH7JvuCx4CPnUmMY(SourceFile:0)
        at com.termux.api.util.ResultReturner$$ExternalSyntheticLambda0.run(SourceFile:0)
        at java.lang.Thread.run(Thread.java:1119)
        Suppressed: java.lang.Exception: Called by:
            at com.termux.api.util.ResultReturner.returnData(SourceFile:239)
            at com.termux.api.apis.BatteryStatusAPI.onReceive(SourceFile:27)
            at com.termux.api.TermuxApiReceiver.doWork(SourceFile:91)
            at com.termux.api.TermuxApiReceiver.onReceive(SourceFile:65)
            at android.app.ActivityThread.handleReceiver(ActivityThread.java:4458)
            at android.app.ActivityThread.access$1800(ActivityThread.java:277)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2172)
            at android.os.Handler.dispatchMessage(Handler.java:106)
            at android.os.Looper.loopOnce(Looper.java:210)
            at android.os.Looper.loop(Looper.java:299)
            at android.app.ActivityThread.main(ActivityThread.java:8298)
            at java.lang.reflect.Method.invoke(Native Method)
            at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:576)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1073)
    ```
    agnostic-apollo committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    27a7599 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Release: v0.53.0

    agnostic-apollo committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    6c8eaa2 View commit details
    Browse the repository at this point in the history
Loading