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: cashubtc/Numo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: cashubtc/Numo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1
Choose a head ref
  • 7 commits
  • 41 files changed
  • 3 contributors

Commits on Feb 28, 2026

  1. feat: set preferred HCE service while app is active (#193)

    This change temporarily acquires exclusive HCE ownership in onResume() and releases it in onPause() for both ModernPOSActivity and PaymentRequestActivity. This ensures NFC taps are reliably routed to Numo while it is open, without permanently overriding the user's default wallet preferences.
    a1denvalu3 authored Feb 28, 2026
    Configuration menu
    Copy the full SHA
    3bc8be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2069e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcf46cb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. feat: Add CSV export for items catalog (#189)

    * feat: Add export catalog to CSV functionality
    
    * test: Add unit test for CSV export
    a1denvalu3 authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    3907f43 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Webhooks (#180)

    * feat: Add webhook support
    
    This adds a new sub-menu to the settings in which users can add webhook
    endpoints. These endpoints will be called by the terminal with POST
    metadata on every received payment. This enables third-party
    integrations for logging and payment-triggered flows
    
    * fix: added pin protection forn webhook page
    
    * feat: add more basket / payment metadata to webhook
    
    * test: add comprehensive unit tests for WebhookSettingsManager
    
    * feat: add Auth-Key for webhooks
    
    * docs: added webhook documentation
    
    * adjust webhook entry subtitle in the settings
    
    * format JWT token with "Bearer" in front of it
    
    * fix test
    
    * Refactor webhook setup: Add QR code scanning support
    
    ---------
    
    Co-authored-by: a1denvalu3 <[email protected]>
    Egge21M and a1denvalu3 authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    2419dbf View commit details
    Browse the repository at this point in the history
  2. Add support for DKK, SEK, and NOK currencies (#201)

    * feat: add support for DKK, SEK, and NOK currencies
    
    Adds Danish Krone, Swedish Krona, and Norwegian Krone to supported currencies. Updates Amount parsing to handle multi-character symbols and ambiguous currency codes (kr). Updates UI to allow selecting new currencies.
    
    * fix: use correct currency for bitcoin price in transaction details
    
    * fix: improve transaction details display for amount and entered amount
    
    * fix: use correct currency for bitcoin price in receipt printer
    a1denvalu3 authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    a4433c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da6e4b View commit details
    Browse the repository at this point in the history
Loading