Commit Graph

2790 Commits

Author SHA1 Message Date
navjot
1b82088409
fixed android image path issue and fixed APK creation issue 2020-06-12 21:29:57 +05:30
navjot
1883bc9b00
worked on new kivymd version(0.104.1) updation and filemanager custom implementation 2020-06-11 15:45:32 +05:30
14c5984a1b
added google inapp purchase and qrcode scanner feature 2020-06-10 20:29:42 +05:30
487eab6f78
fix conflicts after merging 2020-06-10 15:46:16 +05:30
ea109bc21e
fixed CQ for bitmessageqt.dialogs module 2020-06-08 17:07:40 +05:30
e237534335
fixed CQ for bitmessageqt.networkstatus module 2020-06-06 20:08:06 +05:30
e372459737
fixed CQ for bitmessageqt.languagebox module 2020-06-05 15:28:31 +05:30
b750b02963
Fix another unicode bug introduced in 3624234.
Temporary suppressed pylint no-member warning. Closes: #1633
2020-06-01 13:21:46 +03:00
5cfaa9b2fa
fixed CQ for address_dialog python file 2020-05-30 19:17:52 +05:30
lakshya
3f773c78f7
setting, openssl and bmproto quality fixes 2020-05-28 13:43:03 +05:30
c69decaab3
Fix unicode bug introduced in 045a2ef 2020-05-24 14:08:14 +03:00
87e3d63340
Minimal fix for #1449, if search line is empty 2020-05-22 13:17:44 +03:00
36242343c2
Style and formatting changes in support 2020-05-22 13:17:44 +03:00
15d44d85d4
Renamed application class and moved most of init statements to __init__ 2020-05-22 13:17:44 +03:00
7830ac8de5
RetranslateMixin is not needed in most of dialogs 2020-05-22 13:17:44 +03:00
f3e432140c
Proper quit sequence:
close MainWindow and quit the app instead of sys.exit()
2020-05-22 13:17:43 +03:00
08ff39e1ff
Moved myTableWidgetItem to foldertree.MessageList_TimeWidget 2020-05-22 13:17:43 +03:00
aa333a66a6
Minor style changes:
- removed list <-> set conversion in __init__
  - tuples instead of lists if changes aren't needed
  - removed unnecessary variable redefinition in utils
  - rewrote languagebox module a bit
