You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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!
11
13
@@ -28,15 +30,21 @@ Head over to the [latest releases](https://github.com/chrisknepper/android-messa
28
30
29
31
**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.
30
32
33
+
# Features
34
+
* System notifications when a text comes in
35
+
* Notification badges on macOS
36
+
* Minimize to tray on Windows
37
+
* TBD...
38
+
31
39
# 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))
33
41
-[x] Release signed binaries for macOS (binaries are signed as of v0.0.2, done via [8492023](../../commit/8492023))
34
42
-[x] Make an icon (done via [df625ba](../../commit/df625ba))
35
43
-[ ] Remove left-over code from electron-boilerplate
36
44
-[ ] Correct tests
37
45
-[x] Release packages for Linux (done via [41ed205](../../commit/41ed205))
38
46
-[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**
40
48
-[ ] Release signed binaries for Windows
41
49
-[ ] Make a website? (if it gets popular enough)
42
50
-[ ] Support customization/custom options a la Google Play Music Desktop Player?
0 commit comments