Skip to content

Releases: safe-global/safe-android

Version 0.8.0

08 Nov 14:47
3e736b7
Compare
Choose a tag to compare
  • Added Mainnet configuration
  • Updated English resources
  • Added German localisation
  • Fixed issue in the Token Management screen
  • User can no longer attempt to submit a transaction if it doesn’t have sufficient funds
  • Added more validation checks when creating a safe

Version 0.7.2

26 Oct 21:16
Compare
Choose a tag to compare
  • Chrome extension optional for Safe creation
    • Chrome extension can be connected at a later point
  • Estimates are more accurate now (added operational gas costs)

Version 0.7.1

11 Oct 19:27
00d4ef6
Compare
Choose a tag to compare
  • Reverted Biometric permission. Using fingerprint permission.
  • Do not show recovery options when Safe creation is pending

Version 0.7.0

10 Oct 16:06
818ec90
Compare
Choose a tag to compare
  • Add recovery options
    • Improve recovery phrase confirmation
    • Recover access to Safe with recovery phrase
    • Change recovery phrase
    • Change chrome extension
  • Upgrade to Safe contract 0.0.2
    • Use EIP 712 for hashing
  • Improve security
    • Add hardware encryption
    • Add password explosion

Version 0.6.3

25 Aug 20:30
Compare
Choose a tag to compare
  • Update certificate pinning

Version 0.6.2

13 Aug 14:43
9dbe588
Compare
Choose a tag to compare
  • UX improvements
    • Safe creation
    • Wording updates
  • Bug fixes
    • White screen when confirming txs
    • Crashes on old Android versions
  • Security improvements
    • Certificate pinning

Version 0.6.1

18 Jul 15:15
Compare
Choose a tag to compare
  • Update links to tos and privacy sites
  • Small design and text updates

Version 0.6.0

18 Jul 09:10
47b95ed
Compare
Choose a tag to compare
  • Use staging environment instead of development environment
  • Change app icon make it clear that it is the app is running on Rinkeby
  • Added possibility to recover safe

Version 0.5.0

10 Jul 13:23
Compare
Choose a tag to compare

First Rinkeby release with backend service integration 🚀

Version 0.4.0 - MVP #2

09 Feb 22:17
9ab8a0d
Compare
Choose a tag to compare

Second MVP:

  • App is running against new Gnosis Safe contracts deployed on Rinkeby
  • Added security settings (e.g. display mnemonic phrase, change password)
  • Added fingerprint support
  • Show fiat price for fees
  • Optimize transaction creation flow
    • Split up into edit and confirm
    • Request/ exchange signatures via push
    • Selection of the transaction speed (data from ETH Gas Station)
    • Require app password before transaction execution
  • Added transaction receipt view
  • Support for Multiple owners
    • Deploy with multiple owners
    • Offline signing
  • Added support to change safe configuration (e.g. add owner, remove owner)