Commit Graph

23 Commits

Author SHA1 Message Date
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 7f7703b537
Use minified version which fixes emojis not loading. 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
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
Nick Denry 6cde106134 Set new project name 2020-08-07 14:53:57 +03:00
Nick Denry 9a8d03a30e Detect locale by conversejs with it's i18n fallback 2020-06-13 17:32:31 +03:00
Nick Denry d10cb58268 Unify login process 2020-05-13 23:01:09 +03:00
Nick Denry 49a66a895c Settings dialog and functionality 2020-05-12 18:06:16 +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
Nick Denry edba8b6443 Switch to v prefix for versions 2019-04-29 03:58:29 +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 68b5ad7dcf Display connection spinner before get first contact status 2019-04-27 05:29:30 +03:00
Nick Denry 9972421f18 Add version to background info 2019-04-26 04:29:00 +03:00
Nick Denry 9fe1043a23 Prevent background from selection 2019-04-26 03:50:09 +03:00
Nick Denry 6a4c38134d Better KISS support 2019-04-26 03:30:50 +03:00
Nick Denry 430d57cfa6 Add sound and tray notification support
Add conversejs locale support based on navigator.language
2019-04-25 17:38:43 +03:00
Nick Denry 3e5a71d236 Include libsignal-protocol.js for OMEMO support 2019-04-25 17:18:06 +03:00
Nick Denry a0119c1dcd Remove unused stylesheet 2019-04-25 04:10:58 +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