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: Writeopia/Writeopia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kdroidFilter/Writeopia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Mar 10, 2025

  1. feat: Integrate reactive Dark Mode detection for all desktop OS and a…

    …daptive top bar on Windows
    
    - Replace the use of isSystemInDarkTheme with isSystemInDarkMode to handle real-time theme changes across all desktop operating systems.
    - Add Windows top bar configuration using setWindowsAdaptiveTitleBar().
    - Currently, the top bar only follows the system theme and does not sync with the user's explicit preferences.
    
    more information at https://github.com/kdroidFilter/Platform-Tools?tab=readme-ov-file#-dark-mode-detection-module
    kdroidFilter committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    3cc1482 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Update dependencies for dark mode detector and AGP.

    Bumped platformtoolsDarkmodedetector to 0.2.8 and downgraded AGP to 8.6.1 to ensure compatibility and stability. Changes help maintain synchronization between dependencies.
    kdroidFilter committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    3cab0dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    451ceab View commit details
    Browse the repository at this point in the history
  3. Update dark mode detection to use platformtools library

    Replaced `isSystemInDarkTheme()` with `isSystemInDarkMode()` for dark mode detection using the `platformtools` library. Updated dependency version to `0.2.9` and replaced references in theme configuration and desktop app setup. Ensure compatibility and alignment with the updated library API.
    kdroidFilter committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    d0bad79 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

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