Commit Graph

39 Commits

Author SHA1 Message Date
Keith Maika 9436bb9802
Applied style guide spacing. 2022-03-29 17:31:30 -04:00
Keith Maika 50c0978148
Small fixes and code cleanup
- Fix "false" showing in username field.
 - Delay showing the window until the page is rendered to prevent flashing
 - Fix various issues highlighted by Webstorm's inspections.
2022-03-29 17:30:38 -04:00
Keith Maika 2697d61ab1 Prevent a second instance. 2022-03-29 22:43:50 +02:00
Keith Maika 2740bac95b
Remove connection manager menu option.
Converse.js now includes a connection manager option on the login form so this option is not necessary.
2022-03-26 00:24:15 -04:00
Keith Maika 933c853395
Delay loading the content file until after all the handlers are configured. 2022-03-14 18:40:14 -04:00
Keith Maika e38d68579d
Allow configuration of the connection manager URL. 2022-02-16 15:57:17 -05:00
Keith Maika 4b6cf4b86a
Update to Electron 16
Re-implement tray envelope icon for unread messages.

Fix minimize on close bug.
2022-02-16 15:57:16 -05:00
Keith Maika 4ce02148e2 Re-implement minimize on close. 2022-01-21 19:36:18 +01:00
JC Brand 1a62af799b Refactor converse-desktop and bump to Converse 9
This removes all AngularJS code

Angular version 1 is unmaintained and largely obsolete since years.

Additionally, I'd rather re-use the conventions and libraries from
Converse instead of having different ones in converse-desktop.

This means we're losing some functionality, such as the app settings
and the about modal.

This is unfortunate, but ideally (non-Electron) app settings should
be implemented in Converse itself and not in this repo.
2022-01-21 19:36:18 +01:00
Keith Maika 4c6ce2e905 Fix window not re-showing on MacOS 2021-02-13 12:07:22 -05:00
Keith Maika fb72aee403 Update electron and related modules. 2021-02-12 21:52:49 -05:00
Nick Denry 34b659fb7d Fix path at howto run 2020-08-07 14:57:21 +03:00
Nick Denry 6cde106134 Set new project name 2020-08-07 14:53:57 +03:00
Nick Denry eb13504648 Add restart action to the settings dialog 2020-05-28 19:07:45 +03:00
Nick Denry 0041c385bc Code style 2020-05-28 18:02:10 +03:00
Nick Denry e8b17a0003 Handle shutdown event on Mac with minimizeOnClose to prevent shutdown interrupt 2020-05-28 00:39:33 +03:00
Nick Denry fa4769b16c Version update 2020-05-18 17:52:31 +03:00
Nick Denry bb21c38ac1 Add checks for a new release available 2020-05-17 21:12:36 +03:00
Nick Denry 0600dddbfb Code style 2020-05-13 23:01:42 +03:00
Nick Denry 0d4cc9951d Prepeare for a multiplatform build 2020-05-13 18:23:33 +03:00
Nick Denry 33297c118f Fix loading settings values 2020-05-13 15:19:56 +03:00
Nick Denry 29dd383a3f Better systray notifications support 2020-05-12 20:56:18 +03:00
Nick Denry 21683ccbca Open related chat on tray icon click 2020-05-12 19:55:56 +03:00
Nick Denry 49a66a895c Settings dialog and functionality 2020-05-12 18:06:16 +03:00
Nick Denry 2b747f1856 Login form styling accomplished 2020-05-11 21:26:51 +03:00
Nick Denry 2fb70a00bb Use own state service 2020-05-09 18:07:42 +03:00
Nick Denry cf296eb9e9 Temporary remove before connect spinner as no stable events atm for this 2019-04-29 03:42:15 +03:00
Nick Denry f611bd1272 Add reload and force reconntect options to app menu 2019-04-28 02:04:31 +03:00
Nick Denry 0e52425eb1 Add copy & paste support via menu 2019-04-26 22:26:00 +03:00
Nick Denry 0a226d723f Code style 2019-04-26 22:12:08 +03:00
Nick Denry 8135478bb5 Move service of tray control to separate module 2019-04-26 22:09:08 +03:00
Nick Denry 84f244479a Open external links with system default browser 2019-04-26 17:09:19 +03:00
Nick Denry 9b1dc078ed Code style 2019-04-26 04:32:37 +03:00
Nick Denry ab1bbff252 Fix resources paths for packaged app 2019-04-26 04:30:01 +03:00
Nick Denry 6a4c38134d Better KISS support 2019-04-26 03:30:50 +03:00
Nick Denry 557a65ad97 Make Tray available from renderers 2019-04-25 17:19:18 +03:00
Nick Denry 457fb85d3f Add basic tray icon 2019-04-25 04:11:53 +03:00
Nick Denry 96a8b95c47 Basic version 2019-04-25 03:35:36 +03:00
Nick Denry 78bf5f77e9 Initial commit
Start from electron-quick-start
2019-04-23 02:10:11 +03:00