Commit Graph

3047 Commits

Author SHA1 Message Date
lakshyacis
e494a5589a
Autopep8 fixes part1 2019-08-05 15:49:19 +05:30
cis-navjot-g
4cd71afc5a
Merge pull request #2 from cis-navjot-g/codequalitykivy
flake8 fixes part2
2019-08-05 13:19:22 +05:30
cis
e56f452e7d
Changes made on search Ui with filter 2019-08-05 13:11:56 +05:30
lakshyacis
a4d192f1c8
flake8 fixes part2 2019-08-05 12:54:32 +05:30
lakshyacis
0170abcdd9
Merge pull request #1 from cis-navjot-g/codequalitykivy
flake8 fixes part1
2019-08-03 17:25:36 +05:30
lakshyacis
e940463709
flake8 fixes part1 2019-08-03 17:19:28 +05:30
3edfc98753
kivy searchbar adding with few more implementation 2019-08-02 14:41:33 +05:30
4a695795da
kivy toolbar title updated with new ehancements 2019-08-02 14:29:20 +05:30
92b0f45f2e
Implement qrcode display feature with Ui enhancement and message avtar display based on message 2019-08-02 14:29:20 +05:30
f64d68f7b0
kivy new updates 2019-08-02 14:29:20 +05:30
c9acd463d4
Remove unused print statement 2019-08-02 14:29:20 +05:30
1873722783
Added Enhancement for Sent Screen and also manage KivyMD with virtual env 2019-08-02 14:28:03 +05:30
5db1c3971c
Fix code quality checks and refactor with Inbox loading 2019-08-02 14:28:03 +05:30
ed6cd83cae
rebase conflict fix and Ui Enhancement with dynamic addressbook updation and sent screen updation
Ui Enhancement with dynamic addressbook updation and sent screen updation

Changes made for Sent Items refresh feature with auto add new message in kivy
2019-08-02 14:28:03 +05:30
e20b437b6c
fix pylint issues based on commit relevant to Search bar 2019-08-02 14:14:36 +05:30
2625d342a9
Added Ui for Search bar for message searching and also manage exit button on Action bar 2019-08-02 14:14:36 +05:30
cd4ff4f121
Changes made for new feature for back button for screen tracking back with keyboard event attach 2019-08-02 14:14:36 +05:30
78636c468e
Implement new feature for back button for screen tracking back with keyboard event attach 2019-08-02 14:14:36 +05:30
668a73abf6
Fixed my mistake in knownnodes, in ef54bca 2019-08-01 12:58:43 +03:00
ea5c447ea4
protocol: replace missing state.extPort by 'extport' setting
Fixes #1497
2019-08-01 12:40:50 +03:00
c5ce2e36d5
shared.extPort is obsolete 2019-08-01 12:40:50 +03:00
9992626438
Fix API command 'shutdown' 2019-08-01 12:04:13 +03:00
ae76d369f2
A test for API command 'shutdown' 2019-08-01 12:04:12 +03:00
27e74a15d7
flake8: network.connectionchooser 2019-07-29 15:54:19 +03:00
67d14f9e73
Docstrings in network.bmproto from #1362 2019-07-26 12:08:56 +03:00
bbab0010e6
Moved a test script from network.tcp to tests.core 2019-07-26 12:08:42 +03:00
391b5ded87
Docstrings in network from #1368 2019-07-26 12:08:32 +03:00
2998599442
Docstrings in network from #1401 2019-07-26 12:08:18 +03:00
19ab56a979
network.connectionpool: get any setting with .safeGet.. 2019-07-26 12:08:18 +03:00
996e71ae6f
flake8 in network package 2019-07-26 12:07:57 +03:00
0eb4f46923
Formatting based on review 2019-07-11 15:32:00 +02:00
465a276c02
Dandelion fixes
- expiration wasn't handled correctly
- objects with no child stems never expired. While this is better for
  anonymity, it can cause objects getting stuck
- upon expiration the nodes weren't marked as not having the object, causing it
  to not be advertised
- I haven't tested it but at least I don't think can make things worse
2019-07-11 11:03:48 +02:00
e07cd1462e
Added address menu plugins to each popup menu except for Blacklist,
closes #819
2019-07-08 16:56:41 +03:00
e6f3e52014
qrcode plugin: added address label and adjusted formatting 2019-07-05 12:36:03 +03:00
8b065d2e57
Fix unwanted AttributeError in messagetypes 2019-07-05 12:13:55 +03:00
c9bc97f4b2
Set status icon color to yellow if last inbound connection is lost 2019-06-29 22:37:35 +03:00
ff020c5192
fix windows header files api issue 2019-06-28 20:35:40 +05:30
f7e1601185
flake8 imports in blacklist 2019-06-21 16:47:47 +03:00
fbf5bcc74c
Blacklist object has no .statusBar() method - use UISignalQueue.put() 2019-06-21 16:47:42 +03:00
38e5d93272
Resend onionpeer object if it expired while the node ran 2019-06-14 12:38:48 +03:00
a5300e8584
Took into account pylint undefined-loop-variable warnings 2019-06-08 11:22:03 +03:00
0c1e516921
Implemented folder and widget args in propagateUnreadCount(), removed the rest 2019-06-08 11:22:03 +03:00
ffdd91b021
Fixed propagateUnreadCount() result when having unread messages in trash 2019-06-08 11:22:02 +03:00
29f9cd9545
Handle bad trustedpeer setting 2019-06-07 13:54:47 +03:00
f868c1ad11
Fixing my bug in 453e045 2019-06-06 09:21:59 +03:00
d0d0b2ec84
Insert exactly 16 bytes of encoded remote host name into version message 2019-05-24 11:21:23 +03:00
df16f5047c
Cleanup the translation project 2019-05-23 10:21:33 +03:00
3e800c72a0
Fix ternary operator use to translate "Copy subject to clipboard" 2019-05-23 10:21:28 +03:00
828f4d207f
Subject appeared to be str 2019-05-22 11:58:45 +03:00
4a097e99b3
Fixes for @omkar1117 2019-05-10 12:24:47 +03:00