Skip to content

Commit

Permalink
update RDM
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Aug 4, 2017
1 parent 08f6ca7 commit e54ccdd
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Catalin Miron

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
29 changes: 28 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# weweChat
Unofficial WeChat client built with React, MobX and Electron.

## Feature
- Work on desktop
- On macOS, window vibrancy effect
- Desktop notifications

## Screenshot


## Development
```
$ npm install
$ npm run dev
```

### TODO
- [x] Right click on chat session
Expand All @@ -8,7 +24,7 @@
- [x] Chat Room
- [x] Show correct contact
- [x] Show members
- [ ] Add / Remove member
- [x] Add / Remove member
- [x] Create chat room
- [x] Various message
- [x] Text
Expand All @@ -22,6 +38,17 @@
- [x] Location sharing
- [ ] File
- [ ] Show QQ emoji
- [x] Send text message
- [ ] Send file
- [ ] Send image
- [ ] Send emoji
- [x] Search chat set
- [x] Search and create chat room
- [x] Keep online(bug)
- [ ] History
- [ ] Background behavior
- [ ] Theme
- [ ] Plugins

### License
MIT License
Binary file modified screenshots/1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/4.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/5.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/6.png
Binary file not shown.
Binary file removed screenshots/7.png
Binary file not shown.
Binary file removed screenshots/8.png
Binary file not shown.

0 comments on commit e54ccdd

Please sign in to comment.