Commit Graph

24 Commits

Author SHA1 Message Date
Jason Rhinelander 404b1105b1
Flutter fixes and package updates
- FlatButton no longer exists in flutter; replace it with TextButton
  (plus associated changes needed for TextButton styling working
  differently).
- Update dependencies to latest versions
- Fix a bug with the theme changer not changing theme immediately when
  changing it in the settings page.
2022-09-07 16:15:42 -03:00
Jason Rhinelander fd3efe5319
Dependency updates 2022-06-10 12:26:48 -03:00
Jason Rhinelander 78fca4ba28
Dart modernization & various updates/fixes/enhancements
- Updated entire codebase to modern "null safe" dart.

- Updated all dependencies to newer/null safe versions.

- fixed a serious bug in PIN setup that didn't properly check the two
  pins were the same (and always used the second one).

- Various translation fixes and wording updates.

- Use more appropriate locale-specific date displays

- Fixes several small memory leaks

- Stylized the "receive" QR code

- Added QR code scanning to the New Stake page (to allow scanning QR
  code pubkeys from awaiting contribution nodes on
  https://oxen.observer)

- Made the multi-option settings on the Settings page default to current
  value instead of resetting to the first value when tapped.

- Removed character restrictions from wallet, account, subaccount, and
  address book names.

- Service Nodes stakes now properly lists only the wallet's actual
  stakes for staked service node rather than everyone's stakes in the
  service node.

- Label staking transactions as "Stake" rather than "Sent"

- Don't show fiat on send page if fiat lookups not enabled
2022-04-18 20:13:12 -03:00
Jason Rhinelander e58fa9033b More flutter 2 fixes
- Fix Uri retrieval (don't want conversion to String anymore)
- Downgrade rxdart to fix build
2021-04-03 01:10:06 -03:00
Jason Rhinelander f9fc3689ff Make it work with flutter 2.0.x
- Add `android:usesCleartextTraffic="true"` to AndroidManifest: without
this it blocks any HTTP connections for not being HTTPS.

- Upgrade packages to make things compile

- Rename resizeToAvoidBottomPadding -> resizeToAvoidBottomInset because
Google decided to change the name without preserving backwards
compatibility.  Thanks Google.
2021-04-02 22:26:50 -03:00
Konstantin Ullrich 9c9f075c0f
Dependency bump 2021-03-15 22:21:29 +01:00
Konstantin Ullrich 70173af1bc
Implement Unstaking 2021-03-05 20:44:31 +01:00
Konstantin Ullrich c4c95dfdb5 Stake Fixes and better Language 2020-12-27 01:32:42 +01:00
Konstantin Ullrich 3493d8a125 Remove unneeded dependency 2020-11-17 18:35:40 +01:00
Konstantin Ullrich 0f1d3e708a Fix syncing 2020-11-17 00:02:33 +01:00
Konstantin Ullrich 479e558cba Huge refactoring, because loki is now oxen 2020-11-10 14:11:29 +01:00
Konstantin Ullrich fccf74b614 Use Loki instead of Monero as API Backbone 2020-11-04 23:38:45 +01:00
Mykola Misiura 7c757c83ec Fixes for upgraded flutter. 2020-07-28 17:40:13 +02:00
Mykola Misiura 8c43dca345 Rebuilt ios and android projects. Changed way for update sync status for monero wallet by platform specific channels. 2020-07-22 21:13:46 +02:00
Mykola Misiura 20fe7dca9f Made fixes for upgrate to Flutter 1.12.0+. 2020-07-14 16:01:14 +02:00
Mykola Misiura f0253c0186 Updated to Flutter 1.17.5 2020-07-13 18:23:13 +02:00
Oleksandr Sobol fae139dd26 restore-button-fix | replaced Text widget on AutoSizeText 2020-03-04 23:17:18 +02:00
Oleksandr Sobol 2173dc5e66 CWA-174 | added localeDetection() to Language class, moved languages from change_language.dart to language.dart, localeDetection() called in the settings store 2020-02-26 19:18:58 +02:00
Oleksandr Sobol 313ccd4566 CWA-69 | created formatDomainName() and fetchXmrAddress() in the openalias.dart. Added openalias to send page 2020-02-19 22:14:39 +02:00
Oleksandr Sobol 098c8d6ffe Merge branch 'master' into CWA-164-add-biometric-authentication
# Conflicts:
#	pubspec.yaml
#	res/values/strings_de.arb
#	res/values/strings_en.arb
#	res/values/strings_es.arb
#	res/values/strings_hi.arb
#	res/values/strings_ja.arb
#	res/values/strings_ko.arb
#	res/values/strings_nl.arb
#	res/values/strings_pl.arb
#	res/values/strings_pt.arb
#	res/values/strings_ru.arb
#	res/values/strings_zh.arb
2020-02-05 19:45:22 +02:00
Oleksandr Sobol cbf43260cc CWA-168 | added defining app current version with PackageInfo in settings store 2020-02-03 17:23:31 +02:00
Oleksandr Sobol 1e5b61e305 CWA-164 | added biometric authentication 2020-01-21 19:51:37 +02:00
Mykola Misiura 667bfd61ce Fixed issues for linter and analyzer 2020-01-08 15:12:50 +02:00
Mykola Misiura 4ebcda16f5 Added the project 2020-01-04 21:31:52 +02:00