Skip to content

Commit d26ea6c

Browse files
committed
-Update README and add screenshots of new features
1 parent 8068ed2 commit d26ea6c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Run Android Messages as a desktop app, a la iMessage. For those of us that prefe
44

55
**Not affiliated with Google in any way. Android is a trademark of Google LLC.**
66

7-
<a href="#"><img src="assets/screenshots/windows.png" alt="Android Messages Desktop screenshot" title="Android Messages Desktop screenshot" /></a>
8-
<a href="#"><img src="assets/screenshots/mac.png" alt="Android Messages Desktop screenshot" title="Android Messages Desktop screenshot" /></a>
7+
<a href="#"><img src="assets/screenshots/windows.png" alt="Android Messages Desktop Windows screenshot" title="Android Messages Desktop screenshot" /></a>
8+
<a href="#"><img src="assets/screenshots/mac.png" alt="Android Messages Desktop macOS screenshot" title="Android Messages Desktop screenshot" /></a>
9+
<a href="#"><img src="assets/screenshots/windows_tray_icon.png" alt="Android Messages Desktop tray icon in Windows" title="Android Messages Desktop screenshot" /></a>
10+
<a href="#"><img src="assets/screenshots/mac_notification_badge.png" alt="Android Messages Desktop notification badge in macOS" title="Android Messages Desktop screenshot" /></a>
911

1012
### Disclaimer: I have tested this with my Pixel on both macOS High Sierra and Windows 10. Normal functionality seems to work, but help testing and feedback is greatly appreciated!
1113

@@ -28,15 +30,21 @@ Head over to the [latest releases](https://github.com/chrisknepper/android-messa
2830

2931
**Important note 2:** We currently have builds for Windows and macOS, and Linux. I've only tested on macOS and Windows 10, and would love help testing on Linux and older versions of Windows.
3032

33+
# Features
34+
* System notifications when a text comes in
35+
* Notification badges on macOS
36+
* Minimize to tray on Windows
37+
* TBD...
38+
3139
# TODOs / Roadmap (rough order of priority):
32-
- [ ] Make sure it actually works
40+
- [x] Make sure it actually works (definitely works as of v0.1.0, done via [8068ed2](../../commit/8068ed2))
3341
- [x] Release signed binaries for macOS (binaries are signed as of v0.0.2, done via [8492023](../../commit/8492023))
3442
- [x] Make an icon (done via [df625ba](../../commit/df625ba))
3543
- [ ] Remove left-over code from electron-boilerplate
3644
- [ ] Correct tests
3745
- [x] Release packages for Linux (done via [41ed205](../../commit/41ed205))
3846
- [x] Handling updates (done via [625bf6d](../../commit/625bf6d))
39-
- [ ] Platform-specific UX enhancements (i.e. badges in macOS dock)
47+
- [x] Platform-specific UX enhancements (i.e. badges in macOS dock) (this specific enhancement is in as of v0.1.0, done via [8068ed2](../../commit/8068ed2)) **UX enhancements and features are now being worked on with issues submitted by users**
4048
- [ ] Release signed binaries for Windows
4149
- [ ] Make a website? (if it gets popular enough)
4250
- [ ] Support customization/custom options a la Google Play Music Desktop Player?
25.7 KB
Loading
8.51 KB
Loading

0 commit comments

Comments
 (0)