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: openhab/openhab-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.19.1-beta
Choose a base ref
...
head repository: openhab/openhab-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.19.2-beta
Choose a head ref
  • 4 commits
  • 19 files changed
  • 3 contributors

Commits on Jan 3, 2026

  1. Bump version to 3.19.1-beta and update fastlane metadata

    Signed-off-by: openhab-bot <[email protected]>
    openhab-bot committed Jan 3, 2026
    Configuration menu
    Copy the full SHA
    f315862 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Fix empty space on top of MainUI (#3959)

    WebView passes window insets to web pages now, and F7 respects those
    insets. Since we already handle the insets inside the activity, make
    sure not to pass them into the web view.
    
    Fixes #3958
    
    Signed-off-by: Danny Baumann <[email protected]>
    maniac103 authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    61e81ec View commit details
    Browse the repository at this point in the history
  2. New translations strings.xml (German) (#3956)

    Signed-off-by: mueller-ma <[email protected]>
    mueller-ma authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    9035e50 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Remove eventlistener (#3968)

    It crashes when targetSdkVersion is 35 and has already been removed from the Play version.
    
    Signed-off-by: mueller-ma <[email protected]>
    mueller-ma authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    6ebcb72 View commit details
    Browse the repository at this point in the history
Loading