2020-05-22 13:17:43 +03:00
d15e614bb1
Fix streams decoding in BMProto.bm_command_version() 2020-05-22 12:58:04 +03:00
2a62fb79cc
Add test for decoding the version message 2020-05-22 12:58:00 +03:00
navjot
b4a7bcc3b2
fixed flake8, pycodestyle and pylint issues 2020-05-13 21:31:22 +05:30
navjot
a8e1e7a760
worked on message listing compatibility or chip tag labeling 2020-05-13 20:29:19 +05:30
navjot
58c4875ae0
worked on making python3 android app compitable 2020-05-12 16:34:12 +05:30
7787722452
Search option "To" makes no sense on tab "Subscriptions"
Made "Subject" the default search option
2020-05-11 13:39:13 +03:00
aba61e57a8
flake8 and style fixes and docstrings in helper_search 2020-05-11 13:39:13 +03:00
ef6be53702
Do not convert search option because helper_search compares it
to the result of _translate()
2020-05-11 13:39:13 +03:00
045a2ef443
Update messagelist also if search line cleared 2020-05-11 13:38:16 +03:00
d09782e53d
Obsolete bitmessagemain.connectToStream(), use BMConnectionPool method 2020-05-05 17:30:31 +03:00
c5b77a08fa
Moved addresses demo script into tests.test_crypto 2020-05-05 17:30:31 +03:00
8684d647a3
Use default digestalg='sha256' in highlevelcrypto.sign() 2020-05-05 17:30:30 +03:00
280095b08f
Moved state.openKeysFile() into bitmessageqt where it's used 2020-05-05 17:30:23 +03:00
185ad66ea5
Moved most of variables from shared elsewhere (mostly to state) 2020-05-05 17:27:38 +03:00
navjot
f04829eca0
created chat table structure and added messagetypes 2020-05-02 14:38:30 +05:30
navjot
0568fd87f8
fixed code quality for pylint, flake8 or codestyle 2020-04-30 17:19:48 +05:30
31fc899060
Protect stopresending* settings from being overriden by zeroes
when lineEditDays and lineEditMonths is blank. Fixes: #1558.
2020-04-28 18:31:44 +03:00
navjot
2813912b10
worked on fixing spinner UI designing issue 2020-04-27 17:57:45 +05:30
navjot
6f29d5586c
worked on fixing reply message issue or spinner issue 2020-04-24 22:16:30 +05:30
navjot
33cbf80b11
worked on designing toolbar or transition on chatroom 2020-04-22 22:28:16 +05:30
navjot
130c63f226
impleneted chatroom UI 2020-04-21 23:03:38 +05:30
navjot
0f6c056bb7
fixed flake8 and pylint issue 2020-04-17 19:39:27 +05:30
navjot
5b3e9aaa14
fixed code quality for flake8, pylint and pycodestyle 2020-04-17 17:26:05 +05:30
navjot
46d659d35f
fixed reply message issue for one machine to another machine 2020-04-06 20:10:21 +05:30
jai.s
76555b1aa7
Solved SSL issue 2020-04-04 21:38:50 +05:30
ff1f451691
Blind signature updates
- added serializing and deserializing
- added a signature chain class `ECCBlindSigChain`
- added more tests
2020-03-31 14:13:32 +08:00
navjot
48c31b41c8
worked on auto validation issue or toast implementation 2020-03-30 23:32:51 +05:30
4b77b22266
fix spinner values issue as isolate payment address from spinner 2020-03-20 16:48:17 +05:30
413283f3b0
Implement payment hidden address feature for subscription 2020-03-20 13:48:17 +05:30
lakshyacis
8eccbda561
Merge pull request #56 from jaicis/py3quality
quality fixes after inventory issue resolve
2020-03-18 19:37:11 +05:30
lakshyacis
948ee91e04
quality fixes after inventory issue resolve 2020-03-18 19:30:27 +05:30
navjot
a7e8990afe
removed payment method Screen 2020-03-18 18:30:45 +05:30
lakshyacis
c25ef395ad
mpybit fixes 2020-03-18 16:28:33 +05:30
lakshyacis
6650876b57
quality fixes after pull 2020-03-18 16:28:33 +05:30
jai.s
be178f23ae
Solved inventory issue 2020-03-18 15:26:02 +05:30
navjot
17a7994918
worked on fixing network UI or changed requirement.txt file 2020-03-17 21:32:52 +05:30
navjot
c8a08919ee
implemented address disable feature or fixed issues 2020-03-17 17:12:16 +05:30
213519bd93
Blind chain signature verification
- also adds serialisation, deserialisation and optional metadata
2020-03-14 10:20:06 +08:00
navjot
05d061fe0a
worked on payment screen UI or qr code scanner feature 2020-03-09 13:24:10 +05:30
jai.s
cb1f1962e8
Solved ackreceived issue 2020-03-02 18:43:56 +05:30
navjot
51082b9376
implement new features or fixed issues 2020-03-02 16:12:15 +05:30
jai.s
eb4af1cc2a
Solved python2 to python3 message receiving issue and removed unrequired prints 2020-02-20 13:36:47 +05:30
navjot
578a876e7b
worked on sent identicon, chip tag or maildetail screen 2020-02-19 21:16:13 +05:30
ade796c700
fixes after new merging PR #23 2020-02-19 16:31:42 +05:30
23a8ab2c19
fixes after new merging 2020-02-19 15:38:27 +05:30
jai.s
2da3ab9a3a
Solved message not receiving issue and solved address generation pubkey related issue 2020-02-05 19:04:54 +05:30
11bec55be5
Don't put addresses into queue
- attempt to fix #1598
- seems to work
- addresses won't be uploaded/announced anymore other than after connecting,
  Later I need to find out how to announce them without causing problems, but
  for the time disabling this seems an acceptable drawback
