Commit Graph

996 Commits

Author SHA1 Message Date
adityapk00 3331fe5365
Merge pull request #30 from ycashfoundation/dmg_fix
Add icon size to dmg generator
2019-12-10 14:59:06 -08:00
Arjun 07e35b97c5 Add icon size to dmg generator 2019-12-10 13:35:22 -08:00
Aditya Kulkarni a30c95f9d3 v1.0.3 2019-12-05 11:26:03 -08:00
Aditya Kulkarni 6a4b6409c8 Update lib 2019-12-05 10:56:01 -08:00
Aditya Kulkarni 21e3c42242 Sign and staple apple DMG 2019-12-03 10:47:47 -08:00
Aditya Kulkarni 77c1241a7e Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-12-03 10:20:28 -08:00
Aditya Kulkarni c34e9fc777 Rename "new address" to "next address" 2019-12-03 10:09:21 -08:00
adityapk00 883c657ee4
Merge pull request #24 from rex4539/memo-fix
Port "Prevent rendering of HTML in received memos"
2019-12-02 15:25:48 -08:00
adityapk00 cf4505fe49
Merge pull request #23 from ycashfoundation/negative_shielded
Prevent negative z balances
2019-12-02 15:25:37 -08:00
adityapk00 cd20c54114
Merge pull request #25 from rex4539/uri-parsing
Port "Redo Zcash uri parsing to use QUrlQuery"
2019-12-02 15:25:21 -08:00
Aditya Kulkarni e80cc5e376 Hide 0-balance addresses from the balances table 2019-12-02 15:24:44 -08:00
Aditya Kulkarni dcdf08b739 Merge branch 'master' of github.com:adityapk00/zecwallet-lite 2019-11-30 18:47:37 -08:00
Dimitris Apostolou 8b6144a687
Port "Redo Zcash uri parsing to use QUrlQuery" 2019-11-27 20:23:16 +02:00
Dimitris Apostolou 75001e9b4c
Port "Prevent rendering of HTML in received memos" 2019-11-27 20:14:32 +02:00
Arjun 132d2d6138 Prevent negative z balances 2019-11-25 10:24:07 -08:00
adityapk00 9e697cfe34
Merge pull request #22 from rex4539/update-version
Update to 1.0.2
2019-11-23 08:02:02 -08:00
Dimitris Apostolou 249c82cc4d
Update to 1.0.2 2019-11-20 08:55:16 +02:00
Aditya Kulkarni ea7add88d2 Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-11-19 13:39:29 -08:00
Aditya Kulkarni 657efc93b6 mingw compiler fixes 2019-11-19 13:37:18 -08:00
Aditya Kulkarni 31d80fd284 Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-11-19 13:24:13 -08:00
Aditya Kulkarni 363d02ce65 Fix autosync 2019-11-19 13:16:18 -08:00
Aditya Kulkarni f1079efc5b Add new HD addresses when exsting ones get used.
Fixes #21
2019-11-17 20:58:18 -08:00
Aditya Kulkarni d81fac8b08 Add rescan to UI 2019-11-16 21:22:31 -08:00
Aditya Kulkarni 7a9552f5f1 Allow custom servers 2019-11-16 20:45:13 -08:00
Aditya Kulkarni 66c60464e6 Require TLS cert 2019-11-16 16:05:11 -08:00
Aditya Kulkarni 1a762b01c8 Allow multiple servers in settings 2019-11-16 16:03:43 -08:00
Arjun 6520a09e6d Init logging with yeclite 2019-11-15 12:09:58 -08:00
Aditya Kulkarni add46f9960 Fix regular exp warning 2019-11-14 09:21:00 -08:00
adityapk00 504a1244cd
Merge pull request #20 from neunenak/fix_warning
Fix compiler warning pertaining to deprecated method
2019-11-14 09:17:08 -08:00
greg ae546b7015 Fix compiler warning pertaining to deprecated method
Previously when compiling, the following deprecation warning would be
encountered:

```
src/mainwindow.cpp:447:70: warning: ‘QList<T> QObject::findChildren(const QRegExp&, Qt::FindChildOptions) const [with T = QLineEdit*; Qt::FindChildOptions = QFlags<Qt::FindChildOption>]’ is deprecated: Use findChildren(const QRegularExpression &, ...) instead. [-Wdeprecated-declarations]
```

This commit updates this line to the non-deprecated QT5 version of this
method, which uses QRegularExpression rather than QRegExp, thus removing
the warning.
2019-11-14 01:37:46 -08:00
Aditya Kulkarni b32a1d4732 Naming 2019-11-13 15:12:46 -08:00
Aditya Kulkarni bcf2d4e9d6 Use latest block instead of info 2019-11-13 15:11:11 -08:00
adityapk00 c98da96b97
Update README.md 2019-11-12 17:30:26 -08:00
Aditya Kulkarni 440704f7d6 Merge branch 'master' of https://github.com/adityapk00/zecwallet-lite 2019-11-08 14:26:03 -08:00
Aditya Kulkarni 4d93418cc3 Add macos code signing 2019-11-08 14:24:55 -08:00
Aditya Kulkarni abf488b200 Fix unified build 2019-11-08 14:15:11 -08:00
adityapk00 a122b5ffe4 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 75c5ab41e1 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 cf56f80240 Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 1db6a9749b Update README.md 2019-11-08 14:11:28 -08:00
adityapk00 47aac3af07 Update README.md 2019-11-08 14:11:28 -08:00
Aditya Kulkarni 8bf0552efa Merge branch 'master' of github.com:adityapk00/zecwallet-lite 2019-11-08 13:52:42 -08:00
Aditya Kulkarni cf72b366bd Update UI strings 2019-11-08 13:52:40 -08:00
adityapk00 ff84078e95
Update README.md 2019-11-07 10:31:48 -08:00
adityapk00 2cc39a9c79
Update README.md 2019-11-07 10:31:01 -08:00
adityapk00 9590b531e0
Update README.md 2019-11-07 10:29:35 -08:00
adityapk00 0bbe7ec39c
Update README.md 2019-11-01 12:29:30 -07:00
adityapk00 ba32344eb2
Update README.md 2019-11-01 12:26:58 -07:00
Aditya Kulkarni 060dd3c35b Create dir if it doesn't exist.
Fixes #17
2019-11-01 07:33:21 -07:00
Aditya Kulkarni db46fe0e88 Upgrade lib.
Fixes #9
2019-10-31 15:00:03 -07:00