PyBitmessage
PyBitmessage copied to clipboard
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
Added `myaddress.py` inside `bitmessagekivy/basclass`, created separated helper file and a class for widgets used in MyAddress screen.
Added `allmail.py` inside `bitmessagekivy/basclass`, Created a helper file for widgets used in AllMail screen.
Added `draft.py` inside `bitmessagekivy/basclass`, Created a helper file for widgets used in Draft screen.
Hello, I have created a separate common function for all the mail screens to show the mail detail screen.
Added `trash.py`; kivy Trash Screen, Used `delete` function from `helper_inbox` and `helper_sent` .
Hello, I have added `sent.py`, reused some functions and methods from `common.py`
Hello, I have added `kivy` directory inside `src/images/` which contains all the Icons and images used in Kivy App.
Add login screen in `mpybit.py`
Update id of random screen; which generate the random identity.