Commit Graph

123 Commits

Author SHA1 Message Date
Yuya Ochiai
e3130e4c77 Update version to 1.1.0 2016-03-23 01:51:27 +09:00
Yuya Ochiai
ab18e33f7f Merge branch 'master' into release/v1.1.0 2016-03-22 23:24:04 +09:00
Yuya Ochiai
ef8eebc8d0 Add "About" dialog for Windows and Linux
Close #63
In `src/main/menus/app.js`, 'about' role is supported on OS X only.
So need to implement the dialog.
2016-03-21 01:25:50 +09:00
Yuya Ochiai
fbead4de5e Fix application icon for Windows and Linux
See #85
2016-03-21 00:28:02 +09:00
Yuya Ochiai
babda10dc9 Merge pull request #79 from mattermost/rename-app
Rename electron-mattermost to Mattermost at implementation
Drop `v` from version name when releasing
2016-03-20 23:16:45 +09:00
Yuya Ochiai
072559a869 Merge pull request #71 from mattermost/testing-guide
Release Testing Guide proposal
2016-03-14 21:15:19 +09:00
it33
6e445ba40f Change http:// to https:// 2016-03-13 08:52:41 -07:00
Yuya Ochiai
7cf1308ad4 Remove the specific AppUserModelID
It's not necessary for Notification on the latest Electron.
2016-03-13 22:57:38 +09:00
Yuya Ochiai
e82d6be0b5 Rename electron-mattermost to Mattermost at implementation
npm package name (package.json: name) is "mattermost-desktop"
display name (package.json: productName) is "Mattermost"
2016-03-13 22:55:08 +09:00
it33
b7a5b8755b Changing "menubar" to "Menu Bar"
More common phrasing
2016-03-12 09:48:21 -08:00
Yuya Ochiai
97808373ed Enable "Add" button only when "Name" and "URL" is filled out 2016-03-10 23:25:35 +09:00
Yuya Ochiai
066672205a Confirm to trust certificate when there is error
For #26
2016-03-06 22:00:23 +09:00
Yuya Ochiai
f9387d251d Notify the error 2016-03-06 14:23:31 +09:00
Yuya Ochiai
1ccb7cebce Add test for failed to load URL 2016-03-05 20:57:16 +09:00
Yuya Ochiai
1fad30aed7 Fixup messages 2016-03-05 20:26:13 +09:00
Yuya Ochiai
3ea313743d Add error view when failed to load the URL 2016-03-04 01:51:34 +09:00
Yuya Ochiai
90f9d3ec89 Add missing args 2016-03-01 23:42:42 +09:00
Yuya Ochiai
695c091bac Refactor desktop notification override 2016-03-01 23:42:42 +09:00
Yuya Ochiai
a3bf36b31b Merge branch 'feature/windows-trayicon-dot' into dev 2016-03-01 23:42:06 +09:00
Yuya Ochiai
7defd861e8 Force to use LF and add editorconfig 2016-02-26 00:07:04 +09:00
Yuya Ochiai
c13afa3745 Show a dot on tray icon to notify unread messages
Tray icon is too small to show a number.
So a dot(small circle) is used.
2016-02-25 22:21:28 +09:00
Yuya Ochiai
0661caef55 Update version to 1.0.7 2016-02-20 21:47:49 +09:00
Yuya Ochiai
81baf05c78 Fix desktop notification not working with Mattermost 2.0
Fix #36
Notification.permission was missing in override
2016-02-20 21:45:15 +09:00
Yuya Ochiai
f8f525c6df Fix "Toggle Fullscreen" not working
win.setFullScreenable() is necessary from Electron v0.36.6.
fix #37
2016-02-19 00:59:40 +09:00
Yuya Ochiai
3168135082 Update version to 1.0.6 2016-02-16 21:19:13 +09:00
Yuya Ochiai
8b059ae453 Merge branch 'dev' 2016-02-16 21:17:44 +09:00
Pascal Widdershoven
325d1996c6 Add default Mac application menu
All Mac apps generally have this menu, allows to hide the app with the
default shortcut.
2016-02-15 19:54:41 +01:00
Yuya Ochiai
631415280e Fix window state restoration not working 2016-02-14 20:03:25 +09:00
Yuya Ochiai
35fe559161 Merge branch 'master' into dev 2016-02-13 21:16:22 +09:00
Yuya Ochiai
427b6e7ca5 Update version to 1.0.5 2016-02-13 20:23:37 +09:00
Yuya Ochiai
75bfb119e6 Add check for null/length 2016-02-13 20:20:56 +09:00
Yuya Ochiai
fea44a09c2 Switch log levels for muxed logs 2016-02-13 20:17:16 +09:00
Yuya Ochiai
87efd4e48a Mux webview console messages into main window 2016-02-13 19:30:37 +09:00
Yuya Ochiai
f66e64f008 Update version to 1.0.4 2016-02-12 23:54:56 +09:00
Yuya Ochiai
cec2b0f5dc Fix prettify-task 2016-02-12 01:13:03 +09:00
Yuya Ochiai
528bd02414 Use numerical badge on Windows taskbar icon 2016-02-12 01:10:01 +09:00
Yuya Ochiai
0704cf544a Use webpack to build 2016-02-09 20:31:37 +09:00
Yuya Ochiai
5a836c9573 Revert mention count with ignoring 'badge-notify'
'badge-notify' counts also unread channels.
2016-02-03 23:53:34 +09:00
Yuya Ochiai
67c14d7b96 Update version to 1.0.3 2016-02-03 22:41:06 +09:00
Yuya Ochiai
929e5e6f88 Fix mention count becomes twice or unexpected string
1. 'badge-notify' exists on navbar-toggle in mobile layout.
   It has also 'badge' class, so the mention count became twice.
2. [] accessor was missing in counting.
2016-02-02 01:11:42 +09:00
Tatsuya Niwa
fc0459ee29 fix mention count bug. 2016-02-01 23:58:59 +09:00
Tatsuya Niwa
49ef1d42e6 refactoring. 2016-01-27 21:20:55 +09:00
Tatsuya Niwa
f69f1f6016 * refactoring
* bugfix: Post to active channel/DM with mention when window isn't focused, I expect count badge appear but unread badge appear.
2016-01-26 00:35:59 +09:00
Tatsuya Niwa
95f393dc63 fix 2 bugs. see #12 and #18.
bug1.
  Mention count does not disappear on active CHANNEL.

bug2.
  Mention count and Unread badge does not appear on active DM.
2016-01-24 14:31:56 +09:00
Yuya Ochiai
4b4ebeb59a Auto-merge default config 2016-01-23 22:58:44 +09:00
Yuya Ochiai
56e8b4fe9a Show "Hide menubar" option on Linux 2016-01-23 21:33:50 +09:00
Yuya Ochiai
f279c0c91d Merge pull request #21 from alerque/linux-hide-menubar
Allow hiding menu bar on Linux
2016-01-23 21:28:13 +09:00
Yuya Ochiai
2e4a330b2d Merge pull request #12 from mid0111/topic-active-channel-badge
Count for active channel only when window is not focused.

Manually merged.
2016-01-23 21:12:15 +09:00
Caleb Maclennan
64a5cb5605 Allow hiding menu bar on Linux
The UI feature to auto-hide the menu bar works on Linux as well as
Windows. Don't ignore it if the config value is set.
2016-01-23 12:59:40 +02:00
Tatsuya Niwa
a847a0ad80 fix Badge * mark at tab. 2016-01-22 00:56:17 +09:00