Commit Graph

33 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 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 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
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 8f106c65ec Update version information in about screen. 2021-02-12 22:01:52 -05:00
Keith Maika fb72aee403 Update electron and related modules. 2021-02-12 21:52:49 -05:00
Nick Denry 32fa49f1e9 Fix error handling for version check 2020-08-07 20:37:46 +03:00
Nick Denry b0e42d98ac Bump project version 2020-08-07 15:49:44 +03:00
Nick Denry 6cde106134 Set new project name 2020-08-07 14:53:57 +03:00
Nick Denry 71b0fc69ff Add proper license file for libsignal 2020-07-28 01:41:53 +03:00
JC Brand 7af84c584c Start renaming Chimeverse to Converse Desktop 2020-07-22 16:33:06 +02:00
Nick Denry ee2f68ac04 Version bump 2020-06-17 00:35:06 +03:00
Nick Denry 8f53a4ec63 Generate random xmpp resource only if no resource provided at all 2020-06-17 00:25:00 +03:00
Nick Denry 9a8d03a30e Detect locale by conversejs with it's i18n fallback 2020-06-13 17:32:31 +03:00
Nick Denry db6ef71e65 Allow to use Websocket connection at the login form 2020-06-07 18:27:02 +03:00
Nick Denry 6f04eacea3 Version bump 2020-05-28 19:09:57 +03:00
Nick Denry eb13504648 Add restart action to the settings dialog 2020-05-28 19:07:45 +03:00
Nick Denry 76fc6e64f3 Alphabet sort for converse properties 2020-05-18 23:48:06 +03:00
Nick Denry fa4769b16c Version update 2020-05-18 17:52:31 +03:00
Nick Denry 5c042b5995 Improve updates check 2020-05-18 17:33:56 +03:00
Nick Denry 36a8923e82 Add settings param for OMEMO by default 2020-05-17 21:45:42 +03:00
Nick Denry c8eab4594b Generate an unique xmpp resource before connect 2020-05-17 21:30:06 +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 d10cb58268 Unify login process 2020-05-13 23:01:09 +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 bd3e4f6ba3 Add electron version to the about dialog 2020-05-11 22:43:43 +03:00
Nick Denry 5d6af51c6b Add about dialog 2020-05-11 22:39:11 +03:00
Nick Denry 2b747f1856 Login form styling accomplished 2020-05-11 21:26:51 +03:00
Nick Denry d1d49a1d48 Style login form with open ionic icons 2020-05-10 00:06:57 +03:00
Nick Denry 2fb70a00bb Use own state service 2020-05-09 18:07:42 +03:00