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: saber-notes/saber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: saber-notes/saber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.1
Choose a head ref
  • 15 commits
  • 74 files changed
  • 1 contributor

Commits on Jul 16, 2025

  1. chore: remove golden_screenshot in release builds

    This prevents the topbar images and Roboto fonts from being bundled when they're not needed, e.g.:
    ```
    ...
    ./data/flutter_assets/packages/yaru/assets/fonts/Ubuntu-B.ttf
    ./data/flutter_assets/packages/golden_screenshot/
    ./data/flutter_assets/packages/golden_screenshot/assets/
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/newer_ipad_topbar.png
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/newer_iphone_topbar.png
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/older_iphone_topbar.png
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/older_ipad_topbar.png
    ./data/flutter_assets/packages/golden_screenshot/assets/topbars/android_topbar.png
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-BlackItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-ThinItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-ExtraBoldItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Black.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-ExtraLightItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Italic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-ExtraBold.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Bold.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Light.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-LightItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Regular.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Thin.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-MediumItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-BoldItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-Medium.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-SemiBold.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-SemiBoldItalic.ttf
    ./data/flutter_assets/packages/golden_screenshot/assets/roboto/Roboto-ExtraLight.ttf
    ./data/flutter_assets/fonts/
    ./data/flutter_assets/fonts/MaterialIcons-Regular.otf
    ...
    ```
    adil192 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    935c6c7 View commit details
    Browse the repository at this point in the history
  2. test: browse page ui goldens

    adil192 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    3290194 View commit details
    Browse the repository at this point in the history
  3. fix: workmanager update broke ios build

    Error: The plugin "workmanager_apple" requires a higher minimum iOS deployment version than your application is targeting.
    To build, increase your application's deployment target to at least 13.0 as described at https://flutter.dev/to/ios-deploy
    adil192 committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    bc3a586 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Configuration menu
    Copy the full SHA
    b1389a0 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused imports

    adil192 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    5534312 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    81982da View commit details
    Browse the repository at this point in the history
  2. README: remove snap badge

    The snap is still included in the install instructions
    adil192 committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    e2ee497 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2025

  1. ref: merge main.dart and main_common.dart

    The separation isn't needed anymore since we ditched the simulator package
    adil192 committed Aug 3, 2025
    Configuration menu
    Copy the full SHA
    f854e4b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. dev: add weblate config file

    adil192 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    78bec3a View commit details
    Browse the repository at this point in the history
  2. fix(flatpak): adapt metainfo to new lints

    ahann@fedora:~/Documents/GitHub/saber$ flatpak run --command=flatpak-builder-lint org.flatpak.Builder appstream flatpak/com.adilhanney.saber.metainfo.xml
    I: com.adilhanney.saber:56: description-first-para-too-short
         Saber is the notes app built for handwriting.
       The first `description/p` paragraph of this component might be too short (< 80 characters).
       Please consider starting with a longer paragraph to improve how the description looks like in
       software centers and to provide more detailed information on this component immediately in the
       first paragraph.
    
    W: com.adilhanney.saber:265: description-spurious-text
       The description element contains raw text that is not in any paragraph or other permitted tag.
       This is not allowed and the additional text may be ignored by parsers or raise errors.
    
    W: com.adilhanney.saber:262: description-no-valid-content
       The description element does not contain any valid content (paragraphs, enumerations, etc.).
    
    ✘ Validation failed: warnings: 2, infos: 1
    adil192 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    cf1bb62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    289edda View commit details
    Browse the repository at this point in the history
  4. chore: update dependencies

    adil192 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c6568ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2843ce3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25bcdc5 View commit details
    Browse the repository at this point in the history
  7. v0.26.1

    adil192 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    acca4a7 View commit details
    Browse the repository at this point in the history
Loading