Commit Graph

3495 Commits

Author SHA1 Message Date
navjotcis
ea0c0b59d9
Merge pull request #51 from jaicis/kivyfixes
implemented address disable feature or fixed issues
2020-03-17 17:16:14 +05:30
navjot
c8a08919ee
implemented address disable feature or fixed issues 2020-03-17 17:12:16 +05:30
navjotcis
faced23f12
Merge pull request #49 from jaicis/kivyfixes
worked on payment screen UI or qr code scanner feature
2020-03-09 13:29:16 +05:30
navjot
05d061fe0a
worked on payment screen UI or qr code scanner feature 2020-03-09 13:24:10 +05:30
jaicis
0b7070eae4
Merge pull request #47 from jaicis/py3convert
Solved ackreceived issue
2020-03-02 18:46:52 +05:30
jai.s
cb1f1962e8
Solved ackreceived issue 2020-03-02 18:43:56 +05:30
navjotcis
a5b38cacaf
Merge pull request #46 from jaicis/kivyfixes
Implement new features or fixed issues
2020-03-02 16:34:53 +05:30
navjot
51082b9376
implement new features or fixed issues 2020-03-02 16:12:15 +05:30
jaicis
0e8a230156
Merge pull request #45 from jaicis/py3convert
Solved python2 to python3 message receiving issue and removed unrequi…
2020-02-20 13:40:19 +05:30
jai.s
eb4af1cc2a
Solved python2 to python3 message receiving issue and removed unrequired prints 2020-02-20 13:36:47 +05:30
navjotcis
1278342d8e
Merge pull request #44 from jaicis/kivyfixes
Implemented new featues
2020-02-19 21:26:42 +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
86df28c260
Merge pull request #23 from jaicis/UiChanges
added code compatibility for python3
forward porting implementation
2020-02-19 15:56:46 +05:30
23a8ab2c19
fixes after new merging 2020-02-19 15:38:27 +05:30
73ecf07dec
Wine build cleanup and XP fix
- spec file was cleaned up
- 32bit build runs on XP (downgrade of PyInstaller needed)
2020-02-17 16:03:28 +08:00
3fb34370a7
Wine build script update
- update and clean up and make sure it works
- it builds the binary but I haven't tried to run the binary
- it probably still missing some fine tuning, OpenCL probably doesn't work
2020-02-12 16:16:53 +08:00
jaicis
64bb14f7ef
Merge pull request #43 from jaicis/py3convert
Solved message not receiving issue and solved address generation  pub…
2020-02-05 19:06:33 +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
navjotcis
915fb4d371
Merge pull request #41 from jaicis/kivyfixes
worked on message detail screen UI designing or time tag implementation
2020-02-05 14:38:49 +05:30
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
navjotcis
5b3ed400db
Merge pull request #40 from jaicis/kivyfixes
worked on implementing toggle button funcationality on myaddress screen
2020-01-29 21:45:58 +05:30
navjot
34f9ed0153
worked on implementing toggle button funcationality on myaddress screen 2020-01-29 21:44:39 +05:30
navjotcis
787b77d80d
Merge pull request #39 from jaicis/kivyfixes
worked on time tag or address disable and enable feature
2020-01-28 15:57:59 +05:30
navjot
ca538668ab
worked on time text or address disable and enable feature 2020-01-28 15:49:11 +05:30
jaicis
fef7dddb6c
Merge pull request #38 from jaicis/py3convert
Solved sending message issues
2020-01-27 21:44:06 +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
17971d6860
Merge pull request #36 from jaicis/py3codefix
pylint fixes 2
2020-01-21 17:59:39 +05:30
lakshyacis
c613c6d439
pylint fixes 2 2020-01-21 17:43:09 +05:30
lakshyacis
ab55013b72
Merge pull request #35 from jaicis/py3codefix
Logging and modules issues fixes
2020-01-21 17:03:06 +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
69a4b9e3fc
Merge pull request #22 from navjotcis/UiChanges
too-many values to unpack issue resolved
2020-01-20 17:03:21 +05:30
jai.s
586391379e
fixes after merging upstream 2020-01-20 16:22:43 +05:30
lakshyacis
58e2e08cf3
Merge pull request #73 from navjotcis/codequalitykivy
too-many values to unpack issue resolved
2020-01-20 15:57:01 +05:30
lakshyacis
4603275350
too-many values to unpack issue resolved 2020-01-20 15:48:19 +05:30
d046d694bd
Merge pull request #21 from navjotcis/UiChanges
Worked on Kivy screen identifier, search issue, kivy fixes
2020-01-20 15:34:40 +05:30
navjotcis
1b703dce3f
Merge pull request #33 from jaicis/kivyfixes
worked on designing app closing popup
2020-01-20 14:18:52 +05:30
navjot
e15ec61dee
worked on designing app closing popup 2020-01-20 14:15:54 +05:30
navjotcis
6f6a02dbee
Merge pull request #31 from jaicis/kivyfixes
worked on implementing new featurs
2020-01-18 21:55:49 +05:30
navjot
13dcac2994
wokred on implementing dynamic address logo feature 2020-01-18 18:28:19 +05:30