Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.85 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.85 KB

Bisq Notification Android App

Since Bisq is a desktop-based application, this Android app enables you to pair it with your desktop application and receive important notifications such as trade updates and offer alerts when you are not near your computer.

Prerequisites

In order to pair the app and receive notifications, you will need to obtain an appropriate google-services.json file and place it under the app/ directory. Refer to firebase documentation for more information.

Note, the google-services.json file needs to correspond to the fcmServiceAccountKey.json used by the bisq-relay service.

Updating Dependencies

Whenever dependencies are updated/changed, it is necessary to update the following:

./gradlew --write-verification-metadata sha256 build :app:processDebugResources :app:connectedDebugAndroidTest
./gradlew dependencies --write-locks

Architectural Design

For information on the architectural design, refer to the Bisq Remote Specification.

Screenshots

Welcome

Scan Pairing Code

Pairing Success

Notification List

Offer Taken Details

Settings