• tomFlowee released this 2026-03-16 20:16:38 +01:00 | 24 commits to master since this release

    The user experience for mobile repeat payments is making sense, with some missing components but it works and is userful.
    The basis of the user experience regarding them has seen some major changes in this release. Especially noticable for complex usecases like when the user has multiple wallets.

    Fitting in there we now added a very first version of cash tokens, just showing the fungible tokens and NFTs found in the wallets. This is marked beta and only available after enabling in the config. We'll slowly add more there as time permits.

    Downloads
  • tomFlowee released this 2026-03-15 20:30:42 +01:00 | 31 commits to master since this release

    The user experience for mobile repeat payments starts to really get set. To make this all fit we added a 3rd tab: tokens. The design should work for both those new features and they are both included in this release.

    CashTokens is a very very wide list of features, only a small section has been added today. Basic receive and the overview of basic tokens. Notable omission: sending of tokens!
    This release was really just focusing on the infrastructure. Handing tokens, storing tokens etc.
    As big part of this is the metadata concept (icons and names for on-chain boring data) is new and that will be useful for a lot more than just tokens.

    Downloads
  • tomFlowee released this 2026-03-04 13:29:29 +01:00 | 73 commits to master since this release

    This makes repeat payments more mature after heavy testing and only finding a small number of issues.
    We added the ability to "pause" and resume repeat payments, including a button in the Android notification message to stop the app from bugging you to approve a payment.
    A delete of repeat payments is available in the app as well.

    This release also includes bugfixes in the UI.

    Downloads
  • tomFlowee released this 2026-02-14 13:23:15 +01:00 | 92 commits to master since this release

    This release has two major new features.
    We now have a free text search to filter the list of transactions we show.
    Imagine that you paid someone to an address and you want to find that transaction. In the filter you start typing the address and it will live-filter as you type.

    This release also added a page that allows you to select the language you want your Pay to be in, find it under the Setting menu inside of Pay. (mobile only).

    We added a bunch of bugs-fixes and improves to the UI all round.

    Downloads
  • tomFlowee released this 2026-02-06 11:55:09 +01:00 | 118 commits to master since this release

    We set down for a bugfixing round with a record amount making it into this release!
    The repeated payment pages got revamped and got some user testing to add all the details needed to make it easy to use.

    Downloads
  • tomFlowee released this 2026-01-14 20:04:27 +01:00 | 179 commits to master since this release

    In this release we went through various screens and improved a lot of small and not so small details.

    The home tab with the activity now has an indicator separting seen and new transactions. We also show if filtering has ended up hiding transactions.

    The wallet overview has been mostly redone.

    And many fixes.

    Downloads
  • tomFlowee released this 2025-11-03 11:20:55 +01:00 | 221 commits to master since this release

    The Flowee team is proud to present the latest work in the Flowee Pay wallet for Bitcoin Cash, now with many improvements and indeed some exciting new features.

    Users now have an extra method of doing a backup of their wallet, they can use NFC and buy a cheap 'nfc tag' (costs typically less than a dollar) to store the wallet-seed on. These tags are a great way to store your data "offline", and free from hackers.

    NFC is an underused idea, just holding the tag close to the phone will start the wallet-import process, saving you the error prone typing of the seed phrase manually. We will be experimenting with NFC more in future releases!

    To go together with actual backups on NFC, we now add the storage of comments in the cloud. Where backup happens once per wallet, the comments will be uploaded as they are added by the user. Then when a backup is restored on a new phone, all your transaction comments will be downloaded and applied.
    Comments are encrypted end to end. The encryption key comes from the wallet-seed itself, from the 'identity' chain. Cloud storage is both secure and private. Only the owner can read the files as they are encrypted.

    Many small bugs have been fixed in this release as well.

    Downloads
  • tomFlowee released this 2025-09-23 00:13:45 +02:00 | 261 commits to master since this release

    This improves the import screen and makes the 'Discover' functionality more reliant while providing a simple way to show the (rarely used) passphrase field from the menu (Android).

    We also added a new setting to the payment flow.
    This reflects the status that many payments to online companies for some reason do not include the amount in the QR. Making the user type it manually. In BCH. This setting defaults the input to the BCH field instead of the fiat that used to be the first selected one.

    We also added various small bugfixes.

    Downloads
  • tomFlowee released this 2025-09-16 13:54:21 +02:00 | 267 commits to master since this release

    The new concept of scheduled payments is still in beta, but getting feature complete and stable at a rapid pace.

    We improved background running in various ways, some people noticed a battery drain when there was really bad Internet, this should be fixed.
    We have found and fixed various other minor issues.

    And last we added notifications for scheduled payments. So when the user doesn't open the app they will still be informed about scheduled payments and an early indicator when something is stopping the payment from going through. For instance not having enough money in your wallet.

    Downloads
  • tomFlowee released this 2025-08-14 10:41:30 +02:00 | 291 commits to master since this release

    Flowee Pay on Android background running is improved with it now scheduling the background jobs even after a reboot or update.

    Additionally a first version of repeat payments is included. Users can create a repeat payment at the payment screen (where the slide-to-send is too) from the menu and the transaction will be sent at the scheduled date, even without the user opening the application.

    Downloads