2020-02-05 20:41:36 +08:00
navjot
e4676243d1
worked on message detail screen UI designing or time tag implementation 2020-02-05 14:23:04 +05:30
lakshyacis
6f35da4096
Imported packages sequencing and formatting 2020-01-30 12:14:40 +05:30
navjot
34f9ed0153
worked on implementing toggle button funcationality on myaddress screen 2020-01-29 21:44:39 +05:30
navjot
ca538668ab
worked on time text or address disable and enable feature 2020-01-28 15:49:11 +05:30
jai.s
ec618d9d1a
Solved sending message issues 2020-01-27 21:41:46 +05:30
jai.s
eb2b948576
Added changes for inventory and inbox issues 2020-01-27 21:36:24 +05:30
lakshyacis
6139efc377
Imported packages sequencing and formatting 2 2020-01-27 14:43:25 +05:30
lakshyacis
3211fca953
formatting and shorten line length 2020-01-22 15:55:26 +05:30
lakshyacis
c613c6d439
pylint fixes 2 2020-01-21 17:43:09 +05:30
lakshyacis
fe3a98c2b6
unidiomatic-typecheck and logging-format-interpolation issue suprressed 2020-01-21 16:15:17 +05:30
lakshyacis
1decaad156
invalid syntax pylint issue resolve 2020-01-21 15:38:12 +05:30
lakshyacis
26d75d99fd
Logging and modules issues fixes 2020-01-20 19:57:58 +05:30
jai.s
cde97bbc0e
fixes after merging of unpack issue 2020-01-20 19:26:36 +05:30
lakshyacis
c08f196ad0
Merge pull request #34 from jaicis/py3qualityfixes
Code quality fixes
2020-01-20 19:17:41 +05:30
lakshyacis
4d385a9c79
Code quality issues fixes 2020-01-20 18:59:51 +05:30
jai.s
586391379e
fixes after merging upstream 2020-01-20 16:22:43 +05:30
lakshyacis
4603275350
too-many values to unpack issue resolved 2020-01-20 15:48:19 +05:30
navjot
e15ec61dee
worked on designing app closing popup 2020-01-20 14:15:54 +05:30
navjot
13dcac2994
wokred on implementing dynamic address logo feature 2020-01-18 18:28:19 +05:30
lakshyacis
9dc3b3df12
Display popup on close window 2020-01-18 18:26:57 +05:30
lakshyacis
8e6c2f3cfd
Kivy database and safegetint issues 2020-01-18 17:13:06 +05:30
lakshyacis
b6a81f1252
Formatting and fix License 2020-01-15 16:17:26 +05:30
jai.s
1033e7eb34
Solved BMConfigParser's safeGetInt method issues 2020-01-15 13:44:30 +05:30
jai.s
6b1abe7048
Updated origin by upstream 2020-01-15 12:26:23 +05:30
navjot
e3c5668674
fixed search issue in myaddress 2020-01-13 17:12:19 +05:30
navjot
f47f2a54d7
resloved conflicts 2020-01-13 16:25:56 +05:30
4b609e46b3
Merge branch 'v0.6' of https://github.com/surbhicis/PyBitmessage into UiChanges 2020-01-13 16:20:40 +05:30
jai.s
480fc9b2e8
Fixed Inventory issue 2020-01-10 21:10:10 +05:30
lakshyacis
882aa9d970
remove useless code 2020-01-10 20:10:47 +05:30
lakshyacis
eb98abbabf
Code Formatting 2020-01-10 19:46:15 +05:30
navjot
88b7a28ae7
kivy fixes part 7 2020-01-10 19:37:43 +05:30
jai.s
5ff6c26efc
Solved python3 database issue and now network connection created via using the python3 db 2020-01-10 19:06:21 +05:30
lakshyacis
f0bc74e658
Network fixes 2020-01-10 16:51:17 +05:30
jai.s
706ec5991e
Updated the branch by origin and added changes on the knownNodes file 2020-01-10 15:21:01 +05:30
navjot
32748d716c
kivy fixed part 6 2020-01-09 20:39:01 +05:30